Merge pull request #25 from nextcloud/info.xml_for_appstore
adapt info.xml to comply with minimum as of appstore documentation
This commit is contained in:
@@ -2,12 +2,15 @@
|
|||||||
<info>
|
<info>
|
||||||
<id>user_external</id>
|
<id>user_external</id>
|
||||||
<name>External user support</name>
|
<name>External user support</name>
|
||||||
|
<summary>Use external user authentication methods like IMAP, SMB and FTP</summary>
|
||||||
<description>Use external user authentication methods like IMAP, SMB and FTP</description>
|
<description>Use external user authentication methods like IMAP, SMB and FTP</description>
|
||||||
|
<category>tools</category>
|
||||||
|
<category>integration</category>
|
||||||
<licence>AGPL</licence>
|
<licence>AGPL</licence>
|
||||||
<author>Robin Appelman</author>
|
<author>Robin Appelman</author>
|
||||||
<documentation>
|
<documentation>
|
||||||
<admin>https://docs.nextcloud.com/server/15/admin_manual/configuration_user/user_auth_ftp_smb_imap.html</admin>
|
<admin>https://docs.nextcloud.com/server/15/admin_manual/configuration_user/user_auth_ftp_smb_imap.html</admin>
|
||||||
</documentation>
|
</documentation>
|
||||||
<website>https://github.com/nextcloud/user_external/</website>
|
<website>https://github.com/nextcloud/user_external/</website>
|
||||||
<bugs>https://github.com/nextcloud/user_external/issues</bugs>
|
<bugs>https://github.com/nextcloud/user_external/issues</bugs>
|
||||||
<repository type="git">https://github.com/nextcloud/user_external.git</repository>
|
<repository type="git">https://github.com/nextcloud/user_external.git</repository>
|
||||||
|
|||||||
Reference in New Issue
Block a user