Skip to content

Releases: dotkom/super-duper-fiesta

v2.0.5

13 Mar 18:53
eb3ffc0
Compare
Choose a tag to compare
  • Reworked the table in the admin panel

v2.0.4

10 Mar 12:16
7cf2485
Compare
Choose a tag to compare
  • 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

05 Mar 13:52
35dc1da
Compare
Choose a tag to compare
  • fix: Send release to Sentry to allow for release tracking #327

v2.0.0

05 Mar 14:02
Compare
Choose a tag to compare

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

02 Mar 09:47
28ec7d7
Compare
Choose a tag to compare
v2.0.0-rc.13 Pre-release
Pre-release
  • feature: Freshen up design for admin authorization page #324

v2.0.0-rc.12

01 Mar 12:05
2567d9f
Compare
Choose a tag to compare
v2.0.0-rc.12 Pre-release
Pre-release
  • 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

28 Feb 23:27
Compare
Choose a tag to compare
v2.0.0-rc.11 Pre-release
Pre-release
  • fix: Fix critical bug where getting votes for any issues did not work at all.

v2.0.0-rc.10

28 Feb 23:03
6966297
Compare
Choose a tag to compare
v2.0.0-rc.10 Pre-release
Pre-release

Hopefully last rc before official release. Fixes some small bugs. (When does this ever work...)

  • Fix: Adds a ✔️ to selected vote #234
  • Fix: Regression which caused lastVotes list to not be ordered by last votes. #319

v2.0.0-rc.9

21 Feb 23:15
c62bd60
Compare
Choose a tag to compare
v2.0.0-rc.9 Pre-release
Pre-release
  • Feature: Show user permissions ("can vote" and permission level) #311
  • Feature: Show issue conclusion to admins when voting ends #312

v2.0.0-rc.8

12 Feb 03:14
14e5167
Compare
Choose a tag to compare
v2.0.0-rc.8 Pre-release
Pre-release
  • 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.