Skip to content

Releases: nextcloud/polls

v9.0.7

30 Apr 07:58

Choose a tag to compare

Changelog 9.0.7

Fixed

  • Clean tables before creating unique indices

What's Changed

🐛 Fixed bugs

  • Re-enable duplicate deletion before recreating tables by @dartcafe in #4667

Full Changelog: v9.0.6...v9.0.7

v9.0.6

29 Apr 07:54

Choose a tag to compare

Changelog 9.0.6

Added

  • OpenAPI specs for OCS endpoints

Changed

  • Create unnamed unique indices to avoid name conflicts inside schema

What's Changed

Other Changes

Full Changelog: v9.0.5...v9.0.6

v9.0.5-beta.1

28 Apr 05:11

Choose a tag to compare

v9.0.5-beta.1 Pre-release
Pre-release

Changelog for the upcoming release (preview)

  • none so far

What's Changed

🐛 Fixed bugs

Full Changelog: v9.0.4...v9.0.5-beta.1

v9.0.4

27 Apr 08:41

Choose a tag to compare

Changelog 9.0.4

Fixed (recreated v9.0.3 on missing version update in info.xml)

  • Another fix to get index creation working
  • Check for existing unique indices case insensitive for PostgreSQL
  • Catch \Exception instead ...\DBAL\Exception in index creation fallback
  • Avoid dropping primary keys when trying to recreate unique indices
  • Added a repair step to restore PK on accidentially drop

What's Changed

🐛 Fixed bugs

Other Changes

Full Changelog: v9.0.2...v9.0.4

v9.0.3

27 Apr 08:27

Choose a tag to compare

Changelog 9.0.3

Fixed

  • Another fix to get index creation working
  • Check for existing unique indices case insensitive for PostgreSQL
  • Catch \Exception instead ...\DBAL\Exception in index creation fallback
  • Avoid dropping primary keys when trying to recreate unique indices
  • Added a repair step to restore PK on accidentially drop

What's Changed

🐛 Fixed bugs

Full Changelog: v9.0.2...v9.0.3

v9.0.2

26 Apr 22:19
f55a5f6

Choose a tag to compare

Changelog 9.0.2

Fixed

  • Again fix to avoid index recreation on already existing indices
  • Fixed dashboard widget changing dashboard url

What's Changed

🐛 Fixed bugs

Other Changes

Full Changelog: v9.0.1...v9.0.2

v9.0.1

18 Apr 10:25

Choose a tag to compare

Changelog 9.0.1

Fixed (9.0.1)

  • Fixed a migration error on attempts to create an existing index (strict database settings affected)

Fixed (9.0.0)

  • Fixed broken share links for public polls
  • Fixed access issues for public users on shared polls
  • Fixed page not found redirect in some navigation cases

Added (9.0.0)

  • Timezone support: set a default timezone per poll, choose how dates are displayed, and pick a timezone when adding options
  • Option to disable poll download per poll
  • Public registration opens in a dedicated page instead of a modal
  • Noticeably faster voting in large polls with many participants and options

Changed (9.0.0)

  • Drop support for Nextcloud Hub 10
  • Use ISO formatted timestamps and durations for date options
  • Circles renamed to Teams
  • Data loading centralized to router guards
  • Significant internal performance optimizations for large polls

Full Changelog: v9.0.0...v9.0.1

v9.0.0

16 Apr 19:39

Choose a tag to compare

Changelog 9.0.0

Fixed

  • Fixed broken share links for public polls
  • Fixed access issues for public users on shared polls
  • Fixed page not found redirect in some navigation cases

Added

  • Timezone support: set a default timezone per poll, choose how dates are displayed, and pick a timezone when adding options
  • Option to disable poll download per poll
  • Public registration opens in a dedicated page instead of a modal
  • Noticeably faster voting in large polls with many participants and options

Changed

  • Drop support for Nextcloud Hub 10
  • Use ISO formatted timestamps and durations for date options
  • Circles renamed to Teams
  • Data loading centralized to router guards
  • Significant internal performance optimizations for large polls

What's Changed

🚀 Enhancements

🐛 Fixed bugs

Other Changes

New Contributors

Full Changelog: v8.6.3...v9.0.0

v9.0.0-rc.1

05 Apr 21:56

Choose a tag to compare

v9.0.0-rc.1 Pre-release
Pre-release

Changelog for the upcoming release (preview)

Fixed

  • Fixed broken share links for public polls
  • Fixed access issues for public users on shared polls
  • Fixed page not found redirect in some navigation cases

Added

  • Timezone support: set a default timezone per poll, choose how dates are displayed, and pick a timezone when adding options
  • Option to disable poll download per poll
  • Public registration opens in a dedicated page instead of a modal
  • Noticeably faster voting in large polls with many participants and options

Changed

  • Drop support for Nextcloud Hub 10
  • Use ISO formatted timestamps and durations for date options
  • Circles renamed to Teams
  • Data loading centralized to router guards
  • Significant internal performance optimizations for large polls

What's Changed

🚀 Enhancements

  • Replace the registration modal by a registration page by @dartcafe in #4568

🐛 Fixed bugs

Other Changes

Full Changelog: v9.0.0-beta.5...v9.0.0-rc.1

v9.0.0-beta.5

14 Mar 13:23

Choose a tag to compare

v9.0.0-beta.5 Pre-release
Pre-release

Changelog for the upcoming release (preview)

Fixed

  • Fixing some bugs around share access

Added

  • Timezone support for polls and options
    • Set default timezone for any poll
    • Choose timezone to display, if the poll's original timezone differs from the user's one
    • Choose timezone, when adding options in case of different timezones between poll and user
  • Option to disable poll download per poll

Changed

  • Use ISO formatted timestamps and durations
  • Drop support for Nexcloud Hub 10
  • Added some more backend tests
  • Optimized API-usage
  • Centralized Backend calls to the router
  • A lot of refactoring

What's Changed

🐛 Fixed bugs

  • revert merging constants partially to avoid updater confusion by @dartcafe in #4529

Full Changelog: v9.0.0-beta.4...v9.0.0-beta.5