summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics/inc/statisticsfilterset.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* Add function param/return types, fix a lot more phpstorm complaintsSimon Rettberg2023-11-141-7/+10
|
* [statistics] Remove debug messageSimon Rettberg2023-01-111-1/+0Star
|
* [statistics] Only show graph if no non-location filters are setSimon Rettberg2022-12-081-0/+27
| | | | Closes #3694
* [statistics] Per-location usage stats; include active lecture countSimon Rettberg2022-12-021-5/+5
|
* [statistics] Show HDD count in list viewSimon Rettberg2022-05-101-6/+0Star
|
* [statistics] Add type annotations and a couple commentsSimon Rettberg2022-04-071-4/+4
|
* [statistics] Fix detection of machines with no HDDSimon Rettberg2020-10-271-2/+2
| | | | | | This was broken in two ways: The filters were renamed, but we still tried to match the old names (since these are strings :(), and then we need to ignore devicemapper devices reported on MaxiLinux.
* [statistics] Refactor filter creation (Part 1)Simon Rettberg2020-04-211-47/+20Star
| | | | | | | | Filter classes are now instances of their respective classes, to move more logic into those classes. A bind method is used for assigning actual operator and argument values. renderFilterBox() is still a little too messy, maybe a clever class for mapping a (bound) filter to data for mustache will come in handy here.
* [statistics] ModularizeSimon Rettberg2019-11-071-0/+143