summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [statistics] Listview: Display roomlayout and unique properties in a sidebarSimon Rettberg2023-01-188-13/+110
| | | | | .... if viewport is wide enouh, it will be a sidebar, otherwise, it will be displayed above the actual list.
* [dnbd3] Extend timeout for inactive graphSimon Rettberg2023-01-181-2/+2
|
* [statistics] Remove debug messageSimon Rettberg2023-01-111-1/+0Star
|
* [inc/Session] Fix default parameters to setcookie()Simon Rettberg2023-01-101-1/+1
|
* [statistics] Add hint regarding blue tint of usage graphSimon Rettberg2023-01-054-8/+10
|
* [statistics] Fix graph background if there are no lecturesSimon Rettberg2023-01-051-0/+1
|
* [locationinfo] Change "broken" timeout from 21 to 30 daysSimon Rettberg2023-01-051-1/+1
|
* [session] Add checkbox to log out all other sessions on pw changeSimon Rettberg2023-01-055-0/+22
|
* [main] Remove "Change Password" in menu; make username a link insteadSimon Rettberg2023-01-053-6/+2Star
|
* [statistics] Only show graph if no non-location filters are setSimon Rettberg2022-12-083-43/+83
| | | | Closes #3694
* [remoteaccess] Add list of active locations to overview pageSimon Rettberg2022-12-084-9/+82
| | | | References #3767
* [statistics] Add ID45 partition size filterSimon Rettberg2022-12-064-7/+10
| | | | Closes #3927
* [locationinfo] Add Slider to configure browser zoom in URL panelSimon Rettberg2022-12-066-4/+39
| | | | Closes #3915
* [locationinfo] Minor JS tweaksSimon Rettberg2022-12-051-6/+6
|
* [rebootcontrol] WOL from Server > WOL from other subnet's clientSimon Rettberg2022-12-051-2/+4
|
* [rebootcontrol/vmstore] Fix ArrayUtil::sortByColumn() callsSimon Rettberg2022-12-022-2/+2
|
* [locationinfo] Workaround calendar scrolling to wrong daySimon Rettberg2022-12-021-3/+11
|
* [statistics] Per-location usage stats; include active lecture countSimon Rettberg2022-12-029-102/+283
|
* [inc/ArrayUtil] Fix sort flag handlingSimon Rettberg2022-12-021-2/+2
|
* [systemstatus] Handle disk size for local mounts on vm storeSteffen Ritter2022-11-161-0/+7
| | | | | | | | | | If something different is mounted on CONFIG_VMSTORE_DIR as expected by the slx-admin configuration we normally show a warning, that something went wrong in retrieving the disk capacity. This seems reasonable if the vm-store is a nfs or cifs share. But if internal storage is wanted it's more likely that someone just mounted a bigger/seccond hdd over the directory. In this case we skip the warning and just show the correct (free) capacity.
* [systemstatus] Show small info icon for used filesystemSteffen Ritter2022-11-162-0/+3
|
* [statistics] Add NIC Speed to client list, switch to Dictionary::number()Simon Rettberg2022-11-152-7/+30
|
* [inc/Dictionary] Add locale-aware number formatting methodSimon Rettberg2022-11-153-6/+31
|
* [statistics] Fix potential invalid array accessSimon Rettberg2022-11-151-1/+1
|
* [statistics] Add ID45 column to client listSimon Rettberg2022-11-112-4/+10
|
* [statistics] Client list: Add option to hide columnsSimon Rettberg2022-11-116-3/+68
|
* [statistics] Add placeholder to filtersSimon Rettberg2022-11-111-2/+2
|
* [minilinux] Add support for branch colors and changelogsSimon Rettberg2022-11-037-16/+52
|
* [dozmod] Add field to configure maximum VM image sizeSimon Rettberg2022-11-034-3/+15
|
* [dozmod] Fix typo in htmlSimon Rettberg2022-11-031-1/+1
|
* [statistics] Fake one HDD if machine has old-style sysinfo dataSimon Rettberg2022-10-311-0/+4
| | | | | | | | If the machine never booted with the new JSON-style HW info reporting, we don't have any information about the number of HDDs in that system. These machines would show up with a red "missing HDD" icon in the machine list, which is bad. For now, if we have no meta data but know the machine has an ID44 partition, just assume the machine has one HDD.
* [statistics] Deal with broken HDDs that lead to incomplete dataSimon Rettberg2022-10-312-1/+4
| | | | | | | We had a machine with a broken HDD that showed up as /dev/sda but didn't do much else, confusing tools like lsblk and fdisk, and ultimately leading to incomplete data in our DB that would make PHP freak out too much about missing array indices and wrong types.
* [serversetup-bwlp-ipxe] Encode ipxe script depending on iPXE versionSimon Rettberg2022-10-272-7/+19
| | | | Newer iPXE versions require UTF-8
* [statistics] Add machine state icon to hints tablesSimon Rettberg2022-10-276-0/+35
|
* [statistics] Don't wrap partition name column in machine viewSimon Rettberg2022-10-271-1/+3
|
* [statistics] Force-override partiton name for 44/45 in machine viewSimon Rettberg2022-10-271-1/+1
|
* [statistics] Use partition numbers from kernelSimon Rettberg2022-10-262-10/+24
|
* [inc/Database] Force utf8mb4 explicitly via SET NAMESSimon Rettberg2022-10-261-0/+1
| | | | | Apparently, putting &charset=utf7mb4 in the connect string is not enough for reasons unknown to me.
* [eventlog] Update translationsSimon Rettberg2022-10-172-0/+2
|
* [session] Set page title for session list overviewSimon Rettberg2022-10-103-4/+7
|
* [remoteaccess] Force SLX_AUTOLOGIN = OFF in remote access modeSimon Rettberg2022-10-021-0/+2
|
* [locationinfo] Proper handling/setting auf SLX_AUTOLOGINSimon Rettberg2022-09-301-3/+4
| | | | Enabled should be 'ON', not '1' (even though 1 works for now)
* [locationinfo] Disable shutdown timeout if autologin is enabledSimon Rettberg2022-09-301-0/+3
| | | | | | | | | This is probably only accidentally enabled (from location), as an info-panel is always idle and would then probably shutdown frequently. It currently didn't happen because we already clear the logout timeout, and the shutdown timeout only starts running at the login screen. But we want to change that for when we use autologin manually, or in case of an exam.
* [statistics] Remove test codeSimon Rettberg2022-09-281-10/+0Star
|
* [statistics] Prevent out-of-order event handlingSimon Rettberg2022-09-281-0/+4
|
* Revert "[inc/main] one more syntax err. corr. -ADD main/install.inc.php"Simon Rettberg2022-09-201-1/+1
| | | | | | No need to introduce a syntax error. This reverts commit 04f52e75d410dfd8848298f50c173f638eab2a43.
* [inc/main] one more syntax err. corr. -ADD main/install.inc.phpChristian Rößler2022-09-191-1/+1
|
* [inc/main] syntax err. corrected -ADD main/install.inc.phproot2022-09-191-1/+1
|
* [statistics] Silence noticeSimon Rettberg2022-09-161-1/+2
|
* [baseconfig] Fix comment typoSimon Rettberg2022-09-131-1/+1
|