summaryrefslogtreecommitdiffstats
path: root/modules-available/rebootcontrol/pages
Commit message (Collapse)AuthorAgeFilesLines
* Add tests using PHPUnitSimon Rettberg2025-12-121-0/+1
| | | | | | | Tests generated by Junie AI. Might not have the best possible quality but at least we got something, and if it turns out to be complete rubbish, we can just throw it out again without any issues, as this is independent of the actual code base.
* A few more HTTP code audit log fixupsSimon Rettberg2025-08-041-1/+1
|
* Add audit logging of POST actionsSimon Rettberg2025-05-221-2/+4
|
* [rebootcontrol/statistics] Add templates for useful remote exec commandsSimon Rettberg2024-09-201-5/+26
|
* [rebootcontrol] Check for null-locationSimon Rettberg2024-01-111-1/+1
|
* [rebootcontrol] Hide client2client subnets in details view if disabledSimon Rettberg2023-12-141-6/+10
|
* Add function param/return types, fix a lot more phpstorm complaintsSimon Rettberg2023-11-142-12/+1Star
|
* Roundup of issues reported by PHPStormSimon Rettberg2023-11-021-1/+0Star
| | | | Mostly redundant checks, logic errors, dead code, etc.
* [rebootcontrol/vmstore] Fix ArrayUtil::sortByColumn() callsSimon Rettberg2022-12-021-1/+1
|
* [rebootcontrol] Add dedicated permission to view wol/reboot/exec jobsSimon Rettberg2022-06-101-0/+2
| | | | Closes #3909
* [rebootcontrol] Show error message if user has no action.* permissionSimon Rettberg2022-06-101-0/+3
|
* [inc/Util] Add types, move error printing functions to their own classSimon Rettberg2022-05-021-1/+1
|
* [rebootcontrol] Show time of execution for WOL/reboot/shutdownSimon Rettberg2022-05-021-0/+3
|
* Moderize Database handlingSimon Rettberg2021-05-112-5/+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
* [main+Session] Move session from /tmp/ to session tableSimon Rettberg2021-05-111-1/+0Star
|
* [rebootcontrol] Show '-' for "subnet 2 subnet"-count if disabledSimon Rettberg2021-03-191-0/+4
|
* [rebootcontrol] Add "delete subnet" buttonSimon Rettberg2020-02-271-0/+15
|
* [rebootcontrol] Implement deletion of jump hostSimon Rettberg2019-12-171-0/+15
|
* [rebootcontrol] Fix incomplete querySimon Rettberg2019-12-131-1/+1
|
* [rebootcontrol] Only use Session to pass machine list to exec formSimon Rettberg2019-12-111-5/+6
|
* [rebootcontrol] Fix: Replace \r\n by \n for exec scriptSimon Rettberg2019-12-111-1/+1
|
* [statistics/rebootcontrol] Add remote exec UISimon Rettberg2019-12-102-2/+59
|
* [rebootcontrol] Fix jumphost script template (missing %)Simon Rettberg2019-12-101-1/+1
|
* [rebootcontrol] Implement assigning subnets to jump hostSimon Rettberg2019-12-072-6/+55
| | | | | Also fix removing all jump hosts from a subnet. Update translations.
* [statistics/rebootcontrol] Add WOL button to statistics moduleSimon Rettberg2019-12-073-61/+108
| | | | | * Overhauled task display in rebootcontrol module * Can only add subnets by CIDR now instead of start and end
* [statistics/rebootcontrol] Implement editing subnetSimon Rettberg2019-11-273-0/+418