nextcloud/tests/lib/Repair
Thomas Citharel dd54f35f29
fix(certificate manager): migrate certificate bundles from files_external to data
CertificateManager doesn't work propertly if the files_external app is disabled, so let's store
directly in /data/certificate_manager the bundled certificates. This always has to be done on local
disk as curl currently requires a path to the cert bundle.

When we require PHP 8.1 we will be able to simply store the certificate
bundle in database/memory/cache and pass it through the CURLOPT_SSLCERT_BLOB option.

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2024-02-01 18:40:59 +01:00
..
NC11 composer run cs:fix 2023-01-20 11:45:08 +01:00
NC29 fix(certificate manager): migrate certificate bundles from files_external to data 2024-02-01 18:40:59 +01:00
CleanTagsTest.php composer run cs:fix 2023-01-20 11:45:08 +01:00
ClearFrontendCachesTest.php composer run cs:fix 2023-01-20 11:45:08 +01:00
ClearGeneratedAvatarCacheTest.php Clear generated avatar caches 2023-05-15 18:18:21 +02:00
OldGroupMembershipSharesTest.php composer run cs:fix 2023-01-20 11:45:08 +01:00
RepairCollationTest.php Adapt tests to config value typing 2023-04-05 17:42:14 +02:00
RepairDavSharesTest.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
RepairInvalidSharesTest.php Adapt tests to config value typing 2023-04-05 17:42:14 +02:00
RepairMimeTypesTest.php Adapt tests to config value typing 2023-04-05 17:42:14 +02:00