summaryrefslogtreecommitdiffstats
path: root/modules-available/rebootcontrol/pages/jumphost.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* Roundup of issues reported by PHPStormSimon Rettberg2023-11-021-1/+0Star
| | | | Mostly redundant checks, logic errors, dead code, etc.
* 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
* [rebootcontrol] Implement deletion of jump hostSimon Rettberg2019-12-171-0/+15
|
* [rebootcontrol] Fix jumphost script template (missing %)Simon Rettberg2019-12-101-1/+1
|
* [rebootcontrol] Implement assigning subnets to jump hostSimon Rettberg2019-12-071-5/+52
| | | | | Also fix removing all jump hosts from a subnet. Update translations.
* [statistics/rebootcontrol] Add WOL button to statistics moduleSimon Rettberg2019-12-071-7/+1Star
| | | | | * 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-271-0/+167