aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/SetupCheck
Commit message (Collapse)AuthorAgeFilesLines
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-2/+2
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-241-19/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix: Log exceptions thrown by setup checksCôme Chilliet2024-03-251-0/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* fix(setupcheck): Catch Throwables from setup checks and show them to the adminCôme Chilliet2024-03-181-1/+6
| | | | | | | This avoids letting a buggy setup check from an application crash the setupcheck system. The throwable is shown instead. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Add $name property in SetupResult and improve APICôme Chilliet2023-11-071-1/+2
| | | | | | | Keys for check results are not locale dependent anymore, the name of the setup check is instead stored in the setup result object. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Small code style fix in SetupCheckManagerCôme Chilliet2023-10-191-3/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Add debug logging when running setup checks to help with debugging slow resultsCôme Chilliet2023-10-191-4/+6
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Add OCP interface for SetupCheckManagerCôme Chilliet2023-10-191-1/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Add missing licences and copyright in SetupCheckCôme Chilliet2023-10-191-0/+24
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Add api to register setup checksCarl Schwan2023-10-191-0/+31
Signed-off-by: Carl Schwan <carl@carlschwan.eu>