Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

v0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Apr 08:54

πŸš€ Features

  • Authentication system (#108) b89c32
  • Default mailer that outputs mails into stdout aab26c
  • Assets filtering & pagination (#81) 739943
  • Support sign up with information provided by OIDC providers (#130) fef60e

πŸ”§ Bug Fixes

  • Load auth client domain from config (#124) 9bde8a
  • Signup fails when password is not set 27c2f0
  • Logger panics d1e3a8
  • Set auth server dev mode automatically 83a66a
  • Auth server bugs and auth client bugs (#125) ce2309
  • Auth0 setting is not used by JWT verification middleware 232e75
  • Invalid mongo queries of pagination 7caf68
  • Auth config not loaded expectedly 570fe7
  • Users cannot creates a new team and scene 5df25f
  • Auth server certificate is not saved as pem format 982a71
  • Repo filters are not merged expectedly f4cc3f
  • Auth is no longer required for GraphQL endpoint 58a6d1
  • Rename auth srv default client ID (#128) 89adc3
  • Signup API is disabled when auth server is disabled, users and auth requests in mongo cannot be deleted (#132) 47be6a
  • Auth to work with zero config (#131) 3cbb45
  • Property.SchemaListMap.List test fails 3e6dff
  • Errors when auth srv domain is not specified 10691a
  • Errors when auth srv domain is not specified 648073
  • Login redirect does not work cb6ca4
  • Enable auth srv dev mode when no domain is specified 0c0e28
  • Add a trailing slash to jwt audiences e96f78
  • Allow separate auth server ui domain 0ce79f

⚑️ Performance

  • Reduce database queries to obtain scene IDs (#119) 784332

✨ Refactor

  • Remove filter args from repos to prevent implementation errors in the use case layer (#122) 82cf28
  • Http api to export layers 3f2582

Miscellaneous Tasks