summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * [statistics] Fix select items in filterbox, tweak ID44 size groupingSimon Rettberg2018-04-192-4/+4
| |
| * [locationinfo] davinchi: Reuse curl handleSimon Rettberg2018-04-181-5/+17
| |
| * [locationinfo] hisinone: Query relevant days only, not whole year/semesterSimon Rettberg2018-04-181-38/+46
| | | | | | | | | | | | | | Speed up queries significantly by not going through all the courses for the whole year, but just query those that take place in the next seven days. We also reuse the curl handle now for some additional speedup.
| * [inc/User] Activate module locations before accessSimon Rettberg2018-04-161-2/+6
| |
| * [news] Update translationsSimon Rettberg2018-04-162-0/+2
| |
| * [inc/Module] Overhaul dependency loading and handling of js/cssSimon Rettberg2018-04-1351-207/+293
| | | | | | | | This is supposed to prevent unneeded js/css from being pulled in
| * Delete old TODOSimon Rettberg2018-04-131-5/+0Star
| |
| * [js_stupidtable] Decollapse on sort (slx-decollapse tables)Simon Rettberg2018-04-131-0/+8
| |
| * [js_stupidtable] Add ipv4 sort functionSimon Rettberg2018-04-131-0/+10
| |
| * [js_stupidtable] Add arrow indicating sort direction to current columnSimon Rettberg2018-04-132-3/+15
| |
| * [js_stupidtable] Make will_manually_build_table default to trueSimon Rettberg2018-04-131-1/+1
| |
| * [js_stupidtable] Import v1.1.3 vanillaSimon Rettberg2018-04-131-107/+216
| |
| * Update translationsSimon Rettberg2018-04-134-2/+12
| |
| * [permissionmanager] Add role description field; install some default rulesSimon Rettberg2018-04-138-35/+156
| | | | | | | | Closes #3356
| * [permissionmanager] Preselect all locations when adding new roleSimon Rettberg2018-04-131-1/+1
| |
| * [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
| |
| * [locationinfo] Move save btn to the right (design guidelines)Steffen Ritter2018-04-125-6/+5Star
| |
| * [dnbd3] Colorful config formattingSimon Rettberg2018-04-112-2/+40
| |
| * [roomplanner] Add icon to PCs that opens machine details from statistics moduleSimon Rettberg2018-04-104-41/+54
| |
| * [runmode] Add module.jsonSteffen Ritter2018-04-102-0/+8
| |
| * [dozmod] Require explicit view permission for user listSimon Rettberg2018-04-101-1/+2
| |
| * [exams] Fix always-disabled "add" button for existing lecturesSimon Rettberg2018-04-101-1/+1
| |
| * Update translationsSimon Rettberg2018-04-1010-21/+55
| |
| * [adduser] Fix JS checks on add pageSimon Rettberg2018-04-101-0/+3
| |
| * [adduser] JS checks while editing user; second save button below role listSimon Rettberg2018-04-095-34/+55
| |
| * [adduser] Rename permission to view-listSimon Rettberg2018-04-092-2/+2
| |
| * Permissions: Consistency: Make all pages require at least one permission to ↵Simon Rettberg2018-04-0914-24/+48
| | | | | | | | | | | | be accessible Closes #3340
| * [news] Ask for confirmation when deleting entrySimon Rettberg2018-04-051-2/+7
| |
| * [locationinfo] Fix default setting for "select" backend optionsSimon Rettberg2018-04-051-1/+4
| |
| * [locationinfo] Add exchange backendSimon Rettberg2018-04-05785-203/+67955
| | | | | | | | Closes #3170
| * [locationinfo] Fix color of seat counter not updating properlySimon Rettberg2018-04-052-6/+5Star
| |
| * [locationinfo] Delete according runmode entries when a panel gets deletedSimon Rettberg2018-04-031-0/+1
| |
| * [locationinfo] Use User::assertPermission()Simon Rettberg2018-04-031-2/+1Star
| |
| * [statistics] Use assertPermission instead of manual error + redirectSimon Rettberg2018-03-311-2/+1Star
| |
| * [dnbd3] Runmode: Merge IP ranges opened in firewallSimon Rettberg2018-03-311-3/+43
| |
| * [permissionmanager] Introduce dedicated "permission denied" pageSimon Rettberg2018-03-296-7/+57
| | | | | | | | Closes #3350
| * [serversetup-bwlp] Update pxelinux menu parserSimon Rettberg2018-03-291-17/+139
| |
| * [locationinfo] Properly check permissions when saving new panelSimon Rettberg2018-03-291-1/+7
| |
| * [locationinfo] Fix permission checking: Add missing return statementSimon Rettberg2018-03-291-0/+1
| |
| * [inc/Trigger] mount(): Set mount options to null if not givenSimon Rettberg2018-03-291-0/+2
| |
| * [inc/User] Make userid type int to fix string comparesSimon Rettberg2018-03-291-0/+1
| |
| * Fix warningsSimon Rettberg2018-03-292-3/+4
| |
| * [dnbd3] Show main-warning only if page is accessibleSimon Rettberg2018-03-291-1/+1
| |
| * [sysconfig] Stuff ssh config into "empty" global configSimon Rettberg2018-03-292-7/+38
| | | | | | | | | | | | | | | | | | | | This is an ugly hack. The "no sysconfig" runmode option creates an obvious problem if an ssh config exists: It won't be provisioned to the client, so it's not reachable via ssh. We need a proper mechanism for managing config, that flags modules by whether they should be ignored for "no sysconfig" runmode or not, and while we're at it, make it possible to assign additional modules to rooms.
| * [dnbd3] Fix dnbd3 reboot status feedbackSimon Rettberg2018-03-292-18/+43
| | | | | | | | Closes #3276
| * [dnbd3] Clarify firewall settingSimon Rettberg2018-03-282-4/+4
| |
| * [dnbd3] Fix subnet to CIDR calculation on 32bit php :/Simon Rettberg2018-03-281-1/+5
| |
| * [locations] Handle statistics permissions when showing/linking machine statsSimon Rettberg2018-03-282-1/+19
| |
| * [locations] Make subnet list editable again :)Simon Rettberg2018-03-281-4/+4
| | | | | | | | Closes #3331