summaryrefslogtreecommitdiffstats
path: root/lib/public/SetupCheck
Commit message (Collapse)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-243-56/+6
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix(OCP): Add since tag for all constantsJoas Schilling2024-02-141-0/+15
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Document throwing behavior of SetupResult upon invalid rich objectCôme Chilliet2024-01-291-0/+9
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Document new throw possibility in SetupResultCôme Chilliet2024-01-111-0/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Validate rich objects passed to SetupResultCôme Chilliet2024-01-111-0/+5
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Add RichObject support for SetupChecks descriptionsCôme Chilliet2024-01-111-8/+26
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Add $name property in SetupResult and improve APICôme Chilliet2023-11-072-0/+34
| | | | | | | 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>
* Change SetupResult API to named constructorsCôme Chilliet2023-10-191-1/+34
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Add OCP interface for SetupCheckManagerCôme Chilliet2023-10-191-0/+37
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Add missing licences and copyright in SetupCheckCôme Chilliet2023-10-192-0/+46
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix PHPDoc in OCP for new SetupResult classCôme Chilliet2023-10-191-0/+5
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix docblock and types for new public APICôme Chilliet2023-10-192-25/+22
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* ProgressCarl Schwan2023-10-191-0/+5
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Add api to register setup checksCarl Schwan2023-10-192-0/+89
Signed-off-by: Carl Schwan <carl@carlschwan.eu>