summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [locations] Add missing array keySimon Rettberg2020-05-071-1/+2
|
* [serversetup-bwlp-ipxe] Fix: Imported PXELINUX entries are invalidSimon Rettberg2020-05-071-2/+3
|
* [roomplanner] Remove debug spamSimon Rettberg2020-05-071-1/+0Star
|
* [inc/IpUtil] parseCidr(): Handle IP-only param just like /32Simon Rettberg2020-05-071-2/+9
|
* [statistics] Make sort order in client list match the location treeSimon Rettberg2020-05-072-2/+15
| | | | | | It's still not showing the actual tree, but sorting is the same as the location list now, but obviously skipping locations where no clients match the display filter.
* [statistics] Show current user in client listSimon Rettberg2020-05-072-1/+10
|
* [statistics] Add hook for client machine eventsSimon Rettberg2020-05-071-0/+3
| | | | Now other modules can react to poweron/off etc.
* [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.
* [dozmod] Remobe special section from menuSimon Rettberg2020-05-071-1/+1
|
* [runmode] Fix undefined variable accessv3.9aSimon Rettberg2020-02-271-5/+4Star
|
* [minilinux] dnbd3-check: Handle RID, support 32bit phpSimon Rettberg2020-02-271-5/+9
|
* Update translationsSimon Rettberg2020-02-2711-18/+19
|
* [rebootcontrol] Add "delete subnet" buttonSimon Rettberg2020-02-276-0/+25
|
* [baseconfig] Allow disabling override for shadowed fieldsSimon Rettberg2020-02-271-2/+4
|
* [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
|
* [inc/Database] Convert bool params to 1 or 0Simon Rettberg2020-02-271-0/+9
| | | | | PDO unfortunately only does (string)<bool> for boolean params, which converts false to '' instead of '0'. This breaks MariaDB in strict mode.
* [minilinux] Update translationsSimon Rettberg2020-02-272-0/+2
|
* [minilinux] Show warning if stage4 cannot be replicatedSimon Rettberg2020-02-263-0/+81
|
* [backup/systemstatus] Show up/downloads in backup pageSimon Rettberg2020-02-2613-104/+150
| | | | | Add AJAX API to dozmod module to query the fileserver status of dmsd.
* [dnbd3] Run mount script when toggling dnbd3 usageSimon Rettberg2020-02-262-2/+7
| | | | | | Pass the new "if local only" option, so the script only acutally runs if internal storage is being used, since that takes care of properly enabling or disabling the NFS server.
* [dnbd3] Remove unused codeSimon Rettberg2020-02-251-7/+1Star
|
* [inc/Taskmanager] Reset connection on errorSimon Rettberg2020-02-251-2/+23
|
* [permissionmanager] Properly reset builtin roles on upgradeSimon Rettberg2020-02-241-0/+3
|
* [backup] Increase sleep before rebootSimon Rettberg2020-02-241-1/+1
| | | | | | Sometimes the WebUI would poll the Taskmanager too slowly, missing that the restore task finished and never waiting for the reboot.
* Revert "[locationinfo] Force interactive if split-login"v3.9Simon Rettberg2020-02-091-9/+1Star
| | | | | | | | | | | | | Forcing interactive mode when split-login is enabled is already implemented for slx-browser, but chromium was excluded: It might be desired to have a full screen app that can be exited by Ctrl-W or via javascript. slx-browser simply doesn't support these mechanisms, thus we force interactive mode for it. If chromium should also be forced into interactive mode it would be easier to just change the existing code to be unconditional. This reverts commit b2798e8a80f7a395027c65ea2905a773d45a6be8.
* [locationinfo] Force interactive if split-loginSteffen Ritter2020-02-051-1/+9
| | | | | | | | | If we use split-login, users need the possibility to close the browser session. Chromiums non-interactive kiosk mode is always fullscreen without an clickable breakout. So if split-login is used in combination with chromium, we force interactive mode. slx-browser has no interactive mode, so doesn't make any difference.
* [serversetup-bwlp-ipxe] Quick fix for hotkey defaultSteffen Ritter2020-01-311-2/+2
| | | | | Necessary at least on Debian 10 because of newer mariadb defaults STRICT_TRANS_TABLES fixes #3689
* [baseconfig_bwlp] Fix validator regexSteffen Ritter2020-01-291-1/+1
| | | | Couldn't save empty SLX_FORCE_RESOLUTION
* [dnbd3] Don't stop dnbd3-server when disabling dnbd3 for VMsSimon Rettberg2020-01-283-8/+3Star
|
* [serversetup-ipxe] Properly init entry if mode is not StandardBootEntrySimon Rettberg2020-01-242-3/+3
| | | | Fixes #3687
* [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
* [sysconfig] Screensaver: Add default texts and minor bug fixJannik Schönartz2020-01-225-16/+36
|
* [sysconfig] fix germanJonathan Bauer2020-01-211-3/+3
|
* [serversetup-bwlp-ipxe] Fast fix for required fieldsSteffen Ritter2020-01-201-1/+1
|
* Add pack.sh to prepare releaseSimon Rettberg2020-01-171-0/+6
|
* [statistics_reporting] Don't consider machines not recently usedSimon Rettberg2020-01-171-6/+9
| | | | | ... machine must have been running in the previous 30 days, relative to the "from" timestamp of selected interval.
* [statistics_reporting] Remove dead codeSimon Rettberg2020-01-171-7/+0Star
|
* [baseconfig_bwlp] Add SLX_FORCE_RESOLUTIONSimon Rettberg2020-01-173-0/+8
| | | | TODO: Support in beamergui etc.
* [sysconfig] Fix partially reverted fix of fixSimon Rettberg2020-01-171-1/+1
|
* [sysconfig] Remove dead codeSimon Rettberg2020-01-171-13/+0Star
|
* Partial revert "[sysconfig] New step after creating a module ..."Simon Rettberg2020-01-171-1/+1
| | | | Fix expression
* [locations] Don't consider *false* a valid fixed location idSimon Rettberg2020-01-171-0/+2
|
* [locationinfo] Fix slx-browser interactive logicSimon Rettberg2020-01-171-3/+1Star
|
* [serversetup-bwlp-ipxe] Make first menu being added the defaultSimon Rettberg2020-01-171-1/+3
|
* [sysconfig] Screensaver: Pagereload (lang change) and small ui bugfixJannik Schönartz2020-01-172-12/+8Star
|
* [systemconfig] Add warning to the assign step at the end of module creation ↵Udo Walter2020-01-174-3/+35
| | | | if other modules would be replaced because the module is unique
* [sysconfig] Screensaver: Add a full fledged back button experienceJannik Schönartz2020-01-173-12/+25
| | | | Processing of Screensaver_Text is now only handled in the Screensaver_text preprocess
* [serversetup-bwlp-ipxe] Add required tags to required inputs in the menu ↵Udo Walter2020-01-161-1/+14
| | | | entry form