Releases: nextcloud/polls
v7.0.4
v6.4.0
Changelog 6.4.0
Fix
- Fix database error with PostgreSQL
v6.4.0-beta1
Changelog for the upcomming release (preview)
This will be the last version supporting PHP 8.0. Please note, that this version is not tested very well. So if possible please update to PHP > 8.1 and Polls v7.x.
Fix
- Fix preventing option suggestions
- Fixing some performance issues
- Fixing an error that possibly prevents users from adding suggestions
Changes
Changes are partially also included in 7.1.0
- Added an option to allow to add polls to the navigation (default)
- Limited polls inside the navigation to 6 items
- Render the polls list in chunks of 20 items
- Support Nextcloud 26 to 28
What's Changed
Other Changes
Full Changelog: v6.3.0...v6.4.0-beta1
v7.1.0-beta5
Changelog for the upcomming release (preview)
!!! changed API structure, please refer to the documentation
Fix
- Fixed counting of orphaned votes
- Disable registration button while registration is pending
- Disable "resolve group share" while resolving
- Fix showing booked up options in polls with hidden results
Changes
- Mainly performance improvements
- Changed API structure for polls, please refer to the documentation
Performance
- Added an option to allow to add polls to the navigation (default)
- Limited polls inside the navigation to 6 items
- Render the polls list in chunks of 20 items
[7.0.3] - 2024-04-05
Fix
- Archive, restore and delete polls in poll list was missing, braught the options back to the action menu
- fix a situation, where votes of a non existing poll are requested
- Fix getting group members
New
- Added an endpoint to the Api to be able to fetch the acl of a poll
What's Changed
🐛 Fixed bugs
- Fix/hiden-results-and-limited-votes by @dartcafe in #3523
- fix dashboard by @dartcafe in #3524
- fix closing and tidy by @dartcafe in #3525
Full Changelog: v7.1.0-beta4...v7.1.0-beta5
v7.1.0-beta4
Changelog for the upcomming release (preview)
!!! changed API structure, please refer to the documentation
Fix
- fixed counting of orphaned votes
- disable registration button while registration is pending
- disable "resolve group share" while resolving
Changes
- mainly performance improvements
- Changed API structure for polls, please refer to the documentation
Performance
- Added an option to allow to add polls to the navigation (default)
- Limited polls inside the navigation to 6 items
- Render the polls list in chunks of 20 items
[7.0.3] - 2024-04-05
Fix
- Archive, restore and delete polls in poll list was missing, braught the options back to the action menu
- fix a situation, where votes of a non existing poll are requested
- Fix getting group members
New
- Added an endpoint to the Api to be able to fetch the acl of a poll
What's Changed
🚀 Enhancements
🐛 Fixed bugs
- fix attributes namespace by @dartcafe in #3509
- do not send autoreminders for archived polls by @dartcafe in #3521
Other Changes
Full Changelog: v7.1.0-beta3...v7.1.0-beta4
v7.1.0-beta3
Changelog for the upcomming release (preview)
Fix
- fixed counting of orphaned votes
Changes
- mainly performance improvements
Performance
- Added an option to allow to add polls to the navigation (default)
- Limited polls inside the navigation to 6 items
- Render the polls list in chunks of 20 items
[7.0.3] - 2024-04-05
Fix
- Archive, restore and delete polls in poll list was missing, braught the options back to the action menu
- fix a situation, where votes of a non existing poll are requested
- Fix getting group members
New
- Added an endpoint to the Api to be able to fetch the acl of a poll
What's Changed
🚀 Enhancements
- strip some unicodes from public username by @dartcafe in #3370
- join timestamps from options by @dartcafe in #3371
- join votes for participation check by @dartcafe in #3373
- Define user role via joined shares by @dartcafe in #3381
- add common indices by @dartcafe in #3421
- updated strings and rearrangement of admin settings by @dartcafe in #3422
- Improve API documentation by @Bagoult in #3455
- Allow to remove the poll list from the navigation by admin setting by @dartcafe in #3461
- Optimize poll loading by @dartcafe in #3460
- Count user's votes by subquery by @dartcafe in #3477
- Enable chunk loading polls in list and limit polls in navigation. by @dartcafe in #3479
- intoduce internal UserSession by @dartcafe in #3498
🐛 Fixed bugs
- Fixes and maintenance by @dartcafe in #3387
- fix PollMapper for PostgreSQL usage by @dartcafe in #3394
- Bring back registration on public polls by @dartcafe in #3400
- bring back the combo-view by @dartcafe in #3403
- bring back archive, restore and delete actions by @dartcafe in #3415
- extract keys insted of wrong usage of key() by @dartcafe in #3419
- catch error on requesting votes of non existing poll by @dartcafe in #3418
- fix: Add visual loading feedback for polls list by @susnux in #3444
Other Changes
- Ref/maintenance by @dartcafe in #3353
- Register Services by @dartcafe in #3375
- Update pr-feedback workflow by @marcelklehr in #3397
- adding an acl endpoint to the api controller by @dartcafe in #3416
- Default to "My polls" view by @artonge in #3450
- Revert "Default to "My polls" view" by @artonge in #3454
- refactoring of polls list with leaner flexbox by @dartcafe in #3458
- fix(l10n): typo fix for threshold by @roliverio in #3500
New Contributors
- @marcelklehr made their first contribution in #3397
- @susnux made their first contribution in #3444
- @Bagoult made their first contribution in #3455
- @roliverio made their first contribution in #3500
Full Changelog: v6.3.0...v7.1.0-beta3
v6.3.0
Changelog 6.3.0
This will be the last version supporting PHP 8.0. Please note, that this version is not tested very well. So if possible please update to PHP > 8.1 and Polls v7.x.
Fix
- Fix preventing option suggestions
- Fixing some performance issues
- Fixing an error that possibly prevents users from adding suggestions
Changes
- Added a new admin option to allow disabling polls loading into the navigation aout of performance concerns with a huge amount of polls in the database
- Support Nextcloud 26 to 28
What's Changed
🚀 Enhancements
- strip some unicodes from public username by @dartcafe in #3365
- backport of join timestamps from options by @dartcafe in #3372
- [stable-6] Allow to remove the poll list from the navigation by admin setting by @dartcafe in #3467
- Backport of chunked loading and leaner pollItems by @dartcafe in #3492
🐛 Fixed bugs
- fix nullish poll id for public users on date suggestion by @dartcafe in #3389
- Aftermath: Fixing type error by @dartcafe in #3481
Other Changes
- [stable6] Perf improvements for stable-6 for 26 branch by @come-nc in #3445
- [stable6] Backports of perf improvements for stable 6 on 26 by @come-nc in #3446
- [stable6] fix: Add visual loading feedback for polls list by @artonge in #3448
- [stable6] reverse getToken() by @ArtificialOwl in #3449
- [stable6] Default to "My polls" view by @artonge in #3451
- Revert "[stable6] Default to "My polls" view" by @come-nc in #3469
- [stable6] Backport of stable 6 for Nextcloud 26 by @come-nc in #3431
New Contributors
- @come-nc made their first contribution in #3445
- @ArtificialOwl made their first contribution in #3449
Full Changelog: v7.0.3...v6.3.0
v6.3.0-beta2
Changelog for the upcomming release (preview)
This will be the last version supporting PHP 8.0. Please note, that this version is not tested very well. So if possible please update to PHP > 8.1 and Polls v7.x.
Fix
- Fix preventing option suggestions
- Fixing some performance issues
- Fixing an error that possibly prevents users from adding suggestions
Changes
- Added a new admin option to allow disabling polls loading into the navigation aout of performance concerns with a huge amount of polls in the database
- Support Nextcloud 26 to 28
What's Changed
🚀 Enhancements
- strip some unicodes from public username by @dartcafe in #3365
- backport of join timestamps from options by @dartcafe in #3372
- [stable-6] Allow to remove the poll list from the navigation by admin setting by @dartcafe in #3467
🐛 Fixed bugs
- fix nullish poll id for public users on date suggestion by @dartcafe in #3389
- Aftermath: Fixing type error by @dartcafe in #3481
Other Changes
- [stable6] Perf improvements for stable-6 for 26 branch by @come-nc in #3445
- [stable6] Backports of perf improvements for stable 6 on 26 by @come-nc in #3446
- [stable6] fix: Add visual loading feedback for polls list by @artonge in #3448
- [stable6] reverse getToken() by @ArtificialOwl in #3449
- [stable6] Default to "My polls" view by @artonge in #3451
- Revert "[stable6] Default to "My polls" view" by @come-nc in #3469
- [stable6] Backport of stable 6 for Nextcloud 26 by @come-nc in #3431
New Contributors
- @come-nc made their first contribution in #3445
- @ArtificialOwl made their first contribution in #3449
Full Changelog: v7.0.3...v6.3.0-beta2
v6.3.0-beta1
Changelog for the upcomming release (preview)
This will be the last version supporting PHP 8.0. Please note, that this version is not tested very well. So if possible please update to PHP > 8.1 and Polls v7.x.
Fix
- Fix preventing option suggestions
- Fixing some performance issues
- Fixing an error that possibly prevents users from adding suggestions
Changes
- Added a new admin option to allow disabling polls loading into the navigation aout of performance concerns with a huge amount of polls in the database
- Support Nextcloud 26 to 28
What's Changed
🚀 Enhancements
- strip some unicodes from public username by @dartcafe in #3365
- backport of join timestamps from options by @dartcafe in #3372
- [stable-6] Allow to remove the poll list from the navigation by admin setting by @dartcafe in #3467
🐛 Fixed bugs
Other Changes
- [stable6] Perf improvements for stable-6 for 26 branch by @come-nc in #3445
- [stable6] Backports of perf improvements for stable 6 on 26 by @come-nc in #3446
- [stable6] fix: Add visual loading feedback for polls list by @artonge in #3448
- [stable6] reverse getToken() by @ArtificialOwl in #3449
- [stable6] Default to "My polls" view by @artonge in #3451
- Revert "[stable6] Default to "My polls" view" by @come-nc in #3469
- [stable6] Backport of stable 6 for Nextcloud 26 by @come-nc in #3431
New Contributors
- @come-nc made their first contribution in #3445
- @ArtificialOwl made their first contribution in #3449
Full Changelog: v7.0.3...v6.3.0-beta1
v7.0.3
Changelog 7.0.3
Fix
- Archive, restore and delete polls in poll list was missing, braught the options back to the action menu
- fix a situation, where votes of a non existing poll are requested
- Fix getting group members
New
- Added an endpoint to the Api to be able to fetch the acl of a poll
What's Changed
🐛 Fixed bugs
- bring back archive, restore and delete actions by @dartcafe in #3415
- extract keys insted of wrong usage of key() by @dartcafe in #3419
- catch error on requesting votes of non existing poll by @dartcafe in #3418
Other Changes
Full Changelog: v7.0.2...v7.0.3