Browse Source
update capabilities
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
pull/9345/head
Bjoern Schiessle
8 years ago
No known key found for this signature in database
GPG Key ID: 2378A753E2BF04F6
1 changed files with
5 additions and
1 deletions
-
apps/cloud_federation_api/lib/Capabilities.php
|
|
|
@ -46,8 +46,12 @@ class Capabilities implements ICapability { |
|
|
|
$capabilities = ['ocm' => |
|
|
|
[ |
|
|
|
'enabled' => true, |
|
|
|
'api-version' => '2.0-draft', |
|
|
|
'api-version' => '1.0-proposal1', |
|
|
|
'end-point' => substr($url, 0, strrpos($url, '/')), |
|
|
|
'share-types' => ['file'], |
|
|
|
'protocol' => [ |
|
|
|
'webdav' => '/public.php/webdav/', |
|
|
|
] |
|
|
|
] |
|
|
|
]; |
|
|
|
|
|
|
|
|