summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics_reporting/inc
Commit message (Collapse)AuthorAgeFilesLines
* [statistics_reporting] Fix perVM and perUser (type mismatch in SQL)Simon Rettberg2018-02-051-6/+6
|
* [statistics_reporting] Don't leak locationid in remote reportSimon Rettberg2018-01-081-1/+1
|
* [statistics_reporting] Query rewrite: Use iterative approachSimon Rettberg2018-01-042-268/+386
| | | | | | | 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.
* Fix A LOT of type problems, logic flaws, uninitialized variables etc.Simon Rettberg2017-12-162-3/+3
| | | | | Most of them were found by phpstorm, so I put in some time and went through the list, fixing quite a bunch of them.
* [statistics_reporting] Reporting is opt-out nowSimon Rettberg2017-05-021-6/+7
|
* [statistics_reporting] Extend remote report by hwstats, date ranges, userstatsSimon Rettberg2017-04-243-9/+117
| | | | This implements #3108
* [statistics_reporting] Don't include perUser and perClient in remote reportSimon Rettberg2017-04-101-2/+0Star
|
* [statistics_reporting] fixed clients/locations without offline-length ↵Udo Walter2017-04-042-5/+5
| | | | entries not showing
* [statistics_reporting] Fallback to ip if client has no hostnameSimon Rettberg2017-04-031-1/+1
|
* [statistics_reporting] Convert NULL to 0 so stupidtable doesn't mess upSimon Rettberg2017-04-031-1/+11
|
* [statistics_reporting] Don't return so many NULL fields from queriesSimon Rettberg2017-04-031-2/+2
|
* Fix a couple of warnings and notices from error.logSimon Rettberg2017-03-211-4/+4
|
* [statistics_reporting] fixed column selector orderUdo Walter2017-02-231-6/+6
|
* [statistics_reporting] included currently offline clients in offline time + ↵Udo Walter2017-02-232-66/+109
| | | | bugfixes + some comments
* [statistics_reporting] Fix 'Not assigned' row not showing up in locations ↵Simon Rettberg2017-02-081-5/+5
| | | | grouping anymore
* [statistics_reporting] Consistent field naming across classes, templates etc.Simon Rettberg2017-02-082-27/+27
|
* [statistics_reporting] Nag user if statistics reporting is disabledSimon Rettberg2017-02-081-1/+1
|
* [statistics_reporting] Use indexed fields for joins, return location id from ↵Simon Rettberg2017-02-072-6/+12
| | | | GetData::*
* [statistics_reporting] fixed incorrect medianUdo Walter2017-02-061-0/+3
|
* [statistics_reporting] Make getdata functions options flag based in ↵Simon Rettberg2017-01-312-38/+59
| | | | preparation of data export
* [statistics_reporting] fixed total showing wrong median and offline timeUdo Walter2017-01-311-2/+2
|
* [statistics_reporting] Overhaul remote reporting structure; default to offSimon Rettberg2017-01-191-0/+84
|
* [statistics_reporting] i18n: Move tags used in code to separate file, delete ↵Simon Rettberg2017-01-191-2/+2
| | | | unused tags
* [statistics_reporting] intdiv() is PHP7 onlySimon Rettberg2017-01-191-1/+1
|
* [statistics_reporting] improved anonymizationUdo Walter2017-01-172-9/+10
|
* [statistics_reporting] added vm name anonymizationUdo Walter2017-01-172-3/+4
|
* [statistics_reporting] improved anonymizationUdo Walter2017-01-131-15/+35
|
* [statistics_reporting] improved cutoff in query functions + bugfixUdo Walter2017-01-132-45/+63
|
* [statistics_reporting] moved some functions to a new classUdo Walter2017-01-122-23/+99
|
* [statistics_reporting] improved readability, added hashed values to queriesChristian Hofmaier2017-01-091-10/+10
|
* [statistics_reporting] bugfixChristian Hofmaier2017-01-091-1/+1
|
* [statistics_reporting] added comments and improved readabilityChristian Hofmaier2016-12-291-10/+21
|
* [statistics_reporting] added location column in client tableUdo Walter2016-12-231-3/+5
|
* [statistics_reporting] replaced empty location stringChristian Hofmaier2016-12-231-4/+4
|
* [statistics_reporting] location for clienttableChristian Hofmaier2016-12-231-2/+3
|
* [statistics_reporting] changed cutoffsUdo Walter2016-12-221-24/+17Star
|
* [statistics_reporting] performance improvementsUdo Walter2016-12-221-14/+8Star
|
* [statistics_reporting] improved short session queries (bugfix)Christian Hofmaier2016-12-221-3/+3
|
* [statistics_reporting] improved short session queriesChristian Hofmaier2016-12-221-35/+10Star
|
* [statistics_reporting] better variable namesChristian Hofmaier2016-12-221-3/+3
|
* [statistics_reporting] changed average to medianUdo Walter2016-12-221-6/+20
|
* [statistics_reporting] added short sessions to QueriesChristian Hofmaier2016-12-221-41/+41
|
* [statistics_reporting] deleted vm per user (for udo) after adding it last commitChristian Hofmaier2016-12-201-2/+2
|
* [statistics_reporting] filtered sessions with short length (<60secs), logins ↵Christian Hofmaier2016-12-201-11/+41
| | | | on machines without locationid are now shown
* [statistics_reporting] added time bounds sliderUdo Walter2016-12-201-22/+97
|
* [statistics_reporting] edited time bound possibilityChristian Hofmaier2016-12-121-32/+20Star
|
* [statistics_reporting] Added time bounds and time cutoff possibility.Christian Hofmaier2016-12-061-23/+51
|
* [statistics_reporting] moved functions to own file, improved language and ↵Christian Hofmaier2016-12-011-0/+64
variable naming