]> source.dussan.org Git - nextcloud-server.git/commit
Readd repair steps that are relevant when migrating from ownCloud
authorJulius Härtl <jus@bitgrid.net>
Mon, 7 Dec 2020 13:30:08 +0000 (14:30 +0100)
committerJulius Härtl <jus@bitgrid.net>
Mon, 14 Dec 2020 10:12:52 +0000 (11:12 +0100)
commit7ce95a4fcb17b18cf5f79763d325a3549719f159
tree814c548f5a9b5a8ee9459590602319bc769f0243
parentde369fdeaaf8a42ae6a831010c76d7fcc0dc9410
Readd repair steps that are relevant when migrating from ownCloud

This reverts commit d9b1492e03ab9fe58bb87baaeba745790ca15c53.

Signed-off-by: Julius Härtl <jus@bitgrid.net>
13 files changed:
lib/composer/composer/autoload_classmap.php
lib/composer/composer/autoload_static.php
lib/private/Repair.php
lib/private/Repair/Owncloud/CleanPreviews.php [new file with mode: 0644]
lib/private/Repair/Owncloud/CleanPreviewsBackgroundJob.php [new file with mode: 0644]
lib/private/Repair/Owncloud/InstallCoreBundle.php [new file with mode: 0644]
lib/private/Repair/Owncloud/MoveAvatars.php [new file with mode: 0644]
lib/private/Repair/Owncloud/MoveAvatarsBackgroundJob.php [new file with mode: 0644]
lib/private/Repair/Owncloud/UpdateLanguageCodes.php [new file with mode: 0644]
tests/Test/Repair/Owncloud/CleanPreviewsBackgroundJobTest.php [new file with mode: 0644]
tests/Test/Repair/Owncloud/CleanPreviewsTest.php [new file with mode: 0644]
tests/Test/Repair/Owncloud/InstallCoreBundleTest.php [new file with mode: 0644]
tests/Test/Repair/Owncloud/UpdateLanguageCodesTest.php [new file with mode: 0644]