Skip to content

Releases: curveball/a12n-server

v0.19.12

12 Jan 17:54
a324129
Compare
Choose a tag to compare

This release reinstates the v0.19.10 changes after @curveball/browser received an updated logo.

Updates included:

  • Add app logo to login, registration, lost-password pages.
  • The 'Change password' form now lives on /change-password instead of /changepassword for consistency with other routes.
  • Small fixes (Bad Gateway copyright notice, copy changes + new cancel button on reset password page).
  • Update dependencies.

v0.19.11

07 Jan 19:01
10349f5
Compare
Choose a tag to compare
  • This release rolls back the 'app logo' feature. The default setting had cosmetic bugs.

v0.19.10

07 Jan 17:04
f49f81e
Compare
Choose a tag to compare
  • Add app logo to login, registration, lost-password pages.
  • The 'Change password' form now lives on /change-password instead of /changepassword for consistency with other routes.
  • Small fixes (Bad Gateway copyright notice, copy changes + new cancel button on reset password page).
  • Update dependencies.

v0.19.9

19 Oct 01:51
fc5783e
Compare
Choose a tag to compare
  • Halloween theme. Automatically enables the last week of October.. 🎃
  • #295: Improved validation for identity field on users, groups and apps.

v0.19.8

09 Sep 20:07
1369680
Compare
Choose a tag to compare
  • Don't show 'remove member' form on groups if there are no members.
  • The 'create member' API can now also read links from HAL bodies.

v0.19.7

10 Jun 18:26
446902c
Compare
Choose a tag to compare
  • Group members are now sorted alphabetically by 'nickname'.
  • Updated dependencies.

v0.19.6

10 Jun 18:10
Compare
Choose a tag to compare

This was a botched release, do not upgrade to this

v0.19.4

31 May 04:39
00bc56c
Compare
Choose a tag to compare
  • Fix link to schema collection on home document.
  • Add Curl to Docker image as it's a common health check tool.
  • Fix a bug that preventing using PATCH on /group/:id in the HAL browser.

v0.19.3

31 May 02:40
b8c9892
Compare
Choose a tag to compare
  • Make sure that the /health endpoint also gets logged correctly.

v0.19.2

30 May 22:36
Compare
Choose a tag to compare
  • Fix: bug in JSON schema for group members. Inconsistent property
    names.
  • Renamed userHref to memberHref.