summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics/inc/filter.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* Revert "[statistics] Make several filters by date actually work"Steffen Ritter2019-12-171-36/+1Star
| | | | | This reverts commit 303d633e8a6dddbeee236935b6b21d7f5c27c4dc. Was not included in 3.8 release
* [statistics] Make several filters by date actually workSteffen Ritter2019-08-281-1/+36
|
* [statistics] Minor refactoring (PHP >= 5.6)Simon Rettberg2019-01-241-6/+10
|
* [statistics] Improve ID44 filter matchingSimon Rettberg2019-01-211-10/+14
|
* [statistics] Refine permissions, add some new onesSimon Rettberg2018-03-041-2/+7
|
* [statistics] Fix runtime filter (had math backwards)Simon Rettberg2018-01-151-6/+6
|
* [statistics] Add filters for uptime and hostnameSimon Rettberg2018-01-081-5/+39
| | | | Closes #3278
* [statistics] location filter: Support recursive matching by (ab)using ~ and !~Simon Rettberg2017-12-071-3/+10
|
* [statistics] Handle runmode and its isclient flagSimon Rettberg2017-11-301-3/+19
|
* [statistics] Introduce state column to get rid of complicated state ↵Simon Rettberg2017-11-281-10/+10
| | | | | | determination This also adds support for the STANDBY state
* [statistics] Remove debug messageSimon Rettberg2017-05-171-1/+0Star
|
* [statistics/locations/..] Cache calculated locationid of machine in machine ↵Simon Rettberg2016-12-061-5/+3Star
| | | | | | | | | | | | | | | table We now have three columns for the locationid: - subnetlocationid Updated whenever the clientip of a client changes on bootup, or when locations/subnets are edited in the locations module. - fixedlocationid Takes the role of the old locationid field - set when a machine is placed in a room via roomplanner, set to NULL otherwise. - locationid Set to fixedlocationid if it's not NULL, to subnetlocationid otherwise. The field is updated by a BEFORE UPDATE trigger.
* [statistics/locations] Fix query for getting machines for a locationSimon Rettberg2016-09-131-2/+2
|
* [locations/statistics] Make machine counting more consistentSimon Rettberg2016-09-091-1/+1
|
* [statistics] Escape % and _ in LIKE queries, translate user input * and ? to ↵Simon Rettberg2016-09-091-1/+6
| | | | % and _
* [statistics] Make filtering more dynamic, remove hard cutoff from summarySimon Rettberg2016-07-291-184/+210
|
* [statistics] Change delimiter to something more unusual, add captions for ↵Simon Rettberg2016-07-131-5/+10
| | | | filter options
* Squashed commit of the following:Christian Klinger2016-07-131-0/+205
commit af19d2aa593a4b4b068a5bc3707d74378625d774 Author: Christian Klinger <spam@klinch.de> Date: Wed Jul 13 12:32:17 2016 +0200 added sorting functionality. commit 0030ebebb49bad18fba8e74184d331be5485ed4e Author: Christian Klinger <spam@klinch.de> Date: Fri Jul 8 16:09:16 2016 +0200 small improvements. commit 8dc5ee1173ffbc6e689f3197ad4d1ecf700a9374 Author: Christian Klinger <spam@klinch.de> Date: Fri Jul 8 12:49:29 2016 +0200 added location fiter. commit 63a2da244a6def5cdd76c654bd5a6a0c108cc47b Author: Christian Klinger <spam@klinch.de> Date: Fri Jul 8 12:25:15 2016 +0200 most filters should work. commit 847536b34cec0194c58cb41a17006a8bd88f748d Author: Christian Klinger <spam@klinch.de> Date: Tue Jul 5 15:57:38 2016 +0200 rudimentary filter options.