summaryrefslogtreecommitdiffstats
path: root/modules-available/locations/inc
Commit message (Collapse)AuthorAgeFilesLines
* [statistics/locations] Update/set subnetlocationid field in DB if the DB has ↵Simon Rettberg2017-01-111-0/+35
| | | | been updated
* [statistics/locations/..] Cache calculated locationid of machine in machine ↵Simon Rettberg2016-12-061-47/+106
| | | | | | | | | | | | | | | 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.
* [locations/statistics] Make machine counting more consistentSimon Rettberg2016-09-091-1/+4
|
* [roomplanner] Show location name in titleSimon Rettberg2016-09-071-0/+5
|
* [locations] Fix wrong overlap function for subnet collision detectionSimon Rettberg2016-08-151-2/+1Star
|
* Added link from locations module to roomplanner.Christian Klinger2016-08-091-0/+11
|
* [exams] Indent location by tree depth; fix ordering of locations in vis.jsSimon Rettberg2016-06-241-0/+2
|
* [locations/sysconfig] Implement location specific sysconfigSimon Rettberg2016-06-221-3/+5
|
* [location] Support passing array of selected locs to getLocations()Simon Rettberg2016-06-171-5/+6
|
* [locations] Handle machine UUID param to determine locationSimon Rettberg2016-06-161-0/+54
|
* [dozmod/api] Get actual location listSimon Rettberg2016-06-091-1/+1
|
* [location] Move getLocationRootChain to heler classSimon Rettberg2016-06-081-0/+25
|
* [locations] Add machine count to each locationSimon Rettberg2016-05-251-12/+129
|
* Get baseconfig ready for modularizationSimon Rettberg2016-05-131-0/+157