aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/appinfo/app.php
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2015-10-02 09:57:33 +0200
committerRoeland Jago Douma <roeland@famdouma.nl>2015-10-02 12:03:53 +0200
commit3d2acb5003a4953d3f422b34f670d87c4afb11c9 (patch)
tree89ec8d0821639581110f0b73db75a89defbdbb8a /apps/files_sharing/appinfo/app.php
parentdc38e674a5d547e7fd53d66fb0ac0dbb5490ea77 (diff)
downloadnextcloud-server-3d2acb5003a4953d3f422b34f670d87c4afb11c9.tar.gz
nextcloud-server-3d2acb5003a4953d3f422b34f670d87c4afb11c9.zip
sharingcheckmiddleware now handles externalshares as well
Added new annotations for the externalsharescontroller class * @NoOutgoingFederatedSharingRequired * @NoIncomingFederatedSharingRequired By default both are required for all functions in the externalSharesController. A proper exception is thrown and then a 405 is returned instead of the default error page. Since it is only an API endpoint this makes more sense. Unit tests added and updated
Diffstat (limited to 'apps/files_sharing/appinfo/app.php')
-rw-r--r--apps/files_sharing/appinfo/app.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/files_sharing/appinfo/app.php b/apps/files_sharing/appinfo/app.php
index 15c0b864b08..e449843de73 100644
--- a/apps/files_sharing/appinfo/app.php
+++ b/apps/files_sharing/appinfo/app.php
@@ -39,9 +39,6 @@ $l = \OC::$server->getL10N('files_sharing');
\OC::$CLASSPATH['OCA\Files\Share\Maintainer'] = 'files_sharing/lib/maintainer.php';
\OC::$CLASSPATH['OCA\Files\Share\Proxy'] = 'files_sharing/lib/proxy.php';
-// Exceptions
-\OC::$CLASSPATH['OCA\Files_Sharing\Exceptions\BrokenPath'] = 'files_sharing/lib/exceptions.php';
-
$application = new Application();
$application->registerMountProviders();
$application->setupPropagation();