summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [locationinfo] Fix infoscreen after type annotation updateSimon Rettberg2023-11-151-2/+2
|
* Add function param/return types, fix a lot more phpstorm complaintsSimon Rettberg2023-11-14182-2108/+1958Star
|
* Update phpstorm configSimon Rettberg2023-11-142-11/+543
|
* [locationinfo] Fix crash with null-deref in exchange backendSimon Rettberg2023-11-141-13/+15
|
* [inv/Eventlog] Fix storing last warning/failure ID for notificationsSimon Rettberg2023-11-141-14/+20
|
* [sysconfig] Make title field required via HTMLSimon Rettberg2023-11-137-7/+7
|
* Roundup of issues reported by PHPStormSimon Rettberg2023-11-0257-252/+172Star
| | | | Mostly redundant checks, logic errors, dead code, etc.
* [rebootcontrol] Remove API prototypeSimon Rettberg2023-11-021-36/+0Star
|
* [serversetup-pxelinux] Delete moduleSimon Rettberg2023-11-0220-551/+0Star
| | | | Unmaintained and untested for years now
* [sysconfig] Add missing elseSimon Rettberg2023-10-301-1/+2
|
* [news] Fix copy paste error; set up FK constraint with proper tableSimon Rettberg2023-10-301-1/+1
|
* [statistics] Fix mysql regex to delete non-ASCII valuesSimon Rettberg2023-10-301-1/+4
| | | | | | | | | Before updating columns to ASCII only, make sure there are no entries that contain invalid characters. Unfortunately mysql took the stupid approach of treating a-z as "any alphabetic character" by default, so we'd retain Ä and ſ too. Also, stupid me for not verifying this every time I use a regex engine anywhere.
* [systemstatus] Add warning sign to tab on outdated DBSimon Rettberg2023-10-233-1/+8
|
* [systemstatus] Fix comment typoSimon Rettberg2023-10-231-3/+3
|
* [serversetup-bwlp-ipxe] Fix missing column in querySimon Rettberg2023-10-231-2/+2
|
* [minilinux] Some more 8.x warningsSimon Rettberg2023-10-091-2/+2
|
* [locationinfo] text-muted for "inherited" up-arrowSimon Rettberg2023-10-065-288/+308
|
* [minilinux] Fix deprecation warning on PHP 8.xSimon Rettberg2023-10-061-2/+2
|
* config: Set timezoneSimon Rettberg2023-10-061-0/+2
| | | | | PHP 8.x defaults to UTC instead of system locale if nothing is set in php.ini - force TZ in config.php to be safe.
* Fix a few deprecation warnings on PHP 8.2Simon Rettberg2023-10-063-4/+6
|
* [inc/Database] Fix return typeSimon Rettberg2023-10-021-1/+2
|
* Update Mustache to 46286a1Simon Rettberg2023-10-0235-2201/+4802
|
* Disable deprecated warnings when not in debug modeSimon Rettberg2023-09-282-1/+10
|
* [sysconfig] PHP Warning: Private methods cannot be final as they are never ↵Simon Rettberg2023-09-271-3/+3
| | | | overridden by other classes
* [eventlog] Fix php notice (undefined index)Steffen Ritter2023-09-271-1/+1
|
* [statistics_reporting] Report legacy VMware CPUsSimon Rettberg2023-09-251-0/+9
|
* [statistics_reporting] Future-proof mem check :>Simon Rettberg2023-09-251-1/+1
|
* [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
|