You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

info.xml 2.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <?xml version="1.0"?>
  2. <info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
  4. <id>dav</id>
  5. <name>WebDAV</name>
  6. <summary>WebDAV endpoint</summary>
  7. <description>WebDAV endpoint</description>
  8. <version>1.9.0</version>
  9. <licence>agpl</licence>
  10. <author>owncloud.org</author>
  11. <namespace>DAV</namespace>
  12. <default_enable/>
  13. <types>
  14. <filesystem/>
  15. </types>
  16. <category>integration</category>
  17. <bugs>https://github.com/nextcloud/server/issues</bugs>
  18. <dependencies>
  19. <nextcloud min-version="16" max-version="16"/>
  20. </dependencies>
  21. <background-jobs>
  22. <job>OCA\DAV\BackgroundJob\CleanupDirectLinksJob</job>
  23. <job>OCA\DAV\BackgroundJob\UpdateCalendarResourcesRoomsBackgroundJob</job>
  24. <job>OCA\DAV\BackgroundJob\CleanupInvitationTokenJob</job>
  25. </background-jobs>
  26. <repair-steps>
  27. <post-migration>
  28. <step>OCA\DAV\Migration\FixBirthdayCalendarComponent</step>
  29. <step>OCA\DAV\Migration\CalDAVRemoveEmptyValue</step>
  30. <step>OCA\DAV\Migration\BuildCalendarSearchIndex</step>
  31. <step>OCA\DAV\Migration\RefreshWebcalJobRegistrar</step>
  32. </post-migration>
  33. </repair-steps>
  34. <commands>
  35. <command>OCA\DAV\Command\CreateAddressBook</command>
  36. <command>OCA\DAV\Command\CreateCalendar</command>
  37. <command>OCA\DAV\Command\SyncBirthdayCalendar</command>
  38. <command>OCA\DAV\Command\SyncSystemAddressBook</command>
  39. <command>OCA\DAV\Command\RemoveInvalidShares</command>
  40. </commands>
  41. <settings>
  42. <admin>OCA\DAV\Settings\CalDAVSettings</admin>
  43. </settings>
  44. <activity>
  45. <settings>
  46. <setting>OCA\DAV\CalDAV\Activity\Setting\Calendar</setting>
  47. <setting>OCA\DAV\CalDAV\Activity\Setting\Event</setting>
  48. <setting>OCA\DAV\CalDAV\Activity\Setting\Todo</setting>
  49. </settings>
  50. <filters>
  51. <filter>OCA\DAV\CalDAV\Activity\Filter\Calendar</filter>
  52. <filter>OCA\DAV\CalDAV\Activity\Filter\Todo</filter>
  53. </filters>
  54. <providers>
  55. <provider>OCA\DAV\CalDAV\Activity\Provider\Calendar</provider>
  56. <provider>OCA\DAV\CalDAV\Activity\Provider\Event</provider>
  57. <provider>OCA\DAV\CalDAV\Activity\Provider\Todo</provider>
  58. </providers>
  59. </activity>
  60. <public>
  61. <webdav>appinfo/v1/publicwebdav.php</webdav>
  62. </public>
  63. </info>