Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [locationinfo] Add permission entry to runmode config | Simon Rettberg | 2018-03-04 | 1 | -1/+2 |
| | |||||
* | [statistics] Refine permissions, add some new ones | Simon Rettberg | 2018-03-04 | 14 | -101/+207 |
| | |||||
* | [sysconfig] Add permissions | Simon Rettberg | 2018-03-04 | 4 | -17/+86 |
| | |||||
* | [roomplanner] Add permissions | Simon Rettberg | 2018-02-27 | 12 | -432/+534 |
| | |||||
* | [dnbd3] Implement permissions | Simon Rettberg | 2018-02-27 | 4 | -31/+61 |
| | |||||
* | [runmode] Support permissions supplied by module; fix handling of deleteUrl ↵ | Simon Rettberg | 2018-02-27 | 5 | -94/+242 |
| | | | | modules | ||||
* | [dnbd3] Add permissions | Simon Rettberg | 2018-02-26 | 3 | -16/+72 |
| | |||||
* | [baseconfig] Add permissions | Simon Rettberg | 2018-02-24 | 4 | -18/+53 |
| | |||||
* | [adduser] Consistent method naming | Simon Rettberg | 2018-02-24 | 1 | -3/+3 |
| | |||||
* | [adduser] Support setting user's roles on add/edit | Simon Rettberg | 2018-02-23 | 6 | -104/+198 |
| | |||||
* | [adduser] Extend module to simple user manager (add/edit/remove) | Simon Rettberg | 2018-02-23 | 15 | -57/+404 |
| | | | | TODO: Assign roles | ||||
* | [locations] Fix location list: Filter invalid location ids | Simon Rettberg | 2018-02-22 | 1 | -0/+2 |
| | |||||
* | [permissionmanager] Ensure uniqueness in role_x_location table, consistent ↵ | Simon Rettberg | 2018-02-20 | 4 | -27/+47 |
| | | | | table naming, drop unused id field | ||||
* | [permissionmanager] Fix location table display | Simon Rettberg | 2018-02-20 | 1 | -1/+1 |
| | |||||
* | [permissionmanager] Implement permissions: | Simon Rettberg | 2018-02-19 | 15 | -49/+163 |
| | | | | | | | 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) | ||||
* | [vmstore] lang_intern -> lang_internal | Simon Rettberg | 2018-02-16 | 1 | -1/+1 |
| | |||||
* | [dozmod] Remove testmail permission, would leak pw and makes little sense | Simon Rettberg | 2018-02-16 | 3 | -8/+4 |
| | |||||
* | [webinterface] Use permission helpers; disable inputs individually | Simon Rettberg | 2018-02-16 | 6 | -78/+103 |
| | |||||
* | [vmstore] Simplify permissions | Simon Rettberg | 2018-02-16 | 5 | -33/+10 |
| | |||||
* | [permissionmanager] Force lowercase permissions, handle locId 0 properly | Simon Rettberg | 2018-02-16 | 2 | -3/+14 |
| | |||||
* | [systemstatus] Use new permission helpers; disable non-accessible tabs | Simon Rettberg | 2018-02-16 | 5 | -330/+303 |
| | |||||
* | [serversetup-bwlp] Make use of new permission helpers | Simon Rettberg | 2018-02-15 | 4 | -28/+27 |
| | |||||
* | [locations] Update translations | Simon Rettberg | 2018-02-15 | 4 | -14/+16 |
| | |||||
* | [statistics_reporting] Fix permission check | Simon Rettberg | 2018-02-15 | 1 | -1/+2 |
| | |||||
* | [rebootcontrol] Rewrite permission handling, simplify html/javascript | Simon Rettberg | 2018-02-15 | 11 | -194/+172 |
| | |||||
* | [news] Fix formatting | Simon Rettberg | 2018-02-14 | 1 | -220/+222 |
| | |||||
* | [news] Use permission helpers; make inputs readonly if no permission to edit | Simon Rettberg | 2018-02-14 | 2 | -49/+46 |
| | |||||
* | [minilinux] Use new permission helpers | Simon Rettberg | 2018-02-14 | 2 | -45/+41 |
| | |||||
* | Global: Only show "Warning" badge at the top if user can view event log, | Simon Rettberg | 2018-02-14 | 1 | -1/+4 |
| | | | | also hide warnings on the main page from modules the user has no access to | ||||
* | [permissionmanager] Fix: False positive for perm validity check | Simon Rettberg | 2018-02-14 | 1 | -0/+2 |
| | |||||
* | [permissionmanager] Apply formatting | Simon Rettberg | 2018-02-14 | 4 | -52/+60 |
| | |||||
* | [permissionmanager] Speed up queries for saving roles and assignments | Simon Rettberg | 2018-02-14 | 1 | -12/+18 |
| | |||||
* | [locations] One permission for direct subnet editing; restructure handling a bit | Simon Rettberg | 2018-02-14 | 5 | -154/+150 |
| | |||||
* | [dozmod] Move subpages to pages/, hide pages where user has no permission | Simon Rettberg | 2018-02-13 | 15 | -401/+479 |
| | |||||
* | [syslog] Permission checks when saving anonymization days | Simon Rettberg | 2018-02-13 | 6 | -31/+47 |
| | |||||
* | [permissionmanager] Slightly more efficient queries, wildcard support, debug ↵ | Simon Rettberg | 2018-02-13 | 2 | -38/+142 |
| | | | | mode, comments | ||||
* | [translation] Fix saving language tags containing dots | Simon Rettberg | 2018-02-13 | 2 | -16/+11 |
| | |||||
* | [permissionmanager] Add global translation plugin | Simon Rettberg | 2018-02-13 | 1 | -0/+38 |
| | |||||
* | [translation] Add support for global translation plugins | Simon Rettberg | 2018-02-13 | 1 | -5/+24 |
| | | | | | | | Until now, modules could only supply extensions for translating module-related additional dictionaries. Now a module can provide a 'translation-global.inc.php' that will add additional translation sections to any module. | ||||
* | [eventlog] Use Util::prettyTime for timestamp formatting | Simon Rettberg | 2018-02-12 | 1 | -9/+1 |
| | |||||
* | [eventlog] Simplify permission check | Simon Rettberg | 2018-02-12 | 1 | -30/+21 |
| | |||||
* | [permissionmanager] GetPermissionData: Fix code style, simplify getRoles() | Simon Rettberg | 2018-02-12 | 1 | -18/+15 |
| | |||||
* | [permissionmanager] getPermissions(): Only consider permissions for active ↵ | Simon Rettberg | 2018-02-12 | 1 | -5/+14 |
| | | | | modules | ||||
* | [exams] Simplify permissions, add some error messages | Simon Rettberg | 2018-02-12 | 4 | -172/+145 |
| | |||||
* | [statistics] Rename permissions a bit | Simon Rettberg | 2018-02-12 | 4 | -13/+13 |
| | |||||
* | [permissionmanager] Tweak style, fix role filtering (and make it AND), minor ↵ | Simon Rettberg | 2018-02-12 | 15 | -276/+184 |
| | | | | cleanups | ||||
* | [permissionmanager] Introduce "location-aware" flag for permissions | Simon Rettberg | 2018-02-12 | 23 | -169/+309 |
| | | | | | | | | | | 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. | ||||
* | [backup] Use permission helpers | Simon Rettberg | 2018-02-09 | 3 | -20/+15 |
| | |||||
* | Merge branch 'master' into permission-manager | Simon Rettberg | 2018-02-09 | 90 | -629/+1111 |
|\ | |||||
| * | [exams] Fix table design | Simon Rettberg | 2018-02-08 | 1 | -1/+1 |
| | |