summaryrefslogtreecommitdiffstats
path: root/modules-available/systemstatus
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-197-3/+76
|
* Fix more type errors, stricter typingSimon Rettberg2023-11-151-3/+3
|
* Add function param/return types, fix a lot more phpstorm complaintsSimon Rettberg2023-11-142-15/+14Star
|
* Roundup of issues reported by PHPStormSimon Rettberg2023-11-021-1/+1
| | | | Mostly redundant checks, logic errors, dead code, etc.
* [systemstatus] Add warning sign to tab on outdated DBSimon Rettberg2023-10-233-1/+8
|
* [systemstatus] Fix comment typoSimon Rettberg2023-10-231-3/+3
|
* [systemstatus] Improve coloring of disk space indicator, js tweaksSimon Rettberg2023-07-182-84/+116
|
* [systemstatus] Show "reboot required" message on update-tab tooSimon Rettberg2023-07-176-8/+32
|
* [systemstatus] Show (estimate) of last time updates were installedSimon Rettberg2023-07-0412-20/+76
| | | | Plus other minor tweaks, like message on main page.
* [systemstatus] Add page to update/upgrade the server OSSimon Rettberg2023-07-0310-4/+278
| | | | Some simple UI/buttons to run apt-get update, upgrade etc.
* [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] Show small info icon for used filesystemSteffen Ritter2022-11-162-0/+3
|
* [systemstatus] Filter more irrelevant noise from lighttpd logSimon Rettberg2022-09-121-1/+3
|
* [systemstatus] lighttpd log: Filter some openssl errorsSimon Rettberg2022-05-271-26/+25Star
|
* [systemstatus] Add distro and kernel versionSimon Rettberg2022-03-094-5/+11
|
* [systemstatus] Fix displaying VM store usage if using internal storagev3.10v3.10Simon Rettberg2021-05-111-4/+4
|
* [systemstatus] Add permissions for service restartingSimon Rettberg2021-01-226-3/+28
|
* [systemstatus] Add main-warning hook for low disk spaceSimon Rettberg2020-10-205-53/+87
|
* [systemstatus/sysconfig] Manage LDADP via systemdSimon Rettberg2020-07-079-105/+180
| | | | | | | Finally got rid of our own little service manager. Status/restart handling capabilities were added to the system status page. TODO: Permissions for dnbd3, service (re)starting in general
* [systemstatus] Add dnbd3-master-proxy to service statusSimon Rettberg2020-07-061-0/+1
|
* Update translationsSimon Rettberg2020-02-272-8/+10
|
* [backup/systemstatus] Show up/downloads in backup pageSimon Rettberg2020-02-267-44/+34Star
| | | | | Add AJAX API to dozmod module to query the fileserver status of dmsd.
* [dnbd3] Don't stop dnbd3-server when disabling dnbd3 for VMsSimon Rettberg2020-01-281-1/+1
|
* [systemstatus] Change event listener to support sticky tabsSimon Rettberg2019-09-091-2/+1Star
|
* Introduce JS helper for bootstrap confirm dialogs on button-submitSimon Rettberg2019-03-251-21/+4Star
|
* [systemstatus] Don't show swap warning too earlySimon Rettberg2019-01-301-1/+1
|
* [translation] Satelliten-Server -> SatellitenserverSteffen Ritter2018-04-241-1/+1
|
* [systemstatus] atftpd -> tftpd-hpaSimon Rettberg2018-04-201-1/+1
|
* [inc/Module] Overhaul dependency loading and handling of js/cssSimon Rettberg2018-04-131-3/+5
| | | | This is supposed to prevent unneeded js/css from being pulled in
* Permissions: Consistency: Make all pages require at least one permission to ↵Simon Rettberg2018-04-091-0/+1
| | | | | | be accessible Closes #3340
* Update permission translationsSimon Rettberg2018-03-211-1/+1
|
* [adduser] Extend module to simple user manager (add/edit/remove)Simon Rettberg2018-02-231-1/+1
| | | | TODO: Assign roles
* [systemstatus] Use new permission helpers; disable non-accessible tabsSimon Rettberg2018-02-165-330/+303Star
|
* [permissionmanager] Introduce "location-aware" flag for permissionsSimon Rettberg2018-02-121-13/+35
| | | | | | | | | | This flag tells wether the permission can be restricted to certain locations in a meaningful way. This flag has to be set in the permissions.json of the according module. For example, the permission to reboot the server cannot be limited to certain locations in a meaningful way, while the view of the client log can be filtered to only show log entries for clients in specific locations.
* [systemstatus] lang-descriptions for permissionsChristian Hofmaier2018-01-303-3/+27
|
* [systemstatus] implemented permission-system. alot of show-permissions to ↵Christian Hofmaier2018-01-263-251/+316
| | | | view things. and a server-reboot permission.
* [systemstatus] Only query dnbd3-server if enabledSimon Rettberg2017-12-201-1/+6
|
* [systemstatus] Tweak design and text of reboot dialogSimon Rettberg2017-12-163-4/+8
|
* Update translationsSimon Rettberg2017-12-042-2/+6
|
* [systemstatus] Test more services and report statusSimon Rettberg2017-12-042-17/+53
|
* [systemstatus] bugfixUdo Walter2017-09-262-5/+1Star
|
* [systemstatus] fixed inconsistenciesUdo Walter2017-09-263-3/+25
|
* [systemstatus] Show updated packages requiring rebootSimon Rettberg2017-06-067-10/+46
|
* [systemstatus] Put overview in tab tooSimon Rettberg2017-05-093-73/+79
|
* Update translationsSimon Rettberg2017-05-091-1/+1
|
* [systemstatus] Put logs in tabbed viewSimon Rettberg2017-05-046-54/+49Star
|
* Update translationsSimon Rettberg2017-03-092-0/+2
|
* [systemstatus] Add lighttpd error logSimon Rettberg2017-03-022-0/+41
|
* [sysconfig] Handle invalid chars in logfile when doing htmlspecialchars()Simon Rettberg2017-01-171-4/+4
|