Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add function param/return types, fix a lot more phpstorm complaints | Simon Rettberg | 2023-11-14 | 4 | -18/+19 |
| | |||||
* | Roundup of issues reported by PHPStorm | Simon Rettberg | 2023-11-02 | 1 | -7/+6 |
| | | | | Mostly redundant checks, logic errors, dead code, etc. | ||||
* | [locations] cleanup: Hide/disable move button if action not available | Simon Rettberg | 2023-05-12 | 1 | -0/+3 |
| | | | | | | Hide the button entirely if there are no movable machines in the displayed list. Disable the button as long as the user selected at least one unmovable machine. | ||||
* | [locations/news] Add per-location news/help/loginscreentext | Simon Rettberg | 2022-05-03 | 1 | -0/+1 |
| | |||||
* | [locations/remoteaccess] Add option to veto remoteaccess mode | Simon Rettberg | 2022-04-29 | 1 | -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. | ||||
* | [locations/passthrough] Make location assignment recusive | Simon Rettberg | 2022-03-09 | 1 | -12/+11 |
| | | | | | Properly show inherited passthough groups in location list, disable inherited passthrough groups in selection dialog. | ||||
* | [locations] Modularize additional column handling | Simon Rettberg | 2022-03-09 | 1 | -130/+40 |
| | | | | | Additional columns are now added through a hook, moving specialized code where it belongs. | ||||
* | Moderize Database handling | Simon Rettberg | 2021-05-11 | 3 | -7/+7 |
| | | | | | | | * 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/shutdown | Simon Rettberg | 2021-03-19 | 1 | -36/+19 |
| | | | | | | | | | | 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 event | Simon Rettberg | 2021-03-17 | 1 | -5/+17 |
| | |||||
* | [locations/rebootcontrol] Formatting | Simon Rettberg | 2021-03-17 | 1 | -9/+21 |
| | |||||
* | [rebootcontrol] Handle scheduler overlaps | Christian Hofmaier | 2021-03-16 | 1 | -21/+13 |
| | | | | | - Overlaps < 5 min are ignored, < 15 triggers reboot - Database: Make 1 line out of 2 | ||||
* | [locations] Avoid potentially duplicate ids in ajax fragments | Simon Rettberg | 2020-12-16 | 1 | -6/+5 |
| | |||||
* | [rebootcontrol] rename scheduler table and associated queries | Christian Hofmaier | 2020-12-08 | 1 | -2/+2 |
| | |||||
* | [locations] Add scheduler to openingtimes modal | Christian Hofmaier | 2020-12-03 | 1 | -0/+42 |
| | | | | | - only load/safe without further functionality - add backend to rebootcontrol | ||||
* | [locations] Migrate openingtimes from infoscreen to locations module | Christian Hofmaier | 2020-09-08 | 1 | -0/+177 |
| | | | | | - move openingtimes from infoscreen db to locations db - read-only openingtimes in infoscreen | ||||
* | [locations] Show colored bars for used/idle/offline in overview | Simon Rettberg | 2020-05-19 | 1 | -7/+9 |
| | |||||
* | [js_ip/locations] Mode cidr/ip handling to own module | Simon Rettberg | 2019-11-27 | 1 | -0/+1 |
| | |||||
* | [locations] Show number of machines with configvar overrides | Simon Rettberg | 2019-11-06 | 1 | -2/+15 |
| | |||||
* | [locations] trim() subnet address fields, both empty == delete | Simon Rettberg | 2019-09-09 | 2 | -21/+39 |
| | | | | Closes #3550 | ||||
* | [locations] Remove list filtering depending on permissions | Simon Rettberg | 2019-08-01 | 1 | -24/+6 |
| | | | | | | | | | 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] Sort subnets by address in subnet view | Simon Rettberg | 2019-08-01 | 1 | -1/+3 |
| | |||||
* | [locations] Add warnings/cleanup for bad machine to roomplan mappings | Simon Rettberg | 2019-07-31 | 4 | -0/+753 |