<?xml version="1.0"?>
<!--
  - SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
  - SPDX-FileCopyrightText: 2015-2016 owncloud, Inc.
  - SPDX-License-Identifier: AGPL-3.0-only
-->
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
	  xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
	<id>systemtags</id>
	<name>Collaborative tags</name>
	<summary>Collaborative tagging functionality which shares tags among people.</summary>
	<description>Collaborative tagging functionality which shares tags among people. Great for teams.
	(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)</description>
	<version>1.22.0</version>
	<licence>agpl</licence>
	<author>Vincent Petry</author>
	<author>Joas Schilling</author>
	<namespace>SystemTags</namespace>
	<types>
		<logging/>
	</types>
	<category>files</category>
	<category>organization</category>
	<bugs>https://github.com/nextcloud/server/issues</bugs>
	<dependencies>
		<nextcloud min-version="32" max-version="32"/>
	</dependencies>
	<commands>
		<command>OCA\SystemTags\Command\Files\Add</command>
		<command>OCA\SystemTags\Command\Files\Delete</command>
		<command>OCA\SystemTags\Command\Files\DeleteAll</command>
	</commands>
	<settings>
		<admin>OCA\SystemTags\Settings\Admin</admin>
	</settings>

	<activity>
		<settings>
			<setting>OCA\SystemTags\Activity\Setting</setting>
		</settings>

		<providers>
			<provider>OCA\SystemTags\Activity\Provider</provider>
		</providers>
	</activity>
</info>
