summaryrefslogtreecommitdiffstats
path: root/modules-available/dozmod/permissions/permissions.json
Commit message (Collapse)AuthorAgeFilesLines
* [dozmod] Add UI to create preset network rulesUdo Walter2019-02-121-0/+6
|
* [dozmod] Add editor for predefined run scriptsSimon Rettberg2018-12-101-0/+6
| | | | | | | | Assigning scripts to certain locations only is currently not possible. Whether this is required is to be discussed, since predefined scripts selectable by bwLehrpool-Suite users would almost cover this use case. Refs #3145
* Merge branch 'master' of git.openslx.org:openslx-ng/slx-adminUdo Walter2018-11-231-0/+6
|\ | | | | | | | | # Conflicts: # modules-available/dozmod/page.inc.php
| * [dozmod] Add LDAP filter submoduleJannik Schönartz2018-11-231-0/+6
| |
* | [dozmod] add network share submoduleUdo Walter2018-11-231-0/+6
|/
* [dozmod] Simplify permissions, don't link user in userlist if actionlog is ↵Simon Rettberg2018-03-281-4/+4
| | | | | | inaccessible Closes #3332
* [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).