summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics/api.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* [statistics] Handle client screens, manage projectorsSimon Rettberg2017-04-061-0/+73
|
* [statistics/locations/..] Cache calculated locationid of machine in machine ↵Simon Rettberg2016-12-061-4/+20
| | | | | | | | | | | | | | | 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] Show current lecture, use new logging format/columns if possibleSimon Rettberg2016-09-011-13/+31
|
* [statistics] Allow larger RAM...Simon Rettberg2016-07-141-2/+2
|
* Modularized baseconfig fetching (api)Simon Rettberg2016-05-171-0/+217