summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [systemstatus] Add notice about security updates to main pageSimon Rettberg2023-12-198-3/+85
|
* [rebootcontrol] Hide client2client subnets in details view if disabledSimon Rettberg2023-12-142-6/+12
|
* [statistics] Sanitize live values from clientSimon Rettberg2023-12-141-1/+5
|
* [locationinfo] Fix machine state updatingSimon Rettberg2023-12-141-2/+2
|
* [eventlog] Fix permissions namesSimon Rettberg2023-12-131-3/+3
|
* [sysconfig] Fix invalid array key accessSimon Rettberg2023-12-131-1/+1
|
* [adduser] Fix typoSimon Rettberg2023-12-131-1/+1
|
* [roomplanner] Fix invalid array key accessSimon Rettberg2023-12-041-3/+5
|
* [locations] Fix wrong variable type errorSimon Rettberg2023-12-041-4/+4
|
* Update translationsSimon Rettberg2023-11-205-7/+7
|
* [session] Show username in session table, link to editorSimon Rettberg2023-11-202-4/+16
|
* [vmstore] Fix invalid array accessSimon Rettberg2023-11-201-1/+1
|
* [inc/Property] Fix return typeSimon Rettberg2023-11-201-2/+2
|
* [sysconfig] Update Wikipedia extraction logicSimon Rettberg2023-11-171-7/+24
|
* [inc/Download] Add user-agent string to avoid 403 from WikipediaSimon Rettberg2023-11-171-0/+1
|
* [sysconfig] Fix invalid array key accessSimon Rettberg2023-11-151-1/+1
|
* [inc/Message] Fix deserializing messages from URLSimon Rettberg2023-11-151-3/+6
|
* [inc/Download] Fix downloading from WikipediaSimon Rettberg2023-11-152-1/+8
|
* Remove 32bit supportSimon Rettberg2023-11-155-23/+9Star
| | | | | | | int is always the native word size, and we don't really test anything on 32bit OSes anymore. 32bit support already required ugly workarounds in the past for large file sizes and ip2long, so we can finally get rid of those and just put an initial check in install.php.
* Fix more type errors, stricter typingSimon Rettberg2023-11-1545-88/+147
|
* idea: Always inspect as if strict_types is enabledSimon Rettberg2023-11-151-1/+3
|
* [backup] Add permission to configure automatic backupSimon Rettberg2023-11-153-4/+9
|
* [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
|