| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Implicitly nullable types are deprecated in PHP 8.3, make explicit | Simon Rettberg | 2025-08-01 | 1 | -1/+1 |
| | | |||||
| * | Fix more type errors, stricter typing | Simon Rettberg | 2023-11-15 | 1 | -2/+2 |
| | | |||||
| * | Add function param/return types, fix a lot more phpstorm complaints | Simon Rettberg | 2023-11-14 | 1 | -9/+6![]() |
| | | |||||
| * | [inc/Util] Add types, move error printing functions to their own class | Simon Rettberg | 2022-05-02 | 1 | -1/+1 |
| | | |||||
| * | Moderize Database handling | Simon Rettberg | 2021-05-11 | 1 | -1/+1 |
| | | | | | | | | * Auto-convert to utf8mb4_unicode_520_ci * Use foreach instead of while to loop over results * Drop useless statement caching * Keep emulated prepares, as we sometimes loop over nested queries | ||||
| * | [statistics] Handling of standby state in statistics, log crashes | Simon Rettberg | 2019-01-24 | 1 | -0/+17 |
| | | | | | | | | Or rather, not really crashes, but log whenever a client reports a poweron event without reporting a proper shutdown first. This isn't neccessarily a crash but could also be due to power loss, hard poweroff, or network failures. | ||||
| * | [roomplanner] Refactor to use runmode | Simon Rettberg | 2017-11-30 | 1 | -9/+42 |
| | | |||||
| * | [statistics] Helper for getting machine as object from DB (to be extended) | Simon Rettberg | 2017-06-23 | 1 | -0/+40 |

