update capabilities
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
This commit is contained in:
parent
af178ef19a
commit
daba042d26
|
@ -46,8 +46,12 @@ class Capabilities implements ICapability {
|
||||||
$capabilities = ['ocm' =>
|
$capabilities = ['ocm' =>
|
||||||
[
|
[
|
||||||
'enabled' => true,
|
'enabled' => true,
|
||||||
'api-version' => '2.0-draft',
|
'api-version' => '1.0-proposal1',
|
||||||
'end-point' => substr($url, 0, strrpos($url, '/')),
|
'end-point' => substr($url, 0, strrpos($url, '/')),
|
||||||
|
'share-types' => ['file'],
|
||||||
|
'protocol' => [
|
||||||
|
'webdav' => '/public.php/webdav/',
|
||||||
|
]
|
||||||
]
|
]
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue