ORIENT/modules/backend/controllers
Luke Towers f056e8dcb2
Retrieve protected files using the defined file model
Adds support to retrieve protected files using the class they are defined to be using if that class differs from the default System\Models\File class. This makes it possible to use a custom class extending the base file model class that does output processing on the file data (for example, an EncryptedFile class that has to decrypt the file contents before they can be output to the browser).
2018-03-09 23:07:53 -06:00
..
accesslogs Adds a refresh button to log pages, minor column tweaks 2015-11-28 11:10:06 +11:00
auth Enable configuration of backend login session persistence (#2924) 2017-06-22 14:34:16 -06:00
index Translate the Loading message 2016-07-28 09:15:12 +02:00
media Removes unnecessary blocking head placeholders. Refs: https://github.com/rainlab/pages-plugin/issues/239 2017-11-15 20:26:48 -06:00
preferences URL -> Url 2017-06-02 23:34:50 +10:00
usergroups Introduce concept of system roles 2017-07-13 19:29:50 +10:00
userroles Introduce concept of system roles 2017-07-13 19:29:50 +10:00
users Add role filter to administrators (#3350) 2018-01-10 10:18:19 -06:00
AccessLogs.php Code doc improvements 2017-07-27 17:35:14 +10:00
Auth.php Don't block backend connection when a plugin migration triggers exception (#3188) 2017-10-21 10:11:11 -06:00
Files.php Retrieve protected files using the defined file model 2018-03-09 23:07:53 -06:00
Index.php Code doc improvements 2017-07-27 17:35:14 +10:00
Media.php Update MM lang refs 2017-10-16 17:52:50 +11:00
Preferences.php Code doc improvements 2017-07-27 17:35:14 +10:00
UserGroups.php Code doc improvements 2017-07-27 17:35:14 +10:00
UserRoles.php Code doc improvements 2017-07-27 17:35:14 +10:00
Users.php Fixes #3315 2017-12-28 13:21:00 -06:00