summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics
Commit message (Collapse)AuthorAgeFilesLines
* [statistics] fixed inconsistenciesUdo Walter2017-09-2811-230/+270
|
* [statistics] Helper for getting machine as object from DB (to be extended)Simon Rettberg2017-06-232-0/+113
|
* [statistics] Float cannot be array indexSimon Rettberg2017-06-071-2/+2
|
* [statistics] Remove debug messageSimon Rettberg2017-05-171-1/+0Star
|
* [statistics] Compat to old DB in conftgz hookSimon Rettberg2017-05-101-19/+21
|
* [statistics] Fix typo in install.inc.phpSimon Rettberg2017-05-101-1/+1
|
* [statistics] Hide "add beamer" for screens with no EDIDSimon Rettberg2017-05-103-2/+6
|
* Update translationsSimon Rettberg2017-04-072-0/+10
|
* [statistics] Better errormsg in install, link to projectors addedSimon Rettberg2017-04-072-6/+11
|
* [statistics] Handle client screens, manage projectorsSimon Rettberg2017-04-067-3/+284
|
* [statistics] Fetch client log by UUID, not IPSimon Rettberg2017-03-291-1/+1
|
* [statistics/locations] Update/set subnetlocationid field in DB if the DB has ↵Simon Rettberg2017-01-111-0/+8
| | | | been updated
* [statistics/locations/..] Cache calculated locationid of machine in machine ↵Simon Rettberg2016-12-064-13/+69
| | | | | | | | | | | | | | | 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
|
* [statistics] Use new decollapser on front pageSimon Rettberg2016-12-025-23/+45
|
* [statistics] Add support for parsing GPT output from busybox fdiskSimon Rettberg2016-11-182-4/+54
|
* [statistics] Make static function staticSimon Rettberg2016-11-171-1/+1
|
* [statistics] Show red hdd icon in client list when filtering by ID44 == 0 ↵Simon Rettberg2016-11-143-1/+24
| | | | and machine has no HDD installed at all
* [statistics] Fix cache lookup of device pciidSimon Rettberg2016-10-121-2/+2
|
* use INET_ATON() on `clientip` so fix #3000.Christian Klinger2016-09-291-1/+7
|
* [statistics/locations] Fix query for getting machines for a locationSimon Rettberg2016-09-131-2/+2
|
* [statistics] queryFirst -> simpleQuery -.-Simon Rettberg2016-09-091-1/+1
| | | | That's why I felt I fixed it two times; one time was the wrong line :(
* [locations/statistics] Make machine counting more consistentSimon Rettberg2016-09-093-2/+3
|
* [statistics] Used simpleQuery instead of queryFirstSimon Rettberg2016-09-091-1/+1
|
* [statistics] Escape % and _ in LIKE queries, translate user input * and ? to ↵Simon Rettberg2016-09-091-1/+6
| | | | % and _
* [statistics] Fix currentuser filterSimon Rettberg2016-09-094-2/+5
|
* [statistics] Fix pressing return in "add filter" dialogSimon Rettberg2016-09-091-2/+2
|
* [statistics] Fix list sorting once againSimon Rettberg2016-09-091-0/+1
|
* [statistics] Show current lecture, use new logging format/columns if possibleSimon Rettberg2016-09-013-16/+59
|
* [statistics] Enlarge position column as json might get a little longerSimon Rettberg2016-09-011-1/+25
|
* [statistics] Fix toggle between list and statsSimon Rettberg2016-09-011-1/+0Star
|
* minor improvements including #2970.Christian Klinger2016-08-261-1/+1
|
* [statistics] Handle lastboot = 0 as offline, fix hdd parsing, add raw displaySimon Rettberg2016-08-222-10/+22
|
* Modularize cron apiSimon Rettberg2016-08-221-0/+18
| | | | | Modules now can have a ./hooks/cron.inc.php to run every X minutes, according to how you set up the cron job for the global /inc/cron.inc.php
* Clean up css a bitSimon Rettberg2016-08-174-4/+4
|
* [statistics] Fix list view and sortingSimon Rettberg2016-08-153-43/+46
| | | | Broken when moving JS snippets around
* Add fallback feature to Dictionary functionsSimon Rettberg2016-08-101-1/+1
|
* [statistics] Tweak layout, ellipsis in table without ruining layout (super ↵Simon Rettberg2016-08-025-29/+34
| | | | awesome solution)
* [statistics] Fix class name typoSimon Rettberg2016-08-021-1/+1
|
* [statistics] Fix minor layout issuesSimon Rettberg2016-07-292-36/+40
|
* [statistics] Make filtering more dynamic, remove hard cutoff from summarySimon Rettberg2016-07-298-228/+310
|
* use ellipsis via CSS to prevent long systemmodels to break the layout.Christian Klinger2016-07-211-2/+3
|
* Merging some refactoring + new filter functionality.Christian Klinger2016-07-1512-667/+679
|
* [statistics] Allow larger RAM...Simon Rettberg2016-07-141-2/+2
|
* Update translationsSimon Rettberg2016-07-144-4/+14
|
* [statistics] Add location to filter dropdown listSimon Rettberg2016-07-133-9/+37
|
* [statistics] Change delimiter to something more unusual, add captions for ↵Simon Rettberg2016-07-133-39/+67
| | | | filter options
* [statistics] Minor html cleanup/fixesSimon Rettberg2016-07-131-11/+15
|
* [statistics] Fix indentationSimon Rettberg2016-07-131-1072/+1074
|
* forgot to remove debug die().Christian Klinger2016-07-131-1/+0Star
|