Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@
# Changelog
All notable changes to this project will be documented in this file.

## 8.0.1

### Added

* Propagate exception from saml library to our logs by @CarlSchwan in https://github.com/nextcloud/user_saml/pull/1089

### Fixed

* Fix dialog button wording to be more understandable by @jancborchardt in https://github.com/nextcloud/user_saml/pull/1093
* Fix logout condition based on last error reason by @foerster-finsternis in https://github.com/nextcloud/user_saml/pull/1092
* Avoid redirecting to login with an incomplete configuration by @come-nc in https://github.com/nextcloud/user_saml/pull/1091

### Other

* docs: Add development setup steps to readme by @jancborchardt in https://github.com/nextcloud/user_saml/pull/1094

## 8.0.0

### Added
Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The following providers are supported and tested at the moment:
* 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>8.0.0</version>
<version>8.0.1</version>
<licence>agpl</licence>
<author>Lukas Reschke</author>
<namespace>User_SAML</namespace>
Expand All @@ -38,7 +38,7 @@ While theoretically any other authentication provider implementing either one of
<screenshot>https://raw.githubusercontent.com/nextcloud/user_saml/master/screenshots/1.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/user_saml/master/screenshots/2.png</screenshot>
<dependencies>
<nextcloud min-version="32" max-version="34" />
<nextcloud min-version="32" max-version="33" />
</dependencies>
<background-jobs>
<job>OCA\User_SAML\Jobs\CleanSessionData</job>
Expand Down
Loading