diff options
author | Bjoern Schiessle <bjoern@schiessle.org> | 2016-07-29 15:38:31 +0200 |
---|---|---|
committer | Bjoern Schiessle <bjoern@schiessle.org> | 2016-11-01 19:51:11 +0100 |
commit | a17c6a485d91bdc1c322a454c66d9d017a5f8ca5 (patch) | |
tree | 96b90220f17bfd7143b10051ab38c4f6e071d56d /apps/sharebymail/appinfo | |
parent | 0a6f02801f333c17ca6455906bc816020883477d (diff) | |
download | nextcloud-server-a17c6a485d91bdc1c322a454c66d9d017a5f8ca5.tar.gz nextcloud-server-a17c6a485d91bdc1c322a454c66d9d017a5f8ca5.zip |
add share by mail share provider
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Diffstat (limited to 'apps/sharebymail/appinfo')
-rw-r--r-- | apps/sharebymail/appinfo/info.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/apps/sharebymail/appinfo/info.xml b/apps/sharebymail/appinfo/info.xml new file mode 100644 index 00000000000..3db007f1613 --- /dev/null +++ b/apps/sharebymail/appinfo/info.xml @@ -0,0 +1,14 @@ +<?xml version="1.0"?> +<info> + <id>sharebymail</id> + <name>Share by mail</name> + <description>Share provider which allows you to share files by mail</description> + <licence>AGPL</licence> + <author>Bjoern Schiessle</author> + <version>1.0.0</version> + <namespace>ShareByMail</namespace> + <category>other</category> + <dependencies> + <owncloud min-version="9.2" max-version="9.2" /> + </dependencies> +</info> |