Skip to content

Releases: nextcloud/polls

v9.1.4

23 May 18:22

Choose a tag to compare

Changelog 9.1.4

Fixed

  • Fix time zone gets set to UTC for external shares

What's Changed

🐛 Fixed bugs

Full Changelog: v9.1.2...v9.1.4

v9.1.2

11 May 18:18

Choose a tag to compare

Changelog 9.1.2

Fixed

  • Make modal for sending out confirmations closeable
  • Apply correct time zone to confirmation mail
  • Fixed index creation for PostgeSQL

Changed

  • Support Nextcloud 34 (Hub 26 Spring)

What's Changed

🐛 Fixed bugs

Other Changes

Full Changelog: v9.1.1...v9.1.2

v9.1.1

06 May 18:27

Choose a tag to compare

Changelog 9.1.1

Fixed

  • Fix repairstep which deleted the display names from shares
  • Updated schema version zu force Nextcloud to load changed classes (v9.1.1)

Changed

  • Set default sort to last activity (renamed from last interaction) for poll list, navigation and dashboard
  • reorder poll badges in verbose poll list and add last activity

Maintenance

  • centralize poll type icon and consume from store
  • extract huge constants from store to import file
  • some minor bugs
  • code maintenance
  • type corrections

What's Changed

🚀 Enhancements

Full Changelog: v9.1.0...v9.1.1

v9.1.0

06 May 17:06

Choose a tag to compare

Changelog 9.1.0

Fixed

  • Fix repairstep which deleted the display names from shares

Changed

  • Set default sort to last activity (renamed from last interaction) for poll list, navigation and dashboard
  • reorder poll badges in verbose poll list and add last activity

Maintenance

  • centralize poll type icon and consume from store
  • extract huge constants from store to import file
  • some minor bugs
  • code maintenance
  • type corrections

What's Changed

🐛 Fixed bugs

Other Changes

Full Changelog: v9.0.7...v9.1.0

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