summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics/inc/statisticsfilter.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* Add function param/return types, fix a lot more phpstorm complaintsSimon Rettberg2023-11-141-15/+8Star
|
* Roundup of issues reported by PHPStormSimon Rettberg2023-11-021-9/+1Star
| | | | Mostly redundant checks, logic errors, dead code, etc.
* [statistics] Add filter for HDD rpmSimon Rettberg2023-05-111-0/+21
|
* [statistics] Fix system model filterSimon Rettberg2023-05-101-1/+32
|
* [statistics] Fix spelling errorSteffen Ritter2023-05-081-1/+1
|
* [statistics] Remove anydev filterSimon Rettberg2023-04-241-1/+1
| | | | Doesn't make any sense if you don't know what it does :-)
* [statistics] Only show graph if no non-location filters are setSimon Rettberg2022-12-081-0/+5
| | | | Closes #3694
* [statistics] Add ID45 partition size filterSimon Rettberg2022-12-061-6/+7
| | | | Closes #3927
* [statistics] Per-location usage stats; include active lecture countSimon Rettberg2022-12-021-3/+3
|
* [statistics] Add placeholder to filtersSimon Rettberg2022-11-111-2/+2
|
* [statistics] Filter: Allow mac address with ':' and no separator at allSimon Rettberg2022-09-131-1/+21
| | | | Closes #3914
* [statistics] Add NIC speed filter/displaySimon Rettberg2022-09-121-0/+21
|
* [statistics] Allow '*' in "any" search filterSimon Rettberg2022-07-071-2/+2
|
* [statistics] Add a few more RAM/HDD size groups, future is catching up..Simon Rettberg2022-07-041-2/+4
|
* [statistics] Fix standby crash filterSimon Rettberg2022-06-231-12/+18
|
* [inc/Util] Add types, move error printing functions to their own classSimon Rettberg2022-05-021-2/+2
|
* [statistics] ID45_live: Filter 0 if not explicitly matching for itSimon Rettberg2022-04-281-1/+15
| | | | | | | 0 means the machine doesn't have an ID45 partition. Most likely, when you do something like "< 10000" you want to find machines which are low on ID45 space, but not those that don't even have any. So implicitly add "live_id45 != 0" if the user didn't explicitly query for "= 0".
* [statistics] Add filters for pciid/hwdbSimon Rettberg2022-04-271-9/+56
|
* [statistics] Add PCI device filter optionSimon Rettberg2022-04-131-2/+38
|
* [statistics] Add type annotations and a couple commentsSimon Rettberg2022-04-071-4/+31
|
* [statistics] Add typesSimon Rettberg2022-03-111-18/+19
|
* [statistics] Add standby crash filterSimon Rettberg2022-03-101-0/+22
|
* Fix deprecated curly braces string indexing (PHP 7.4)Simon Rettberg2021-03-251-1/+1
|
* [statistics] Remove logintime filterSimon Rettberg2021-03-121-3/+1Star
| | | | | | Would only work when a user is currently logged in, which is confusing. Remove. References #3842
* [statistics] Fix clientip != filterSimon Rettberg2021-03-121-1/+2
| | | | References #3842
* [statistics] Fix querying location 0 (no location)Simon Rettberg2020-06-031-0/+2
|
* [statistics] Less strict IP address validationSimon Rettberg2020-06-021-6/+0Star
| | | | This didn't actually accept 1.2.3.*
* [statistics] Make ~ default for location filterSimon Rettberg2020-05-151-2/+1Star
|
* [statistics] Fix lastboot, uptime and status filtersSimon Rettberg2020-05-101-4/+4
|
* [statistics] Stricter verification of IP addressesSimon Rettberg2020-05-071-3/+31
|
* [statistics] Re-introduce "with sublocations" for location filterSimon Rettberg2020-05-051-3/+4
|
* [statistics] Unify Ram and ID44 filtersSimon Rettberg2020-04-221-54/+53Star
|
* [statistics] Validate operator for all filtersSimon Rettberg2020-04-211-0/+18
|
* [statistics] Refactor filter creation (Part 1)Simon Rettberg2020-04-211-361/+368
| | | | | | | | 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] New filter UISimon Rettberg2020-04-201-119/+151
|
* [statistics] Fix Steffens superpatchSimon Rettberg2019-12-171-2/+2
|
* [statistics] Add filter for runtime and lastbootSteffen Ritter2019-12-171-0/+10
|
* [statistics] Fix date range queries to match by day, not by secondSimon Rettberg2019-12-131-1/+11
|
* [statistics] Fix filtering by prefixing columns with table nameSimon Rettberg2019-11-081-4/+4
|
* [statistics] ModularizeSimon Rettberg2019-11-071-0/+517