summaryrefslogtreecommitdiffstats
path: root/lib/private/SetupCheck
Commit message (Collapse)AuthorAgeFilesLines
* 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>