summaryrefslogtreecommitdiffstats
path: root/modules-available/locations/pages/locations.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* Add function param/return types, fix a lot more phpstorm complaintsSimon Rettberg2023-11-141-3/+3
|
* [locations/passthrough] Make location assignment recusiveSimon Rettberg2022-03-091-12/+11Star
| | | | | Properly show inherited passthough groups in location list, disable inherited passthrough groups in selection dialog.
* [locations] Modularize additional column handlingSimon Rettberg2022-03-091-130/+40Star
| | | | | Additional columns are now added through a hook, moving specialized code where it belongs.
* Moderize Database handlingSimon Rettberg2021-05-111-4/+4
| | | | | | | * Auto-convert to utf8mb4_unicode_520_ci * Use foreach instead of while to loop over results * Drop useless statement caching * Keep emulated prepares, as we sometimes loop over nested queries
* [locations] Show colored bars for used/idle/offline in overviewSimon Rettberg2020-05-191-7/+9
|
* [js_ip/locations] Mode cidr/ip handling to own moduleSimon Rettberg2019-11-271-0/+1
|
* [locations] Show number of machines with configvar overridesSimon Rettberg2019-11-061-2/+15
|
* [locations] Remove list filtering depending on permissionsSimon Rettberg2019-08-011-24/+6Star
| | | | | | | | | Locations where the user isn't allowed to do anything were supposed to be hidden while at the same time making sure that any parent locations would still be shown. That code was buggy and could display nonsensical ordering of locations, and even sometimes hide locations where the user was actually allowed to e.g. edit the assigned config module. Since the location names aren't secret anyways, just get rid of this broken code.
* [locations] Add warnings/cleanup for bad machine to roomplan mappingsSimon Rettberg2019-07-311-0/+271