Welcome to mirror list, hosted at ThFree Co, Russian Federation.

info.xml « appinfo « systemtags « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d77a87b519600db4006fe75d7817fb9cfc9f4847 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0"?>
<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 users.</summary>
	<description>Collaborative tagging functionality which shares tags among users. 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.5.0</version>
	<licence>agpl</licence>
	<author>Vincent Petry</author>
	<author>Joas Schilling</author>
	<namespace>SystemTags</namespace>
	<default_enable/>
	<types>
		<logging/>
	</types>
	<category>files</category>
	<category>organization</category>
	<bugs>https://github.com/nextcloud/server/issues</bugs>
	<dependencies>
		<nextcloud min-version="15" max-version="15" />
	</dependencies>
	<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>