Skip to content
This repository has been archived by the owner on Oct 5, 2024. It is now read-only.

v2.0.0

Compare
Choose a tag to compare
@sklirg sklirg released this 05 Mar 14:02
· 49 commits to master since this release

Breaking changes:

  • feature: Database requirement is now a relational database. Support for MongoDB is dropped. #248
  • feature: Authentication (and authorization of users) is done using OpenID Connect against https://online.ntnu.no. #276

Other changes

  • feature: Store user password in localStorage instead of as a cookie. #296
  • feature: Show user permission level and voting eligibility. #311
  • feature: Show vote conclusion to admins before users. #312
  • fix: Add a checkmark to selected vote. #305
  • fix: Add styling for admin login page. #324
  • testing: Introduce integration tests against the database. #284