Releases: nextcloud/polls
Releases · nextcloud/polls
v9.1.4
v9.1.2
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
- Make modal closable and add click outside by @dartcafe in #4692
- Apply time zone to dates in confimation mail by @dartcafe in #4693
- Catch IndexAlreadyExists by @dartcafe in #4710
Other Changes
Full Changelog: v9.1.1...v9.1.2
v9.1.1
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
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
- Changes, refacorings and bugfixes by @dartcafe in #4672
- API refactor, fixes and empty basline by @dartcafe in #4674
Full Changelog: v9.0.7...v9.1.0
v9.0.7
Changelog 9.0.7
Fixed
- Clean tables before creating unique indices
What's Changed
🐛 Fixed bugs
Full Changelog: v9.0.6...v9.0.7
v9.0.6
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
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
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
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
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
- Fix index creation by @dartcafe in #4620
- extract shallow currentRoute from router by @dartcafe in #4635
- Fix/index creation by @dartcafe in #4636
- move unique index creation to repair step again by @dartcafe in #4638
Other Changes
Full Changelog: v9.0.1...v9.0.2