Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add function param/return types, fix a lot more phpstorm complaints | Simon Rettberg | 2023-11-14 | 1 | -16/+12 |
| | |||||
* | [runmode] Show error if no permissions | Simon Rettberg | 2022-06-10 | 1 | -0/+7 |
| | | | | Closes #3909 | ||||
* | Moderize Database handling | Simon Rettberg | 2021-05-11 | 1 | -3/+5 |
| | | | | | | | * 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 | ||||
* | [runmode] Fix undefined variable accessv3.9a | Simon Rettberg | 2020-02-27 | 1 | -5/+4 |
| | |||||
* | Fix more calls | Simon Rettberg | 2018-04-20 | 1 | -1/+1 |
| | |||||
* | [runmode] Support permissions supplied by module; fix handling of deleteUrl ↵ | Simon Rettberg | 2018-02-27 | 1 | -81/+201 |
| | | | | modules | ||||
* | [runmode] Fix error message if generic editor is not allowed, allow dnbd3 editor | Simon Rettberg | 2018-02-07 | 1 | -1/+1 |
| | |||||
* | [runmode] Do not allow re-assigning clients to new runmode if old mode ↵ | Simon Rettberg | 2018-01-15 | 1 | -6/+18 |
| | | | | | | | | | doesn't support the generic editor Doing so might leave some stale data in the old module, so we better prevent it so the user has to manually remove the client from the old runmode using the non-generic way (module specific) first. | ||||
* | [runmode] Properly block simple editor if requested; add customized delete URL | Simon Rettberg | 2017-12-04 | 1 | -14/+31 |
| | |||||
* | [roomplanner] Refactor to use runmode | Simon Rettberg | 2017-11-30 | 1 | -4/+17 |
| | |||||
* | [runmode] Implement delete-machine action | Simon Rettberg | 2017-11-29 | 1 | -1/+7 |
| | |||||
* | [runmode] Add isclient property per client, implement overview page | Simon Rettberg | 2017-08-10 | 1 | -9/+70 |
| | |||||
* | [runmode] New module for managing special boot modes of clients | Simon Rettberg | 2017-07-06 | 1 | -0/+115 |