| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | [systemstatus] Add notice about security updates to main page | Simon Rettberg | 2023-12-19 | 8 | -3/+85 | |
| | | ||||||
| * | [rebootcontrol] Hide client2client subnets in details view if disabled | Simon Rettberg | 2023-12-14 | 2 | -6/+12 | |
| | | ||||||
| * | [statistics] Sanitize live values from client | Simon Rettberg | 2023-12-14 | 1 | -1/+5 | |
| | | ||||||
| * | [locationinfo] Fix machine state updating | Simon Rettberg | 2023-12-14 | 1 | -2/+2 | |
| | | ||||||
| * | [eventlog] Fix permissions names | Simon Rettberg | 2023-12-13 | 1 | -3/+3 | |
| | | ||||||
| * | [sysconfig] Fix invalid array key access | Simon Rettberg | 2023-12-13 | 1 | -1/+1 | |
| | | ||||||
| * | [adduser] Fix typo | Simon Rettberg | 2023-12-13 | 1 | -1/+1 | |
| | | ||||||
| * | [roomplanner] Fix invalid array key access | Simon Rettberg | 2023-12-04 | 1 | -3/+5 | |
| | | ||||||
| * | [locations] Fix wrong variable type error | Simon Rettberg | 2023-12-04 | 1 | -4/+4 | |
| | | ||||||
| * | Update translations | Simon Rettberg | 2023-11-20 | 5 | -7/+7 | |
| | | ||||||
| * | [session] Show username in session table, link to editor | Simon Rettberg | 2023-11-20 | 2 | -4/+16 | |
| | | ||||||
| * | [vmstore] Fix invalid array access | Simon Rettberg | 2023-11-20 | 1 | -1/+1 | |
| | | ||||||
| * | [inc/Property] Fix return type | Simon Rettberg | 2023-11-20 | 1 | -2/+2 | |
| | | ||||||
| * | [sysconfig] Update Wikipedia extraction logic | Simon Rettberg | 2023-11-17 | 1 | -7/+24 | |
| | | ||||||
| * | [inc/Download] Add user-agent string to avoid 403 from Wikipedia | Simon Rettberg | 2023-11-17 | 1 | -0/+1 | |
| | | ||||||
| * | [sysconfig] Fix invalid array key access | Simon Rettberg | 2023-11-15 | 1 | -1/+1 | |
| | | ||||||
| * | [inc/Message] Fix deserializing messages from URL | Simon Rettberg | 2023-11-15 | 1 | -3/+6 | |
| | | ||||||
| * | [inc/Download] Fix downloading from Wikipedia | Simon Rettberg | 2023-11-15 | 2 | -1/+8 | |
| | | ||||||
| * | Remove 32bit support | Simon Rettberg | 2023-11-15 | 5 | -23/+9![]() | |
| | | | | | | | | 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 typing | Simon Rettberg | 2023-11-15 | 45 | -88/+147 | |
| | | ||||||
| * | idea: Always inspect as if strict_types is enabled | Simon Rettberg | 2023-11-15 | 1 | -1/+3 | |
| | | ||||||
| * | [backup] Add permission to configure automatic backup | Simon Rettberg | 2023-11-15 | 3 | -4/+9 | |
| | | ||||||
| * | [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 | |
| | | ||||||

