Skip to content

Latest commit

 

History

History
112 lines (67 loc) · 4.03 KB

CHANGELOG.md

File metadata and controls

112 lines (67 loc) · 4.03 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

Unreleased - XXXX-XX-XX

0.4.4 - 2020-03-03

Fixed

  • No exception in case the token is unknown and the openid connect app is enabled - #255

0.4.3 - 2019-12-20

Changed

  • Improve adding a new client - #237
  • Drop PHP Support 7.0 - #238

0.4.2 - 2019-11-21

Changed

  • 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

Fixed

  • The redirect_uri needs to be encoded in the logout url - #197

0.4.0 - 2019-02-13

Added

  • 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

  • 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

Changed

  • Set max version to 10 because core platform is switching to Semver - #180

Fixed

  • Don't fail if the client was already added - #176
  • Use markdown properly in description - #153

0.2.3 - 2018-08-09

Fixed

  • Erroneous ownCloud 2.4.2 client behavior causing service interruptions #145
  • Initialization for password-less sessions #129

Added

  • OpenID Connect UserInfo endpoint #115

Fixed

  • Expired token causing server failures #118

0.2.1 - 2017-11-28

Fixed

  • OAuth app blocking public uploads #100

0.2.0 - 2017-10-13

Added

  • Oracle and 4-byte MySQL support - #42
  • Predefined client ids for mobile and desktop clients - #38

Changed

  • Allow multiple tokens per client - #65

Fixed

  • Security Hardening - #71
  • Verify Bearer token even if the session is still valid - #53
  • Use displayname on switch user screen - #90