summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [statistics] Make sure 'notes' and 'id44mb' columns get initializedSimon Rettberg2025-03-182-5/+5
|
* [eventlog] Track when a filter rule was last triggeredSimon Rettberg2025-02-258-13/+58
|
* [eventlog] Add Matrix as transport protocolSimon Rettberg2025-02-246-1/+2031
|
* [systemstatus] Add warning about running exams below reboot buttonSimon Rettberg2025-02-204-1/+25
|
* [exams] Tweak exam list, add note on top about running examsSimon Rettberg2025-02-206-32/+79
|
* [statistics] cron: Add status output in case the cronjob hangs/failsSimon Rettberg2025-02-131-3/+23
|
* [statistics] Provide last runmode to events on ~poweronSimon Rettberg2025-02-131-1/+2
|
* [locationinfo] Change $forceCached to a flexible timeout approachSimon Rettberg2025-02-139-25/+47
| | | | | | We can now give a precise deadline until which the backend(s) will try to update stale calendar data, and just return cached data for all the entries where no time was left.
* [vmstore] Minor tweak to initial waitIoannis Christoforidis2025-02-131-4/+6
|
* [eventlog] Fix escaping of predefined ruleSimon Rettberg2025-02-131-1/+1
|
* [statistics] Increase cutoff for new machines to 30 daysSimon Rettberg2025-01-281-1/+2
|
* [eventlog] Cosmetic changes; nicer UI, sorting, warning, etc.Simon Rettberg2025-01-165-8/+27
|
* [eventlog] Filters: Add two more examplesSimon Rettberg2025-01-161-1/+6
|
* [sysconfig] LDAP/AD: Bump VERSION to force rebuild with autorestartSimon Rettberg2025-01-141-1/+1
|
* [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
|