Changelog 5.4.0
Fixes
- Fixed granting admin rights to shares
- Fixed a bug which prevented poll exports
- Fixed a visually bug when using Nextcloud's Dark Mode
- Fixed result reporting about sent and failed confirmation mails
New
- Reveal hidden voters if hidden in case of performance concerns
- Support better readability of vote page
- Added locking of shares
- Shares can now be locked which works as a read only share mechanism. Locked shares can still enter the poll, but every interaction (voting and commenting) is disabled.
- Deletion of locked shares deletes the users votes as well
- Moved request for option proposals to a card on top of the vote page
- Moved CTA for confirmation mails to card on top of the vote page
- Added a card with a more prominent hint for closed polls
- Changed user flow on public registration. When entering a public poll, the registration dialog does not pop up automatically anymore. A CTA has been added to open the registration
- Slighly changed vote colors by adopting the cores color scheme
Changes
- Improved username check for public polls with a large number of groups in the backend
What's Changed
🚀 Enhancements
- add option to reveal hidden voters by @dartcafe in #3075
- Minor design improvements and hint for unpublished polls by @dartcafe in #3086
- improve validatePublicUsername() performance by @JonathanTreffler in #3091
- revoke shares instead of deleting by @dartcafe in #3096
- Enh/revoke-shares-follow-up by @dartcafe in #3100
- [5.4.0-beta5] Changed revoking to locking by @dartcafe in #3109
- Fix confirmation mails and move CTAs by @dartcafe in #3110
- Change user flow for public registration by @dartcafe in #3125
- adopt core colors by @dartcafe in #3112
🐛 Fixed bugs
- fix granting admin rights by @dartcafe in #3076
- fix exports by @dartcafe in #3079
- Some fixes by @dartcafe in #3103
- Fixes for 5.4.0-beta-4 by @dartcafe in #3106
- Forgotten changes by @dartcafe in #3111
- Refactor/events by @dartcafe in #3115
- fix some bugs after testing by @dartcafe in #3116
Other Changes
- move template for settings into base component by @dartcafe in #3087
- Change terms for clarification in translations by @dartcafe in #3122
- reduce to one single template by @dartcafe in #3123
New Contributors
- @JonathanTreffler made their first contribution in #3091
Full Changelog: v5.3.2...v5.4.0