Fix order of info.xml attributes
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<info>
|
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
|
||||||
|
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 support</name>
|
||||||
<summary>Use external user authentication methods like IMAP, SMB and FTP</summary>
|
<summary>Use external user authentication methods like IMAP, SMB and FTP</summary>
|
||||||
@@ -7,6 +8,10 @@
|
|||||||
<version>0.5.0</version>
|
<version>0.5.0</version>
|
||||||
<licence>agpl</licence>
|
<licence>agpl</licence>
|
||||||
<author>Robin Appelman</author>
|
<author>Robin Appelman</author>
|
||||||
|
<types>
|
||||||
|
<prelogin/>
|
||||||
|
<authentication/>
|
||||||
|
</types>
|
||||||
<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>
|
||||||
@@ -18,8 +23,4 @@
|
|||||||
<dependencies>
|
<dependencies>
|
||||||
<nextcloud min-version="15" max-version="15" />
|
<nextcloud min-version="15" max-version="15" />
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<types>
|
|
||||||
<authentication/>
|
|
||||||
<prelogin/>
|
|
||||||
</types>
|
|
||||||
</info>
|
</info>
|
||||||
|
|||||||
Reference in New Issue
Block a user