nextcloud/apps/files_sharing/lib/Controller
Roeland Jago Douma 7613681627
Don't try to format deleted shares
Fixes #15455

The issue is that we have a fallback for shares to use the target. So
when the target exists again we happily format it (not that the shares
are still invalid).

This just tries to get the node. If we can't then boom.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-03-02 09:18:04 +01:00
..
AcceptController.php Fix license headers 2020-01-13 14:23:49 +01:00
DeletedShareAPIController.php Update license headers 2019-12-05 15:38:45 +01:00
ExternalSharesController.php Update license headers 2019-12-05 15:38:45 +01:00
PublicPreviewController.php Update license headers 2019-12-05 15:38:45 +01:00
RemoteController.php Update license headers 2019-12-05 15:38:45 +01:00
SettingsController.php Update license headers for 18 2019-12-20 09:23:25 +01:00
ShareAPIController.php Don't try to format deleted shares 2020-03-02 09:18:04 +01:00
ShareController.php Allow single file downloads so the video player works again 2020-02-28 16:25:09 +01:00
ShareInfoController.php Update license headers 2019-12-05 15:38:45 +01:00
ShareesAPIController.php Do not use $_GET 2020-01-05 20:13:11 +01:00