ORIENT/modules/backend/models
Samuel Georges 4fd1ca824f Introduce concept of system roles
These are roles defined by a special API code, once a system role code is detected, the role becomes locked and its permissions are sourced from the AuthManager. All permissions are granted to system roles by default, unless otherwise specified. This should make it easier to create client accounts as "Publishers", hiding developer tools like the CMS and Builder plugins by default.
2017-07-13 19:29:50 +10:00
..
accesslog Adds a refresh button to log pages, minor column tweaks 2015-11-28 11:10:06 +11:00
brandsetting Selectable box and fancy breadcrumb 2017-06-05 17:35:15 +10:00
editorsetting Support changing the global default for richeditor buttons (#2937) 2017-07-04 08:10:58 -06:00
preference Preferences -> Preference 2016-05-27 07:46:50 +10:00
user Create migrate script to split permissions out 2017-07-11 19:17:44 +10:00
usergroup Introduce concept of system roles 2017-07-13 19:29:50 +10:00
userrole Introduce concept of system roles 2017-07-13 19:29:50 +10:00
AccessLog.php string -> ::class + docs 2017-05-20 20:01:19 +10:00
BrandSetting.php string -> ::class + docs 2017-05-20 20:01:19 +10:00
EditorSetting.php string -> ::class + docs 2017-05-20 20:01:19 +10:00
ExportModel.php Allow export to disable first row as header 2016-12-03 07:36:39 +11:00
ImportModel.php string -> ::class + docs 2017-05-20 20:01:19 +10:00
Preference.php Merge remote-tracking branch 'remotes/origin/develop' into l55upgrade 2017-07-11 10:48:54 +10:00
User.php Create migrate script to split permissions out 2017-07-11 19:17:44 +10:00
UserGroup.php Introduce concept of system roles 2017-07-13 19:29:50 +10:00
UserPreference.php UserPreferences -> UserPreference 2016-05-27 07:35:32 +10:00
UserRole.php Introduce concept of system roles 2017-07-13 19:29:50 +10:00
UserThrottle.php string -> ::class + docs 2017-05-20 20:01:19 +10:00