Skip to content

Releases: ZeusWPI/zauth

v2.0.1

14 Nov 16:19
v2.0.1
f3da85c
Compare
Choose a tag to compare

🐛 Bug Fixes

  • fix(templates): use right source to check for subscription state (#253) @NuttyShrimp
  • Set Content-Type header in mails (#252) @chvp

v2.0.0

02 Mar 16:29
v2.0.0
863dca8
Compare
Choose a tag to compare
  • Add mailinglist functionality to send mails to members (#232) @Tibo-Ulens
  • Breaking: remove webhook functionality (#244) @rien

🐛 Bug Fixes

v1.6.0

04 Oct 19:38
v1.6.0
da39cee
Compare
Choose a tag to compare
  • Add route to change client secret (#93) @rien

v1.5.1

10 Jun 19:28
e6db552
Compare
Choose a tag to compare
  • Deleted unused dependencies
  • Updated dependencies

v1.5.0

10 Jun 19:08
d0ca7cb
Compare
Choose a tag to compare
  • Show Zauth version in footer (#202) @rien
  • Use client description as human readable name instead of client id (#197) @redfast00

🐛 Bug Fixes

  • Fix needs grant always being overridden (#201) @chvp
  • Fix grant toggle not being saved when toggled. (#199) @chvp

🧰 Maintenance

  • Add tab indent style for HTML to editorconfig file (#200) @chvp

v1.4.0

10 Jun 17:39
96463ad
Compare
Choose a tag to compare
  • Add simple logging (#190) @chvp
  • registration form: remember entered values when registration fails (#179) @iasoon

🐛 Bug Fixes

  • catch unique constraint violations when creating users (#178) @iasoon

🧰 Maintenance

📖 Documentation

  • doc: add css compilation step in development setup instructions (#180) @iasoon

v1.3.0

01 Jun 16:55
cf785ca
Compare
Choose a tag to compare
  • Allow admins to change the state of users (#173) @chvp

v1.2.1

23 Oct 18:15
v1.2.1
fb0e701
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Use absolute path to authorize post URL by @rien in #160

v1.2.0

23 Oct 18:14
v1.2.0
6d2591a
Compare
Choose a tag to compare

🚀 Features

🐛 Bug Fixes

  • Add extra screen before redirecting to login (#155) @chvp

v1.1.1

23 Oct 18:16
v1.1.1
53cde61
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Don't send email address in /current_user endpoint (#153) @redfast00