info.xml 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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.28.1</version>
  9. <licence>agpl</licence>
  10. <author>owncloud.org</author>
  11. <namespace>DAV</namespace>
  12. <types>
  13. <filesystem/>
  14. </types>
  15. <category>integration</category>
  16. <bugs>https://github.com/nextcloud/server/issues</bugs>
  17. <dependencies>
  18. <nextcloud min-version="28" max-version="28"/>
  19. </dependencies>
  20. <background-jobs>
  21. <job>OCA\DAV\BackgroundJob\CleanupDirectLinksJob</job>
  22. <job>OCA\DAV\BackgroundJob\UpdateCalendarResourcesRoomsBackgroundJob</job>
  23. <job>OCA\DAV\BackgroundJob\CleanupInvitationTokenJob</job>
  24. <job>OCA\DAV\BackgroundJob\EventReminderJob</job>
  25. <job>OCA\DAV\BackgroundJob\CalendarRetentionJob</job>
  26. <job>OCA\DAV\BackgroundJob\PruneOutdatedSyncTokensJob</job>
  27. </background-jobs>
  28. <repair-steps>
  29. <post-migration>
  30. <step>OCA\DAV\Migration\FixBirthdayCalendarComponent</step>
  31. <step>OCA\DAV\Migration\RegenerateBirthdayCalendars</step>
  32. <step>OCA\DAV\Migration\CalDAVRemoveEmptyValue</step>
  33. <step>OCA\DAV\Migration\BuildCalendarSearchIndex</step>
  34. <step>OCA\DAV\Migration\BuildSocialSearchIndex</step>
  35. <step>OCA\DAV\Migration\RefreshWebcalJobRegistrar</step>
  36. <step>OCA\DAV\Migration\RegisterBuildReminderIndexBackgroundJob</step>
  37. <step>OCA\DAV\Migration\RemoveOrphanEventsAndContacts</step>
  38. <step>OCA\DAV\Migration\RemoveClassifiedEventActivity</step>
  39. <step>OCA\DAV\Migration\RemoveDeletedUsersCalendarSubscriptions</step>
  40. <step>OCA\DAV\Migration\RemoveObjectProperties</step>
  41. </post-migration>
  42. <live-migration>
  43. <step>OCA\DAV\Migration\ChunkCleanup</step>
  44. </live-migration>
  45. </repair-steps>
  46. <commands>
  47. <command>OCA\DAV\Command\CreateAddressBook</command>
  48. <command>OCA\DAV\Command\CreateCalendar</command>
  49. <command>OCA\DAV\Command\DeleteCalendar</command>
  50. <command>OCA\DAV\Command\MoveCalendar</command>
  51. <command>OCA\DAV\Command\ListCalendars</command>
  52. <command>OCA\DAV\Command\RetentionCleanupCommand</command>
  53. <command>OCA\DAV\Command\SendEventReminders</command>
  54. <command>OCA\DAV\Command\SyncBirthdayCalendar</command>
  55. <command>OCA\DAV\Command\SyncSystemAddressBook</command>
  56. <command>OCA\DAV\Command\RemoveInvalidShares</command>
  57. </commands>
  58. <settings>
  59. <admin>OCA\DAV\Settings\CalDAVSettings</admin>
  60. <personal>OCA\DAV\Settings\AvailabilitySettings</personal>
  61. </settings>
  62. <activity>
  63. <settings>
  64. <setting>OCA\DAV\CalDAV\Activity\Setting\Calendar</setting>
  65. <setting>OCA\DAV\CalDAV\Activity\Setting\Event</setting>
  66. <setting>OCA\DAV\CalDAV\Activity\Setting\Todo</setting>
  67. <setting>OCA\DAV\CardDAV\Activity\Setting</setting>
  68. </settings>
  69. <filters>
  70. <filter>OCA\DAV\CalDAV\Activity\Filter\Calendar</filter>
  71. <filter>OCA\DAV\CalDAV\Activity\Filter\Todo</filter>
  72. <filter>OCA\DAV\CardDAV\Activity\Filter</filter>
  73. </filters>
  74. <providers>
  75. <provider>OCA\DAV\CalDAV\Activity\Provider\Calendar</provider>
  76. <provider>OCA\DAV\CalDAV\Activity\Provider\Event</provider>
  77. <provider>OCA\DAV\CalDAV\Activity\Provider\Todo</provider>
  78. <provider>OCA\DAV\CardDAV\Activity\Provider\Addressbook</provider>
  79. <provider>OCA\DAV\CardDAV\Activity\Provider\Card</provider>
  80. </providers>
  81. </activity>
  82. <public>
  83. <webdav>appinfo/v1/publicwebdav.php</webdav>
  84. </public>
  85. </info>