summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics/inc/statistics.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix more type errors, stricter typingSimon Rettberg2023-11-151-2/+2
|
* Add function param/return types, fix a lot more phpstorm complaintsSimon Rettberg2023-11-141-9/+6Star
|
* [inc/Util] Add types, move error printing functions to their own classSimon Rettberg2022-05-021-1/+1
|
* Moderize Database handlingSimon Rettberg2021-05-111-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 crashesSimon Rettberg2019-01-241-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 runmodeSimon Rettberg2017-11-301-9/+42
|
* [statistics] Helper for getting machine as object from DB (to be extended)Simon Rettberg2017-06-231-0/+40