Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [rebootcontrol] Wait until tasks finish | Simon Rettberg | 2020-05-15 | 1 | -0/+10 | |
| | ||||||
* | [rebootcontrol] Cleanup, TODO | Simon Rettberg | 2020-05-15 | 1 | -37/+8 | |
| | ||||||
* | Update config | Simon Rettberg | 2020-05-15 | 1 | -1/+2 | |
| | ||||||
* | [statistics] Make ~ default for location filter | Simon Rettberg | 2020-05-15 | 1 | -2/+1 | |
| | ||||||
* | [rebootcontrol] cron: Bail out if WOL listening failed | Simon Rettberg | 2020-05-14 | 1 | -1/+1 | |
| | ||||||
* | [statistics] Fix lastboot, uptime and status filters | Simon Rettberg | 2020-05-10 | 1 | -4/+4 | |
| | ||||||
* | [roomplanner] Disable logout timeout for dedicated manager | Simon Rettberg | 2020-05-07 | 1 | -0/+1 | |
| | ||||||
* | [statistics] Update translations | Simon Rettberg | 2020-05-07 | 4 | -0/+12 | |
| | ||||||
* | [statistics] Stricter verification of IP addresses | Simon Rettberg | 2020-05-07 | 1 | -3/+31 | |
| | ||||||
* | [statistics] Re-introduce "with sublocations" for location filter | Simon Rettberg | 2020-05-05 | 1 | -3/+4 | |
| | ||||||
* | [statistics] Fix handling POST for sub-pages | Simon Rettberg | 2020-05-05 | 1 | -16/+20 | |
| | | | | Fixes machine replace etc. | |||||
* | [rebootcontrol/statistics] Move subnet size handling to hook | Simon Rettberg | 2020-04-27 | 2 | -24/+24 | |
| | ||||||
* | [inc/Database] Force strict mode with CONFIG_DEBUG | Simon Rettberg | 2020-04-27 | 1 | -0/+1 | |
| | ||||||
* | [statistics] Track CPU temperature as well | Simon Rettberg | 2020-04-27 | 4 | -7/+19 | |
| | ||||||
* | Fix typo in last commit | Simon Rettberg | 2020-04-25 | 1 | -1/+1 | |
| | ||||||
* | [statistics] Track CPU-load and standby failures of clients | Simon Rettberg | 2020-04-25 | 4 | -7/+36 | |
| | ||||||
* | Minor tweaks and cleanups | Simon Rettberg | 2020-04-25 | 4 | -17/+14 | |
| | ||||||
* | [statistics] Fix subnet filter link in client list | Simon Rettberg | 2020-04-22 | 3 | -3/+3 | |
| | ||||||
* | [rebootcontrol] Add button to subnet list to show all matching clients | Simon Rettberg | 2020-04-22 | 2 | -2/+8 | |
| | ||||||
* | [rebootcontrol] Update translations, fix typo | Simon Rettberg | 2020-04-22 | 1 | -1/+1 | |
| | ||||||
* | [statistics] Unify Ram and ID44 filters | Simon Rettberg | 2020-04-22 | 1 | -54/+53 | |
| | ||||||
* | [statistics] Validate operator for all filters | Simon Rettberg | 2020-04-21 | 1 | -0/+18 | |
| | ||||||
* | [locations] Add missing array key | Simon Rettberg | 2020-04-21 | 1 | -1/+2 | |
| | ||||||
* | [statistics] Refactor filter creation (Part 1) | Simon Rettberg | 2020-04-21 | 5 | -421/+401 | |
| | | | | | | | | Filter classes are now instances of their respective classes, to move more logic into those classes. A bind method is used for assigning actual operator and argument values. renderFilterBox() is still a little too messy, maybe a clever class for mapping a (bound) filter to data for mustache will come in handy here. | |||||
* | [statistics] New filter UI | Simon Rettberg | 2020-04-20 | 17 | -390/+423 | |
| | ||||||
* | [serversetup-bwlp-ipxe] Fix: Imported PXELINUX entries are invalid | Simon Rettberg | 2020-04-17 | 1 | -2/+3 | |
| | ||||||
* | Add tool to find duplicate lang tags | Simon Rettberg | 2020-04-16 | 1 | -0/+74 | |
| | ||||||
* | [baseconfig_bwlp] Add Resolution mapping option | Simon Rettberg | 2020-04-16 | 1 | -0/+6 | |
| | ||||||
* | [roomplanner] Remove debug spam | Simon Rettberg | 2020-04-16 | 1 | -1/+0 | |
| | ||||||
* | [inc/IpUtil] parseCidr(): Handle IP-only param just like /32 | Simon Rettberg | 2020-04-16 | 1 | -2/+9 | |
| | ||||||
* | [rebootcontrol] wakeMachines(): Return machines that can't be reached | Simon Rettberg | 2020-04-16 | 1 | -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. | |||||
* | [statistics] Make sort order in client list match the location tree | Simon Rettberg | 2020-04-16 | 2 | -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 list | Simon Rettberg | 2020-04-16 | 2 | -1/+10 | |
| | ||||||
* | [statistics] Add hook for client machine events | Simon Rettberg | 2020-04-16 | 1 | -0/+3 | |
| | | | | Now other modules can react to poweron/off etc. | |||||
* | [rebootcontrol] Fix indirect subnet to subnet WOL | Simon Rettberg | 2020-03-27 | 1 | -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 menu | Simon Rettberg | 2020-03-06 | 1 | -1/+1 | |
| | ||||||
* | [runmode] Fix undefined variable accessv3.9a | Simon Rettberg | 2020-02-27 | 1 | -5/+4 | |
| | ||||||
* | [minilinux] dnbd3-check: Handle RID, support 32bit php | Simon Rettberg | 2020-02-27 | 1 | -5/+9 | |
| | ||||||
* | Update translations | Simon Rettberg | 2020-02-27 | 11 | -18/+19 | |
| | ||||||
* | [rebootcontrol] Add "delete subnet" button | Simon Rettberg | 2020-02-27 | 6 | -0/+25 | |
| | ||||||
* | [baseconfig] Allow disabling override for shadowed fields | Simon Rettberg | 2020-02-27 | 1 | -2/+4 | |
| | ||||||
* | [rebootcontrol] Add debug output to WOL job status page | Simon Rettberg | 2020-02-27 | 1 | -0/+20 | |
| | ||||||
* | [rebootcontrol] Fix WOL within same subnet | Simon Rettberg | 2020-02-27 | 1 | -0/+2 | |
| | ||||||
* | [inc/Database] Convert bool params to 1 or 0 | Simon Rettberg | 2020-02-27 | 1 | -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 translations | Simon Rettberg | 2020-02-27 | 2 | -0/+2 | |
| | ||||||
* | [minilinux] Show warning if stage4 cannot be replicated | Simon Rettberg | 2020-02-26 | 3 | -0/+81 | |
| | ||||||
* | [backup/systemstatus] Show up/downloads in backup page | Simon Rettberg | 2020-02-26 | 13 | -104/+150 | |
| | | | | | Add AJAX API to dozmod module to query the fileserver status of dmsd. | |||||
* | [dnbd3] Run mount script when toggling dnbd3 usage | Simon Rettberg | 2020-02-26 | 2 | -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 code | Simon Rettberg | 2020-02-25 | 1 | -7/+1 | |
| | ||||||
* | [inc/Taskmanager] Reset connection on error | Simon Rettberg | 2020-02-25 | 1 | -2/+23 | |
| |