summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics_reporting/page.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* Add function param/return types, fix a lot more phpstorm complaintsSimon Rettberg2023-11-141-11/+8Star
|
* Roundup of issues reported by PHPStormSimon Rettberg2023-11-021-4/+2Star
| | | | Mostly redundant checks, logic errors, dead code, etc.
* [statistics_reporting] Remove dead codeSimon Rettberg2020-01-171-7/+0Star
|
* [statistics_reporting] Add date range selectionUdo Walter2020-01-151-4/+19
|
* Permissions: Consistency: Make all pages require at least one permission to ↵Simon Rettberg2018-04-091-0/+1
| | | | | | be accessible Closes #3340
* [statistics_reporting] Fix permission checkSimon Rettberg2018-02-151-1/+2
|
* [statistics_reporting] Query rewrite: Use iterative approachSimon Rettberg2018-01-041-12/+18
| | | | | | | 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-161-0/+12
| | | | | 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] reworked permission system from "click and you get ↵Christian Hofmaier2017-11-301-24/+23Star
| | | | error" to "button is disabled due to lack of permission"
* [exams] fixed inconsistencies + made tables sortableUdo Walter2017-09-111-1/+1
|
* [statistics_reporting] implemented usecase of permissionmanager in ↵Christian Hofmaier2017-05-021-9/+37
| | | | statistics_reporting
* [permissionmanager] changed description to tooltipsUdo Walter2017-04-101-1/+6
|
* [statistics_reporting] fixed column selector orderUdo Walter2017-02-231-2/+2
|
* [statistics_reporting] Implement column filtering for exportSimon Rettberg2017-02-081-2/+28
|
* [statistics_reporting] Nag user if statistics reporting is disabledSimon Rettberg2017-02-081-2/+24
|
* [statistics_reporting] Fix location highlighting (do it server side)Simon Rettberg2017-02-071-1/+10
|
* [statistics_reporting] Fix hiding of checkboxes not matching any columnSimon Rettberg2017-02-071-1/+1
|
* [statistics_reporting] Excel wants ';' in CSVSimon Rettberg2017-02-071-4/+4
|
* [statistics_reporting] Unify translation handlingSimon Rettberg2017-02-071-12/+3Star
|
* [statistics_reporting] Send filename to browser when downloading statisticsSimon Rettberg2017-02-071-0/+1
|
* [statistics_reporting] Add export functionality for json, csv, xml - GUI ↵Simon Rettberg2017-02-061-6/+83
| | | | still missing
* [statistics_reporting] Move logic js -> php (for export feature)Simon Rettberg2017-02-021-12/+99
|
* [statistics_reporting] Make code match specificationSimon Rettberg2017-02-011-1/+1
|
* [statistics_reporting] Make getdata functions options flag based in ↵Simon Rettberg2017-01-311-5/+5
| | | | preparation of data export
* [statistics_reporting] Overhaul remote reporting structure; default to offSimon Rettberg2017-01-191-8/+14
|
* [statistics_reporting] Check if user is logged in in doAjax()Simon Rettberg2017-01-191-5/+9
|
* [statistics_reporting] added ui to disable the reportingUdo Walter2017-01-161-15/+30
|
* [statistics_reporting] improved anonymizationUdo Walter2017-01-131-4/+1Star
|
* [statistics_reporting] improved cutoff in query functions + bugfixUdo Walter2017-01-131-1/+4
|
* [statistics_reporting] moved some functions to a new classUdo Walter2017-01-121-47/+8Star
|
* [statistics_reporting] improved readability, added hashed values to queriesChristian Hofmaier2017-01-091-17/+17
|
* [statistics_reporting] bugfixChristian Hofmaier2017-01-091-2/+2
|
* [statistics_reporting] added comments and improved readabilityChristian Hofmaier2016-12-291-2/+2
|
* [statistics_reporting] location for clienttableChristian Hofmaier2016-12-231-1/+1
|
* [statistics_reporting] changed cutoffsUdo Walter2016-12-221-8/+7Star
|
* [statistics_reporting] added short sessions to uiUdo Walter2016-12-221-5/+5
|
* [statistics_reporting] better variable namesChristian Hofmaier2016-12-221-3/+3
|
* [statistics_reporting] changed average to medianUdo Walter2016-12-221-3/+5
|
* [statistics_reporting] deleted vm per user (for udo) after adding it last commitChristian Hofmaier2016-12-201-1/+1
|
* [statistics_reporting] filtered sessions with short length (<60secs), logins ↵Christian Hofmaier2016-12-201-1/+1
| | | | on machines without locationid are now shown
* [statistics_reporting] edited time bound possibilityChristian Hofmaier2016-12-121-13/+15
|
* [statistics_reporting] Added time bounds and time cutoff possibility.Christian Hofmaier2016-12-061-14/+15
|
* [statistics_reporting] moved functions to own file, improved language and ↵Christian Hofmaier2016-12-011-39/+13Star
| | | | variable naming
* new uiUdo Walter2016-11-281-80/+59Star
|
* login count and offline time database queriesChristian Hofmaier2016-11-281-5/+98
|
* [statistics_reporting] new empty moduleUdo Walter2016-11-221-0/+30