summaryrefslogtreecommitdiffstats
path: root/modules-available/locations/pages/details.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* Add function param/return types, fix a lot more phpstorm complaintsSimon Rettberg2023-11-141-8/+9
|
* Roundup of issues reported by PHPStormSimon Rettberg2023-11-021-7/+6Star
| | | | Mostly redundant checks, logic errors, dead code, etc.
* [locations/news] Add per-location news/help/loginscreentextSimon Rettberg2022-05-031-0/+1
|
* [locations/remoteaccess] Add option to veto remoteaccess modeSimon Rettberg2022-04-291-5/+16
| | | | | | | Remoteaccess mode can now be forced to be disabled for individual locations in locations module, either unconditionally, or whenever the openingtimes schedule says the room is open. A reboot will be triggered whenever the room opens/closes to force clients into the proper runmode.
* Moderize Database handlingSimon Rettberg2021-05-111-2/+2
| | | | | | | * 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/rebootcontrol] Inherit openingtimes for WOL/shutdownSimon Rettberg2021-03-191-36/+19Star
| | | | | | | | | | The opening times schedule is now inherited to child locations, so it's easy to toggle WOL or shutdown for individual rooms in a building, where you only have to set the opening times once for the entire building. As of now, WOL and shutdown settings are *not* inherited to child locations, as I'm not sure if you always want to inherit those by default. Closes #3710
* [locations/rebootcontrol] Change ENUM constants; display next eventSimon Rettberg2021-03-171-5/+17
|
* [locations/rebootcontrol] FormattingSimon Rettberg2021-03-171-9/+21
|
* [rebootcontrol] Handle scheduler overlapsChristian Hofmaier2021-03-161-21/+13Star
| | | | | - Overlaps < 5 min are ignored, < 15 triggers reboot - Database: Make 1 line out of 2
* [locations] Avoid potentially duplicate ids in ajax fragmentsSimon Rettberg2020-12-161-6/+5Star
|
* [rebootcontrol] rename scheduler table and associated queriesChristian Hofmaier2020-12-081-2/+2
|
* [locations] Add scheduler to openingtimes modalChristian Hofmaier2020-12-031-0/+42
| | | | | - only load/safe without further functionality - add backend to rebootcontrol
* [locations] Migrate openingtimes from infoscreen to locations moduleChristian Hofmaier2020-09-081-0/+177
| | | | | - move openingtimes from infoscreen db to locations db - read-only openingtimes in infoscreen
* [locations] trim() subnet address fields, both empty == deleteSimon Rettberg2019-09-091-17/+23
| | | | Closes #3550
* [locations] Add warnings/cleanup for bad machine to roomplan mappingsSimon Rettberg2019-07-311-0/+310