summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [statistics] Fix status-iconSimon Rettberg2023-09-251-1/+4
|
* [statistics] Add hints for old CPUs (to be implemented on client)Simon Rettberg2023-09-257-1/+65
|
* [rebootcontrol] Make subnet deletion timoeut match that of machinesSimon Rettberg2023-09-211-1/+1
| | | | Closes #3941
* [eventlog] Add example filter rulesSimon Rettberg2023-08-033-5/+38
|
* [statistics] Add more manufacturer name fixesSimon Rettberg2023-08-031-5/+12
|
* [statistics] Add even more more weird JEDEC encodingsSimon Rettberg2023-08-031-22/+39
|
* [statistics] Move functionSimon Rettberg2023-08-031-14/+14
|
* [statistics] Support yet another weird JEDEC encodingSimon Rettberg2023-08-021-2/+10
|
* [serversetup-bwlp-ipxe] Rewording, add "new tab" icon to linksSimon Rettberg2023-08-022-4/+11
|
* [statistics] Add button to copy existing ruleSimon Rettberg2023-08-027-35/+64
|
* [minilinux] Only create new branch if it contains any versionsSimon Rettberg2023-07-281-9/+20
|
* [minilinux] Better error handling if list download failsSimon Rettberg2023-07-251-4/+5
|
* [inc/Eventlog] Make sure data fits in columnsSimon Rettberg2023-07-251-0/+6
|
* [eventlog] Add 'L' suffix to formatting, try to improve help textSimon Rettberg2023-07-183-4/+9
|
* [statistics] Don't duplicate user in .vmchooser-session eventSimon Rettberg2023-07-181-2/+0Star
| | | | It's already there from the machine table data as currentuser
* [systemstatus] Improve coloring of disk space indicator, js tweaksSimon Rettberg2023-07-182-84/+116
|
* [news] Fix install: Falsely reported UPDATE_DONE every timeSimon Rettberg2023-07-182-3/+9
|
* [systemstatus] Show "reboot required" message on update-tab tooSimon Rettberg2023-07-176-8/+32
|
* [minilinux] Make title db columns longerSimon Rettberg2023-07-173-8/+15
|
* [eventlog] Add help text to rule regarding example valuesSimon Rettberg2023-07-063-0/+4
|
* [baseconfig_bwlp] Add SLX_ID44_CRYPT optionSimon Rettberg2023-07-063-0/+8
|
* [systemstatus] Show (estimate) of last time updates were installedSimon Rettberg2023-07-0413-22/+77
| | | | Plus other minor tweaks, like message on main page.
* Update phpStorm: Disable "accidental + instead of ." warningSimon Rettberg2023-07-031-2/+2
|
* [systemstatus] Add page to update/upgrade the server OSSimon Rettberg2023-07-0310-4/+278
| | | | Some simple UI/buttons to run apt-get update, upgrade etc.
* [remoteaccess] Make sure we get the right client when updating pwSimon Rettberg2023-07-031-1/+4
| | | | | | | | | | | When a client sends its current VNC password, we look up the client's uuid via the remote IP address. This would return any random client that last had this IP address when it booted. This is mostly not a problem with clients that have a static assignment, but can easily go wrong with clients in dynamic pools, as it's likely we have a few entries with the same address in the DB. We now get the client that was seen active most recently, which–unless we have address collisions–should always be the proper one.
* [statistics] Fix invalid array accessSimon Rettberg2023-06-281-1/+1
|
* [statistics_reporting] Fix phpstorm complaintsSimon Rettberg2023-06-201-7/+8
|
* [minilinux] Stricter check for stage 4 availabilitySimon Rettberg2023-06-131-4/+14
|
* [permissionmanager] Update default permissionsSimon Rettberg2023-06-131-7/+11
|
* [dnbd3] Add option to prefer satellite server for initial connectionSimon Rettberg2023-06-136-4/+23
|
* [minilinux] Minor design tweaks to listSimon Rettberg2023-06-124-6/+16
| | | | | | - Hackish way to hide sort-order inlined in title - Border for change-log - Shorten cooldown for list update to 3 minutes (was 10)
* [vmstore] Continuously drop caches while benchmarkingSimon Rettberg2023-06-051-3/+9
|
* [vmstore] Add usage hint when directly navigating to benchmark subpageSimon Rettberg2023-05-254-0/+12
|
* [sysconfig] Increase tar handling timeoutsSimon Rettberg2023-05-251-2/+2
|
* [dozmod] Cleanup of api.inc.phpSimon Rettberg2023-05-241-6/+8
|
* [inc/Mailer] Add commentsSimon Rettberg2023-05-241-1/+3
|
* [statistics] hints: Only show machines active in recent past (60 days)Simon Rettberg2023-05-241-0/+5
|
* Type annotations, better RNGSimon Rettberg2023-05-222-9/+9
|
* [backup] LangSteffen Ritter2023-05-171-3/+3
|
* [eventlog] Fix php notice about undefined array indexSimon Rettberg2023-05-121-1/+1
|
* [inc/Mailer] Remove repeated Expire spam from error logSimon Rettberg2023-05-121-1/+2
|
* [inc/Mailer] Allow Somename <some@example.com> format as FROMSimon Rettberg2023-05-121-1/+8
|
* [locations] cleanup: Hide/disable move button if action not availableSimon Rettberg2023-05-123-7/+25
| | | | | | Hide the button entirely if there are no movable machines in the displayed list. Disable the button as long as the user selected at least one unmovable machine.
* [eventlog] Remove stray line (c&p error)Simon Rettberg2023-05-121-2/+0Star
|
* [backup] Don't error out if backup file is not readable by www-dataSimon Rettberg2023-05-121-5/+6
|
* [statistics] Add filter for HDD rpmSimon Rettberg2023-05-114-3/+24
|
* [statistics] Fix system model filterSimon Rettberg2023-05-102-1/+38
|
* [statistics] Fix typoSimon Rettberg2023-05-102-2/+2
|
* [statistics] Fix spelling errorSteffen Ritter2023-05-081-1/+1
|
* [inc/Download] Clean up codeSimon Rettberg2023-05-081-40/+7Star
|