summaryrefslogtreecommitdiffstats
path: root/modules-available/dozmod/permissions/permissions.json
Commit message (Collapse)AuthorAgeFilesLines
* [dozmod] Remove testmail permission, would leak pw and makes little senseSimon Rettberg2018-02-161-3/+0Star
|
* [dozmod] Move subpages to pages/, hide pages where user has no permissionSimon Rettberg2018-02-131-6/+6
|
* [permissionmanager] Introduce "location-aware" flag for permissionsSimon Rettberg2018-02-121-14/+38
| | | | | | | | | | 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] added support for localized permission descriptions;Udo Walter2017-12-071-14/+14
| | | | | 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;
* [dozmod] reworked permission system from "click and you get error" to ↵Christian Hofmaier2017-12-071-1/+3
| | | | "button is disabled due to lack of permission" + in log as there is no button, the links to the user/target are disabled (not clickable).
* [dozmod] implemented new permission system to module for: deleting expired ↵Christian Hofmaier2017-10-271-0/+12
vm versions, sending testmails and saving mailconfig, resetting templates or saving them, saving runtimeconfig, giving users rights (when no permission, it will show another animation). Also fixed a design issue (dialog instead of modal).