Skip to content

Releases: obiba/agate

3.0.2

19 Apr 14:20
Compare
Choose a tag to compare

Full Changelog: 3.0.1...3.0.2

3.0.1

17 Apr 12:13
Compare
Choose a tag to compare

Full Changelog: 3.0.0...3.0.1

3.0.0

29 Mar 08:46
Compare
Choose a tag to compare

What's Changed

  • manage mail.smtp.ssl.protocols from spring mail properties by @meek0 in #518
  • add api to download users; useable only by agate-administrator by @meek0 in #520
  • Fix - Password Field With Auto-Complete security improvement by @massej in #522
  • Java17 by @ymarcon in #525
  • feat: user signup emails can be white or black listed #531 by @ymarcon in #532
  • Bump org.postgresql:postgresql from 42.5.1 to 42.7.2 by @dependabot in #534
  • Bump com.nimbusds:nimbus-jose-jwt from 9.35 to 9.37.2 by @dependabot in #538

New Contributors

Full Changelog: 2.10.1...3.0.0

2.10.1

27 Mar 20:37
Compare
Choose a tag to compare

Fix for java version discovery: removed feature.

2.10.0

27 Mar 18:28
Compare
Choose a tag to compare

2FA can be enforced, with the strategies:

  • using an authenticator app is required
  • using either an authenticator app or a code sent by email

Note: 2FA enforcement does not apply to OpenID connect realms.

See release notes: https://www.obiba.org/pages/news/release/agate/2.10/

2.9.0

02 Mar 09:40
Compare
Choose a tag to compare

Sign up emails can be white listed and/or black listed.

2.8.5

19 Jan 12:47
Compare
Choose a tag to compare
  • Make sure the expired tickets are not reused before being cleaned up
  • Redirect after signout to any accessible applications is allowed

2.8.4

05 Jan 15:14
Compare
Choose a tag to compare

Always include groups and preferred locale in user claim.

2.8.3

29 Nov 20:28
Compare
Choose a tag to compare

Fix for #523

2.8.2

24 Nov 09:55
Compare
Choose a tag to compare
  • Fix for #521
  • Client Id added to logout URL