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

info.xml « appinfo - github.com/nextcloud/files_retention.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dc18950f4e9b894fa29473cb1ebc6e2cf5941dd5 (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>files_retention</id>
	<name>Retention</name>
	<summary>This application allows for automatic deletion of files after a given time</summary>
	<description>This application allows for automatic deletion of files after a given time</description>
	<version>1.9.0</version>
	<licence>agpl</licence>
	<author>Roeland Jago Douma</author>
	<namespace>Files_Retention</namespace>

	<types>
		<filesystem/>
	</types>

	<documentation>
		<admin>https://docs.nextcloud.com/server/19/go.php?to=admin-files-retention</admin>
	</documentation>

	<category>tools</category>

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

	<screenshot>https://raw.githubusercontent.com/nextcloud/files_retention/master/screenshots/1.png</screenshot>

	<dependencies>
		<nextcloud min-version="20" max-version="20" />
	</dependencies>

	<settings>
		<admin>OCA\Files_Retention\Settings\Admin</admin>
	</settings>
</info>