nextcloud/apps/files_sharing/lib
Christoph Wurst fab0888fb2 Do not only catch Exceptions but any Throwable during rmt share delete
When a remote share is deleted, we notify the remove instance. This may
trigger various error conditions, which we want to catch in order to
avoid undeletable shares. The try-catch, however, did only capture
exceptions, so things like TypeErrors were not caught and caused the
process to fail hard.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-06-03 09:15:55 +00:00
..
Activity Unify the code a bit 2020-03-10 19:32:05 +00:00
AppInfo Auto accept group shares for users added to a group 2020-03-25 12:06:39 +00:00
BackgroundJob Update license headers 2019-12-05 15:38:45 +01:00
Collaboration Update license headers 2019-12-05 15:38:45 +01:00
Command Update license headers 2019-12-05 15:38:45 +01:00
Controller Have share permissions on link shares if it is enabled 2020-05-26 11:28:42 +02:00
Exceptions Update license headers 2019-12-05 15:38:45 +01:00
External Do not only catch Exceptions but any Throwable during rmt share delete 2020-06-03 09:15:55 +00:00
Listener Auto accept group shares for users added to a group 2020-03-25 12:06:39 +00:00
Middleware Update license headers 2019-12-05 15:38:45 +01:00
Migration Update license headers 2019-12-05 15:38:45 +01:00
Notification Use the target for file notifications 2020-01-26 19:44:44 +00:00
Settings Make auto accepting the default and provide setting to enforce the share acceptance process 2020-01-17 01:35:18 +01:00
ShareBackend Update license headers 2019-12-05 15:38:45 +01:00
Cache.php Update license headers 2019-12-05 15:38:45 +01:00
Capabilities.php Update license headers 2019-12-05 15:38:45 +01:00
DeleteOrphanedSharesJob.php Update license headers 2019-12-05 15:38:45 +01:00
ExpireSharesJob.php Update license headers 2019-12-05 15:38:45 +01:00
Helper.php Update license headers 2019-12-05 15:38:45 +01:00
Hooks.php Update license headers 2019-12-05 15:38:45 +01:00
ISharedStorage.php Update license headers 2019-12-05 15:38:45 +01:00
MountProvider.php Update license headers 2019-12-05 15:38:45 +01:00
Scanner.php Update license headers 2019-12-05 15:38:45 +01:00
SharedMount.php Update license headers 2019-12-05 15:38:45 +01:00
SharedStorage.php Update license headers 2019-12-05 15:38:45 +01:00
Updater.php Update license headers 2019-12-05 15:38:45 +01:00