fix capabilities

Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
pull/9345/head
Bjoern Schiessle 7 years ago
parent c572e84ad9
commit b7b84305a3
No known key found for this signature in database
GPG Key ID: 2378A753E2BF04F6
  1. 10
      apps/cloud_federation_api/lib/Capabilities.php

@ -48,9 +48,13 @@ class Capabilities implements ICapability {
'enabled' => true,
'apiVersion' => '1.0-proposal1',
'endPoint' => substr($url, 0, strrpos($url, '/')),
'shareTypes' => ['file'],
'protocol' => [
'webdav' => '/public.php/webdav/',
'shareTypes' => [
[
'name' => 'file',
'protocols' => [
'webdav' => '/public.php/webdav/',
]
],
]
]
];

Loading…
Cancel
Save