Skip to content

Commit

Permalink
Add splashscreen in info.xml and fix nextcloud versions
Browse files Browse the repository at this point in the history
  • Loading branch information
felixrupp committed Jun 13, 2018
1 parent 35489cd commit 4c2c9f3
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@
<description>This app provides in-depth features to authenticate and authorize users against a [jasig/apereo Central Authentication Server (CAS)](https://www.apereo.org/projects/cas). The app provides all necessary options needed to connect to your CAS instance and also advanced features to manage the groups accessible by your CAS infrastructure to implement an authorization feature. Additionally this version supports ECAS instances used by the European Commission. Commercial support for user_cas is available through ownCloud GmbH and myself personally.</description>
<summary>Authenticate users against an jasig/apereo CAS Server (https://github.com/apereo/cas)</summary>
<licence>AGPL</licence>
<screenshot>http://stuff.felixrupp.com/user_cas/1.5/splashscreen.png</screenshot>
<screenshot>http://stuff.felixrupp.com/user_cas/1.4/user_cas-1.png</screenshot>
<screenshot>http://stuff.felixrupp.com/user_cas/1.4/user_cas-2.png</screenshot>
<screenshot>http://stuff.felixrupp.com/user_cas/1.4/user_cas-3.png</screenshot>
<screenshot>http://stuff.felixrupp.com/user_cas/1.4/user_cas-4.png</screenshot>
<screenshot>https://raw.githubusercontent.com/felixrupp/user_cas/master/.github/SCREENSHOTS/splashscreen.png</screenshot>
<author>Felix Rupp</author>
<namespace>UserCAS</namespace>
<version>1.5.0</version>
Expand All @@ -36,7 +32,7 @@
<php min-version="5.6" max-version="7.1.99"/>

<owncloud min-version="10.0" max-version="10.0.7"/>
<nextcloud min-version="13" max-version="13"/>
<nextcloud min-version="13.0.0" max-version="13.0.99"/>
</dependencies>

<settings>
Expand Down

0 comments on commit 4c2c9f3

Please sign in to comment.