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
diff options
context:
space:
mode:
Diffstat (limited to 'apps/dav/appinfo/info.xml')
-rw-r--r--apps/dav/appinfo/info.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/apps/dav/appinfo/info.xml b/apps/dav/appinfo/info.xml
new file mode 100644
index 00000000000..955b381ce2b
--- /dev/null
+++ b/apps/dav/appinfo/info.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0"?>
+<info>
+ <id>dav</id>
+ <name>WebDAV</name>
+ <description>ownCloud WebDAV endppint</description>
+ <licence>AGPL</licence>
+ <author>owncloud.org</author>
+ <requiremin>8.2</requiremin>
+ <shipped>true</shipped>
+ <standalone/>
+ <default_enable/>
+ <types>
+ <filesystem/>
+ </types>
+ <remote>
+ <files>appinfo/v1/webdav.php</files>
+ <webdav>appinfo/v1/webdav.php</webdav>
+ </remote>
+ <public>
+ <webdav>appinfo/v1/publicwebdav.php</webdav>
+ </public>
+</info>