ORIENT/modules/backend/classes
Luke Towers d56dded458 Restore middleware support in backend controllers.
Reverts f73d8e6d49.  While there are other ways to achieve some of the same end results, this code existed in the code base for 8 months without issues and is included in the official docs. This means that there could be devs that are depending on this behavior. Additionally, while this may make the internal logic to the BackendController class more complex, it simplifies the developer experience by bringing the Backend\Classes\Controller base class more in line with the standard Laravel controller class.
2019-11-07 11:59:00 -06:00
..
AuthManager.php Add method removePermission() for AuthManager (#4522) 2019-09-21 23:42:11 +08:00
BackendController.php Restore middleware support in backend controllers. 2019-11-07 11:59:00 -06:00
Controller.php Restore middleware support in backend controllers. 2019-11-07 11:59:00 -06: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