diff options
author | Lukas Reschke <lukas@owncloud.com> | 2015-02-07 00:12:26 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2015-02-07 00:12:26 +0100 |
commit | a67627140caf186dad5ac3b079cf5eded01e16d4 (patch) | |
tree | e8adc57730f87be7b1c86f01b3501b6ddd1afeca /apps/files_sharing/appinfo/routes.php | |
parent | 0b421e821b945c8b4b57dc1cbbd2ad7917f5da6e (diff) | |
download | nextcloud-server-a67627140caf186dad5ac3b079cf5eded01e16d4.tar.gz nextcloud-server-a67627140caf186dad5ac3b079cf5eded01e16d4.zip |
Revert "Add OCS sharing info to capabilities"
Diffstat (limited to 'apps/files_sharing/appinfo/routes.php')
-rw-r--r-- | apps/files_sharing/appinfo/routes.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/apps/files_sharing/appinfo/routes.php b/apps/files_sharing/appinfo/routes.php index 44ab5c0de99..dd9509575b7 100644 --- a/apps/files_sharing/appinfo/routes.php +++ b/apps/files_sharing/appinfo/routes.php @@ -56,10 +56,3 @@ $this->create('sharing_external_test_remote', '/testremote') '/apps/files_sharing/api/v1/shares/{id}', array('\OCA\Files_Sharing\API\Local', 'deleteShare'), 'files_sharing'); - -// Register with the capabilities API -\OC_API::register('get', - '/cloud/capabilities', - array('OCA\Files_Sharing\Capabilities', 'getCapabilities'), - 'files_sharing', - \OC_API::USER_AUTH); |