summaryrefslogtreecommitdiffstats
path: root/modules-available/permissionmanager/style.css
Commit message (Collapse)AuthorAgeFilesLines
* [permissionmanager] Introduce dedicated "permission denied" pageSimon Rettberg2018-03-291-1/+6
| | | | Closes #3350
* [permissionmanager] Implement permissions:Simon Rettberg2018-02-191-0/+4
| | | | | | | Permissinmanager is now protected by permissions. In order to prevent complete lockout, the user with userid == 1 will always be able to edit and assign permissions. (TODO: Communicate this somehow)
* [permissionmanager] Tweak style, fix role filtering (and make it AND), minor ↵Simon Rettberg2018-02-121-47/+7Star
| | | | cleanups
* [permissionmanager] Introduce "location-aware" flag for permissionsSimon Rettberg2018-02-121-14/+14
| | | | | | | | | | This flag tells wether the permission can be restricted to certain locations in a meaningful way. This flag has to be set in the permissions.json of the according module. For example, the permission to reboot the server cannot be limited to certain locations in a meaningful way, while the view of the client log can be filtered to only show log entries for clients in specific locations.
* [permissionmanager] removed alert from roleeditorUdo Walter2017-12-141-0/+5
|
* [permissionmanager] added support for localized permission descriptions;Udo Walter2017-12-071-0/+4
| | | | | moved add/delete buttons to the right; items in the user and locations table can now be selected by clicking anywhere in the table row;
* [permissionmanager] new permission and location chooser in roleeditorUdo Walter2017-11-301-25/+21Star
|
* [permissionmanager] added key relationships to install script;Udo Walter2017-11-211-1/+1
| | | | | changed nested php for loops to sql code; standardized sql column naming; small bugfixes;
* [baseconfig][baseconfig_partitions_cdn][eventlog][minilinux][permissionmanag ↵Christian Hofmaier2017-09-291-3/+2Star
| | | | er][rebootcontrol][statisics_reporting][syslog] fixed inconsistencies
* [permissionmanager] added possibility to get a list of allowed locations for ↵Udo Walter2017-04-251-1/+5
| | | | a given permission + bugfixes
* [permissionmanager] changed description to tooltipsUdo Walter2017-04-101-2/+5
|
* [permission-manager] added possibility to select all permissionsUdo Walter2017-03-311-0/+1
|
* [permission-manager] added role editor (new role and edit role)Udo Walter2017-03-281-5/+61
|
* [permission-manager] first part of UI, database table, sql queries and db ↵Christian Hofmaier2017-03-281-0/+29
methods