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

info.xml « appinfo « dav « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4ed401e5c5bffd5c60006a787e52e750ccb47a62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0"?>
<info>
	<id>dav</id>
	<name>WebDAV</name>
	<description>ownCloud WebDAV endpoint</description>
	<licence>AGPL</licence>
	<author>owncloud.org</author>
	<version>0.1.6</version>
	<default_enable/>
	<types>
		<filesystem/>
	</types>
	<remote>
		<files>appinfo/v1/webdav.php</files>
		<webdav>appinfo/v1/webdav.php</webdav>
		<dav>appinfo/v2/remote.php</dav>
		<!-- carddav endpoints as used before ownCloud 9.0 -->
		<contacts>appinfo/v1/carddav.php</contacts>
		<carddav>appinfo/v1/carddav.php</carddav>
		<!-- caldav endpoints as used before ownCloud 9.0 -->
		<calendar>appinfo/v1/caldav.php</calendar>
		<caldav>appinfo/v1/caldav.php</caldav>
	</remote>
	<public>
		<webdav>appinfo/v1/publicwebdav.php</webdav>
	</public>
	<dependencies>
		<owncloud min-version="9.0" max-version="9.0" />
	</dependencies>
</info>