Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [statistics] Add hint regarding blue tint of usage graph | Simon Rettberg | 2023-01-05 | 4 | -8/+10 | |
| | ||||||
* | [statistics] Fix graph background if there are no lectures | Simon Rettberg | 2023-01-05 | 1 | -0/+1 | |
| | ||||||
* | [locationinfo] Change "broken" timeout from 21 to 30 days | Simon Rettberg | 2023-01-05 | 1 | -1/+1 | |
| | ||||||
* | [session] Add checkbox to log out all other sessions on pw change | Simon Rettberg | 2023-01-05 | 4 | -0/+9 | |
| | ||||||
* | [main] Remove "Change Password" in menu; make username a link instead | Simon Rettberg | 2023-01-05 | 3 | -6/+2 | |
| | ||||||
* | [statistics] Only show graph if no non-location filters are set | Simon Rettberg | 2022-12-08 | 3 | -43/+83 | |
| | | | | Closes #3694 | |||||
* | [remoteaccess] Add list of active locations to overview page | Simon Rettberg | 2022-12-08 | 4 | -9/+82 | |
| | | | | References #3767 | |||||
* | [statistics] Add ID45 partition size filter | Simon Rettberg | 2022-12-06 | 4 | -7/+10 | |
| | | | | Closes #3927 | |||||
* | [locationinfo] Add Slider to configure browser zoom in URL panel | Simon Rettberg | 2022-12-06 | 6 | -4/+39 | |
| | | | | Closes #3915 | |||||
* | [locationinfo] Minor JS tweaks | Simon Rettberg | 2022-12-05 | 1 | -6/+6 | |
| | ||||||
* | [rebootcontrol] WOL from Server > WOL from other subnet's client | Simon Rettberg | 2022-12-05 | 1 | -2/+4 | |
| | ||||||
* | [rebootcontrol/vmstore] Fix ArrayUtil::sortByColumn() calls | Simon Rettberg | 2022-12-02 | 2 | -2/+2 | |
| | ||||||
* | [locationinfo] Workaround calendar scrolling to wrong day | Simon Rettberg | 2022-12-02 | 1 | -3/+11 | |
| | ||||||
* | [statistics] Per-location usage stats; include active lecture count | Simon Rettberg | 2022-12-02 | 9 | -102/+283 | |
| | ||||||
* | [systemstatus] Handle disk size for local mounts on vm store | Steffen Ritter | 2022-11-16 | 1 | -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 filesystem | Steffen Ritter | 2022-11-16 | 2 | -0/+3 | |
| | ||||||
* | [statistics] Add NIC Speed to client list, switch to Dictionary::number() | Simon Rettberg | 2022-11-15 | 2 | -7/+30 | |
| | ||||||
* | [inc/Dictionary] Add locale-aware number formatting method | Simon Rettberg | 2022-11-15 | 1 | -3/+3 | |
| | ||||||
* | [statistics] Fix potential invalid array access | Simon Rettberg | 2022-11-15 | 1 | -1/+1 | |
| | ||||||
* | [statistics] Add ID45 column to client list | Simon Rettberg | 2022-11-11 | 2 | -4/+10 | |
| | ||||||
* | [statistics] Client list: Add option to hide columns | Simon Rettberg | 2022-11-11 | 6 | -3/+68 | |
| | ||||||
* | [statistics] Add placeholder to filters | Simon Rettberg | 2022-11-11 | 1 | -2/+2 | |
| | ||||||
* | [minilinux] Add support for branch colors and changelogs | Simon Rettberg | 2022-11-03 | 7 | -16/+52 | |
| | ||||||
* | [dozmod] Add field to configure maximum VM image size | Simon Rettberg | 2022-11-03 | 4 | -3/+15 | |
| | ||||||
* | [dozmod] Fix typo in html | Simon Rettberg | 2022-11-03 | 1 | -1/+1 | |
| | ||||||
* | [statistics] Fake one HDD if machine has old-style sysinfo data | Simon Rettberg | 2022-10-31 | 1 | -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 data | Simon Rettberg | 2022-10-31 | 2 | -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 version | Simon Rettberg | 2022-10-27 | 2 | -7/+19 | |
| | | | | Newer iPXE versions require UTF-8 | |||||
* | [statistics] Add machine state icon to hints tables | Simon Rettberg | 2022-10-27 | 6 | -0/+35 | |
| | ||||||
* | [statistics] Don't wrap partition name column in machine view | Simon Rettberg | 2022-10-27 | 1 | -1/+3 | |
| | ||||||
* | [statistics] Force-override partiton name for 44/45 in machine view | Simon Rettberg | 2022-10-27 | 1 | -1/+1 | |
| | ||||||
* | [statistics] Use partition numbers from kernel | Simon Rettberg | 2022-10-26 | 2 | -10/+24 | |
| | ||||||
* | [eventlog] Update translations | Simon Rettberg | 2022-10-17 | 2 | -0/+2 | |
| | ||||||
* | [session] Set page title for session list overview | Simon Rettberg | 2022-10-10 | 3 | -4/+7 | |
| | ||||||
* | [remoteaccess] Force SLX_AUTOLOGIN = OFF in remote access mode | Simon Rettberg | 2022-10-02 | 1 | -0/+2 | |
| | ||||||
* | [locationinfo] Proper handling/setting auf SLX_AUTOLOGIN | Simon Rettberg | 2022-09-30 | 1 | -3/+4 | |
| | | | | Enabled should be 'ON', not '1' (even though 1 works for now) | |||||
* | [locationinfo] Disable shutdown timeout if autologin is enabled | Simon Rettberg | 2022-09-30 | 1 | -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 code | Simon Rettberg | 2022-09-28 | 1 | -10/+0 | |
| | ||||||
* | [statistics] Prevent out-of-order event handling | Simon Rettberg | 2022-09-28 | 1 | -0/+4 | |
| | ||||||
* | Revert "[inc/main] one more syntax err. corr. -ADD main/install.inc.php" | Simon Rettberg | 2022-09-20 | 1 | -1/+1 | |
| | | | | | | No need to introduce a syntax error. This reverts commit 04f52e75d410dfd8848298f50c173f638eab2a43. | |||||
* | [inc/main] one more syntax err. corr. -ADD main/install.inc.php | Christian Rößler | 2022-09-19 | 1 | -1/+1 | |
| | ||||||
* | [inc/main] syntax err. corrected -ADD main/install.inc.php | root | 2022-09-19 | 1 | -1/+1 | |
| | ||||||
* | [statistics] Silence notice | Simon Rettberg | 2022-09-16 | 1 | -1/+2 | |
| | ||||||
* | [baseconfig] Fix comment typo | Simon Rettberg | 2022-09-13 | 1 | -1/+1 | |
| | ||||||
* | [baseconfig/baseconfig_bwlp] Make preferred sound output free text | Simon Rettberg | 2022-09-13 | 5 | -6/+23 | |
| | ||||||
* | [statistics] Filter: Allow mac address with ':' and no separator at all | Simon Rettberg | 2022-09-13 | 1 | -1/+21 | |
| | | | | Closes #3914 | |||||
* | [statistics] Add NIC speed filter/display | Simon Rettberg | 2022-09-12 | 7 | -0/+33 | |
| | ||||||
* | [syslog] Minor refactor | Simon Rettberg | 2022-09-12 | 1 | -13/+11 | |
| | ||||||
* | [rebootcontrol] Work around bogus warnings in older PHP versions | Simon Rettberg | 2022-09-12 | 1 | -1/+4 | |
| | ||||||
* | [minilinux] Update KCL flags | Simon Rettberg | 2022-09-12 | 2 | -4/+4 | |
| |