aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command/SetupChecks.php
Commit message (Collapse)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-261-18/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* Use match statement in richToParsed implementationCôme Chilliet2024-01-111-7/+5
| | | | | Co-authored-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Add TODO for richToParsed refactorCôme Chilliet2024-01-111-0/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix psalm issue in SetupChecks commandCôme Chilliet2024-01-111-1/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Add RichObject support for SetupChecks descriptionsCôme Chilliet2024-01-111-0/+28
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Add $name property in SetupResult and improve APICôme Chilliet2023-11-071-3/+3
| | | | | | | 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>
* Use no style for info to make it different from warningCôme Chilliet2023-11-061-3/+5
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix icon for errors to be consistent with the othersCôme Chilliet2023-11-061-1/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Add an emoji for warnings as wellCôme Chilliet2023-11-061-0/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Use constants for SUCCESS/FAILURE and show errors even on quiet levelCôme Chilliet2023-11-061-4/+7
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Add a command to run the setup checks from CLICôme Chilliet2023-11-061-0/+88
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>