summaryrefslogtreecommitdiffstats
path: root/modules-available/rebootcontrol
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Merge branch 'master' into permission-managerSimon Rettberg2017-12-011-5/+5
|\
| * [statistics] Introduce state column to get rid of complicated state ↵Simon Rettberg2017-11-281-5/+5
| | | | | | | | | | | | determination This also adds support for the STANDBY state
* | Merge remote-tracking branch 'origin/master' into permission-managerUdo Walter2017-11-215-13/+43
|\| | | | | | | | | | | # Conflicts: # modules-available/backup/templates/_page.html # style/default.css
| * [rebootcontrol] Conditional rebuild of config.tgz, proper permissions for ↵Simon Rettberg2017-11-033-5/+12
| | | | | | | | authorized_keys
| * [rebootcontrol] Move reboot function to helper classSimon Rettberg2017-11-032-8/+31
| |
* | [rebootcontrol] added text to settings-button and put him next to the headerChristian Hofmaier2017-10-161-2/+2
| |
* | [baseconfig][baseconfig_partitions_cdn][eventlog][minilinux][permissionmanag ↵Christian Hofmaier2017-09-293-0/+7
| | | | | | | | er][rebootcontrol][statisics_reporting][syslog] fixed inconsistencies
* | Merge remote-tracking branch 'origin/master' into permission-managerUdo Walter2017-09-015-12/+37
|\|
| * [rebootcontrol] Don't show clients that haven't been seen for more than 30 daysSimon Rettberg2017-05-111-1/+3
| |