gnu-social/src/Core
Hugo Sales 29f30a6932 [DB] Add support for calling methods with FQCN 2021-04-14 15:37:22 +00:00
..
DB [DB] Add support for calling methods with FQCN 2021-04-14 15:37:22 +00:00
I18n [I18N] Remove support for context until it proves necessary, as it broke the code 2021-04-14 15:37:21 +00:00
Queue [QUEUE] Add queueing wrapper, default configuration and example usage 2021-04-14 15:37:21 +00:00
Router [ROUTES] Add redirect from root to main/all, link from header to root, and change parameter order on RouteLoader::connect 2021-04-14 15:37:22 +00:00
Cache.php [CACHE] Fix bug in list caching 2021-04-14 15:37:22 +00:00
Controller.php [CONTROLLER] Stop propagation of kernel.controller so notices aren't posted 5 times. Not sure why it happens otherwise 2021-04-14 15:37:22 +00:00
Entity.php [NOTE][UI] Add note replying and UI displaying 2021-04-14 15:37:22 +00:00
Event.php [EVENT] Fix event handler and rename events to snake_case 2021-04-14 15:37:21 +00: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-04-14 15:37:21 +00:00
GNUsocial.php [DEPENDENCY] Add tgalopin/html-sanitizer-bundle and transitively tgalopin/html-sanitizer 2021-04-14 15:37:22 +00:00
HTTPClient.php [WRAPPER][HTTPClient] Static wrapper around Symfony's HTTP Client 2021-04-14 15:37:22 +00:00
Log.php [LOG][WRAPPER] Refactor log wrapper 2021-04-14 15:37:21 +00:00
Module.php [MODULE] Added module base class 2021-04-14 15:37:21 +00:00
ModuleManager.php [MODULE] Reload modules if modified, except in production environment 2021-04-14 15:37:22 +00:00
Security.php [DEPENDENCY] Add tgalopin/html-sanitizer-bundle and transitively tgalopin/html-sanitizer 2021-04-14 15:37:22 +00:00
UserRoles.php [USER] Add UserRoles 2021-04-14 15:37:21 +00:00