Skip to content

Commit

Permalink
Finish version 1.9.0, raise phpCAS version to 1.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
felixrupp committed Feb 7, 2021
1 parent 28b72a4 commit 228b82f
Show file tree
Hide file tree
Showing 5 changed files with 77 additions and 17 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
CHANGELOG
=========

Unreleased
----------
Version 1.9.0
-------------

* Add setting to allow json-decode for mapped group attribute (see: Issue [#51](https://github.com/felixrupp/user_cas/issues/51))
* Add mapping for user-id attribute (see: Issue [#70](https://github.com/felixrupp/user_cas/issues/70))
* Add setting for adding default group, based on the user’s name and an optional prefix (see: Issue [75](https://github.com/felixrupp/user_cas/issues/75))
* Add setting to protect public share links with CAS (see: Issue [93](https://github.com/felixrupp/user_cas/issues/93))
* Possibly fixes WEBDAV problems (see: Issues [57](https://github.com/felixrupp/user_cas/issues/57) and [94](https://github.com/felixrupp/user_cas/issues/94))
* Bumps phpCAS library to 1.3.9


Version 1.8.7
Expand Down
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ INSTALLATION
1\. DEPENDENCIES
---------------

* ownCloud >= 10.0.0 and Nextcloud >= 14.0.0
* PHP >= 5.6, PHP 7.0 if possible
* Optional: [Composer Dependency Manager](https://getcomposer.org/), if you want to install via GIT.
* Optional: your own phpCAS installation with at least phpCAS 1.3.5.
- ownCloud >= 10.0.0 and Nextcloud >= 14.0.0
- PHP >= 7.3
- PHP Extensions:
- ext-json
- Optional: [Composer Dependency Manager](https://getcomposer.org/), if you want to install via GIT.
- Optional: your own phpCAS installation with at least phpCAS 1.3.5.

This app does not require a standalone version of jasig’s/apereo’s phpCAS any longer. The library is shipped within composer dependencies, in the archive file you downloaded or the Market/App-Store version if used. Although you can configure to use your own version of jasig’s/apereo’s phpCAS library later on.

Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<screenshot>https://raw.githubusercontent.com/felixrupp/user_cas/master/.github/SCREENSHOTS/splashscreen.png</screenshot>
<author>Felix Rupp</author>
<namespace>UserCAS</namespace>
<version>1.8.7</version>
<version>1.9.0</version>
<types>
<prelogin/>
<authentication/>
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"require": {
"jasig/phpcas": "~1.3.5",
"ec-europa/ecas-phpcas-parser": "~0.3",
"php": "~7.3",
"ext-json": "*"
}
}
75 changes: 65 additions & 10 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 228b82f

Please sign in to comment.