nextcloud/apps/files_sharing/lib
Christoph Wurst 1d8ca91a37 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:18:02 +00:00
..
Activity Add expiration event for shares 2019-08-21 08:30:17 +02:00
AppInfo Fix files_sharing 2018-11-02 19:20:37 +01:00
BackgroundJob Add background job to refresh federated discovery 2018-04-18 19:20:26 +02:00
Collaboration fix sharerecipientssorter tests 2017-10-27 16:03:37 +02:00
Command Use the defined func()->count() instead of manual counting 2018-11-08 15:44:45 +01:00
Controller Have share permissions on link shares if it is enabled 2020-05-26 11:37:01 +02:00
Exceptions Fix apps/ 2016-07-21 18:13:57 +02:00
External Do not only catch Exceptions but any Throwable during rmt share delete 2020-06-03 09:18:02 +00:00
Middleware Don't allow public share pages if link sharing is disabled 2018-06-20 08:53:37 +02:00
Migration Fix array method usages with a proper call 2018-01-25 22:20:10 +01:00
ShareBackend update unit tests 2018-07-11 10:11:48 +02:00
Cache.php Correctly check for new default root 2019-09-09 13:00:00 +00:00
Capabilities.php Expose capability if the lookup server should be queried by default 2019-12-10 15:58:00 +01:00
DeleteOrphanedSharesJob.php Fix apps/ 2016-07-21 18:13:57 +02:00
ExpireSharesJob.php Update license headers 2017-11-06 16:56:19 +01:00
Helper.php cache parent exists status during share setup 2018-08-16 21:28:01 +02:00
Hooks.php accept/decline group shares 2018-07-11 10:11:46 +02:00
ISharedStorage.php Update with robin 2016-07-21 18:13:58 +02:00
MountProvider.php cache parent exists status during share setup 2018-08-16 21:28:01 +02:00
Scanner.php Update license headers 2017-11-06 16:56:19 +01:00
SharedMount.php cache parent exists status during share setup 2018-08-16 21:28:01 +02:00
SharedStorage.php Add interface to allow storages from opting out of encryption 2018-11-29 16:31:34 +01:00
Updater.php Add support for room shares to the share owner updater 2018-08-08 14:25:43 +02:00