Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge back Release 2.2.0 #281

Merged
merged 15 commits into from
Jan 26, 2023
23 changes: 21 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,27 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [Unreleased] -
## [Unreleased] - xxxx-xx-xx


## [2.2.0] - 2022-12-21

### Fixed

- [#239](https://github.com/owncloud/openidconnect/pull/239) - fix: auto update function return
- [#246](https://github.com/owncloud/openidconnect/pull/246) - Duo SSO/code_challenge_methods_supported
- [#250](https://github.com/owncloud/openidconnect/pull/250) - fix: user information is only read from the JWT token if configured
- [#255](https://github.com/owncloud/openidconnect/pull/255) - fix: restrict usage of self signed JWK header in JWTs
- [#259](https://github.com/owncloud/openidconnect/pull/259) - fix: log url in case of curl error

### Added

- [#222](https://github.com/owncloud/openidconnect/pull/222) - feat: account info auto-update
- [#243](https://github.com/owncloud/openidconnect/pull/243) - feat: JWT token will always be used for user info, expiry and verification
- [#253](https://github.com/owncloud/openidconnect/pull/253) - Add config option to allow basic auth only for guests
- [#257](https://github.com/owncloud/openidconnect/pull/257) - feat: add translations support
- [#272](https://github.com/owncloud/openidconnect/pull/272) - Send to auth module so the login type is recognized in core


## [2.1.1] - 2022-02-25

Expand Down Expand Up @@ -74,7 +92,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

- Initial Release

[Unreleased]: https://github.com/owncloud/openidconnect/compare/v2.1.1...master
[Unreleased]: https://github.com/owncloud/openidconnect/compare/v2.2.0...master
[2.2.0]: https://github.com/owncloud/openidconnect/compare/v2.1.1...v2.2.0
[2.1.1]: https://github.com/owncloud/openidconnect/compare/v2.1.0...v2.1.1
[2.1.0]: https://github.com/owncloud/openidconnect/compare/v2.0.0...v2.1.0
[2.0.0]: https://github.com/owncloud/openidconnect/compare/v1.0.0...v2.0.0
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The integration requires an Identity Provider that supports OpenID Connect (e.g.
More information on setup, configuration and migration can be found in the ownCloud Documentation.</description>
<licence>GPLv2</licence>
<author>Thomas Müller</author>
<version>2.1.1</version>
<version>2.2.0</version>
<namespace>OpenIdConnect</namespace>
<category>integration</category>
<documentation>
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Organization and project keys are displayed in the right sidebar of the project homepage
sonar.organization=owncloud-1
sonar.projectKey=owncloud_openidconnect
sonar.projectVersion=2.1.1
sonar.projectVersion=2.2.0
sonar.host.url=https://sonarcloud.io

# =====================================================
Expand Down