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

12345678910111213141516171819202122232425262728293031323334353637
  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.14.0</version>
  10. <licence>agpl</licence>
  11. <author>Vincent Petry</author>
  12. <author>Joas Schilling</author>
  13. <namespace>SystemTags</namespace>
  14. <default_enable/>
  15. <types>
  16. <logging/>
  17. </types>
  18. <category>files</category>
  19. <category>organization</category>
  20. <bugs>https://github.com/nextcloud/server/issues</bugs>
  21. <dependencies>
  22. <nextcloud min-version="24" max-version="24"/>
  23. </dependencies>
  24. <settings>
  25. <admin>OCA\SystemTags\Settings\Admin</admin>
  26. </settings>
  27. <activity>
  28. <settings>
  29. <setting>OCA\SystemTags\Activity\Setting</setting>
  30. </settings>
  31. <providers>
  32. <provider>OCA\SystemTags\Activity\Provider</provider>
  33. </providers>
  34. </activity>
  35. </info>