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

github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjanklostermann <janklostermann@users.noreply.github.com>2016-06-02 16:25:43 +0300
committerjanklostermann <janklostermann@users.noreply.github.com>2016-06-02 16:25:43 +0300
commitc5bf2969a5c684aed3078df2db60a8ffc710ff09 (patch)
tree92823f76f887241c620e1ba0d28cd16a4da5dc37
parent7efa69c43bfc6fedc514dbb8d5d317fc61e64a80 (diff)
added links to documentation etc. and enhanced description
-rw-r--r--user_external/appinfo/info.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/user_external/appinfo/info.xml b/user_external/appinfo/info.xml
index 8cddded28..9d67c7ce0 100644
--- a/user_external/appinfo/info.xml
+++ b/user_external/appinfo/info.xml
@@ -2,9 +2,15 @@
<info>
<id>user_external</id>
<name>External user support</name>
- <description>Use external user authentication methods</description>
+ <description>Use external user authentication methods like IMAP, SMB and FTP</description>
<licence>AGPL</licence>
<author>Robin Appelman</author>
+ <documentation>
+ <admin>https://doc.owncloud.org/server/9.0/admin_manual/configuration_user/user_auth_ftp_smb_imap.html</admin>
+ </documentation>
+ <website>https://github.com/owncloud/apps/tree/master/user_external</website>
+ <bugs>https://github.com/owncloud/apps/issues</bugs>
+ <repository type="git">https://github.com/owncloud/apps.git</repository>
<dependencies>
<owncloud min-version="9.1" max-version="9.1" />
</dependencies>