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

info.xml « appinfo - github.com/nextcloud/files_downloadactivity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3f5357b5bfe8790d85aa514c9b2d8e9d085f1f84 (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
38
39
40
<?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>files_downloadactivity</id>
	<name>Activities for shared file downloads</name>
	<summary>Creates activities for downloads of files that were shared with other users or a group</summary>
	<description>Creates activities for downloads of files that were shared with other users or a group</description>
	<version>1.16.0</version>
	<licence>agpl</licence>
	<author>Joas Schilling</author>
	<namespace>FilesDownloadActivity</namespace>

	<types>
		<filesystem/>
	</types>

	<category>files</category>
	<category>monitoring</category>

	<website>https://github.com/nextcloud/files_downloadactivity</website>
	<bugs>https://github.com/nextcloud/files_downloadactivity/issues</bugs>
	<repository>https://github.com/nextcloud/files_downloadactivity</repository>

	<screenshot>https://raw.githubusercontent.com/nextcloud/files_downloadactivity/master/docs/screenshot.png</screenshot>

	<dependencies>
		<nextcloud min-version="23" max-version="26" />
	</dependencies>

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

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