summaryrefslogtreecommitdiffstats
path: root/modules-available/locations/page.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* [statistics/locations] Add locationid constraints; update on deleteSimon Rettberg2019-04-031-8/+6Star
| | | | | We didn't update subnetlocationid when deleting a location, leading to machines pointing to invalid locations.
* [locations] Fix division by zeroSimon Rettberg2019-03-181-1/+1
|
* [locations] Fix display with old serversetup moduleSimon Rettberg2019-03-051-2/+2
|
* [locations] Show current boot menu per location, add edit buttonSimon Rettberg2019-01-111-16/+44
|
* [locations] Restore row with unassigned machinesSimon Rettberg2018-04-251-2/+10
|
* [locations] Fix machine countingSimon Rettberg2018-04-251-1/+1
|
* Permissions: Consistency: Make all pages require at least one permission to ↵Simon Rettberg2018-04-091-4/+15
| | | | | | be accessible Closes #3340
* [locations] Handle statistics permissions when showing/linking machine statsSimon Rettberg2018-03-281-0/+11
|
* [roomplanner] Add permissionsSimon Rettberg2018-02-271-3/+1Star
|
* [baseconfig] Add permissionsSimon Rettberg2018-02-241-0/+10
|
* [locations] Fix location list: Filter invalid location idsSimon Rettberg2018-02-221-0/+2
|
* [locations] One permission for direct subnet editing; restructure handling a bitSimon Rettberg2018-02-141-112/+105Star
|
* [locations] fixed root location not getting disabled in the dropdown ifUdo Walter2018-01-101-1/+0Star
| | | | the user does not have permisson for location 0
* [locations] Redesign machine count column, make both counts clickableSimon Rettberg2017-12-071-0/+1
|
* [locations] Fix creating/editing locations at root (no parent)Simon Rettberg2017-12-051-3/+6
| | | | Fixes #3260
* [locations] added warning if subnets are marked for deletion; locations now ↵Udo Walter2017-10-181-1/+1
| | | | scroll into view; subnet list now sorted by startip;
* [locations] implemented new permission systemUdo Walter2017-10-031-9/+93
|
* [statistics/locations] Update/set subnetlocationid field in DB if the DB has ↵Simon Rettberg2017-01-111-31/+2Star
| | | | been updated
* [locations] Remove debug messageSimon Rettberg2016-12-141-1/+0Star
|
* [statistics/locations/..] Cache calculated locationid of machine in machine ↵Simon Rettberg2016-12-061-42/+79
| | | | | | | | | | | | | | | 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] Show percent of occupied machines per locationSimon Rettberg2016-09-131-5/+12
|
* [statistics/locations] Fix query for getting machines for a locationSimon Rettberg2016-09-131-2/+2
|
* [locations/statistics] Make machine counting more consistentSimon Rettberg2016-09-091-16/+23
|
* [locations] Fix formattingSimon Rettberg2016-09-081-20/+25
|
* [locations] Only show roomplanner button if module is enabledSimon Rettberg2016-09-071-1/+1
|
* Added link from locations module to roomplanner.Christian Klinger2016-08-091-0/+9
|
* Fix fixSimon Rettberg2016-07-121-1/+1
|
* [locations] Fix determining global sysconfigSimon Rettberg2016-07-121-0/+2
|
* Update translationsSimon Rettberg2016-07-041-1/+1
|
* [locations] Support CIDR notion (start field), tweak templates a bitSimon Rettberg2016-06-241-12/+60
|
* [locations/sysconfig] Implement location specific sysconfigSimon Rettberg2016-06-221-4/+50
|
* Fix some translations and page titlesSimon Rettberg2016-06-091-5/+3Star
|
* [locations] Add machine count to each locationSimon Rettberg2016-05-251-19/+62
|
* Migrated messages to modulesSimon Rettberg2016-05-101-13/+13
|
* WIPSimon Rettberg2016-05-031-0/+348