This repository has been archived by the owner on Oct 5, 2024. It is now read-only.
Releases: dotkom/super-duper-fiesta
Releases · dotkom/super-duper-fiesta
v2.0.5
v2.0.4
- Added confirm messages when performing unreversable actions in the ACP
- Fixed issue where emitting the active question could fail for issues with secret votnig
- Minor UX improvements when creating new genfors
- Fixed issue when the text on the login button was wrong when re-authenticating on a new device
- Tuned the Fuse search treshold in the ACP
- Sort names alphabetically in the ACP
v2.0.3
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
v2.0.0-rc.13
- feature: Freshen up design for admin authorization page #324
v2.0.0-rc.12
- fix: Fix bug which caused the whole page to crash while state was in transition from a question with votes to a new question, since the lastVotes-list was not cleared
- chore: Upgrade node-postgres (and Sequelize to support new node-postgres version)
v2.0.0-rc.11
- fix: Fix critical bug where getting votes for any issues did not work at all.
v2.0.0-rc.10
v2.0.0-rc.9
v2.0.0-rc.8
- Fix: Adds WebSocket support in webpack dev server so we actually use WS in dev and not polling
- Fix: Stop using cookies for authentication, but make client send passwordHash over WS when requested instead. #296 This also removes the need for the webpage to be reloaded some times.
- Fix: Notifications should now be shown with the issue title when the voting starts.