ORIENT/modules/backend/classes
Samuel Georges 63f65a3f25 Add XSRF to backend, simplify CMS controller run() method
runInternal has been removed because we do not want to blanket our response logic over every single response, only the happy path. This is because it is impossible to remove. So it is better to take the inverted approach, where if you want the CMS' headers in your custom response, add them yourself. This becomes easy via the new makeResponse() method
2019-11-02 19:14:45 +11:00
..
AuthManager.php Add method removePermission() for AuthManager (#4522) 2019-09-21 23:42:11 +08:00
BackendController.php Fixes issue where behaviors are not booting 2019-11-02 16:30:33 +11:00
Controller.php Add XSRF to backend, simplify CMS controller run() method 2019-11-02 19:14:45 +11:00
ControllerBehavior.php Hide backend controller behavior public methods from controller actions. 2019-04-19 14:01:01 -06:00
FilterScope.php Remove "null" assignments 2018-08-15 18:33:24 +02:00
FormField.php Code quality clean up (#4449) 2019-07-18 08:50:37 -06:00
FormTabs.php Code quality clean up (#4449) 2019-07-18 08:50:37 -06:00
FormWidgetBase.php Code quality clean up (#4449) 2019-07-18 08:50:37 -06:00
ListColumn.php Added getConfig helper method to get config values (#4653) 2019-10-02 16:33:14 -06:00
NavigationManager.php Minor Formatting Corrections in Usage Comments (#4541) 2019-08-15 09:14:54 -06:00
ReportWidgetBase.php Fix issues with AJAX handlers on dashboard widgets. Replaces #4132 2019-02-13 15:05:18 -06:00
Skin.php Extract child instructions 2018-08-15 19:25:42 +02:00
WidgetBase.php Remove unused imports 2018-08-24 19:51:59 +02:00
WidgetManager.php Added getReportWidgets() method (#4525) 2019-08-15 09:36:15 -06:00