gnu-social/src/Core
Hugo Sales e1002eb605
[MEDIA] Move avatar fetching and adding to ouput to media component
2021-09-14 13:05:55 +01:00
..
DB [CORE][DB] Fix uses of db tables after previous restructure 2021-09-14 13:05:53 +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 [MEDIA] Move avatar fetching and adding to ouput to media component 2021-09-14 13:05:55 +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 [COMMAND] Fix 'bin/console doctrine:database:create' by only loading defaults if we have a connection 2021-09-14 13:05:54 +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