server/lib/private/Repair
Daniel Kesselberg c208ea49d4 Add catch for RuntimeException
getDirectoryListing can throw a NotFoundException or a RuntimeException.
The repair step should be skipped if the cache directory is missing so
a catch for both exceptions is required.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-07-16 06:06:01 +00:00
..
NC11 Remove old repair steps that aren't executed anymore 2018-01-22 14:51:02 +01:00
NC13
NC14 Suppress potential SQL injection warning as they are false positives 2018-07-09 14:55:47 +02:00
NC15 Log and continue on Dav reader failure 2018-12-05 21:13:57 +01:00
NC16 Add catch for RuntimeException 2019-07-16 06:06:01 +00:00
Owncloud
AddCleanupUpdaterBackupsJob.php Background job to clean up old backups of the updater 2018-06-13 17:43:29 +02:00
CleanTags.php
ClearFrontendCaches.php Clear avatar cache with frontend repair 2018-11-08 08:31:21 +01:00
ClearGeneratedAvatarCache.php Implement guest avatar endpoint 2019-02-07 14:23:16 +01:00
Collation.php Don't use double quotes in MySQL queries 2018-02-16 15:03:12 +01:00
MoveUpdaterStepFile.php
OldGroupMembershipShares.php
RemoveLinkShares.php Fix userid casting in notifications 2019-06-11 16:31:25 +00:00
RemoveRootShares.php
RepairInvalidShares.php
RepairMimeTypes.php Add repair step 2018-07-10 21:27:35 +02:00
SqliteAutoincrement.php