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

github.com/nextcloud/admin_notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'appinfo/info.xml')
-rw-r--r--appinfo/info.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
new file mode 100644
index 0000000..7563ecc
--- /dev/null
+++ b/appinfo/info.xml
@@ -0,0 +1,29 @@
+<?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>
+ <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="12" max-version="12" />
+ </dependencies>
+
+ <types>
+ <logging/>
+ </types>
+
+ <commands>
+ <command>OCA\AdminNotifications\Command\Generate</command>
+ </commands>
+</info>