ORIENT/modules/system
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
..
assets Implement suggestions from @bennothommo 2019-10-28 12:58:07 -06:00
behaviors Remove unused imports 2018-08-24 19:51:59 +02:00
classes Merge pull request #4428 from alxy/patch-27 2019-09-21 13:36:30 +10:00
console Fix sync command, minor cleanup (#4645) 2019-10-09 08:54:13 -06:00
controllers Fix bulk actions on plugins (#4660) 2019-10-03 09:23:43 -06:00
database Code quality clean up (#4449) 2019-07-18 08:50:37 -06:00
helpers Code quality clean up (#4449) 2019-07-18 08:50:37 -06:00
lang Improved Hungarian translation (#4682) 2019-10-11 09:48:21 -06:00
models Improved email client support for branded mails (#4663) 2019-10-14 15:33:43 +08:00
partials Fixes bugs with 'collapsed' saved to cookies (#4080) 2019-01-23 01:30:53 -06:00
reportwidgets Allow decompiled Backend JS assets (#4549) 2019-08-16 16:19:16 +08:00
traits Add XSRF to backend, simplify CMS controller run() method 2019-11-02 19:14:45 +11:00
twig Code quality clean up (#4449) 2019-07-18 08:50:37 -06:00
views Improved email client support for branded mails (#4663) 2019-10-14 15:33:43 +08:00
ServiceProvider.php Fix use of Storage::url() for local disks that haven't been configured correctly. Fixes #4581 2019-09-02 12:33:36 -06:00
aliases.php Introduce new Cms helper 2016-08-20 14:43:49 +10:00
composer.json Updating links in composer files 2018-04-16 02:33:08 -06:00
providers.php Proxy ConsoleSupportServiceProvider properly 2018-01-24 18:09:41 +11:00
routes.php API docs progress 2017-03-16 17:08:20 +11:00