Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [inc/Module] Overhaul dependency loading and handling of js/css | Simon Rettberg | 2018-04-13 | 1 | -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 in | Simon Rettberg | 2018-04-12 | 1 | -1/+4 |
| | |||||
* | [dozmod] Properly sort "last login" column in user list | Simon Rettberg | 2018-04-12 | 2 | -3/+3 |
| | |||||
* | [dozmod] Require explicit view permission for user list | Simon Rettberg | 2018-04-10 | 1 | -1/+2 |
| | |||||
* | [dozmod] Simplify permissions, don't link user in userlist if actionlog is ↵ | Simon Rettberg | 2018-03-28 | 9 | -38/+30 |
| | | | | | | inaccessible Closes #3332 | ||||
* | [dozmod] Hide expired image hint on main page if no permission | Simon Rettberg | 2018-03-28 | 1 | -5/+7 |
| | | | | Refs #3332 | ||||
* | [dozmod] Fix visibility of doAjax | Simon Rettberg | 2018-03-21 | 1 | -1/+1 |
| | |||||
* | [dozmod] Remove testmail permission, would leak pw and makes little sense | Simon Rettberg | 2018-02-16 | 3 | -8/+4 |
| | |||||
* | [dozmod] Move subpages to pages/, hide pages where user has no permission | Simon Rettberg | 2018-02-13 | 15 | -401/+479 |
| | |||||
* | [permissionmanager] Introduce "location-aware" flag for permissions | Simon Rettberg | 2018-02-12 | 1 | -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 tags | Simon Rettberg | 2018-01-11 | 2 | -6/+2 |
| | | | | lang_username, lang_user and lang_password are now global tags | ||||
* | Update translations | Simon Rettberg | 2018-01-08 | 2 | -2/+6 |
| | |||||
* | [dozmod] Fix permission handling in mail template editor | Simon Rettberg | 2017-12-19 | 1 | -4/+6 |
| | |||||
* | Fix A LOT of type problems, logic flaws, uninitialized variables etc. | Simon Rettberg | 2017-12-16 | 3 | -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 Rettberg | 2017-12-15 | 13 | -48/+78 |
|\ | | | | | | | permission-manager | ||||
| * | [permissionmanager] added support for localized permission descriptions; | Udo Walter | 2017-12-07 | 3 | -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 Hofmaier | 2017-12-07 | 11 | -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 maxLectureValidityDays | Steffen Ritter | 2017-12-11 | 2 | -4/+8 |
|/ | |||||
* | Merge remote-tracking branch 'origin/master' into permission-manager | Udo Walter | 2017-11-21 | 6 | -80/+56 |
|\ | | | | | | | | | | | # Conflicts: # modules-available/backup/templates/_page.html # style/default.css | ||||
| * | [dozmod] Add missing labels for check boxes | Simon Rettberg | 2017-11-17 | 1 | -10/+10 |
| | | |||||
| * | [dozmod] Add config option for max. locations per lecture | Simon Rettberg | 2017-11-17 | 5 | -6/+16 |
| | | |||||
| * | [dozmod] Improve location & exam mode detection | Simon Rettberg | 2017-11-14 | 1 | -3/+5 |
| | | |||||
| * | [dozmod] Refactor dmsd proxing, better error handling, less c & p | Simon Rettberg | 2017-11-03 | 1 | -81/+26 |
| | | |||||
| * | [dozmod] network shares ressource | Jonathan Bauer | 2017-09-06 | 1 | -2/+21 |
| | | | | | | | | preparation for network share support | ||||
* | | [dozmod] implemented new permission system to module for: deleting expired ↵ | Christian Hofmaier | 2017-10-27 | 6 | -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 Hofmaier | 2017-10-13 | 4 | -7/+8 |
| | | | | | | | | users&perm tables got hover-effect and checkboxes got right-aligned | ||||
* | | [dozmod] fixed some more inconsistencies | Christian Hofmaier | 2017-09-14 | 5 | -13/+13 |
| | | |||||
* | | [dozmod] fixed inconsistencies + some issues in [internetaccess] and [news] | Christian Hofmaier | 2017-09-14 | 11 | -170/+231 |
|/ | |||||
* | [dozmod] Fix handling of "modified" state | Simon Rettberg | 2017-06-02 | 1 | -2/+8 |
| | |||||
* | [dozmod] Show if templates are modified or have their defaults updated | Simon Rettberg | 2017-06-02 | 4 | -24/+54 |
| | |||||
* | [dozmod] Move menu generation to top | Simon Rettberg | 2017-05-08 | 1 | -8/+8 |
| | |||||
* | [dozmod] Check for subPage before doing general handling | Simon Rettberg | 2017-05-04 | 1 | -6/+6 |
| | |||||
* | [dozmod] Add missing translations | Simon Rettberg | 2017-04-28 | 4 | -2/+6 |
| | |||||
* | [dozmod] Make images pending deletion an extra section | Simon Rettberg | 2017-04-21 | 1 | -24/+37 |
| | |||||
* | Update translations | Simon Rettberg | 2017-04-07 | 2 | -4/+2 |
| | |||||
* | Update translations | Simon Rettberg | 2017-03-09 | 2 | -0/+4 |
| | |||||
* | [dozmod] Update translation of 'canLogin' in column user-/orglist | Steffen Ritter | 2017-03-06 | 2 | -2/+2 |
| | |||||
* | [dozmod] Add options to enable/disable login by default for new users | Simon Rettberg | 2017-02-08 | 4 | -41/+49 |
| | |||||
* | Move fake pw fields further out of view | Simon Rettberg | 2016-10-27 | 2 | -4/+4 |
| | |||||
* | CSS: Make the checkbox style fix global | Simon Rettberg | 2016-09-06 | 1 | -59/+0 |
| | |||||
* | [dozmod] Don't wrap date/time column in table | Simon Rettberg | 2016-09-01 | 1 | -2/+2 |
| | |||||
* | Update translations | Simon Rettberg | 2016-09-01 | 2 | -5/+5 |
| | |||||
* | [dozmod] Update translations | Simon Rettberg | 2016-08-22 | 2 | -0/+8 |
| | |||||
* | [dozmod] Show wasted space in blockstats | Simon Rettberg | 2016-08-22 | 3 | -2/+9 |
| | |||||
* | [dozmod] Expect the client to tell wether it is running in exam mode and ↵ | Simon Rettberg | 2016-08-21 | 1 | -5/+53 |
| | | | | | | | | compare to desired state of its location If the client and server disagree about exam mode, the client will get a dummy list of lectures/vms telling the user to reboot the machine. Not the best solution but sufficient for now. | ||||
* | [dozmod] Fix idiotic copy&paste error | Simon Rettberg | 2016-08-21 | 1 | -1/+1 |
| | |||||
* | [dozmod] Add secret hidden block statistics | Simon Rettberg | 2016-08-17 | 3 | -0/+96 |
| | |||||
* | Clean up css a bit | Simon Rettberg | 2016-08-17 | 3 | -10/+10 |
| | |||||
* | [dozmod] Implement action log subpage | Simon Rettberg | 2016-08-16 | 15 | -148/+498 |
| | |||||
* | Update translations | Simon Rettberg | 2016-08-15 | 3 | -8/+13 |
| |