| Commit message (Expand) | Author | Age | Files | Lines |
* | [statistics_reporting] Fix perVM and perUser (type mismatch in SQL) | Simon Rettberg | 2018-02-05 | 1 | -6/+6 |
* | [statistics_reporting] Don't leak locationid in remote report | Simon Rettberg | 2018-01-08 | 1 | -1/+1 |
* | [statistics_reporting] Query rewrite: Use iterative approach | Simon Rettberg | 2018-01-04 | 2 | -268/+386 |
* | Fix A LOT of type problems, logic flaws, uninitialized variables etc. | Simon Rettberg | 2017-12-16 | 2 | -3/+3 |
* | [statistics_reporting] Reporting is opt-out now | Simon Rettberg | 2017-05-02 | 1 | -6/+7 |
* | [statistics_reporting] Extend remote report by hwstats, date ranges, userstats | Simon Rettberg | 2017-04-24 | 3 | -9/+117 |
* | [statistics_reporting] Don't include perUser and perClient in remote report | Simon Rettberg | 2017-04-10 | 1 | -2/+0 |
* | [statistics_reporting] fixed clients/locations without offline-length entries... | Udo Walter | 2017-04-04 | 2 | -5/+5 |
* | [statistics_reporting] Fallback to ip if client has no hostname | Simon Rettberg | 2017-04-03 | 1 | -1/+1 |
* | [statistics_reporting] Convert NULL to 0 so stupidtable doesn't mess up | Simon Rettberg | 2017-04-03 | 1 | -1/+11 |
* | [statistics_reporting] Don't return so many NULL fields from queries | Simon Rettberg | 2017-04-03 | 1 | -2/+2 |
* | Fix a couple of warnings and notices from error.log | Simon Rettberg | 2017-03-21 | 1 | -4/+4 |
* | [statistics_reporting] fixed column selector order | Udo Walter | 2017-02-23 | 1 | -6/+6 |
* | [statistics_reporting] included currently offline clients in offline time + b... | Udo Walter | 2017-02-23 | 2 | -66/+109 |
* | [statistics_reporting] Fix 'Not assigned' row not showing up in locations gro... | Simon Rettberg | 2017-02-08 | 1 | -5/+5 |
* | [statistics_reporting] Consistent field naming across classes, templates etc. | Simon Rettberg | 2017-02-08 | 2 | -27/+27 |
* | [statistics_reporting] Nag user if statistics reporting is disabled | Simon Rettberg | 2017-02-08 | 1 | -1/+1 |
* | [statistics_reporting] Use indexed fields for joins, return location id from ... | Simon Rettberg | 2017-02-07 | 2 | -6/+12 |
* | [statistics_reporting] fixed incorrect median | Udo Walter | 2017-02-06 | 1 | -0/+3 |
* | [statistics_reporting] Make getdata functions options flag based in preparati... | Simon Rettberg | 2017-01-31 | 2 | -38/+59 |
* | [statistics_reporting] fixed total showing wrong median and offline time | Udo Walter | 2017-01-31 | 1 | -2/+2 |
* | [statistics_reporting] Overhaul remote reporting structure; default to off | Simon Rettberg | 2017-01-19 | 1 | -0/+84 |
* | [statistics_reporting] i18n: Move tags used in code to separate file, delete ... | Simon Rettberg | 2017-01-19 | 1 | -2/+2 |
* | [statistics_reporting] intdiv() is PHP7 only | Simon Rettberg | 2017-01-19 | 1 | -1/+1 |
* | [statistics_reporting] improved anonymization | Udo Walter | 2017-01-17 | 2 | -9/+10 |
* | [statistics_reporting] added vm name anonymization | Udo Walter | 2017-01-17 | 2 | -3/+4 |
* | [statistics_reporting] improved anonymization | Udo Walter | 2017-01-13 | 1 | -15/+35 |
* | [statistics_reporting] improved cutoff in query functions + bugfix | Udo Walter | 2017-01-13 | 2 | -45/+63 |
* | [statistics_reporting] moved some functions to a new class | Udo Walter | 2017-01-12 | 2 | -23/+99 |
* | [statistics_reporting] improved readability, added hashed values to queries | Christian Hofmaier | 2017-01-09 | 1 | -10/+10 |
* | [statistics_reporting] bugfix | Christian Hofmaier | 2017-01-09 | 1 | -1/+1 |
* | [statistics_reporting] added comments and improved readability | Christian Hofmaier | 2016-12-29 | 1 | -10/+21 |
* | [statistics_reporting] added location column in client table | Udo Walter | 2016-12-23 | 1 | -3/+5 |
* | [statistics_reporting] replaced empty location string | Christian Hofmaier | 2016-12-23 | 1 | -4/+4 |
* | [statistics_reporting] location for clienttable | Christian Hofmaier | 2016-12-23 | 1 | -2/+3 |
* | [statistics_reporting] changed cutoffs | Udo Walter | 2016-12-22 | 1 | -24/+17 |
* | [statistics_reporting] performance improvements | Udo Walter | 2016-12-22 | 1 | -14/+8 |
* | [statistics_reporting] improved short session queries (bugfix) | Christian Hofmaier | 2016-12-22 | 1 | -3/+3 |
* | [statistics_reporting] improved short session queries | Christian Hofmaier | 2016-12-22 | 1 | -35/+10 |
* | [statistics_reporting] better variable names | Christian Hofmaier | 2016-12-22 | 1 | -3/+3 |
* | [statistics_reporting] changed average to median | Udo Walter | 2016-12-22 | 1 | -6/+20 |
* | [statistics_reporting] added short sessions to Queries | Christian Hofmaier | 2016-12-22 | 1 | -41/+41 |
* | [statistics_reporting] deleted vm per user (for udo) after adding it last commit | Christian Hofmaier | 2016-12-20 | 1 | -2/+2 |
* | [statistics_reporting] filtered sessions with short length (<60secs), logins ... | Christian Hofmaier | 2016-12-20 | 1 | -11/+41 |
* | [statistics_reporting] added time bounds slider | Udo Walter | 2016-12-20 | 1 | -22/+97 |
* | [statistics_reporting] edited time bound possibility | Christian Hofmaier | 2016-12-12 | 1 | -32/+20 |
* | [statistics_reporting] Added time bounds and time cutoff possibility. | Christian Hofmaier | 2016-12-06 | 1 | -23/+51 |
* | [statistics_reporting] moved functions to own file, improved language and var... | Christian Hofmaier | 2016-12-01 | 1 | -0/+64 |