summaryrefslogtreecommitdiffstats
path: root/modules-available
Commit message (Collapse)AuthorAgeFilesLines
* [remoteaccess] Fix: "active" flag was not honored in getconfig hookSimon Rettberg2020-07-301-1/+3
|
* [exams] Collapse old exams (-90 days)Simon Rettberg2020-07-302-3/+27
|
* [minilinux] (bootentry-hook) Add entry for "latest from branch"Simon Rettberg2020-07-305-9/+32
| | | | | The iPXE menu item of type "minilinux" will now show an option to automatically use the latest locally installed version for each branch.
* [minilinux] Lower update disable to 5 mins (was 10)Simon Rettberg2020-07-301-1/+1
|
* [remoteaccess] Report this as dedicated runmodeSimon Rettberg2020-07-301-0/+1
|
* [statistics] Improve fdisk parsing for goofy fdisk variantsSimon Rettberg2020-07-301-0/+6
|
* [locationinfo] Support styling clients with special runmodeSimon Rettberg2020-07-303-29/+35
| | | | Implemented for remoteaccess runmode for now
* [statistics] Keep track of client runmodeSimon Rettberg2020-07-302-0/+18
|
* [statistics] Fix system model list width in summary modeSimon Rettberg2020-07-301-3/+3
|
* [systemstatus] Add dnbd3-master-proxy to service statusSimon Rettberg2020-07-301-0/+1
|
* [remoteaccess] Fix/Improve WOL behaviorSimon Rettberg2020-07-302-8/+12
| | | | | | | | Enable rebootcontrol module in ensureMachinesRunning(), so it works from the call in api.inc.php. Consider machines that we sent a WOL packet to during the last 90 seconds as online when counting number of idle machines, so slow booting machines won't cause us to wake too many machines.
* [statistics_reporting] Fix numer of unique users and server CPU modelSimon Rettberg2020-07-302-3/+2Star
|
* [locationinfo] Add option to show hostnamesSimon Rettberg2020-07-307-19/+69
|
* [locations] Show colored bars for used/idle/offline in overviewSimon Rettberg2020-07-303-13/+22
|
* [locationinfo] Make colors for idle clients more distinct from offlineSimon Rettberg2020-07-301-1/+1
| | | | | Added a little light green bar at the top. This should still make it easy to distinguish from red wrt Red-Blind/Protanopia etc.
* [remoteaccess] Remove TODO and debug spamSimon Rettberg2020-07-302-10/+3Star
|
* [remoteaccess] Add permissions, add "delete group" functionalitySimon Rettberg2020-07-307-30/+132
|
* [remoteaccess] Fix DB query to add rooms to groupsSteffen Ritter2020-05-181-1/+2
|
* [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
|
* [remoteaccess] New moduleSimon Rettberg2020-05-1513-0/+496
|
* [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.
* [roomplanner] Disable logout timeout for dedicated managerSimon Rettberg2020-05-071-0/+1
|
* [statistics] Fix handling POST for sub-pagesSimon Rettberg2020-05-071-17/+18
| | | | Fixes machine replace etc.
* [rebootcontrol] Update translations, fix typoSimon Rettberg2020-05-071-1/+1
|
* [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
|
* [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-2710-16/+17
|
* [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
|
* [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-261-1/+2
| | | | | | 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
|
* [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.