summaryrefslogtreecommitdiffstats
path: root/modules-available/dozmod
Commit message (Collapse)AuthorAgeFilesLines
* [dozmod] Re-allow old resources for migrationSimon Rettberg2019-01-151-1/+1
|
* [dozmod] Re-allow old resources for migrationSimon Rettberg2019-01-151-2/+10
|
* [dozmod] ldapfilters: Fix list (attr/value)Simon Rettberg2018-12-121-2/+2
|
* [dozmod] Update translationsChristian Rößler2018-12-112-18/+18
|
* [dozmod] Add editor for predefined run scriptsSimon Rettberg2018-12-1010-1/+362
| | | | | | | | 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
* [dozmod] networkshares: Use {{password_type}} for password fieldSimon Rettberg2018-12-031-2/+2
|
* [dozmod] Update translationsSimon Rettberg2018-12-034-7/+22
|
* [dozmod] Networkshares: New DB scheme, error checksSimon Rettberg2018-12-034-40/+107
|
* [dozmod] ldapfilter: Update table scheme, fix minor bugsSimon Rettberg2018-12-012-18/+18
| | | | | | * Editing filter showed wrong success message * Made all methods static * Fix listing existing filters
* Merge branch 'master' of git.openslx.org:openslx-ng/slx-adminUdo Walter2018-11-2313-1/+273
|\ | | | | | | | | # Conflicts: # modules-available/dozmod/page.inc.php
| * [dozmod] Add LDAP filter submoduleJannik Schönartz2018-11-2313-1/+273
| |
* | [dozmod] add network share submoduleUdo Walter2018-11-2313-1/+283
|/
* [dozmod] Open mail templates with missing placeholders on saveSimon Rettberg2018-04-272-4/+5
|
* [dozmod] Make label activate checkboxesSteffen Ritter2018-04-271-2/+2
|
* [inc/Module] Overhaul dependency loading and handling of js/cssSimon Rettberg2018-04-131-2/+2
| | | | This is supposed to prevent unneeded js/css from being pulled in
* [dozmod] Don't show 1.1.1970 for users that never logged inSimon Rettberg2018-04-121-1/+4
|
* [dozmod] Properly sort "last login" column in user listSimon Rettberg2018-04-122-3/+3
|
* [dozmod] Require explicit view permission for user listSimon Rettberg2018-04-101-1/+2
|
* [dozmod] Simplify permissions, don't link user in userlist if actionlog is ↵Simon Rettberg2018-03-289-38/+30Star
| | | | | | inaccessible Closes #3332
* [dozmod] Hide expired image hint on main page if no permissionSimon Rettberg2018-03-281-5/+7
| | | | Refs #3332
* [dozmod] Fix visibility of doAjaxSimon Rettberg2018-03-211-1/+1
|
* [dozmod] Remove testmail permission, would leak pw and makes little senseSimon Rettberg2018-02-163-8/+4Star
|
* [dozmod] Move subpages to pages/, hide pages where user has no permissionSimon Rettberg2018-02-1315-401/+479
|
* [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.
* Update translations + add global tagsSimon Rettberg2018-01-112-6/+2Star
| | | | lang_username, lang_user and lang_password are now global tags
* Update translationsSimon Rettberg2018-01-082-2/+6
|
* [dozmod] Fix permission handling in mail template editorSimon Rettberg2017-12-191-4/+6
|
* Fix A LOT of type problems, logic flaws, uninitialized variables etc.Simon Rettberg2017-12-163-2/+4
| | | | | Most of them were found by phpstorm, so I put in some time and went through the list, fixing quite a bunch of them.
* Merge branch 'permission-manager' of openslx.org:openslx-ng/slx-admin into ↵Simon Rettberg2017-12-1513-48/+78
|\ | | | | | | permission-manager
| * [permissionmanager] added support for localized permission descriptions;Udo Walter2017-12-073-14/+42
| | | | | | | | | | 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-0711-37/+39
| | | | | | | | "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] Increase limits for maxImageValidityDays and maxLectureValidityDaysSteffen Ritter2017-12-112-4/+8
|/
* Merge remote-tracking branch 'origin/master' into permission-managerUdo Walter2017-11-216-80/+56Star
|\ | | | | | | | | | | # Conflicts: # modules-available/backup/templates/_page.html # style/default.css
| * [dozmod] Add missing labels for check boxesSimon Rettberg2017-11-171-10/+10
| |
| * [dozmod] Add config option for max. locations per lectureSimon Rettberg2017-11-175-6/+16
| |
| * [dozmod] Improve location & exam mode detectionSimon Rettberg2017-11-141-3/+5
| |
| * [dozmod] Refactor dmsd proxing, better error handling, less c & pSimon Rettberg2017-11-031-81/+26Star
| |
| * [dozmod] network shares ressourceJonathan Bauer2017-09-061-2/+21
| | | | | | | | preparation for network share support
* | [dozmod] implemented new permission system to module for: deleting expired ↵Christian Hofmaier2017-10-276-18/+108
| | | | | | | | 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).
* | [dozmod] button margin to other fields, labels at Email-config left-aligned, ↵Christian Hofmaier2017-10-134-7/+8
| | | | | | | | users&perm tables got hover-effect and checkboxes got right-aligned
* | [dozmod] fixed some more inconsistenciesChristian Hofmaier2017-09-145-13/+13
| |
* | [dozmod] fixed inconsistencies + some issues in [internetaccess] and [news]Christian Hofmaier2017-09-1411-170/+231
|/
* [dozmod] Fix handling of "modified" stateSimon Rettberg2017-06-021-2/+8
|
* [dozmod] Show if templates are modified or have their defaults updatedSimon Rettberg2017-06-024-24/+54
|
* [dozmod] Move menu generation to topSimon Rettberg2017-05-081-8/+8
|
* [dozmod] Check for subPage before doing general handlingSimon Rettberg2017-05-041-6/+6
|
* [dozmod] Add missing translationsSimon Rettberg2017-04-284-2/+6
|
* [dozmod] Make images pending deletion an extra sectionSimon Rettberg2017-04-211-24/+37
|
* Update translationsSimon Rettberg2017-04-072-4/+2Star
|
* Update translationsSimon Rettberg2017-03-092-0/+4
|