summaryrefslogtreecommitdiffstats
path: root/modules-available
Commit message (Collapse)AuthorAgeFilesLines
* [systemstatus] Use new permission helpers; disable non-accessible tabsSimon Rettberg2018-02-165-330/+303Star
|
* [serversetup-bwlp] Make use of new permission helpersSimon Rettberg2018-02-154-28/+27Star
|
* [locations] Update translationsSimon Rettberg2018-02-154-14/+16
|
* [statistics_reporting] Fix permission checkSimon Rettberg2018-02-151-1/+2
|
* [rebootcontrol] Rewrite permission handling, simplify html/javascriptSimon Rettberg2018-02-1511-194/+172Star
|
* [news] Fix formattingSimon Rettberg2018-02-141-220/+222
|
* [news] Use permission helpers; make inputs readonly if no permission to editSimon Rettberg2018-02-142-49/+46Star
|
* [minilinux] Use new permission helpersSimon Rettberg2018-02-142-45/+41Star
|
* Global: Only show "Warning" badge at the top if user can view event log,Simon Rettberg2018-02-141-1/+4
| | | | also hide warnings on the main page from modules the user has no access to
* [permissionmanager] Fix: False positive for perm validity checkSimon Rettberg2018-02-141-0/+2
|
* [permissionmanager] Apply formattingSimon Rettberg2018-02-144-52/+60
|
* [permissionmanager] Speed up queries for saving roles and assignmentsSimon Rettberg2018-02-141-12/+18
|
* [locations] One permission for direct subnet editing; restructure handling a bitSimon Rettberg2018-02-145-154/+150Star
|
* [dozmod] Move subpages to pages/, hide pages where user has no permissionSimon Rettberg2018-02-1315-401/+479
|
* [syslog] Permission checks when saving anonymization daysSimon Rettberg2018-02-136-31/+47
|
* [permissionmanager] Slightly more efficient queries, wildcard support, debug ↵Simon Rettberg2018-02-132-38/+142
| | | | mode, comments
* [translation] Fix saving language tags containing dotsSimon Rettberg2018-02-132-16/+11Star
|
* [permissionmanager] Add global translation pluginSimon Rettberg2018-02-131-0/+38
|
* [translation] Add support for global translation pluginsSimon Rettberg2018-02-131-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 formattingSimon Rettberg2018-02-121-9/+1Star
|
* [eventlog] Simplify permission checkSimon Rettberg2018-02-121-30/+21Star
|
* [permissionmanager] GetPermissionData: Fix code style, simplify getRoles()Simon Rettberg2018-02-121-18/+15Star
|
* [permissionmanager] getPermissions(): Only consider permissions for active ↵Simon Rettberg2018-02-121-5/+14
| | | | modules
* [exams] Simplify permissions, add some error messagesSimon Rettberg2018-02-124-172/+145Star
|
* [statistics] Rename permissions a bitSimon Rettberg2018-02-124-13/+13
|
* [permissionmanager] Tweak style, fix role filtering (and make it AND), minor ↵Simon Rettberg2018-02-1215-276/+184Star
| | | | cleanups
* [permissionmanager] Introduce "location-aware" flag for permissionsSimon Rettberg2018-02-1223-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 helpersSimon Rettberg2018-02-093-20/+15Star
|
* Merge branch 'master' into permission-managerSimon Rettberg2018-02-0990-629/+1111
|\
| * [exams] Fix table designSimon Rettberg2018-02-081-1/+1
| |
| * [exams/roomplanner] Hybrid PVS managers become dedicated in exam modeSimon Rettberg2018-02-084-2/+42
| | | | | | | | Hopefully fixes #3066
| * Update translationsSimon Rettberg2018-02-086-6/+18
| |
| * [syslog] Add option to anonymize log entries after X daysSimon Rettberg2018-02-083-0/+60
| | | | | | | | Closes #3301
| * [runmode] Fix error message if generic editor is not allowed, allow dnbd3 editorSimon Rettberg2018-02-072-2/+2
| |
| * Merge branch 'master' of dnbd3:openslx-ng/slx-adminSimon Rettberg2018-02-0711-66/+78
| |\
| | * [locationinfo] Fix styling of tooltip btnsSteffen Ritter2018-02-0611-66/+78
| | | | | | | | | | | | also made the style of two close btns consistent to the rest
| * | Merge branch 'master' of dnbd3:openslx-ng/slx-adminSimon Rettberg2018-02-051-3/+6
| |\|
| | * [statistics_reporting] Translation for 'settings'Steffen Ritter2018-02-051-3/+6
| | |
| * | [statistics_reporting] Fix perVM and perUser (type mismatch in SQL)Simon Rettberg2018-02-054-11/+6Star
| |/
| * [statistics] Move replace-hook to statistics subdirSimon Rettberg2018-01-185-1/+1
| |
| * [minilinux] Check md5 if filesize and mtime failed to hint at changed filesSimon Rettberg2018-01-171-1/+2
| |
| * [syslog] Make client ip clickable, linking to statisticsSteffen Ritter2018-01-162-3/+3
| |
| * [statistics] Properly display runmode name in client listSimon Rettberg2018-01-152-1/+12
| |
| * [runmode] Do not allow re-assigning clients to new runmode if old mode ↵Simon Rettberg2018-01-156-10/+26
| | | | | | | | | | | | | | | | | | doesn't support the generic editor Doing so might leave some stale data in the old module, so we better prevent it so the user has to manually remove the client from the old runmode using the non-generic way (module specific) first.
| * [statistics] Fix runtime filter (had math backwards)Simon Rettberg2018-01-151-6/+6
| |
| * [statistics] Fix typo in last commitSimon Rettberg2018-01-151-1/+1
| |
| * [statistics] Fix "filter by cores" button in client listSimon Rettberg2018-01-151-6/+6
| | | | | | | | Closes #3284
| * [statistics] Fix display of machine usage history barSimon Rettberg2018-01-121-2/+2
| |
| * [permissionmanager] Sanitize language tag namesSimon Rettberg2018-01-118-44/+44
| |
| * Update translations + add global tagsSimon Rettberg2018-01-1121-53/+37Star
| | | | | | | | lang_username, lang_user and lang_password are now global tags