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

info.xml « appinfo - github.com/nextcloud/admin_notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dc76efffdf92f1a1a3627a75a4a534aee5da9a4f (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
<?xml version="1.0"?>
<info>
	<id>admin_notifications</id>
	<name>Admin notifications</name>
	<description><![CDATA[Allows admins to generate notifications for users via the console or an HTTP endpoint]]></description>
	<licence>AGPL</licence>
	<author>Joas Schilling</author>
	<version>1.0.0</version>
	<namespace>AdminNotifications</namespace>

	<category>organization</category>
	<category>monitoring</category>
	<screenshot>https://github.com/nextcloud/admin_notifications/raw/master/docs/Screenshot.png</screenshot>

	<website>https://github.com/nextcloud/admin_notifications</website>
	<bugs>https://github.com/nextcloud/admin_notifications/issues</bugs>
	<repository type="git">https://github.com/nextcloud/admin_notifications.git</repository>

	<dependencies>
		<nextcloud min-version="11" max-version="12" />
	</dependencies>

	<types>
		<logging/>
	</types>

	<commands>
		<command>OCA\AdminNotifications\Command\Generate</command>
	</commands>
</info>