Go to file
Hugo Sales b82658e345 [SECURITY][DB] Make user register 'atomic', by using a single transaction for inserting all objects, to avoid partial inserts 2021-04-23 12:54:25 +00:00
DOCUMENTATION [DEFAULTS] Small fixes and add check of SOCIAL_NO_RELOAD_DEFAULTS from the environment, to override the reloading of default values 2021-04-14 15:37:21 +00:00
bin [TOOLS] In pre-commit hook, only run php-doc-check if some PHP file changed 2021-04-16 20:28:39 +01:00
components [ATTACHMENTS] Further refactoring 2021-04-19 13:21:32 +01:00
config [CONFIG][TWIG] Move twig config to php code to add support for placing templates in modules (plugins and components) 2021-04-16 20:21:54 +01:00
docker [DOCKER] Add VIPS PHP extension to Docker build 2021-04-16 20:28:39 +01:00
docs [DOCUMENTATION] Three books instead of only one 2021-04-16 20:28:23 +01:00
plugins [PLUGIN] Change base class from Module to Plugin for all plugins 2021-04-19 18:51:42 +00:00
public [AVATAR] Display avatar rounded 2021-04-19 18:41:40 +00:00
scripts [V3] Big Crunch 2021-04-14 15:36:13 +00:00
src [SECURITY][DB] Make user register 'atomic', by using a single transaction for inserting all objects, to avoid partial inserts 2021-04-23 12:54:25 +00:00
templates [AVATAR] Display avatar rounded 2021-04-19 18:41:40 +00:00
tests [TESTS] Fix wrong namespace in tests 2021-04-22 18:26:00 +00:00
translations [I18N] Remove incomplete autogenerated translation file, to be fixed later 2021-04-14 15:37:21 +00:00
.env [QUEUE] Add queueing wrapper, default configuration and example usage 2021-04-14 15:37:21 +00:00
.env.test [V3] Big Bang 2021-04-14 15:36:35 +00:00
.gitignore [DOCKER][MAIL] Temporarily disable mail container 2021-04-14 15:37:23 +00:00
.php_cs [FORMATTING][DEFAULTS] Fix formatting and remove redundant config defaults 2021-04-14 15:37:21 +00:00
CREDITS.md [DOCUMENTATION] Document All The Things! 2021-04-14 15:36:35 +00:00
INSTALL.md [DOCUMENTATION] Add documentation on installing with Docker 2021-04-14 15:37:23 +00:00
composer.json [DOCKER] Add VIPS PHP extension to Docker build 2021-04-16 20:28:39 +01:00
composer.lock [DEPENDENCIES] Add php-vips 2021-04-16 20:28:39 +01:00
docker-compose.yaml.default [DOCKER] Fix default docker-compose file 2021-04-14 15:37:23 +00:00
phpunit.xml.dist [TESTS] Update PHPUnit configuration and upgrade to version 9.5 2021-04-14 15:37:23 +00:00
social.yaml [NICKNAME] Add nickname min length config and check it in Nickname::normalize 2021-04-14 15:37:24 +00:00
symfony.lock [DEPENDENCIES] Add php-vips 2021-04-16 20:28:39 +01:00