diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-10-21 15:06:48 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-10-26 13:00:00 +0100 |
commit | c79496b5a3ac05f607e4ac0d4036da42e120d28f (patch) | |
tree | c320268a73df4747bf5554fa84a634031fffa59e /apps/dav/appinfo/info.xml | |
parent | 9a7a45bc37ff07dcb3d57f91ab8014fd21c4a40e (diff) | |
download | nextcloud-server-c79496b5a3ac05f607e4ac0d4036da42e120d28f.tar.gz nextcloud-server-c79496b5a3ac05f607e4ac0d4036da42e120d28f.zip |
Introduced the new webdav endpoint remote.php/dav holding the principals and the files collection
Diffstat (limited to 'apps/dav/appinfo/info.xml')
-rw-r--r-- | apps/dav/appinfo/info.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/dav/appinfo/info.xml b/apps/dav/appinfo/info.xml index 38878ec27f2..8f378f5e18d 100644 --- a/apps/dav/appinfo/info.xml +++ b/apps/dav/appinfo/info.xml @@ -5,7 +5,7 @@ <description>ownCloud WebDAV endpoint</description> <licence>AGPL</licence> <author>owncloud.org</author> - <version>0.1</version> + <version>0.1.1</version> <requiremin>9.0</requiremin> <shipped>true</shipped> <standalone/> @@ -16,6 +16,7 @@ <remote> <files>appinfo/v1/webdav.php</files> <webdav>appinfo/v1/webdav.php</webdav> + <dav>appinfo/v2/remote.php</dav> </remote> <public> <webdav>appinfo/v1/publicwebdav.php</webdav> |