aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/SetupChecks
Commit message (Collapse)AuthorAgeFilesLines
* feat: Make `CheckServerResponseTrait` public and provide as ↵feat/make-setup-check-trait-publicFerdinand Thiessen2024-09-161-1/+1
| | | | | | | | | `OCP\SetupCheck\CheckServerResponseTrait` This trait is used by other apps for creating setup checks, so we should provide it instead apps using private API. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-272-40/+4
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix: Migrate WebDAV endpoint check to SetupCheck APICôme Chilliet2024-03-141-0/+93
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Add quotation marksValdnet2023-11-221-1/+1
| | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* Improve setup checks naming and improve database version checkCôme Chilliet2023-10-241-1/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Change SetupResult API to named constructorsCôme Chilliet2023-10-191-2/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Move NeedsSystemAddressBookSync to dav application where it’s registeredCôme Chilliet2023-10-191-0/+57
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>