nextcloud/apps/files_sharing/lib
Lukas Reschke 22e724e829 Only intercept exceptions of type "NotFoundException" instead of any Exception
The sharing backend may throw another exception for example when the activity app encounters a problem. Previously this just triggered a 404 error page and the exception got not logged at all. With this change such exceptions get not intercepted and regularly handled as exceptions so that we have meaningful log data. Also the user will be shown a window informing him that an error happened.

Helps to debug cases such as https://github.com/owncloud/core/issues/19465
2015-09-30 13:32:20 +02:00
..
connector Allow public auth to recognize sesssion 2015-09-28 11:52:04 +02:00
controllers Only intercept exceptions of type "NotFoundException" instead of any Exception 2015-09-30 13:32:20 +02:00
external Disable the remote sharing notifications until they work properly 2015-09-17 11:14:28 +02:00
middleware Only intercept exceptions of type "NotFoundException" instead of any Exception 2015-09-30 13:32:20 +02:00
propagation Avoid re-propagation of shares during one propagation run 2015-09-04 16:17:27 +02:00
share Fix extracting basename from path in sharing 2015-08-18 13:41:47 +01:00
activity.php Publish an activity when sending a share link via email 2015-09-22 13:09:21 +02:00
cache.php Split mimetype handling to new class 2015-09-04 17:28:20 +01:00
capabilities.php Reflect enabled shareAPI in capabilities 2015-09-25 20:12:41 +02:00
deleteorphanedsharesjob.php Fix DeleteOrphanedSharesJob 2015-05-04 13:58:58 +02:00
exceptions.php Update license headers 2015-03-26 11:44:36 +01:00
helper.php Merge pull request #15506 from rullzer/core_apps_oc_log2ocp_util 2015-07-01 08:53:16 +02:00
hooks.php Scrap the notifications when the share is accepted or declined 2015-09-08 09:01:01 +02:00
isharedstorage.php Update license headers 2015-03-26 11:44:36 +01:00
maintainer.php Update license headers 2015-03-26 11:44:36 +01:00
migration.php Update license headers 2015-03-26 11:44:36 +01:00
mountprovider.php Delay listening to owner changes untill we use a share for that owner 2015-09-23 16:22:53 +02:00
notifier.php Fix the parameter order in the translation 2015-09-16 06:47:40 +02:00
scanner.php Update license headers 2015-03-26 11:44:36 +01:00
sharedmount.php Use context function call instead of static 2015-09-07 14:28:20 +02:00
sharedstorage.php only initialize once 2015-09-23 16:22:53 +02:00
updater.php Merge pull request #15475 from rullzer/files_sharing_OCP_DB 2015-07-01 08:53:03 +02:00
watcher.php Update license headers 2015-03-26 11:44:36 +01:00