Beautify appstore entry

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
Lukas Reschke 2017-04-26 00:54:19 +02:00
parent cac65ad055
commit dbc98dab33
No known key found for this signature in database
GPG Key ID: B9F6980CF6E759B1
4 changed files with 25 additions and 4 deletions

8
CHANGELOG.md Normal file
View File

@ -0,0 +1,8 @@
# Changelog
All notable changes to this project will be documented in this file.
## 1.3.2
### Added
- Added sample screenshots

View File

@ -7,7 +7,7 @@ source_dir=$(build_dir)/source
sign_dir=$(build_dir)/sign
package_name=$(app_name)
cert_dir=$(HOME)/.nextcloud/certificates
version+=1.3.1
version+=1.3.2
all: appstore

View File

@ -2,9 +2,21 @@
<info>
<id>user_saml</id>
<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>
<summary>Authenticate using single sign-on</summary>
<description><![CDATA[Using the SSO & SAML app of your Nextcloud you can make it easily possible to integrate your existing Single-Sign-On solution with Nextcloud. In addition, you can use the Nextcloud LDAP user provider to keep the convenience for users. (e.g. when sharing)
The following providers are supported and tested at the moment:
* **SAML 2.0**
* OneLogin
* Shibboleth
* Active Directory Federation Services (ADFS)
* **Authentication via Environment Variable**
* Kerberos (mod_auth_kerb)
* Any other provider that authenticates using the environment variable
While theoretically any other authentication provider implementing either one of those standards is compatible, we like to note that they are not part of any internal test matrix.]]></description>
<version>1.3.2</version>
<licence>AGPL</licence>
<author>Lukas Reschke</author>
<namespace>User_SAML</namespace>
@ -15,6 +27,7 @@
<admin>https://docs.nextcloud.com/server/12/admin_manual/configuration_server/sso_configuration.html</admin>
</documentation>
<category>auth</category>
<screenshot>https://raw.githubusercontent.com/nextcloud/user_saml/master/screenshots/1.png</screenshot>
<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>

BIN
screenshots/1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 201 KiB