summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics_reporting
Commit message (Collapse)AuthorAgeFilesLines
* [permissionmanager] added support for localized permission descriptions;Udo Walter2017-12-073-10/+30
| | | | | moved add/delete buttons to the right; items in the user and locations table can now be selected by clicking anywhere in the table row;
* [statistics_reporting] reworked permission system from "click and you get ↵Christian Hofmaier2017-11-303-31/+30Star
| | | | error" to "button is disabled due to lack of permission"
* [statistics_reporting] moved export button from header to first panel, ↵Christian Hofmaier2017-10-163-18/+21
| | | | renamed "apply" button to "show" button, made panel-headers not being <strong> anymore
* [baseconfig][baseconfig_partitions_cdn][eventlog][minilinux][permissionmanag ↵Christian Hofmaier2017-09-293-46/+63
| | | | er][rebootcontrol][statisics_reporting][syslog] fixed inconsistencies
* [exams] fixed inconsistencies + made tables sortableUdo Walter2017-09-111-1/+1
|
* Merge remote-tracking branch 'origin/master' into permission-managerUdo Walter2017-09-018-19/+130
|\
| * [statistics_reporting] Add link to wiki explaining remote reporting in detailSimon Rettberg2017-05-053-1/+4
| |
| * [statistics_reporting] Reporting is opt-out nowSimon Rettberg2017-05-021-6/+7
| |
| * Move rebootcontrol, locationinfo to new beta section, statistics_reporting ↵Simon Rettberg2017-04-281-1/+1
| | | | | | | | | | | | to status Closes #3122
| * [statistics_reporting] Extend remote report by hwstats, date ranges, userstatsSimon Rettberg2017-04-245-12/+119
| | | | | | | | This implements #3108
* | [js_stupidtable] changed one-line code to formatted code;Udo Walter2017-05-157-19/+6Star
| | | | | | | | modified to show sorting arrows on columns and different mouse cursor on hover
* | [statistics_reporting] implemented usecase of permissionmanager in ↵Christian Hofmaier2017-05-022-9/+47
| | | | | | | | statistics_reporting
* | Merge branches 'master' and 'permission-manager' of ↵Christian Hofmaier2017-04-125-15/+28
|\| | | | | | | git.openslx.org:openslx-ng/slx-admin into permission-manager
| * [statistics_reporting] Send backlogged reports in cronjobSimon Rettberg2017-04-101-1/+2
| |
| * [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] Sort by first sortable column by defaultSimon Rettberg2017-04-031-0/+2
| |
| * [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
| |
| * [statistics_reporting] cron: Write message to event log on successful submitSimon Rettberg2017-03-211-0/+2
| |
| * Fix a couple of warnings and notices from error.logSimon Rettberg2017-03-211-4/+4
| |
* | [permissionmanager] changed description to tooltipsUdo Walter2017-04-101-1/+6
|/
* [statistics_reporting] Fix caption of reporting label (german translation)Simon Rettberg2017-03-101-1/+1
|
* [statistics_reporting] fixed column selector orderUdo Walter2017-02-232-8/+8
|
* [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] Implement column filtering for exportSimon Rettberg2017-02-082-4/+33
|
* [statistics_reporting] Fix my messed up tag order in days selectionSimon Rettberg2017-02-081-1/+1
|
* [statistics_reporting] Consistent field naming across classes, templates etc.Simon Rettberg2017-02-085-39/+39
|
* [statistics_reporting] Update translationsSimon Rettberg2017-02-082-0/+8
|
* [statistics_reporting] Nag user if statistics reporting is disabledSimon Rettberg2017-02-086-24/+60
|
* [statistics_reporting] Fix location highlighting (do it server side)Simon Rettberg2017-02-073-3/+12
|
* [statistics_reporting] Use indexed fields for joins, return location id from ↵Simon Rettberg2017-02-072-6/+12
| | | | GetData::*
* [statistics_reporting] Fix hiding of checkboxes not matching any columnSimon Rettberg2017-02-075-57/+41Star
|
* [statistics_reporting] Excel wants ';' in CSVSimon Rettberg2017-02-071-4/+4
|
* [statistics_reporting] Unify translation handlingSimon Rettberg2017-02-077-52/+37Star
|
* [statistics_reporting] Work on columnChooser layoutSimon Rettberg2017-02-071-37/+62
|
* [statistics_reporting] Send filename to browser when downloading statisticsSimon Rettberg2017-02-071-0/+1
|
* [statistics_reporting] fixed location link in client tableUdo Walter2017-02-061-7/+24
|
* [statistics_reporting] fixed incorrect medianUdo Walter2017-02-061-0/+3
|
* [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-028-234/+268
|
* [statistics_reporting] Show hand-cursor for sortable columnsSimon Rettberg2017-02-013-135/+112Star
|
* [statistics_reporting] Fix sort arrow directionSimon Rettberg2017-02-011-1/+1
|
* [statistics_reporting] Fix loadForm() and further js interaction if ↵Simon Rettberg2017-02-011-3/+6
| | | | sessionStorage is still empty
* [statistics_reporting] Make code match specificationSimon Rettberg2017-02-011-1/+1
|
* [statistics_reporting] Make getdata functions options flag based in ↵Simon Rettberg2017-01-314-55/+76
| | | | 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-194-33/+114
|