info.xml 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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.2</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. <step>OCA\DAV\Migration\RemoveOrphanEventsAndContacts</step>
  33. <step>OCA\DAV\Migration\RemoveClassifiedEventActivity</step>
  34. </post-migration>
  35. <live-migration>
  36. <step>OCA\DAV\Migration\ChunkCleanup</step>
  37. </live-migration>
  38. </repair-steps>
  39. <commands>
  40. <command>OCA\DAV\Command\CreateAddressBook</command>
  41. <command>OCA\DAV\Command\CreateCalendar</command>
  42. <command>OCA\DAV\Command\MoveCalendar</command>
  43. <command>OCA\DAV\Command\ListCalendars</command>
  44. <command>OCA\DAV\Command\SyncBirthdayCalendar</command>
  45. <command>OCA\DAV\Command\SyncSystemAddressBook</command>
  46. <command>OCA\DAV\Command\RemoveInvalidShares</command>
  47. </commands>
  48. <settings>
  49. <admin>OCA\DAV\Settings\CalDAVSettings</admin>
  50. </settings>
  51. <activity>
  52. <settings>
  53. <setting>OCA\DAV\CalDAV\Activity\Setting\Calendar</setting>
  54. <setting>OCA\DAV\CalDAV\Activity\Setting\Event</setting>
  55. <setting>OCA\DAV\CalDAV\Activity\Setting\Todo</setting>
  56. </settings>
  57. <filters>
  58. <filter>OCA\DAV\CalDAV\Activity\Filter\Calendar</filter>
  59. <filter>OCA\DAV\CalDAV\Activity\Filter\Todo</filter>
  60. </filters>
  61. <providers>
  62. <provider>OCA\DAV\CalDAV\Activity\Provider\Calendar</provider>
  63. <provider>OCA\DAV\CalDAV\Activity\Provider\Event</provider>
  64. <provider>OCA\DAV\CalDAV\Activity\Provider\Todo</provider>
  65. </providers>
  66. </activity>
  67. <public>
  68. <webdav>appinfo/v1/publicwebdav.php</webdav>
  69. </public>
  70. </info>