nextcloud/apps/files_sharing/lib/Controller
Vincent Petry e43c93881e Log exceptions when creating share
Because the exceptions don't always contain a useful message for the UI,
but also because in some cases we need to find out what went wrong.

In some setups, a ShareNotFoundException might happen during creation
when we try to re-read the just written share. Usually related to Galera
Cluster where node syncing wait is not enabled.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-03-15 15:06:34 +00:00
..
AcceptController.php Fix license headers 2020-01-13 14:23:49 +01:00
DeletedShareAPIController.php Update license headers for 19 2020-04-29 11:57:22 +02:00
ExternalSharesController.php Also disallow ; in remote urls 2020-04-14 18:56:06 +02:00
PublicPreviewController.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
RemoteController.php Update the license headers for Nextcloud 19 2020-03-31 14:52:54 +02:00
SettingsController.php Update license headers for 18 2019-12-20 09:23:25 +01:00
ShareAPIController.php Log exceptions when creating share 2021-03-15 15:06:34 +00:00
ShareController.php Update license headers for 19 2020-04-29 11:57:22 +02:00
ShareInfoController.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
ShareesAPIController.php Update license headers for 19 2020-04-29 11:57:22 +02:00