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 3.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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.22.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="24" max-version="24"/>
  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. <job>OCA\DAV\BackgroundJob\EventReminderJob</job>
  26. <job>OCA\DAV\BackgroundJob\CalendarRetentionJob</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. </post-migration>
  41. <live-migration>
  42. <step>OCA\DAV\Migration\ChunkCleanup</step>
  43. </live-migration>
  44. </repair-steps>
  45. <commands>
  46. <command>OCA\DAV\Command\CreateAddressBook</command>
  47. <command>OCA\DAV\Command\CreateCalendar</command>
  48. <command>OCA\DAV\Command\DeleteCalendar</command>
  49. <command>OCA\DAV\Command\MoveCalendar</command>
  50. <command>OCA\DAV\Command\ListCalendars</command>
  51. <command>OCA\DAV\Command\RetentionCleanupCommand</command>
  52. <command>OCA\DAV\Command\SendEventReminders</command>
  53. <command>OCA\DAV\Command\SyncBirthdayCalendar</command>
  54. <command>OCA\DAV\Command\SyncSystemAddressBook</command>
  55. <command>OCA\DAV\Command\RemoveInvalidShares</command>
  56. </commands>
  57. <settings>
  58. <admin>OCA\DAV\Settings\CalDAVSettings</admin>
  59. <personal>OCA\DAV\Settings\AvailabilitySettings</personal>
  60. </settings>
  61. <activity>
  62. <settings>
  63. <setting>OCA\DAV\CalDAV\Activity\Setting\Calendar</setting>
  64. <setting>OCA\DAV\CalDAV\Activity\Setting\Event</setting>
  65. <setting>OCA\DAV\CalDAV\Activity\Setting\Todo</setting>
  66. <setting>OCA\DAV\CardDAV\Activity\Setting</setting>
  67. </settings>
  68. <filters>
  69. <filter>OCA\DAV\CalDAV\Activity\Filter\Calendar</filter>
  70. <filter>OCA\DAV\CalDAV\Activity\Filter\Todo</filter>
  71. <filter>OCA\DAV\CardDAV\Activity\Filter</filter>
  72. </filters>
  73. <providers>
  74. <provider>OCA\DAV\CalDAV\Activity\Provider\Calendar</provider>
  75. <provider>OCA\DAV\CalDAV\Activity\Provider\Event</provider>
  76. <provider>OCA\DAV\CalDAV\Activity\Provider\Todo</provider>
  77. <provider>OCA\DAV\CardDAV\Activity\Provider\Addressbook</provider>
  78. <provider>OCA\DAV\CardDAV\Activity\Provider\Card</provider>
  79. </providers>
  80. </activity>
  81. <public>
  82. <webdav>appinfo/v1/publicwebdav.php</webdav>
  83. </public>
  84. </info>