Merge pull request #106 from nextcloud/release/0.7

🚀 RELEASE: v0.7.0
This commit is contained in:
violoncello.ch
2019-09-02 19:52:22 +02:00
committed by GitHub

View File

@@ -2,21 +2,21 @@
<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>
<name>External user authentication</name>
<summary>Use external user authentication methods like IMAP, SMB, FTP, WebDAV, HTTP BasicAuth, SSH and XMPP</summary>
<description><![CDATA[
Use external user authentication methods to give users acces to your Nextcloud instance:
- IMAP
- SMB
- FTP
- WebDAV
- HTTP BasicAuth
- SSH
- XMPP
<description><![CDATA[Use external user authentication methods to give users acces to your Nextcloud instance:
Read the [documentation](https://github.com/nextcloud/user_external#readme) to learn how to configure it!
* IMAP
* SMB
* FTP
* WebDAV
* HTTP BasicAuth
* SSH
* XMPP
Read the [documentation](https://github.com/nextcloud/user_external#readme) to learn how to configure it!
]]></description>
<version>0.6.4</version>
<version>0.7.0</version>
<licence>agpl</licence>
<author>Robin Appelman</author>
<types>
@@ -32,6 +32,6 @@
<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" />
<nextcloud min-version="15" max-version="17" />
</dependencies>
</info>