summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [roomplanner] Make client tooltip more readableSteffen Ritter2019-12-174-13/+51
|
* [inc/Trigger] Pass dnbd3 status to MountVmStore taskSimon Rettberg2019-12-171-0/+1
|
* [serversetup-bwlp-ipxe] Fix pre-filling title for menu entrySimon Rettberg2019-12-161-2/+2
| | | | | When adding a new item to a menu, the title should be set to the menu entry's name. This broke when the UI was refactored in commit:0064f98651c62
* Fix some more typosStefan Weil2019-12-166-17/+17
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* Fix some typos (found by codespell)Stefan Weil2019-12-1438-64/+64
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* [statistics] Fix date range queries to match by day, not by secondSimon Rettberg2019-12-131-1/+11
|
* [rebootcontrol] Fix incomplete querySimon Rettberg2019-12-131-1/+1
|
* [rebootcontrol] Minor UI tweaksSimon Rettberg2019-12-133-7/+5Star
|
* [locationinfo] Don't disable SLX_ADDONS in split-login modeSimon Rettberg2019-12-131-1/+2
|
* [statistics/baseconfig] Redirect to machine details after editingSimon Rettberg2019-12-133-4/+8
|
* [inc/Render] Add qstr_urlencode as global mustache varSimon Rettberg2019-12-132-2/+7
|
* [rebootcontrol] Longer cooldown for client status updatesSimon Rettberg2019-12-133-8/+8
|
* [statistics] Add NVMe supportSimon Rettberg2019-12-132-2/+9
|
* [backup] Update translations (dozmod -> suite)Simon Rettberg2019-12-112-4/+4
|
* [backup] Disable button during download; add IP to download file nameSimon Rettberg2019-12-112-3/+5
|
* [serversetup-bwlp-ipxe] Fix updating of default boot entriesSimon Rettberg2019-12-111-1/+2
| | | | | Fix: "builtin" and "module" columns would not be updated if the according entry already exists.
* [minilinux] Tweak design of version listSimon Rettberg2019-12-112-4/+5
|
* [rebootcontrol] Only use Session to pass machine list to exec formwolSimon Rettberg2019-12-113-31/+33
|
* Merge branch 'master' into wolSimon Rettberg2019-12-119-12/+67
|\
| * [statistics/roomplanner] Update translationsSimon Rettberg2019-12-113-0/+10
| |
| * [locationinfo] fix calendar start date when using a custom start week dayUdo Walter2019-12-111-4/+22
| |
| * [serversetup-bwlp-ipxe/minilinux] Add comments, fix minor logic bugSimon Rettberg2019-12-103-5/+24
| | | | | | | | | | | | Saving a boot entry didn't properly check the validity of a hook's ID, which was broken anyways, so the invalid check didn't uncover that the actual cheking code didn't work either.
| * [minilinux] Remove debug outputSimon Rettberg2019-12-101-1/+0Star
| |
| * [minilinux] Make Linux fast againSimon Rettberg2019-12-102-2/+11
| | | | | | | | | | Add boot option that adds all the KCL options to disable CPU security flaw mitigations.
* | [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-1012-58/+262
| |
* | [rebootcontrol] Fix jumphost script template (missing %)Simon Rettberg2019-12-101-1/+1
| |
* | [inc/Session] Add timeout param to Session::set(), purge on loadSimon Rettberg2019-12-101-5/+22
| |
* | [inc/IpUtil] Add missing classSimon Rettberg2019-12-101-0/+72
| |
* | [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.
* | Merge branch 'master' into wolSimon Rettberg2019-12-078-70/+81
|\|
| * [sysconfig] Display error if deleting config from database failedSimon Rettberg2019-12-074-9/+8Star
| |
| * [serversetup-bwlp-ipxe] Fix initrd= command line for EFISimon Rettberg2019-12-071-5/+9
| | | | | | | | | | | | initrd=cpio1,cpio2 is syslinux syntax and not understood by the kernel when booting in EFI mode. The proper way to this is initrd=cpio1 initrd=cpio2 ...
| * [minilinux] Fix deleting orphaned/empty branchesSimon Rettberg2019-12-071-5/+3Star
| |
| * [locationinfo] less lovely javascript more not so lovely phpChristian Hofmaier2019-12-042-51/+61
| | | | | | | | - same function just in backend
* | [statistics/rebootcontrol] Add WOL button to statistics moduleSimon Rettberg2019-12-0727-248/+1050
| | | | | | | | | | * Overhauled task display in rebootcontrol module * Can only add subnets by CIDR now instead of start and end
* | [apis/cron] Simple logging function for debuggingSimon Rettberg2019-12-071-3/+19
| |
* | Merge branch 'master' into wolSimon Rettberg2019-11-275-2/+184
|\|
| * [locationinfo] add new kiosk-mode options to url-panelsChristian Hofmaier2019-11-275-2/+184
| | | | | | | | | | | | | | - guest / guest+user login - browser selection - interactive mode - bookmarks
* | [statistics/rebootcontrol] Implement editing subnetSimon Rettberg2019-11-2719-234/+629
| |
* | [js_ip/locations] Mode cidr/ip handling to own moduleSimon Rettberg2019-11-274-17/+22
| |
* | [rebootcontrol] Start adding WOL functionalitySimon Rettberg2019-11-2216-374/+620
|/
* [inc/Taskmanagercallback] Remove unused functionSimon Rettberg2019-11-221-17/+1Star
|
* [inc/Request] add REQUIRED flag for automatic error messageSimon Rettberg2019-11-221-9/+22
| | | | | | If $default is set to Request::REQUIRED for get() post() or any(), the method will display an error message and halt execution if the given parameter is either missing or empty.
* [statistics] api: Update DB on client ipaddr changeSimon Rettberg2019-11-191-7/+12
| | | | | Just logging and ignoring the event spams the event log, also it's more likely that the address actually legitimately changed.
* [sysconfig] Allow deleting modules that are still used by a configSimon Rettberg2019-11-138-99/+132
| | | | Closes #3075
* [locationinfo/runmode] Support new infoscreen variablesSimon Rettberg2019-11-122-1/+34
| | | | Interactive mode, autologin, browser type, bookmarks