Files
user_external/appinfo/info.xml
Jonas Sulzer bea15e42c6 🚀 RELEASE: v0.6.2
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2019-06-02 00:46:35 +02:00

27 lines
1.0 KiB
XML

<?xml version="1.0"?>
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>user_external</id>
<name>External user support</name>
<summary>Use external user authentication methods like IMAP, SMB, FTP, WebDAV, HTTP BasicAuth and XMPP</summary>
<description>Use external user authentication methods like IMAP, SMB, FTP, WebDAV, HTTP BasicAuth and XMPP</description>
<version>0.6.2</version>
<licence>agpl</licence>
<author>Robin Appelman</author>
<types>
<prelogin/>
<authentication/>
</types>
<documentation>
<admin>https://github.com/nextcloud/user_external#readme</admin>
</documentation>
<category>tools</category>
<category>integration</category>
<website>https://github.com/nextcloud/user_external/</website>
<bugs>https://github.com/nextcloud/user_external/issues</bugs>
<repository type="git">https://github.com/nextcloud/user_external.git</repository>
<dependencies>
<nextcloud min-version="15" max-version="16" />
</dependencies>
</info>