This repository has been archived by the owner on Oct 5, 2024. It is now read-only.
v2.0.0
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