ORIENT/modules/backend/classes
Samuel Georges f73d8e6d49 Removes double middleware layer
For some reason it was decided to allow October controllers to support Laravel middleware, this has been reverted because it is a convoluted solution that doesn't respect the original architecture. There are other ways to handle middleware requirements

The original use case appeared to be to simply allow backend controllers to inject headers. This is something easily solvable whilst keeping the simple and original workflow
2019-11-02 16:16:32 +11:00
..
AuthManager.php Add method removePermission() for AuthManager (#4522) 2019-09-21 23:42:11 +08:00
BackendController.php Removes double middleware layer 2019-11-02 16:16:32 +11:00
Controller.php Removes double middleware layer 2019-11-02 16:16:32 +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