2015-08-30 20:13:01 +03:00
|
|
|
<?xml version="1.0"?>
|
2018-02-07 18:04:45 +03:00
|
|
|
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
|
2015-08-30 20:13:01 +03:00
|
|
|
<id>dav</id>
|
|
|
|
<name>WebDAV</name>
|
2018-02-07 18:04:45 +03:00
|
|
|
<summary>WebDAV endpoint</summary>
|
2016-07-22 10:55:46 +03:00
|
|
|
<description>WebDAV endpoint</description>
|
2019-01-11 14:36:31 +03:00
|
|
|
<version>1.9.2</version>
|
2018-02-07 18:04:45 +03:00
|
|
|
<licence>agpl</licence>
|
|
|
|
<author>owncloud.org</author>
|
|
|
|
<namespace>DAV</namespace>
|
2015-08-30 20:13:01 +03:00
|
|
|
<default_enable/>
|
|
|
|
<types>
|
|
|
|
<filesystem/>
|
|
|
|
</types>
|
2018-02-07 18:04:45 +03:00
|
|
|
<category>integration</category>
|
|
|
|
<bugs>https://github.com/nextcloud/server/issues</bugs>
|
2016-01-07 17:11:49 +03:00
|
|
|
<dependencies>
|
2018-11-23 12:28:40 +03:00
|
|
|
<nextcloud min-version="16" max-version="16"/>
|
2016-01-07 17:11:49 +03:00
|
|
|
</dependencies>
|
2018-02-07 18:04:45 +03:00
|
|
|
|
2018-04-23 23:32:41 +03:00
|
|
|
<background-jobs>
|
|
|
|
<job>OCA\DAV\BackgroundJob\CleanupDirectLinksJob</job>
|
2018-06-18 19:15:50 +03:00
|
|
|
<job>OCA\DAV\BackgroundJob\UpdateCalendarResourcesRoomsBackgroundJob</job>
|
2018-06-19 22:01:14 +03:00
|
|
|
<job>OCA\DAV\BackgroundJob\CleanupInvitationTokenJob</job>
|
2018-04-23 23:32:41 +03:00
|
|
|
</background-jobs>
|
|
|
|
|
2016-05-31 12:50:06 +03:00
|
|
|
<repair-steps>
|
|
|
|
<post-migration>
|
2016-07-29 11:01:00 +03:00
|
|
|
<step>OCA\DAV\Migration\FixBirthdayCalendarComponent</step>
|
2019-02-16 18:18:58 +03:00
|
|
|
<step>OCA\DAV\Migration\RegenerateBirthdayCalendars</step>
|
2017-03-26 14:05:11 +03:00
|
|
|
<step>OCA\DAV\Migration\CalDAVRemoveEmptyValue</step>
|
2017-04-25 12:55:31 +03:00
|
|
|
<step>OCA\DAV\Migration\BuildCalendarSearchIndex</step>
|
2018-06-28 14:07:33 +03:00
|
|
|
<step>OCA\DAV\Migration\RefreshWebcalJobRegistrar</step>
|
2019-01-11 14:36:31 +03:00
|
|
|
<step>OCA\DAV\Migration\RemoveOrphanEventsAndContacts</step>
|
2019-01-08 20:39:40 +03:00
|
|
|
<step>OCA\DAV\Migration\RemoveClassifiedEventActivity</step>
|
2016-05-31 12:50:06 +03:00
|
|
|
</post-migration>
|
2019-01-04 11:16:10 +03:00
|
|
|
<live-migration>
|
|
|
|
<step>OCA\DAV\Migration\ChunkCleanup</step>
|
|
|
|
</live-migration>
|
2016-05-31 12:50:06 +03:00
|
|
|
</repair-steps>
|
2018-02-07 18:04:45 +03:00
|
|
|
|
2016-09-30 11:09:52 +03:00
|
|
|
<commands>
|
|
|
|
<command>OCA\DAV\Command\CreateAddressBook</command>
|
|
|
|
<command>OCA\DAV\Command\CreateCalendar</command>
|
2017-07-26 13:33:32 +03:00
|
|
|
<command>OCA\DAV\Command\MoveCalendar</command>
|
2018-03-08 16:44:02 +03:00
|
|
|
<command>OCA\DAV\Command\ListCalendars</command>
|
2016-09-30 11:09:52 +03:00
|
|
|
<command>OCA\DAV\Command\SyncBirthdayCalendar</command>
|
|
|
|
<command>OCA\DAV\Command\SyncSystemAddressBook</command>
|
2018-05-24 10:27:40 +03:00
|
|
|
<command>OCA\DAV\Command\RemoveInvalidShares</command>
|
2016-09-30 11:09:52 +03:00
|
|
|
</commands>
|
2016-11-29 17:00:00 +03:00
|
|
|
|
2018-02-07 18:04:45 +03:00
|
|
|
<settings>
|
|
|
|
<admin>OCA\DAV\Settings\CalDAVSettings</admin>
|
|
|
|
</settings>
|
2016-11-29 17:06:54 +03:00
|
|
|
|
2018-02-07 18:04:45 +03:00
|
|
|
<activity>
|
2016-11-29 17:06:54 +03:00
|
|
|
<settings>
|
|
|
|
<setting>OCA\DAV\CalDAV\Activity\Setting\Calendar</setting>
|
|
|
|
<setting>OCA\DAV\CalDAV\Activity\Setting\Event</setting>
|
|
|
|
<setting>OCA\DAV\CalDAV\Activity\Setting\Todo</setting>
|
|
|
|
</settings>
|
|
|
|
|
2018-02-07 18:04:45 +03:00
|
|
|
<filters>
|
|
|
|
<filter>OCA\DAV\CalDAV\Activity\Filter\Calendar</filter>
|
|
|
|
<filter>OCA\DAV\CalDAV\Activity\Filter\Todo</filter>
|
|
|
|
</filters>
|
|
|
|
|
2016-11-29 17:47:43 +03:00
|
|
|
<providers>
|
|
|
|
<provider>OCA\DAV\CalDAV\Activity\Provider\Calendar</provider>
|
2016-11-29 18:21:36 +03:00
|
|
|
<provider>OCA\DAV\CalDAV\Activity\Provider\Event</provider>
|
|
|
|
<provider>OCA\DAV\CalDAV\Activity\Provider\Todo</provider>
|
2016-11-29 17:47:43 +03:00
|
|
|
</providers>
|
2016-11-29 17:00:00 +03:00
|
|
|
</activity>
|
2017-10-11 14:09:26 +03:00
|
|
|
|
2018-02-07 18:04:45 +03:00
|
|
|
<public>
|
|
|
|
<webdav>appinfo/v1/publicwebdav.php</webdav>
|
|
|
|
</public>
|
2015-08-30 20:13:01 +03:00
|
|
|
</info>
|