summaryrefslogtreecommitdiffstats
path: root/inc/arrayutil.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* Add tests using PHPUnitSimon Rettberg2025-12-121-0/+2
| | | | | | | Tests generated by Junie AI. Might not have the best possible quality but at least we got something, and if it turns out to be complete rubbish, we can just throw it out again without any issues, as this is independent of the actual code base.
* Fix more type errors, stricter typingSimon Rettberg2023-11-151-0/+12
|
* Add function param/return types, fix a lot more phpstorm complaintsSimon Rettberg2023-11-141-10/+1Star
|
* Type annotations, better RNGSimon Rettberg2023-05-221-4/+2Star
|
* [inc/ArrayUtil] Fix sort flag handlingSimon Rettberg2022-12-021-2/+2
|
* [eventlog] Add machine data to collected notification samplesSimon Rettberg2022-09-121-0/+13
|
* [inc/Util] Add types, move error printing functions to their own classSimon Rettberg2022-05-021-0/+18
|
* [rebootcontrol] Show time of execution for WOL/reboot/shutdownSimon Rettberg2022-05-021-0/+12
|
* [statistics] Adapt hw-data parsing to new json format for displaySimon Rettberg2022-03-091-7/+1Star
|
* [statistics] New filter UISimon Rettberg2020-04-201-1/+22
|
* [statistics/rebootcontrol] Add WOL button to statistics moduleSimon Rettberg2019-12-071-0/+24
* Overhauled task display in rebootcontrol module * Can only add subnets by CIDR now instead of start and end