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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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>workflowengine</id>
  5. <name>Nextcloud workflow engine</name>
  6. <summary>Nextcloud workflow engine</summary>
  7. <description>Nextcloud workflow engine</description>
  8. <version>2.8.0</version>
  9. <licence>agpl</licence>
  10. <author>Arthur Schiwon</author>
  11. <author>Julius Härtl</author>
  12. <author>Morris Jobke</author>
  13. <namespace>WorkflowEngine</namespace>
  14. <types>
  15. <filesystem/>
  16. </types>
  17. <category>files</category>
  18. <website>https://github.com/nextcloud/server</website>
  19. <bugs>https://github.com/nextcloud/server/issues</bugs>
  20. <repository>https://github.com/nextcloud/server.git</repository>
  21. <dependencies>
  22. <nextcloud min-version="26" max-version="26"/>
  23. </dependencies>
  24. <background-jobs>
  25. <job>OCA\WorkflowEngine\BackgroundJobs\Rotate</job>
  26. </background-jobs>
  27. <repair-steps>
  28. <post-migration>
  29. <step>OCA\WorkflowEngine\Migration\PopulateNewlyIntroducedDatabaseFields</step>
  30. </post-migration>
  31. </repair-steps>
  32. <commands>
  33. <command>OCA\WorkflowEngine\Command\Index</command>
  34. </commands>
  35. <settings>
  36. <admin>OCA\WorkflowEngine\Settings\Admin</admin>
  37. <admin-section>OCA\WorkflowEngine\Settings\Section</admin-section>
  38. <personal>OCA\WorkflowEngine\Settings\Personal</personal>
  39. <personal-section>OCA\WorkflowEngine\Settings\Section</personal-section>
  40. </settings>
  41. </info>