Skip to content

Releases: nextcloud/polls

v8.5.0

03 Oct 15:49

Choose a tag to compare

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

Other Changes

Full Changelog: v8.4.6...v8.5.0

v8.4.6

07 Sep 13:23

Choose a tag to compare

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

04 Sep 18:44

Choose a tag to compare

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

01 Sep 18:06

Choose a tag to compare

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

31 Aug 09:39

Choose a tag to compare

Changelog 8.4.2

Fixed

  • Better handling of subscribed calendars for calendar check

What's Changed

🐛 Fixed bugs

  • Migrate calendar keys to URI for calendarcheck by @dartcafe in #4257

Full Changelog: v8.4.1...v8.4.2

v8.4.1

31 Aug 08:49

Choose a tag to compare

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

29 Aug 08:44

Choose a tag to compare

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

29 Aug 10:22

Choose a tag to compare

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

27 Aug 08:11

Choose a tag to compare

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

27 Aug 19:13

Choose a tag to compare

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