Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [statistics] Handle client screens, manage projectors | Simon Rettberg | 2017-04-06 | 1 | -0/+73 |
| | |||||
* | [statistics/locations/..] Cache calculated locationid of machine in machine ↵ | Simon Rettberg | 2016-12-06 | 1 | -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 possible | Simon Rettberg | 2016-09-01 | 1 | -13/+31 |
| | |||||
* | [statistics] Allow larger RAM... | Simon Rettberg | 2016-07-14 | 1 | -2/+2 |
| | |||||
* | Modularized baseconfig fetching (api) | Simon Rettberg | 2016-05-17 | 1 | -0/+217 |