Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [locationinfo] Fix infoscreen after type annotation update | Simon Rettberg | 2023-11-15 | 1 | -2/+2 | |
| | ||||||
* | Add function param/return types, fix a lot more phpstorm complaints | Simon Rettberg | 2023-11-14 | 182 | -2108/+1958![]() | |
| | ||||||
* | Update phpstorm config | Simon Rettberg | 2023-11-14 | 2 | -11/+543 | |
| | ||||||
* | [locationinfo] Fix crash with null-deref in exchange backend | Simon Rettberg | 2023-11-14 | 1 | -13/+15 | |
| | ||||||
* | [inv/Eventlog] Fix storing last warning/failure ID for notifications | Simon Rettberg | 2023-11-14 | 1 | -14/+20 | |
| | ||||||
* | [sysconfig] Make title field required via HTML | Simon Rettberg | 2023-11-13 | 7 | -7/+7 | |
| | ||||||
* | Roundup of issues reported by PHPStorm | Simon Rettberg | 2023-11-02 | 57 | -252/+172![]() | |
| | | | | Mostly redundant checks, logic errors, dead code, etc. | |||||
* | [rebootcontrol] Remove API prototype | Simon Rettberg | 2023-11-02 | 1 | -36/+0![]() | |
| | ||||||
* | [serversetup-pxelinux] Delete module | Simon Rettberg | 2023-11-02 | 20 | -551/+0![]() | |
| | | | | Unmaintained and untested for years now | |||||
* | [sysconfig] Add missing else | Simon Rettberg | 2023-10-30 | 1 | -1/+2 | |
| | ||||||
* | [news] Fix copy paste error; set up FK constraint with proper table | Simon Rettberg | 2023-10-30 | 1 | -1/+1 | |
| | ||||||
* | [statistics] Fix mysql regex to delete non-ASCII values | Simon Rettberg | 2023-10-30 | 1 | -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 DB | Simon Rettberg | 2023-10-23 | 3 | -1/+8 | |
| | ||||||
* | [systemstatus] Fix comment typo | Simon Rettberg | 2023-10-23 | 1 | -3/+3 | |
| | ||||||
* | [serversetup-bwlp-ipxe] Fix missing column in query | Simon Rettberg | 2023-10-23 | 1 | -2/+2 | |
| | ||||||
* | [minilinux] Some more 8.x warnings | Simon Rettberg | 2023-10-09 | 1 | -2/+2 | |
| | ||||||
* | [locationinfo] text-muted for "inherited" up-arrow | Simon Rettberg | 2023-10-06 | 5 | -288/+308 | |
| | ||||||
* | [minilinux] Fix deprecation warning on PHP 8.x | Simon Rettberg | 2023-10-06 | 1 | -2/+2 | |
| | ||||||
* | config: Set timezone | Simon Rettberg | 2023-10-06 | 1 | -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.2 | Simon Rettberg | 2023-10-06 | 3 | -4/+6 | |
| | ||||||
* | [inc/Database] Fix return type | Simon Rettberg | 2023-10-02 | 1 | -1/+2 | |
| | ||||||
* | Update Mustache to 46286a1 | Simon Rettberg | 2023-10-02 | 35 | -2201/+4802 | |
| | ||||||
* | Disable deprecated warnings when not in debug mode | Simon Rettberg | 2023-09-28 | 2 | -1/+10 | |
| | ||||||
* | [sysconfig] PHP Warning: Private methods cannot be final as they are never ↵ | Simon Rettberg | 2023-09-27 | 1 | -3/+3 | |
| | | | | overridden by other classes | |||||
* | [eventlog] Fix php notice (undefined index) | Steffen Ritter | 2023-09-27 | 1 | -1/+1 | |
| | ||||||
* | [statistics_reporting] Report legacy VMware CPUs | Simon Rettberg | 2023-09-25 | 1 | -0/+9 | |
| | ||||||
* | [statistics_reporting] Future-proof mem check :> | Simon Rettberg | 2023-09-25 | 1 | -1/+1 | |
| | ||||||
* | [statistics] Fix status-icon | Simon Rettberg | 2023-09-25 | 1 | -1/+4 | |
| | ||||||
* | [statistics] Add hints for old CPUs (to be implemented on client) | Simon Rettberg | 2023-09-25 | 7 | -1/+65 | |
| | ||||||
* | [rebootcontrol] Make subnet deletion timoeut match that of machines | Simon Rettberg | 2023-09-21 | 1 | -1/+1 | |
| | | | | Closes #3941 | |||||
* | [eventlog] Add example filter rules | Simon Rettberg | 2023-08-03 | 3 | -5/+38 | |
| | ||||||
* | [statistics] Add more manufacturer name fixes | Simon Rettberg | 2023-08-03 | 1 | -5/+12 | |
| | ||||||
* | [statistics] Add even more more weird JEDEC encodings | Simon Rettberg | 2023-08-03 | 1 | -22/+39 | |
| | ||||||
* | [statistics] Move function | Simon Rettberg | 2023-08-03 | 1 | -14/+14 | |
| | ||||||
* | [statistics] Support yet another weird JEDEC encoding | Simon Rettberg | 2023-08-02 | 1 | -2/+10 | |
| | ||||||
* | [serversetup-bwlp-ipxe] Rewording, add "new tab" icon to links | Simon Rettberg | 2023-08-02 | 2 | -4/+11 | |
| | ||||||
* | [statistics] Add button to copy existing rule | Simon Rettberg | 2023-08-02 | 7 | -35/+64 | |
| | ||||||
* | [minilinux] Only create new branch if it contains any versions | Simon Rettberg | 2023-07-28 | 1 | -9/+20 | |
| | ||||||
* | [minilinux] Better error handling if list download fails | Simon Rettberg | 2023-07-25 | 1 | -4/+5 | |
| | ||||||
* | [inc/Eventlog] Make sure data fits in columns | Simon Rettberg | 2023-07-25 | 1 | -0/+6 | |
| | ||||||
* | [eventlog] Add 'L' suffix to formatting, try to improve help text | Simon Rettberg | 2023-07-18 | 3 | -4/+9 | |
| | ||||||
* | [statistics] Don't duplicate user in .vmchooser-session event | Simon Rettberg | 2023-07-18 | 1 | -2/+0![]() | |
| | | | | It's already there from the machine table data as currentuser | |||||
* | [systemstatus] Improve coloring of disk space indicator, js tweaks | Simon Rettberg | 2023-07-18 | 2 | -84/+116 | |
| | ||||||
* | [news] Fix install: Falsely reported UPDATE_DONE every time | Simon Rettberg | 2023-07-18 | 2 | -3/+9 | |
| | ||||||
* | [systemstatus] Show "reboot required" message on update-tab too | Simon Rettberg | 2023-07-17 | 6 | -8/+32 | |
| | ||||||
* | [minilinux] Make title db columns longer | Simon Rettberg | 2023-07-17 | 3 | -8/+15 | |
| | ||||||
* | [eventlog] Add help text to rule regarding example values | Simon Rettberg | 2023-07-06 | 3 | -0/+4 | |
| | ||||||
* | [baseconfig_bwlp] Add SLX_ID44_CRYPT option | Simon Rettberg | 2023-07-06 | 3 | -0/+8 | |
| | ||||||
* | [systemstatus] Show (estimate) of last time updates were installed | Simon Rettberg | 2023-07-04 | 13 | -22/+77 | |
| | | | | Plus other minor tweaks, like message on main page. | |||||
* | Update phpStorm: Disable "accidental + instead of ." warning | Simon Rettberg | 2023-07-03 | 1 | -2/+2 | |
| |