ORIENT/modules/system/traits
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
..
AssetMaker.php Provide system.assets.beforeAddAsset event to modify asset attributes 2019-10-09 11:51:06 -06:00
ConfigMaker.php Replace caching of Theme config with generic YAML caching (#4526) 2019-09-25 11:36:35 -06:00
EventEmitter.php Extract child instructions 2018-08-15 19:25:42 +02:00
PropertyContainer.php Add backend and notifications settings category 2017-06-05 17:36:44 +10:00
ResponseMaker.php Add XSRF to backend, simplify CMS controller run() method 2019-11-02 19:14:45 +11:00
SecurityController.php Add XSRF to backend, simplify CMS controller run() method 2019-11-02 19:14:45 +11:00
ViewMaker.php Remove unused imports 2018-08-24 19:51:59 +02:00