ORIENT/modules/backend/classes
Samuel Georges 8da798a5cd Remove XSRF cookie
This was a contentious change is generally a bad idea to blanket all requests with a dependant cookie. We will try something else.

Revert enableXsrfCookies setting. Fixes UX issue introduced where the token expires. This should be replaced by a CSRF policy that determines whether this is needed on the front end.
2019-11-04 09:06:05 +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 Remove XSRF cookie 2019-11-04 09:06:05 +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