Skip to content

Releases: pulsejet/nextcloud-oidc-login

v2.5.0

25 Mar 10:33
Compare
Choose a tag to compare

What's Changed

  • Avoid to download and update avatars when they have not changed by @azmeuk in #220
  • Add oidc_login_allowed_roles by @clauso in #217

New Contributors

Full Changelog: v2.4.1...v2.5.0

v2.4.1

28 Jan 17:33
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @R0Wi made their first contribution in #203

Full Changelog: v2.4.0...v2.4.1

v2.4.0

25 Nov 14:50
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.3...v2.4.0

v2.4.0-beta.1

01 Nov 07:09
Compare
Choose a tag to compare
v2.4.0-beta.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v2.3.3...v2.4.0-beta.1

v2.3.3

21 Sep 12:34
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.2...v2.3.3

v2.3.3-beta

17 Sep 00:24
Compare
Choose a tag to compare
v2.3.3-beta Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v2.3.2...v2.3.3-beta

v2.3.2

09 May 16:18
Compare
Choose a tag to compare

What's Changed

  • Use ITokenProvider instead of DefaultTokenProvider for NC24 by @sirkrypt0 in #173

Full Changelog: v2.3.1...v2.3.2

v2.3.1

08 Mar 19:42
Compare
Choose a tag to compare

What's Changed

  • Use php-cs-fixer to format the code style by @azmeuk in #150
  • Fix typo: minimalastic -> minimalistic by @gruentee in #151
  • webdav: Login user with token instead of password only by @sirkrypt0 in #154
  • Only cache JWKs and well-known HTTP OK responses by @sirkrypt0 in #156
  • webdav Basic auth: login with user token by @azmeuk in #159
  • BasicAuth: Raise an exception when the token is null or invalid by @azmeuk in #161
  • webdav endpoint v1 BasicAuthentication by @azmeuk in #160
  • Properly close session and clear browsers storage data on logout by @sirkrypt0 in #164
  • Update user avatars on login by @azmeuk in #165

New Contributors

Full Changelog: v2.2.0...v2.3.1

v2.2.0

21 Dec 00:14
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0...v2.2.0

v2.1.0

23 Sep 19:06
Compare
Choose a tag to compare
  • Support for logout from OIDC
  • WebDAV token support