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

Releases: JensUweB/ExamAdmin-Backend

Alpha Version 0.3.0

20 Jan 15:39
Compare
Choose a tag to compare
Alpha Version 0.3.0 Pre-release
Pre-release

Patch Notes:

  • Added handlebars as templating engine for emails and html files
  • When resetting your password, you get nice html errors served with handlebars!
  • Changed absolute paths to relatives for jest e2e Testing
  • Updated Dependencies
  • improved error handeling!
  • added new mutation for removing the user from a club
  • implemented end to end tests!
  • fixed some smaller bugs

Alpha Version 0.2.1

15 Jan 09:37
Compare
Choose a tag to compare
Alpha Version 0.2.1 Pre-release
Pre-release

Solved error due to deprecated / unused code.

Alpha Version 0.2.0

15 Jan 09:06
Compare
Choose a tag to compare
Alpha Version 0.2.0 Pre-release
Pre-release

New Stuff:

  • Working Auth Guard
  • Sending confirmation email on signup
  • Protocol file upload for examiners
  • Now you can delete your account. Relations will be deleted too.
  • More deleting
  • Improved error handling
  • Solved errors

Alpha Version 0.1.0

10 Jan 14:01
Compare
Choose a tag to compare
Alpha Version 0.1.0 Pre-release
Pre-release

This is a working alpha release. Alpha means, that there are some core features missing, that I'am planning to implement. You can try it out at your own risk.

Some missing core features:
--> mailer module: without this, the api is unable to send e.g. confirmation or password reset emails
--> file manager: no file upload supported yet
--> other stuff I have not yet thought about. ;-)