nextcloud/apps/files_sharing/tests
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
..
api Do not allow user enumeration if the config is disabled 2015-09-23 15:11:02 +02:00
controller Use IClientService to check for remote ownCloud instances 2015-08-22 14:39:43 +02:00
external Scrap the notifications when the share is accepted or declined 2015-09-08 09:01:01 +02:00
js Still show share link when recipient but no share permission 2015-09-28 16:23:33 +02:00
middleware Only intercept exceptions of type "NotFoundException" instead of any Exception 2015-09-30 13:32:20 +02:00
activity.php Update license headers 2015-03-26 11:44:36 +01:00
api.php Return permissions and expiration on create share responses 2015-08-30 15:42:19 +02:00
backend.php Update license headers 2015-03-26 11:44:36 +01:00
cache.php adjust test 2015-04-27 14:07:15 +02:00
capabilities.php Reflect enabled shareAPI in capabilities 2015-09-25 20:12:41 +02:00
deleteorphanedsharesjobtest.php update license headers and authors 2015-06-25 14:13:49 +02:00
etagpropagation.php fix infinite loops with propagating etags on reshares 2015-08-03 17:33:12 +02:00
externalstorage.php Update license headers 2015-03-26 11:44:36 +01:00
helper.php always fall back to default share folder 2015-03-26 21:56:44 +01:00
locking.php Move dummy backend to Tests namespace 2015-09-22 11:01:11 +02:00
migrationtest.php Update license headers 2015-03-26 11:44:36 +01:00
permissions.php update license headers and authors 2015-06-25 14:13:49 +02:00
server2server.php Scrap the notifications when the share is accepted or declined 2015-09-08 09:01:01 +02:00
share.php Add visibility to test methods 2015-07-07 11:07:11 +02:00
sharedmount.php Merge pull request #15475 from rullzer/files_sharing_OCP_DB 2015-07-01 08:53:03 +02:00
sharedstorage.php add unit tests for share target conflict with group shares 2015-08-05 15:41:03 +02:00
sizepropagation.php update license headers and authors 2015-06-25 14:13:49 +02:00
testcase.php Move dummy backend to Tests namespace 2015-09-22 11:01:11 +02:00
unsharechildren.php handle error during setup 2015-06-29 14:06:32 +02:00
updater.php Merge pull request #17083 from owncloud/share-etag-update-target 2015-06-29 09:10:37 +02:00
watcher.php update license headers and authors 2015-06-25 14:13:49 +02:00