summaryrefslogtreecommitdiffstats
path: root/modules-available
Commit message (Collapse)AuthorAgeFilesLines
* [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
|
* [statistics_reporting] i18n: Move tags used in code to separate file, delete ↵Simon Rettberg2017-01-195-52/+42Star
| | | | unused tags
* [statistics_reporting] config.json: Depends on statistics and locationsSimon Rettberg2017-01-191-1/+1
|
* [statistics_reporting] Check if user is logged in in doAjax()Simon Rettberg2017-01-191-5/+9
|
* [statistics_reporting] intdiv() is PHP7 onlySimon Rettberg2017-01-191-1/+1
|
* [statistics_reporting] Delete unused api.inc.phpSimon Rettberg2017-01-191-7/+0Star
|
* [statistics_reporting] improved anonymizationUdo Walter2017-01-173-20/+18Star
|
* [statistics_reporting] added vm name anonymizationUdo Walter2017-01-173-4/+5
|
* [statistics_reporting] added cronjob for weekly reportChristian Hofmaier2017-01-171-1/+33
|
* [statistics_reporting] added ui to disable the reportingUdo Walter2017-01-165-18/+85
|
* [statistics_reporting] improved anonymizationUdo Walter2017-01-132-19/+36
|
* [statistics_reporting] improved cutoff in query functions + bugfixUdo Walter2017-01-134-46/+70
|
* [statistics_reporting] moved some functions to a new classUdo Walter2017-01-123-70/+107
|
* [statistics_reporting] improved readability, added hashed values to queriesChristian Hofmaier2017-01-092-27/+27
|
* [statistics_reporting] bugfixChristian Hofmaier2017-01-092-3/+3
|
* [statistics_reporting] bugfixUdo Walter2016-12-291-3/+3
|
* [statistics_reporting] small label changesUdo Walter2016-12-294-5/+8
|
* [statistics_reporting] added comments and improved readabilityChristian Hofmaier2016-12-292-12/+23
|
* [statistics_reporting] added location column in client tableUdo Walter2016-12-235-6/+24
|
* [statistics_reporting] replaced empty location stringChristian Hofmaier2016-12-231-4/+4
|
* [statistics_reporting] location for clienttableChristian Hofmaier2016-12-232-3/+4
|
* [statistics_reporting] changed cutoffsUdo Walter2016-12-224-36/+28Star
|
* [statistics_reporting] performance improvementsUdo Walter2016-12-221-14/+8Star
|
* [statistics_reporting] added short sessions to uiUdo Walter2016-12-225-18/+27
|
* [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-222-6/+6
|
* [statistics_reporting] changed average to medianUdo Walter2016-12-226-18/+34
|
* [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-202-3/+3
|
* [statistics_reporting] filtered sessions with short length (<60secs), logins ↵Christian Hofmaier2016-12-202-12/+42
| | | | on machines without locationid are now shown
* [statistics_reporting] added time bounds sliderUdo Walter2016-12-206-32/+175
|
* [statistics_reporting] edited time bound possibilityChristian Hofmaier2016-12-122-45/+35Star
|
* Merge branch 'master' of git.openslx.org:openslx-ng/slx-admin into ↵Udo Walter2016-12-0835-251/+510
|\ | | | | | | statistics_reporting
| * [roomplanner] Fix clipped tooltips, add border to PCsSimon Rettberg2016-12-072-11/+8Star
| |
| * [sysconfig] remove broken quotation when listing the content of a configJonathan Bauer2016-12-071-2/+2
| | | | | | | | module
| * [webinterface] fix major typoJonathan Bauer2016-12-071-2/+2
| |
| * [roomplanner] Tighten up computer list, better search result cachingSimon Rettberg2016-12-074-42/+54
| |
| * [js_selectize] Update to 0.12.4 - fixes search highlightingSimon Rettberg2016-12-072-4/+5
| |
| * [roomplanner] Show if PC is already placed in another roomSimon Rettberg2016-12-063-8/+24
| |
| * [roomplanner] Update locationid -> fixedlocationidSimon Rettberg2016-12-062-2/+2
| |
| * [statistics/locations/..] Cache calculated locationid of machine in machine ↵Simon Rettberg2016-12-067-106/+257
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | table We now have three columns for the locationid: - subnetlocationid Updated whenever the clientip of a client changes on bootup, or when locations/subnets are edited in the locations module. - fixedlocationid Takes the role of the old locationid field - set when a machine is placed in a room via roomplanner, set to NULL otherwise. - locationid Set to fixedlocationid if it's not NULL, to subnetlocationid otherwise. The field is updated by a BEFORE UPDATE trigger.
| * [statistics] Check if module 'syslog' is active before showing client logSimon Rettberg2016-12-061-25/+27
| |
| * [sysconfig] AD/LDAP: Handle certificates with unknown CA by fingerprint if ↵Simon Rettberg2016-12-024-13/+44
| | | | | | | | no cert is supplied