nextcloud/apps/dav/appinfo/info.xml

35 lines
891 B
XML
Raw Normal View History

<?xml version="1.0"?>
<info>
<id>dav</id>
<name>WebDAV</name>
2016-07-22 10:55:46 +03:00
<description>WebDAV endpoint</description>
<licence>AGPL</licence>
<author>owncloud.org</author>
<version>1.1.1</version>
<default_enable/>
<types>
<filesystem/>
</types>
<namespace>DAV</namespace>
<public>
<webdav>appinfo/v1/publicwebdav.php</webdav>
</public>
<dependencies>
<nextcloud min-version="11" max-version="11" />
</dependencies>
<background-jobs>
<job>OCA\DAV\CardDAV\SyncJob</job>
</background-jobs>
<repair-steps>
<post-migration>
<step>OCA\DAV\Migration\FixBirthdayCalendarComponent</step>
</post-migration>
</repair-steps>
<commands>
<command>OCA\DAV\Command\CreateAddressBook</command>
<command>OCA\DAV\Command\CreateCalendar</command>
<command>OCA\DAV\Command\SyncBirthdayCalendar</command>
<command>OCA\DAV\Command\SyncSystemAddressBook</command>
</commands>
</info>