summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics_reporting/inc/getdata.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* [statistics_reporting] Query rewrite: Use iterative approachSimon Rettberg2018-01-041-76/+66Star
| | | | | | | Several simple test cases yielded incorrect results, also sessions partially overlapping with the selected hours were not handled properly. Iterative processing of logged events instead of single humongous unmaintainable SQL query.
* [statistics_reporting] Extend remote report by hwstats, date ranges, userstatsSimon Rettberg2017-04-241-0/+1
| | | | This implements #3108
* [statistics_reporting] fixed clients/locations without offline-length ↵Udo Walter2017-04-041-1/+1
| | | | entries not showing
* [statistics_reporting] Convert NULL to 0 so stupidtable doesn't mess upSimon Rettberg2017-04-031-1/+11
|
* [statistics_reporting] included currently offline clients in offline time + ↵Udo Walter2017-02-231-2/+2
| | | | bugfixes + some comments
* [statistics_reporting] Consistent field naming across classes, templates etc.Simon Rettberg2017-02-081-23/+23
|
* [statistics_reporting] Use indexed fields for joins, return location id from ↵Simon Rettberg2017-02-071-0/+6
| | | | GetData::*
* [statistics_reporting] Make getdata functions options flag based in ↵Simon Rettberg2017-01-311-33/+54
| | | | preparation of data export
* [statistics_reporting] fixed total showing wrong median and offline timeUdo Walter2017-01-311-2/+2
|
* [statistics_reporting] intdiv() is PHP7 onlySimon Rettberg2017-01-191-1/+1
|
* [statistics_reporting] improved anonymizationUdo Walter2017-01-171-1/+1
|
* [statistics_reporting] added vm name anonymizationUdo Walter2017-01-171-2/+3
|
* [statistics_reporting] improved anonymizationUdo Walter2017-01-131-15/+35
|
* [statistics_reporting] improved cutoff in query functions + bugfixUdo Walter2017-01-131-8/+9
|
* [statistics_reporting] moved some functions to a new classUdo Walter2017-01-121-0/+98