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

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <?xml version="1.0"?>
  2. <!--
  3. - SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
  4. - SPDX-FileCopyrightText: 2015-2016 owncloud, Inc.
  5. - SPDX-License-Identifier: AGPL-3.0-only
  6. -->
  7. <info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
  8. xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
  9. <id>systemtags</id>
  10. <name>Collaborative tags</name>
  11. <summary>Collaborative tagging functionality which shares tags among people.</summary>
  12. <description>Collaborative tagging functionality which shares tags among people. Great for teams.
  13. (If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)</description>
  14. <version>1.20.0</version>
  15. <licence>agpl</licence>
  16. <author>Vincent Petry</author>
  17. <author>Joas Schilling</author>
  18. <namespace>SystemTags</namespace>
  19. <types>
  20. <logging/>
  21. </types>
  22. <category>files</category>
  23. <category>organization</category>
  24. <bugs>https://github.com/nextcloud/server/issues</bugs>
  25. <dependencies>
  26. <nextcloud min-version="30" max-version="30"/>
  27. </dependencies>
  28. <settings>
  29. <admin>OCA\SystemTags\Settings\Admin</admin>
  30. </settings>
  31. <activity>
  32. <settings>
  33. <setting>OCA\SystemTags\Activity\Setting</setting>
  34. </settings>
  35. <providers>
  36. <provider>OCA\SystemTags\Activity\Provider</provider>
  37. </providers>
  38. </activity>
  39. </info>