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.2KB

123456789101112131415161718192021222324252627282930313233343536
  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>systemtags</id>
  5. <name>Collaborative tags</name>
  6. <summary>Collaborative tagging functionality which shares tags among users.</summary>
  7. <description>Collaborative tagging functionality which shares tags among users. Great for teams.
  8. (If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)</description>
  9. <version>1.16.0</version>
  10. <licence>agpl</licence>
  11. <author>Vincent Petry</author>
  12. <author>Joas Schilling</author>
  13. <namespace>SystemTags</namespace>
  14. <types>
  15. <logging/>
  16. </types>
  17. <category>files</category>
  18. <category>organization</category>
  19. <bugs>https://github.com/nextcloud/server/issues</bugs>
  20. <dependencies>
  21. <nextcloud min-version="26" max-version="26"/>
  22. </dependencies>
  23. <settings>
  24. <admin>OCA\SystemTags\Settings\Admin</admin>
  25. </settings>
  26. <activity>
  27. <settings>
  28. <setting>OCA\SystemTags\Activity\Setting</setting>
  29. </settings>
  30. <providers>
  31. <provider>OCA\SystemTags\Activity\Provider</provider>
  32. </providers>
  33. </activity>
  34. </info>