@@ -2,21 +2,21 @@
|
|||||||
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
|
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
|
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
|
||||||
<id>user_external</id>
|
<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>
|
<summary>Use external user authentication methods like IMAP, SMB, FTP, WebDAV, HTTP BasicAuth, SSH and XMPP</summary>
|
||||||
<description>< 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>
|
]]></description>
|
||||||
<version>0.6.4</version>
|
<version>0.7.0</version>
|
||||||
<licence>agpl</licence>
|
<licence>agpl</licence>
|
||||||
<author>Robin Appelman</author>
|
<author>Robin Appelman</author>
|
||||||
<types>
|
<types>
|
||||||
@@ -32,6 +32,6 @@
|
|||||||
<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>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<nextcloud min-version="15" max-version="16" />
|
<nextcloud min-version="15" max-version="17" />
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</info>
|
</info>
|
||||||
|
|||||||
Reference in New Issue
Block a user