Releases: nextcloud/polls
Releases · nextcloud/polls
v8.5.0
Changelog 8.5.0
Fixed
- Archived polls could not get entered anymore
- Public users were not displayed correctly right after registration
- Avoid unnecessary backend requests in public polls
- Fixed hash calculation resulting in possible vote losses if updating from a version prior to 8.2
Changed
- Reduce depth of HTML DOM
- stabilized migrations
Misc
- Ignore deleted calendars for calendar check
- Changed internal usage of share label
- internal change of
What's Changed
🚀 Enhancements
- Replace possibly incorrect migrations by dummy migration to avoid execution by @dartcafe in #4288
- Migrate constant public poll access to open poll by @dartcafe in #4306
- Do not check deleted calendars by @dartcafe in #4312
🐛 Fixed bugs
- remove deleted limitation on get poll by @dartcafe in #4304
- Avoid failing requests on public polls triggered by watcher by @dartcafe in #4309
- first fix by @dartcafe in #4313
Other Changes
- Update Dependabot configuration for stable-7 branch by @dartcafe in #4287
- Ref/remove-obsolete-html-tags by @dartcafe in #4299
- Migrate share label of public polls to displayName of integrated user item by @dartcafe in #4303
- Prepare v3.5.0 by @dartcafe in #4319
Full Changelog: v8.4.6...v8.5.0
v8.4.6
Changelog 8.4.6
Fixed
- Ordering options in text polls was broken
- Menu showed invalid actions in text poll
- Restore lost max width of elements on vote page
- Limit height of large text options
- Expand large text options on hover and allow scrolling them
- Optimized ordering text polls with large text options
What's Changed
🐛 Fixed bugs
Full Changelog: v8.4.5...v8.4.6
v8.4.5
Changelog 8.4.5
KNOWN BUGS
- Reorderung of options of a textpoll is broken
Fixed
- Fixed display of one day event on days with a daylight saving change
Changed
- Replaced the "Maybe" Icon from a checkmark in braces to a tilde
- Changed Icons according to new Nextcloud style guide
What's Changed
🐛 Fixed bugs
Other Changes
Full Changelog: v8.4.3...v8.4.5
v8.4.3
Changelog 8.4.3
Fixed
- Fixed nullish user settings
- Fixed some activity bugs
- Limit subquery results to respect oracle limit (affected orphaned votes deletion in janitor cron)
What's Changed
🚀 Enhancements
🐛 Fixed bugs
- Return default settings in case of empty user settings by @dartcafe in #4263
- limit list of orphaned votes for Oracle by @dartcafe in #4264
Full Changelog: v8.4.2...v8.4.3
v8.4.2
Changelog 8.4.2
Fixed
- Better handling of subscribed calendars for calendar check
What's Changed
🐛 Fixed bugs
Full Changelog: v8.4.1...v8.4.2
v8.4.1
Changelog 8.4.1
new
- Compatible to Nextcloud 31 and 32
- show participants displayname on hovering over avatar
- Design changes from Nextcloud's vue library
Full Changelog: v8.4.0...v8.4.1
v8.4.0
Changelog 8.4.0
new
- Compatible to Nextcloud 31 and 32
- show participants displayname on hovering over avatar
- Design changes from Nextcloud's vue library
What's Changed
🚀 Enhancements
🐛 Fixed bugs
Other Changes
Full Changelog: v8.3.8...v8.4.0
v8.3.10
Changelog 8.3.10
- fix creation of duplicated index
Fixed (v8.3.0)
- Made description sticky again on horizontal scrolling
- Activities in sidebar did not get loaded
- Avoid Warnings in console because of missing keys
Changed (v8.3.0)
- Replaced momentjs by Luxon
- Fixed db types and defaults to match unique share index
- Removed FK constraint for share table
- Added unique index for share tokens
- Reworked poll access via shares
- Added some indices to help complex joins and optimized the index
- Removed creation of optional indices from all migration and repair steps and support AddMissingIndicesEvent
- Separated the commands in more granular index and database commands
- Adjust icon style
- Adjust CSS Vars
- Moved comment config to comment tab
- Make comments available to owner and delegated poll administration if commenting is disabled
- Add hint, if commenting is disabled
Full Changelog: v8.3.9...v8.3.10
v8.3.8
Changelog 8.3.8
- Clean table records in postMigration instead of preMigration
- adjust order in repair command
Fixed (v8.3.0)
- Made description sticky again on horizontal scrolling
- Activities in sidebar did not get loaded
- Avoid Warnings in console because of missing keys
Changed (v8.3.0)
- Replaced momentjs by Luxon
- Fixed db types and defaults to match unique share index
- Removed FK constraint for share table
- Added unique index for share tokens
- Reworked poll access via shares
- Added some indices to help complex joins and optimized the index
- Removed creation of optional indices from all migration and repair steps and support AddMissingIndicesEvent
- Separated the commands in more granular index and database commands
- Adjust icon style
- Adjust CSS Vars
- Moved comment config to comment tab
- Make comments available to owner and delegated poll administration if commenting is disabled
- Add hint, if commenting is disabled
Full Changelog: v8.3.6...v8.3.8
v7.5.0
Changelog 7.5.0
new
- show participants displayname on hovering over avatar
What's Changed
Other Changes
Full Changelog: v7.4.6...v7.5.0