summaryrefslogtreecommitdiffstats
path: root/modules-available/rebootcontrol
Commit message (Collapse)AuthorAgeFilesLines
* [rebootcontrol] busybox timeout was patched to behave like coreutilsSimon Rettberg2020-08-261-1/+1
|
* [rebootcontrol] Set var, do not assume set by callerSimon Rettberg2020-05-151-0/+1
|
* [rebootcontrol/statistics] Move subnet size handling to hookSimon Rettberg2020-05-151-0/+24
|
* [rebootcontrol] Wait until tasks finishSimon Rettberg2020-05-151-0/+10
|
* [rebootcontrol] Cleanup, TODOSimon Rettberg2020-05-151-37/+8Star
|
* [rebootcontrol] cron: Bail out if WOL listening failedSimon Rettberg2020-05-151-1/+1
|
* [rebootcontrol] wakeMachines(): Return machines that can't be reachedSimon Rettberg2020-05-071-1/+2
| | | | | | | | | | | A clumsy way to return a list of machines we can't wake, since their subnet is not reachable. This is required for the upcoming remoteaccess module, since it needs to know how many machines it could actually wake up. This needs some proper refactoring anyways, but we either need separate functions for building a wakeup plan and actually executing it, or change this method so it takes a binch of machines, but you can specify after how many machines it can actually reach, it should just stop and return.
* [rebootcontrol] Update translations, fix typoSimon Rettberg2020-05-071-1/+1
|
* [rebootcontrol] Fix indirect subnet to subnet WOLSimon Rettberg2020-05-071-3/+3
| | | | | | | | The query for getting clients that can reach a client in another subnet was broken in that it didn't check for actual reachability from src to dst. Then the wrong array key was accessed when trying to wake clients via this method.
* Update translationsSimon Rettberg2020-02-272-2/+2
|
* [rebootcontrol] Add "delete subnet" buttonSimon Rettberg2020-02-276-0/+25
|
* [rebootcontrol] Add debug output to WOL job status pageSimon Rettberg2020-02-271-0/+20
|
* [rebootcontrol] Fix WOL within same subnetSimon Rettberg2020-02-271-0/+2
|
* [rebootcontrol] Fix WOL via jumphost (missing array index)Simon Rettberg2020-01-241-1/+1
| | | | | Lookup of jumphost depends on the hostid of the jumphost in its according array.
* [rebootcontrol] Try harder to silence notice about ref passingSimon Rettberg2020-01-241-2/+3
| | | | | Only variables should be passed by reference in .../rebootcontrol/inc/rebootcontrol.inc.php on line 295
* Update translationsSimon Rettberg2020-01-165-25/+87
|
* [rebootcontrol] Add missing closing tagSimon Rettberg2020-01-131-1/+1
|
* [rebootcontrol] Make use of conditionally showing error logSimon Rettberg2020-01-101-2/+4
|
* [rebootcontrol] Don't pass string "false" to WOL taskSimon Rettberg2020-01-101-2/+2
|
* [rebootcontrol] Implement deletion of jump hostSimon Rettberg2019-12-172-0/+16
|
* [rebootcontrol] Add help text to subnet listSimon Rettberg2019-12-173-7/+30
|
* Fix some more typosStefan Weil2019-12-162-3/+3
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* Fix some typos (found by codespell)Stefan Weil2019-12-141-1/+1
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* [rebootcontrol] Fix incomplete querySimon Rettberg2019-12-131-1/+1
|
* [rebootcontrol] Minor UI tweaksSimon Rettberg2019-12-133-7/+5Star
|
* [rebootcontrol] Longer cooldown for client status updatesSimon Rettberg2019-12-133-8/+8
|
* [rebootcontrol] Only use Session to pass machine list to exec formwolSimon Rettberg2019-12-113-31/+33
|
* [rebootcontrol] Fix: Replace \r\n by \n for exec scriptSimon Rettberg2019-12-111-1/+1
|
* [rebootcontrol] Update translationsSimon Rettberg2019-12-112-1/+9
|
* [rebootcontrol] Refine exec status layoutSimon Rettberg2019-12-111-18/+26
|
* [statistics/rebootcontrol] Add remote exec UISimon Rettberg2019-12-109-58/+250
|
* [rebootcontrol] Fix jumphost script template (missing %)Simon Rettberg2019-12-101-1/+1
|
* [rebootcontrol] cron: Test jumphost availabilitySimon Rettberg2019-12-071-1/+14
|
* [rebootcontrol] Implement assigning subnets to jump hostSimon Rettberg2019-12-079-34/+121
| | | | | Also fix removing all jump hosts from a subnet. Update translations.
* [statistics/rebootcontrol] Add WOL button to statistics moduleSimon Rettberg2019-12-0721-227/+975
| | | | | * 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-2716-232/+603
|
* [rebootcontrol] Start adding WOL functionalitySimon Rettberg2019-11-2215-373/+610
|
* Use collapse mode for translations, runmode, rebootcontrolSimon Rettberg2019-03-261-1/+2
| | | | Also shuffle around modules.
* [rebootcontrol] Fix NO_SUCH_INSTANCE handlingSimon Rettberg2018-04-251-1/+1
|
* [rebootcontrol] Nicer status list; list of all running jobsSimon Rettberg2018-04-258-46/+186
|
* [rebootcontrol] Fix keypair regen feedbackSimon Rettberg2018-04-251-2/+18
|
* [rebootcontrol] Try clients first that are known to be onlineSimon Rettberg2018-04-242-3/+9
| | | | | This prevents long delays if a large amount of clients is selected where the majority is offline.
* [inc/Module] Overhaul dependency loading and handling of js/cssSimon Rettberg2018-04-131-3/+6
| | | | This is supposed to prevent unneeded js/css from being pulled in
* Permissions: Consistency: Make all pages require at least one permission to ↵Simon Rettberg2018-04-091-3/+6
| | | | | | be accessible Closes #3340
* Update translationsSimon Rettberg2018-03-211-1/+1
|
* [rebootcontrol] Rewrite permission handling, simplify html/javascriptSimon Rettberg2018-02-1511-194/+172Star
|
* [permissionmanager] Introduce "location-aware" flag for permissionsSimon Rettberg2018-02-121-5/+11
| | | | | | | | | | This flag tells wether the permission can be restricted to certain locations in a meaningful way. This flag has to be set in the permissions.json of the according module. For example, the permission to reboot the server cannot be limited to certain locations in a meaningful way, while the view of the client log can be filtered to only show log entries for clients in specific locations.
* [rebootcontrol] this time with correct modul-tag in front. Changed buttons ↵Christian Hofmaier2018-01-112-8/+5Star
| | | | so that they don't open the modals to reboot/shutdown if user has no permission. Deleted some redundancy from stylesheet
* [exams] implemented permission systemChristian Hofmaier2018-01-095-54/+117
|
* Fix A LOT of type problems, logic flaws, uninitialized variables etc.Simon Rettberg2017-12-162-2/+0Star
| | | | | Most of them were found by phpstorm, so I put in some time and went through the list, fixing quite a bunch of them.