From b3ea849a8704d29fad0a738af8af3430ebb5b3af Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Mon, 26 Jan 2015 16:09:14 +0100 Subject: Added capabilities whether a server allows public links This fixes #13673. It now lists link sharing, passwords enforced, and if public uploads are allowed. --- apps/files_sharing/appinfo/routes.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'apps/files_sharing/appinfo') diff --git a/apps/files_sharing/appinfo/routes.php b/apps/files_sharing/appinfo/routes.php index dd9509575b7..44ab5c0de99 100644 --- a/apps/files_sharing/appinfo/routes.php +++ b/apps/files_sharing/appinfo/routes.php @@ -56,3 +56,10 @@ $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); -- cgit v1.2.3