All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
0.4.4 - 2020-03-03
- No exception in case the token is unknown and the openid connect app is enabled - #255
0.4.3 - 2019-12-20
0.4.2 - 2019-11-21
- Handle refresh token of a disabled user - #225
- Use a WHATWG URL spec compliant URL parser - see https://url.spec.wha… - #229
- Remove back button from error page, add logging and return proper err… - #220
- Check user status - #209
0.4.1 - 2019-05-15
- The redirect_uri needs to be encoded in the logout url - #197
0.4.0 - 2019-02-13
- Display currently logged in user display name in authorization page - #188
- Added option for switching user in authorization page - #188
0.3.0 - 2018-12-07
- Added autofocus to buttons - #173
- Add occ oauth2:remove-client to remove a client by its id - #178
- Support for PHP 7.1 and 7.2 - #161
- Support for implicit grant - #166
- Set max version to 10 because core platform is switching to Semver - #180
0.2.3 - 2018-08-09
- Erroneous ownCloud 2.4.2 client behavior causing service interruptions #145
- Initialization for password-less sessions #129
- OpenID Connect UserInfo endpoint #115
- Expired token causing server failures #118
0.2.1 - 2017-11-28
- OAuth app blocking public uploads #100
0.2.0 - 2017-10-13
- Allow multiple tokens per client - #65