Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/user_saml.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2017-04-25 18:31:57 +0300
committerLukas Reschke <lukas@statuscode.ch>2017-04-25 18:31:57 +0300
commitcac65ad055e66f0fd60d2e3712ebf96f6486cf08 (patch)
tree9fdd520343b048b202bf3e95019a2df1f0504241 /appinfo
parent7477e83c7bfa9b33f048b58333c6e8bf25603618 (diff)
Adjust info.xmlv1.3.1
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml19
1 files changed, 11 insertions, 8 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index c21b2cde..3de1d6f5 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -4,23 +4,26 @@
<name>SSO &amp; SAML authentication</name>
<description>Authenticates user against a SAML backend, such as Shibboleth or
other SSO solutions such as Kerberos.</description>
+ <version>1.3.1</version>
<licence>AGPL</licence>
<author>Lukas Reschke</author>
- <version>1.3.1</version>
+ <namespace>User_SAML</namespace>
+ <types>
+ <authentication/>
+ </types>
+ <documentation>
+ <admin>https://docs.nextcloud.com/server/12/admin_manual/configuration_server/sso_configuration.html</admin>
+ </documentation>
<category>auth</category>
+ <website>https://github.com/nextcloud/user_saml</website>
+ <bugs>https://github.com/nextcloud/user_saml/issues</bugs>
+ <repository type="git">https://github.com/nextcloud/user_saml.git</repository>
<dependencies>
<lib>mcrypt</lib>
<nextcloud min-version="12" max-version="12" />
</dependencies>
- <namespace>User_SAML</namespace>
- <types>
- <authentication/>
- </types>
<settings>
<admin>\OCA\User_SAML\Settings\Admin</admin>
<admin-section>OCA\User_SAML\Settings\Section</admin-section>
</settings>
- <documentation>
- <admin>https://docs.nextcloud.com/server/12/admin_manual/configuration_server/sso_configuration.html</admin>
- </documentation>
</info>