nextcloud/lib/private/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
..
Events Parameter of RepairAdvanceEvent is actually an increment, not a step id 2022-08-25 16:26:31 +02:00
NC11 composer run cs:fix 2023-01-20 11:45:08 +01:00
NC13 composer run cs:fix 2023-01-20 11:45:08 +01:00
NC14 composer run cs:fix 2023-01-20 11:45:08 +01:00
NC16 Use typed version of IConfig::getSystemValue as much as possible 2023-04-05 12:50:08 +02:00
NC18 chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
NC20 chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
NC21 chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
NC22 chore: Drop dead private methods in /lib 2023-06-06 11:01:58 +02:00
NC24 Add back TokenCleanupJob to invalidate old temporary tokens 2022-08-25 11:31:21 +02:00
NC25 Use typed version of IConfig::getSystemValue as much as possible 2023-04-05 12:50:08 +02:00
NC29 fix(certificate manager): migrate certificate bundles from files_external to data 2024-02-01 18:40:59 +01:00
Owncloud chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
AddBruteForceCleanupJob.php composer run cs:fix 2023-01-20 11:45:08 +01:00
AddCleanupUpdaterBackupsJob.php composer run cs:fix 2023-01-20 11:45:08 +01:00
AddMetadataGenerationJob.php Add metadata generation job 2023-11-16 15:02:38 +01:00
AddRemoveOldTasksBackgroundJob.php Implement TextToImage OCP API 2023-10-18 13:21:50 +02:00
CleanTags.php composer run cs:fix 2023-01-20 11:45:08 +01:00
CleanUpAbandonedApps.php unbundle files_videoplayer and clean up a little 2022-09-29 12:11:37 +02:00
ClearFrontendCaches.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
ClearGeneratedAvatarCache.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
ClearGeneratedAvatarCacheJob.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
Collation.php Use typed version of IConfig::getSystemValue as much as possible 2023-04-05 12:50:08 +02:00
MoveUpdaterStepFile.php Use typed version of IConfig::getSystemValue as much as possible 2023-04-05 12:50:08 +02:00
OldGroupMembershipShares.php composer run cs:fix 2023-01-20 11:45:08 +01:00
RemoveLinkShares.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
RepairDavShares.php Use typed version of IConfig::getSystemValue as much as possible 2023-04-05 12:50:08 +02:00
RepairInvalidShares.php Use typed version of IConfig::getSystemValue as much as possible 2023-04-05 12:50:08 +02:00
RepairMimeTypes.php fix: change mime type for msg file 2023-11-29 12:27:55 +01:00