Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [locationinfo] Remove redundant checkHEADmaster | Simon Rettberg | 7 days | 1 | -7/+5 |
| | |||||
* | [locationinfo] Put upgrade/cleanup code in distinct function and extend | Simon Rettberg | 7 days | 3 | -15/+39 |
| | |||||
* | [locationinfo] BRAINDEAD | Simon Rettberg | 8 days | 1 | -1/+3 |
| | |||||
* | [locationinfo] Fix style | Simon Rettberg | 8 days | 1 | -1/+1 |
| | |||||
* | [locationinfo] Add support for Firefox | Simon Rettberg | 8 days | 6 | -104/+151 |
| | |||||
* | [serversetup-bwlp-ipxe] Fix display of referencing menu list | Simon Rettberg | 2024-11-06 | 1 | -1/+1 |
| | |||||
* | [statistics] Disable non-client filter if specific filters are given | Simon Rettberg | 2024-11-05 | 2 | -1/+19 |
| | |||||
* | [minilinux] Handle invalid parameter | Simon Rettberg | 2024-11-05 | 1 | -0/+2 |
| | |||||
* | [sysconfig] loginscreen: Properly escape strings written to Qt INI | Simon Rettberg | 2024-10-25 | 1 | -1/+15 |
| | |||||
* | [minilinux] Fix copy & paste error | Simon Rettberg | 2024-10-23 | 1 | -1/+1 |
| | |||||
* | [minilinux] Cleanup/Modernize | Simon Rettberg | 2024-10-22 | 1 | -10/+2 |
| | |||||
* | [minilinux] Don't hide delete button if all files are missing | Simon Rettberg | 2024-10-22 | 1 | -0/+3 |
| | | | | | | If the version is still marked as downloaded in the database, not showing the button means we can never fix (i.e. re-download) the version... ;-) | ||||
* | [minilinux] Add event for newly available netboot/minilinux version | Simon Rettberg | 2024-10-21 | 1 | -0/+21 |
| | |||||
* | [minilinux] Remove debug spam | Simon Rettberg | 2024-10-16 | 1 | -1/+0 |
| | |||||
* | [webinterface] Double ACME renew interval, improve error handling | Simon Rettberg | 2024-10-16 | 2 | -3/+14 |
| | |||||
* | [statistics] Make ML-version a link | Simon Rettberg | 2024-10-16 | 4 | -3/+15 |
| | |||||
* | [webinterface] Remove the 'off' option for HTTPS | Simon Rettberg | 2024-10-11 | 9 | -95/+42 |
| | | | | | | | | As we always use a self-signed certificate for client communication, you cannot really turn off HTTPS, and explicitly generating another self-signed certificate for slx-admin is rather pointless. So internally, we actually remove the option for a self-signed certificate, and rename the "off" option to using a self-signed one. | ||||
* | [webinterface] API: Check callbacks immediately on success | Simon Rettberg | 2024-10-11 | 1 | -1/+3 |
| | | | | | This makes sure the web interface wont momentarily show outdated information. | ||||
* | [systemstatus] Filter more spam from lighttpd log | Simon Rettberg | 2024-10-11 | 1 | -0/+4 |
| | |||||
* | [sysconfig] Try harder to log meaningful error if module generation fails | Simon Rettberg | 2024-10-11 | 1 | -6/+9 |
| | |||||
* | [webinterface] Add event log messages for cert changes | Simon Rettberg | 2024-10-11 | 7 | -16/+73 |
| | |||||
* | [webinterface] Add simple API to remotely supply a certificate | Simon Rettberg | 2024-10-10 | 6 | -45/+179 |
| | |||||
* | [webinterface] Refactor TM-Calls for https changes | Simon Rettberg | 2024-10-09 | 2 | -42/+67 |
| | | | | | Move actual calls to WebInterface helper class, move a few common things to their own functions. | ||||
* | [webinterface] Add support for ACME, add option to redirect to cert domain | Simon Rettberg | 2024-10-08 | 17 | -89/+669 |
| | |||||
* | Update phpdoc | Simon Rettberg | 2024-10-08 | 1 | -1/+1 |
| | |||||
* | Move helper script to proper directory | Simon Rettberg | 2024-10-07 | 1 | -0/+0 |
| | |||||
* | scripts: Helper to give www-data write permissions to lang files | Simon Rettberg | 2024-09-20 | 1 | -0/+3 |
| | | | | | Useful if you use the web UI to edit translations. This assumes the php scripts run as the www-data user. | ||||
* | [rebootcontrol/statistics] Add templates for useful remote exec commands | Simon Rettberg | 2024-09-20 | 13 | -17/+193 |
| | |||||
* | [statistics] Ignore HDDS (block devices) that are too small | Simon Rettberg | 2024-09-19 | 1 | -1/+3 |
| | |||||
* | [statistics] Update VMware 12.5.x hint as current releases ship it again | Simon Rettberg | 2024-09-12 | 2 | -2/+2 |
| | |||||
* | [statistics] Extend usage history to 10 days, add pie chart | Simon Rettberg | 2024-09-12 | 4 | -35/+110 |
| | |||||
* | [rebootcontrol] Only run the Taskmanager check if we got work to do | Simon Rettberg | 2024-09-07 | 1 | -6/+15 |
| | |||||
* | [sysconfig] Change sort order of loginscreen: lower | Simon Rettberg | 2024-07-23 | 1 | -1/+1 |
| | |||||
* | [serversetup-bwlp-ipxe] serversetup_bootentry.module must not be NULL | Simon Rettberg | 2024-07-23 | 2 | -10/+23 |
| | | | | | | I'm not entirely sure how the column ended up being NULL in one instance, but this should not happen and makes no sense, so change the table definition accordingly to avoid script errors. | ||||
* | [statistics_reporting] Fix undefined variable access | Simon Rettberg | 2024-07-23 | 1 | -1/+1 |
| | | | | | | This had no consequence as $start could only be undefined if $bounds is false, in which case the variable $sh was never read, but still, avoid the warning. | ||||
* | [sysconfig] Add button to assign module to multiple configs | Simon Rettberg | 2024-07-19 | 9 | -26/+70 |
| | | | | | This extends and reuses the assignment dialog that pops up at the end of the process where you create a new module. | ||||
* | [sysconfig] Don't delete config module on edit if taskmanager fails | Simon Rettberg | 2024-07-18 | 2 | -7/+7 |
| | |||||
* | [sysconfig] Redesign dialog after creating/editing config | Simon Rettberg | 2024-07-18 | 3 | -2/+5 |
| | | | | | Make it less tempting to just make the current config global default by splitting up the buttons and adding another line of text. | ||||
* | [sysconfig] loginscreen: Minor design/logic fix | Simon Rettberg | 2024-07-18 | 2 | -2/+2 |
| | |||||
* | [sysconfig] Add module to customize login screen (slxgreeter) | Simon Rettberg | 2024-07-16 | 11 | -2/+303 |
| | |||||
* | [sysconfig] shibauth: Add field to enable/disable traditional login | Simon Rettberg | 2024-07-15 | 5 | -2/+20 |
| | |||||
* | [sysconfig] Make screensaver wizard a tad bit less cryptic | Simon Rettberg | 2024-07-12 | 5 | -18/+28 |
| | |||||
* | [sysconfig] Fix html | Simon Rettberg | 2024-07-10 | 1 | -1/+1 |
| | |||||
* | [statistics_reporting] Error checking | Simon Rettberg | 2024-07-03 | 1 | -2/+3 |
| | |||||
* | [statistics_reporting] Fix infinite loop | Simon Rettberg | 2024-07-03 | 1 | -15/+23 |
| | | | | | | If there are more than 1000 events with the same timestamp, we'd end up in an infinite loop. Take care of this unusual case by increasing a rowskip counter in this case. | ||||
* | [sysconfig] Use auto-generated taskId | Simon Rettberg | 2024-07-03 | 1 | -4/+0 |
| | |||||
* | [serversetup-bwlp-ipxe] Minor grub tweaks | Simon Rettberg | 2024-07-02 | 1 | -1/+3 |
| | |||||
* | [main] Try to avoid false clock drift warnings | Simon Rettberg | 2024-07-02 | 1 | -1/+3 |
| | | | | | | | | If the browser tries to recover the state of a page after a restart, it will re-check for clock drift using stale data. Let's hope the browser will also restore sessionStorage in this case; we store the time of check in there, to prevent another check after the page is restored from cache. | ||||
* | Update/Cleanup translations | Simon Rettberg | 2024-07-02 | 11 | -13/+6 |
| | |||||
* | config: Add examples for required CONFIG_SHIB_ settings | Simon Rettberg | 2024-07-02 | 1 | -0/+4 |
| |