| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | [statistics] Keep statistics longer for analysis | Steffen Ritter | 2024-01-25 | 1 | -1/+1 | |
| | | ||||||
| * | [systemstatus] Better detection for latest updates timestamp | Simon Rettberg | 2024-01-19 | 1 | -1/+1 | |
| | | ||||||
| * | [dnbd3] Add warning if proxy servers exist but DNBD3 is disabled for VMs | Simon Rettberg | 2024-01-18 | 4 | -2/+10 | |
| | | ||||||
| * | [locations/statistics] More type safety, array key checks | Simon Rettberg | 2024-01-18 | 4 | -11/+17 | |
| | | ||||||
| * | Fix type errors | Simon Rettberg | 2024-01-17 | 2 | -2/+2 | |
| | | ||||||
| * | [vmstore] Restore warning on unconfigured vmstore | Simon Rettberg | 2024-01-15 | 1 | -1/+1 | |
| | | ||||||
| * | [serversetup-bwlp-ipxe] Add missing null check | Simon Rettberg | 2024-01-15 | 1 | -1/+3 | |
| | | ||||||
| * | [serversetup-bwlp-ipxe] Call parent constructor IPxeMenu | Simon Rettberg | 2024-01-15 | 1 | -3/+6 | |
| | | ||||||
| * | [serversetup-bwlp-ipxe] Move PXELinux classes to own files | Simon Rettberg | 2024-01-15 | 3 | -174/+176 | |
| | | ||||||
| * | [inc/Property] Add type checks now that we use strict_types=1 | Simon Rettberg | 2024-01-15 | 1 | -2/+8 | |
| | | ||||||
| * | [dozmod] Wording Klausurmodus -> Prüfungsmodus | Steffen Ritter | 2024-01-11 | 1 | -2/+2 | |
| | | ||||||
| * | [rebootcontrol] Check for null-location | Simon Rettberg | 2024-01-11 | 1 | -1/+1 | |
| | | ||||||
| * | Update translations | Steffen Ritter | 2023-12-22 | 2 | -3/+3 | |
| | | ||||||
| * | [inc/TMCallback] Release task when finished | Simon Rettberg | 2023-12-19 | 1 | -0/+1 | |
| | | ||||||
| * | [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 | |
| | | ||||||

