gnu-social/src/Core
Hugo Sales 9159fe8d05
[CONTROLLER] Stop propagation of kernel.controller so notices aren't posted 5 times. Not sure why it happens otherwise
2021-09-14 13:05:56 +01:00
..
DB [DB][DEFAULTS] Add avatar/default 2021-09-14 13:05:55 +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 [ROUTES] Add redirect from root to main/all, link from header to root, and change parameter order on RouteLoader::connect 2021-09-14 13:05:52 +01:00
Cache.php [CACHE] Fix usage of the redis extension 2021-09-14 13:05:35 +01:00
Controller.php [CONTROLLER] Stop propagation of kernel.controller so notices aren't posted 5 times. Not sure why it happens otherwise 2021-09-14 13:05:56 +01:00
Entity.php [AVATAR] Fixed avatar upload, added avatar inline download and updated template and base controller 2021-09-14 13:05:51 +01:00
Event.php [EVENT] Fix event handler and rename events to snake_case 2021-09-14 13:05:47 +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 [WRAPPER][HTTPClient] Static wrapper around Symfony's HTTP Client 2021-09-14 13:05:56 +01:00
HTTPClient.php [WRAPPER][HTTPClient] Static wrapper around Symfony's HTTP Client 2021-09-14 13:05:56 +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
Module.php [MODULE] Added module base class 2021-09-14 13:05:47 +01:00
ModuleManager.php [MODULE] Reload modules if modified, except in production environment 2021-09-14 13:05:48 +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