nextcloud/apps/files_sharing
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
..
ajax Scrap the notifications when the share is accepted or declined 2015-09-08 09:01:01 +02:00
api Do not allow user enumeration if the config is disabled 2015-09-23 15:11:02 +02:00
appinfo Disable the remote sharing notifications until they work properly 2015-09-17 11:14:28 +02:00
css remove border around button of password protected link confirmation 2015-09-28 09:30:09 +02:00
img fix look of 'Share with me via ownCloud' button, fix wording 2015-06-17 16:05:05 +02:00
js Still show share link when recipient but no share permission 2015-09-28 16:23:33 +02:00
l10n [tx-robot] updated from transifex 2015-09-29 01:55:02 -04:00
lib Only intercept exceptions of type "NotFoundException" instead of any Exception 2015-09-30 13:32:20 +02:00
templates Merge pull request #18630 from owncloud/files-combineuploadbutton 2015-09-07 14:03:57 +02:00
tests Only intercept exceptions of type "NotFoundException" instead of any Exception 2015-09-30 13:32:20 +02:00
list.php update license headers and authors 2015-06-25 14:13:49 +02:00
public.php Update license headers 2015-03-26 11:44:36 +01:00
publicwebdav.php Allow ajax requests on public webdav interface 2015-09-22 12:19:56 +02:00
settings-admin.php Update license headers 2015-03-26 11:44:36 +01:00
settings-personal.php Simply hide sharing buttons for IE8 - fixes #18011 2015-08-25 16:05:57 +02:00