summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [statistics] Hide recent machines on small windowSimon Rettberg2025-01-141-0/+5
|
* [statistics] Show ID45 size and local caching config in NIC speed hintSimon Rettberg2024-12-184-0/+73
|
* [statistics] Display/filter by firmware in client listSimon Rettberg2024-12-185-1/+6
|
* [statistics] Track firmware used by clients and display in machine detailsSimon Rettberg2024-12-166-11/+40
|
* Update translationsSimon Rettberg2024-12-037-3/+11
|
* [statistics] Show history of previously displayed machine details in sidebarSimon Rettberg2024-12-035-2/+63
|
* [statistics] Don't log error if ~suspend event is received twiceSimon Rettberg2024-12-031-1/+1
|
* [rebootcontrol] Make exec output look more like on terminalSimon Rettberg2024-11-272-4/+8
| | | | Set line-height so that '│' chars in e.g. tree are connected.
* [rebootcontrol] Add exec job to list dnbd3-proxy cacheSimon Rettberg2024-11-271-2/+23
|
* [vmstore] Add common header to benchmark pagesSimon Rettberg2024-11-276-26/+54
|
* [vmstore] Fix misspelled /dev/nullSimon Rettberg2024-11-271-1/+1
|
* [statistics] machine details: add button to run network speedtestSimon Rettberg2024-11-272-2/+11
|
* [vmstore] Adapt server-side part to ajax benchmark result displaySimon Rettberg2024-11-262-11/+40
|
* [vmstore] Modernize benchmark result display, use ajaxIoannis Christoforidis2024-11-261-52/+112
|
* [locationinfo] Remove redundant checkSimon Rettberg2024-11-141-7/+5Star
|
* [locationinfo] Put upgrade/cleanup code in distinct function and extendSimon Rettberg2024-11-143-15/+39
|
* [locationinfo] BRAINDEADSimon Rettberg2024-11-131-1/+3
|
* [locationinfo] Fix styleSimon Rettberg2024-11-131-1/+1
|
* [locationinfo] Add support for FirefoxSimon Rettberg2024-11-136-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.