aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command/SetupChecks.php
Commit message (Expand)AuthorAgeFilesLines
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-5/+5
* feat: Add OCP interface to format richtext into stringCôme Chilliet2024-09-171-24/+3
* chore: Add SPDX headerAndy Scherzinger2024-05-261-18/+2
* Use match statement in richToParsed implementationCôme Chilliet2024-01-111-7/+5
* Add TODO for richToParsed refactorCôme Chilliet2024-01-111-0/+1
* Fix psalm issue in SetupChecks commandCôme Chilliet2024-01-111-1/+1
* Add RichObject support for SetupChecks descriptionsCôme Chilliet2024-01-111-0/+28
* Add $name property in SetupResult and improve APICôme Chilliet2023-11-071-3/+3
* Use no style for info to make it different from warningCôme Chilliet2023-11-061-3/+5
* Fix icon for errors to be consistent with the othersCôme Chilliet2023-11-061-1/+1
* Add an emoji for warnings as wellCôme Chilliet2023-11-061-0/+1
* Use constants for SUCCESS/FAILURE and show errors even on quiet levelCôme Chilliet2023-11-061-4/+7
* Add a command to run the setup checks from CLICôme Chilliet2023-11-061-0/+88