gnu-social/src/Core
Hugo Sales 04e31d273d
[MAIL] Make mailserver a required service
2021-09-14 13:05:46 +01:00
..
DB [DATABASE][TOOLS] Update local_user, SchemaDefDriver and bin/generate_entity_fields to use the phone_number type (which maps to a varchar 35 and does validation) 2021-09-14 13:05:44 +01:00
I18n [I18N] Remove support for context until it proves necessary, as it broke the code 2021-09-14 13:05:39 +01:00
Queue [QUEUE] Add queueing wrapper, default configuration and example usage 2021-09-14 13:05:33 +01:00
Router [CORE][ROUTES] Small refactor on entrypoint and RouteLoader 2021-09-14 13:05:41 +01:00
Cache.php [CACHE] Fix usage of the redis extension 2021-09-14 13:05:35 +01:00
Controller.php [CONTROLLER][ROUTES] Refactor the base Controller to not reinvent the wheel too much and rely on Symfony's events 2021-09-14 13:05:40 +01:00
Event.php [CONTROLLER] Add Controller base class, which handles rendering templates if requested HTML or json, accordingly 2021-09-14 13:05:32 +01:00
Form.php [FORM] Add Form::handle which automagically creates a form, handles a request, and writes the data to the given entity and update Form::create to do some more magic as well 2021-09-14 13:05:45 +01:00
GNUsocial.php [MAIL] Make mailserver a required service 2021-09-14 13:05:46 +01:00
Log.php [LOG][WRAPPER] Refactor log wrapper 2021-09-14 13:05:33 +01:00
Mailer.php [MAIL] Make mailserver a required service 2021-09-14 13:05:46 +01:00
ModulesManager.php [MODULES] Make ModulesManager check if file exists 2021-09-14 13:05:33 +01:00
Security.php [COMMON][SECURITY][WRAPPER] Added security service static wrapper and Common::getUser 2021-09-14 13:05:41 +01:00
UserRoles.php [USER] Add UserRoles 2021-09-14 13:05:40 +01:00