Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/ocs
diff options
context:
space:
mode:
authorFrank Karlitschek <frank@owncloud.org>2012-07-23 20:34:21 +0400
committerFrank Karlitschek <frank@owncloud.org>2012-07-23 20:34:21 +0400
commite7e1f234dd38732c0667e46f036fd0894b54ef4b (patch)
treefc5b519c585ede0e397640fad83a813309c1d722 /ocs
parentbd63fddbf44312f7c388711b6f7b990245654283 (diff)
first part of the new new OCS CLOUD module. So far only quota is implemented.
The specification is developed here: http://www.freedesktop.org/wiki/Specifications/open-collaboration-services-1.7#CLOUD will be moved to http://www.freedesktop.org/wiki/Specifications/open-collaboration-services as soon as everything is done.
Diffstat (limited to 'ocs')
-rw-r--r--ocs/providers.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/ocs/providers.php b/ocs/providers.php
index f9cafd20b01..cc6de32266b 100644
--- a/ocs/providers.php
+++ b/ocs/providers.php
@@ -35,7 +35,9 @@ echo('
<termsofuse></termsofuse>
<register></register>
<services>
- <activity ocsversion="1.5" />
+ <config ocsversion="1.7" />
+ <activity ocsversion="1.7" />
+ <cloud ocsversion="1.7" />
</services>
</provider>
</providers>