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

info.xml « appinfo - github.com/nextcloud/quota_warning.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2a2c4b4718014e43ec8611cd7860a63774cbbffc (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
<?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>quota_warning</id>
	<name>Quota warning</name>
	<summary>This app sends notifications to users when they reached 85, 90 and 95% of their quota.</summary>
	<description>This app sends notifications to users when they reached 85, 90 and 95% of their quota (checked once a day).
In addition an email can be sent to the users. The three percentages can be changed in the admin settings.
It is also possible to have a link in the email and the notification for upsell options.</description>
	<version>1.15.0</version>
	<licence>agpl</licence>
	<author>Joas Schilling</author>
	<namespace>QuotaWarning</namespace>
	<types>
		<filesystem/>
	</types>
	<category>files</category>
	<category>monitoring</category>
	<website>https://github.com/nextcloud/quota_warning</website>
	<bugs>https://github.com/nextcloud/quota_warning/issues</bugs>
	<repository>https://github.com/nextcloud/quota_warning</repository>
	<screenshot>https://raw.githubusercontent.com/nextcloud/quota_warning/master/docs/notification.png</screenshot>
	<screenshot>https://raw.githubusercontent.com/nextcloud/quota_warning/master/docs/email.png</screenshot>
	<screenshot>https://raw.githubusercontent.com/nextcloud/quota_warning/master/docs/admin-settings.png</screenshot>
	<dependencies>
		<nextcloud min-version="23" max-version="26" />
	</dependencies>
	<repair-steps>
		<install>
			<step>OCA\QuotaWarning\Migration\Install</step>
		</install>
		<uninstall>
			<step>OCA\QuotaWarning\Migration\Uninstall</step>
		</uninstall>
	</repair-steps>
	<settings>
		<admin>OCA\QuotaWarning\Settings</admin>
	</settings>
</info>