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:
authorVincent Petry <pvince81@owncloud.com>2016-07-01 16:48:07 +0300
committerGitHub <noreply@github.com>2016-07-01 16:48:07 +0300
commite256619c3e5120aed6ff82785c8832ed06a0f652 (patch)
tree5b345ed44d630d268ec1205c4af1088c469e990f
parent3e6a071c35d8489c1bd9fdd27a69cceacd8cf0e9 (diff)
parentc5bf2969a5c684aed3078df2db60a8ffc710ff09 (diff)
Merge pull request #2178 from janklostermann/patch-2
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>