summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [locationinfo] Remove redundant checkHEADmasterSimon Rettberg7 days1-7/+5Star
|
* [locationinfo] Put upgrade/cleanup code in distinct function and extendSimon Rettberg7 days3-15/+39
|
* [locationinfo] BRAINDEADSimon Rettberg8 days1-1/+3
|
* [locationinfo] Fix styleSimon Rettberg8 days1-1/+1
|
* [locationinfo] Add support for FirefoxSimon Rettberg8 days6-104/+151
|
* [serversetup-bwlp-ipxe] Fix display of referencing menu listSimon Rettberg2024-11-061-1/+1
|
* [statistics] Disable non-client filter if specific filters are givenSimon Rettberg2024-11-052-1/+19
|
* [minilinux] Handle invalid parameterSimon Rettberg2024-11-051-0/+2
|
* [sysconfig] loginscreen: Properly escape strings written to Qt INISimon Rettberg2024-10-251-1/+15
|
* [minilinux] Fix copy & paste errorSimon Rettberg2024-10-231-1/+1
|
* [minilinux] Cleanup/ModernizeSimon Rettberg2024-10-221-10/+2Star
|
* [minilinux] Don't hide delete button if all files are missingSimon Rettberg2024-10-221-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 versionSimon Rettberg2024-10-211-0/+21
|
* [minilinux] Remove debug spamSimon Rettberg2024-10-161-1/+0Star
|
* [webinterface] Double ACME renew interval, improve error handlingSimon Rettberg2024-10-162-3/+14
|
* [statistics] Make ML-version a linkSimon Rettberg2024-10-164-3/+15
|
* [webinterface] Remove the 'off' option for HTTPSSimon Rettberg2024-10-119-95/+42Star
| | | | | | | | 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 successSimon Rettberg2024-10-111-1/+3
| | | | | This makes sure the web interface wont momentarily show outdated information.
* [systemstatus] Filter more spam from lighttpd logSimon Rettberg2024-10-111-0/+4
|
* [sysconfig] Try harder to log meaningful error if module generation failsSimon Rettberg2024-10-111-6/+9
|
* [webinterface] Add event log messages for cert changesSimon Rettberg2024-10-117-16/+73
|
* [webinterface] Add simple API to remotely supply a certificateSimon Rettberg2024-10-106-45/+179
|
* [webinterface] Refactor TM-Calls for https changesSimon Rettberg2024-10-092-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 domainSimon Rettberg2024-10-0817-89/+669
|
* Update phpdocSimon Rettberg2024-10-081-1/+1
|
* Move helper script to proper directorySimon Rettberg2024-10-071-0/+0
|
* scripts: Helper to give www-data write permissions to lang filesSimon Rettberg2024-09-201-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 commandsSimon Rettberg2024-09-2013-17/+193
|
* [statistics] Ignore HDDS (block devices) that are too smallSimon Rettberg2024-09-191-1/+3
|
* [statistics] Update VMware 12.5.x hint as current releases ship it againSimon Rettberg2024-09-122-2/+2
|
* [statistics] Extend usage history to 10 days, add pie chartSimon Rettberg2024-09-124-35/+110
|
* [rebootcontrol] Only run the Taskmanager check if we got work to doSimon Rettberg2024-09-071-6/+15
|
* [sysconfig] Change sort order of loginscreen: lowerSimon Rettberg2024-07-231-1/+1
|
* [serversetup-bwlp-ipxe] serversetup_bootentry.module must not be NULLSimon Rettberg2024-07-232-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 accessSimon Rettberg2024-07-231-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 configsSimon Rettberg2024-07-199-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 failsSimon Rettberg2024-07-182-7/+7
|
* [sysconfig] Redesign dialog after creating/editing configSimon Rettberg2024-07-183-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 fixSimon Rettberg2024-07-182-2/+2
|
* [sysconfig] Add module to customize login screen (slxgreeter)Simon Rettberg2024-07-1611-2/+303
|
* [sysconfig] shibauth: Add field to enable/disable traditional loginSimon Rettberg2024-07-155-2/+20
|
* [sysconfig] Make screensaver wizard a tad bit less crypticSimon Rettberg2024-07-125-18/+28
|
* [sysconfig] Fix htmlSimon Rettberg2024-07-101-1/+1
|
* [statistics_reporting] Error checkingSimon Rettberg2024-07-031-2/+3
|
* [statistics_reporting] Fix infinite loopSimon Rettberg2024-07-031-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 taskIdSimon Rettberg2024-07-031-4/+0Star
|
* [serversetup-bwlp-ipxe] Minor grub tweaksSimon Rettberg2024-07-021-1/+3
|
* [main] Try to avoid false clock drift warningsSimon Rettberg2024-07-021-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 translationsSimon Rettberg2024-07-0211-13/+6Star
|
* config: Add examples for required CONFIG_SHIB_ settingsSimon Rettberg2024-07-021-0/+4
|