info.xml 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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>files_reminders</id>
  5. <name>File reminders</name>
  6. <summary>Set file reminders</summary>
  7. <description><![CDATA[**📣 File reminders**
  8. Set file reminders.
  9. ]]></description>
  10. <version>1.2.0</version>
  11. <licence>agpl</licence>
  12. <author>Christopher Ng</author>
  13. <namespace>FilesReminders</namespace>
  14. <types>
  15. <dav />
  16. </types>
  17. <category>files</category>
  18. <bugs>https://github.com/nextcloud/server/issues</bugs>
  19. <dependencies>
  20. <nextcloud min-version="29" max-version="29"/>
  21. </dependencies>
  22. <background-jobs>
  23. <job>OCA\FilesReminders\BackgroundJob\CleanUpReminders</job>
  24. <job>OCA\FilesReminders\BackgroundJob\ScheduledNotifications</job>
  25. </background-jobs>
  26. <commands>
  27. <command>OCA\FilesReminders\Command\ListCommand</command>
  28. </commands>
  29. <sabre>
  30. <plugins>
  31. <plugin>OCA\FilesReminders\Dav\PropFindPlugin</plugin>
  32. </plugins>
  33. </sabre>
  34. </info>