summaryrefslogtreecommitdiffstats
path: root/modules-available/systemstatus/inc/systemstatus.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* [systemstatus] Better detection for latest updates timestampSimon Rettberg2024-01-191-1/+1
|
* [systemstatus] Add notice about security updates to main pageSimon Rettberg2023-12-191-0/+49
|
* Add function param/return types, fix a lot more phpstorm complaintsSimon Rettberg2023-11-141-1/+1
|
* Roundup of issues reported by PHPStormSimon Rettberg2023-11-021-1/+1
| | | | Mostly redundant checks, logic errors, dead code, etc.
* [systemstatus] Fix comment typoSimon Rettberg2023-10-231-3/+3
|
* [systemstatus] Show "reboot required" message on update-tab tooSimon Rettberg2023-07-171-0/+13
|
* [systemstatus] Show (estimate) of last time updates were installedSimon Rettberg2023-07-041-0/+38
| | | | Plus other minor tweaks, like message on main page.
* [systemstatus] Handle disk size for local mounts on vm storeSteffen Ritter2022-11-161-0/+7
| | | | | | | | | | If something different is mounted on CONFIG_VMSTORE_DIR as expected by the slx-admin configuration we normally show a warning, that something went wrong in retrieving the disk capacity. This seems reasonable if the vm-store is a nfs or cifs share. But if internal storage is wanted it's more likely that someone just mounted a bigger/seccond hdd over the directory. In this case we skip the warning and just show the correct (free) capacity.
* [systemstatus] Fix displaying VM store usage if using internal storagev3.10v3.10Simon Rettberg2021-05-111-4/+4
|
* [systemstatus] Add main-warning hook for low disk spaceSimon Rettberg2020-10-201-0/+53