Skip to content

Releases: nextcloud/polls

v1.9.2 beta3

01 Jun 20:11
c8c3e3e
Compare
Choose a tag to compare
v1.9.2 beta3 Pre-release
Pre-release

[1.9.2 - beta3] - 2021-05-31

Changes and fixes

  • [fix] #1560 - First day of week is wrong in date picker (#1674)
  • [fix] #1661 - Disallow proposals on closed polls
  • [enhancement] #587 - Allow URL-Parameters for username and email address in public share (#1673)
  • [enhancement] #1625 - Avoid caching of get requests upon some server configuration (#1663)
  • [enhancement] #1676 - Add vote and option statistics to poll information

[1.9.1 - beta2] - 2021-05-28

Changes and fixes

  • [fix] #1652 - Error saving username on public polls (#1567)
  • [fix] #1658 - Migration error (Option owner 'disallow') (#1659) [Affects only beta1]
  • [enhancement] #1653 - Show sharee's name and email address after invitation sent (error/success) (#1657)
  • [enhancement] #1650 - Added poll information details

[1.9.0 - beta1] - 2021-05-22

Changes and fixes

  • [enhancement] #496 - Added possibility to allow participants proposing more options (#1570, #1127, #1495, #1554)
  • [enhancement] #1490 - Delete all user information, if user is removed from Nextcloud
  • [enhancement] #1632 - Render description from markup in invitation mails
  • [enhancement] #1627 - Add option for deleting votes if switched to 'no'
  • [enhancement] #1587 - Added janitor job to tidy database tables
  • [enhancement] #1516 - Added CLI commands for share management
  • [enhancement] #365 - Optimization of CSS for printing poll (#1567)
  • [fix] #1572 - Order in experimental settings (#1621)
  • [UX] #1519 - Add visual feedback, when vote is saved
  • [UX] #1506 - Date picker optimizations (#1543)
  • [UX] #1620 - Deletion of users, options, comments and shares can be aborted
  • [UX] #1556 - Adding toast notification after successful vote
  • [refactor] #1499 - Internal structure of store and components

See also https://github.com/nextcloud/polls/milestone/34?closed=1

v1.9.1 beta2

28 May 17:44
177b187
Compare
Choose a tag to compare
v1.9.1 beta2 Pre-release
Pre-release

[1.9.1 - beta2] - 2021-05-28

Changes and fixes

  • [fix] #1652 - Error saving username on public polls (#1567)
  • [fix] #1658 - Migration error (Option owner 'disallow') (#1659)
  • [enhancement] #1653 Show sharee's name and email address after invitation sent (error/success) (#1657)
  • [enhancement] #1650 Added poll information details

[1.9.0 - beta1] - 2021-05-22

Changes and fixes

  • [enhancement] #365 - Support printing the poll via the browser's print function (#1567)
  • [enhancement] #496 Added possibility to allow participants proposing more options (#1570, #1127, #1495, #1554)
  • [enhancement] #1490 - Delete all user information, if user is removed from Nextcloud
  • [enhancement] #1632 - Render description from markup in invitation mails
  • [enhancement] #1627 - Add option for deleting votes if switched to 'no'
  • [enhancement] #1587 - Added janitor job to tidy database tables
  • [enhancement] #1516 - Added CLI commands for share management
  • [enhancement] #365 - Optimization of CSS for printing poll (#1567)
  • [fix] Order in experimental settings (#1621)
  • [UX] #1519 - Add visual feedback, when vote is saved
  • [UX] #1506 - Date picker optimizations (#1543)
  • [UX] #1620 - Deletion of users, options, comments and shares can be aborted
  • [UX] #1556 - Adding toast notification after successful vote
  • [refactor] #1499 - Internal structure of store and components

See also https://github.com/nextcloud/polls/milestone/34?closed=1

v1.9.0 Beta1

22 May 17:47
cfc14cb
Compare
Choose a tag to compare
v1.9.0 Beta1 Pre-release
Pre-release

[1.9.0 - beta1] - 2021-05-22

Changes and fixes

  • [enhancement] #365 - Support printing the poll via the browser's print function (#1567)
  • [enhancement] #496 Added possibility to allow participants proposing more options (#1570, #1127, #1495, #1554)
  • [enhancement] #1490 - Delete all user information, if user is removed from Nextcloud
  • [enhancement] #1632 - Render description from markup in invitation mails
  • [enhancement] #1627 - Add option for deleting votes if switched to 'no'
  • [enhancement] #1587 - Added janitor job to tidy database tables
  • [enhancement] #1516 - Added CLI commands for share management
  • [enhancement] #365 - Optimization of CSS for printing poll (#1567)
  • [UX] #1519 - Add visual feedback, when vote is saved
  • [UX] #1506 - Date picker optimizations (#1543)
  • [UX] #1620 - Deletion of users, options, comments and shares can be aborted
  • [UX] #1556 - Adding toast notification after successful vote
  • [fix] Order in experimental settings (#1621)
  • [refactor] #1499 - Internal structure of store and components

See also https://github.com/nextcloud/polls/milestone/34?closed=1

v1.8.3 Release

12 Apr 05:43
47df357
Compare
Choose a tag to compare

[1.8.3] - 2021-04-12

Changes and fixes

  • [bug] #1544 - Fixed display of end day in options sidebar on options with day span

v1.8.2 Release

10 Apr 20:05
270a903
Compare
Choose a tag to compare

[1.8.2] - 2021-04-10

Changes and fixes

  • [performance] #1517 - performance optimizations for username check (#1532)

v1.8.1 Release

20 Mar 06:36
3bc073b
Compare
Choose a tag to compare

[1.8.1] - 2021-03-20

new Features

  • Date options now have a duration (from/to)
  • Date options can be chosen as whole day (no time)
  • Added markdown support for poll description
  • Poll option to hide booked up options from participants, when option limit is reached
  • The poll owner can now delete all comments
  • Watch for poll changes (realtime changes)

Changes and fixes

  • Subscription to current poll moved to user menu
  • Public users can now change, add and remove their email addresses via user menu
  • For poll owner: Copy participants email addresses has moved to new user menu
  • Wording: use list and table layout instead of desktop and mobile
  • Changed icons for Table and list view
  • Move poll informations to icon bar (info icon)
  • Change registration dialog layout and optimizations on mobiles
  • Fix dark mode issue with confirmed options
  • Fix uniqueContraintsException when shifting dates

changes since 1.8.0 - beta1

  • [refactor] #1487 - changed error handling in watchPolls
  • [refactor] #1484 - some code maintenance
  • [security] #1471 - prevent html in description (follow up to #1443)

See also https://github.com/nextcloud/polls/milestone/33?closed=1

v1.8.0 Beta

07 Mar 18:40
b07a825
Compare
Choose a tag to compare
v1.8.0 Beta Pre-release
Pre-release

[1.8.0] - 2021-03-07

  • [ux] #1164 - Wording: use list and table layout instead of desktop and mobile (#1443)
  • [ux] #1430 - Move poll informations to icon bar (info icon) (#1443)
  • [ux] #1418 - Allow changing emailaddress in public polls (#1431)
  • [ux] #1401 - Change registation dialog layout (#1429)
  • [ux] #1400 - Optimizations for registration dialog on mobiles (#1429)
  • [enhancement] #325 - added markdown support for poll description (#1443)
  • [enhancement] #1449 - Added option to hide booked up options (related to optoin limits)
  • [enhancement] #201, #404, #492 - Allow date option with timespan (#1365)
  • [enhancement] #991 - Allow date options without time (#1365)
  • [enhancement] #999 - Allow poll owner to delete comments (#1399)
  • [enhancement] - #1367 - Immediately adopt changes from other users to the current poll
  • [fix] #1403 - Dark mode issue with confirmed options
  • [fix] #1374 - Fix uniqueContraintsException when shifting dates
  • [refactor] #1397 - Changed migrations
  • and some more fixes and refactoring

See also https://github.com/nextcloud/polls/milestone/33?closed=1

v1.7.5 Release

01 Feb 19:51
7ca60a5
Compare
Choose a tag to compare

[1.7.5 - bugfix release] - 2021-02-01

  • [fix] #1374 - fix uniqueContraintsException when shifting dates (backport)
  • [fix] #1380 - remove invalid shares before migration (backport)

[1.7.4] - 2021-01-30

new Features since 1.6.x

  • Send invitations via notification app
  • Reload current poll every 30 seconds for updates
  • Admin users can delete and takeover polls from other users via new admin section
  • Respect autocompletion limitations from share settings for users, group and circle searches
  • Limit number of participants per option
  • Limit number of votes per participant
  • Combine registration dialogs into one dialog for public polls
  • Show closed polls in the relevant list until four days after closing date
  • Changed display of expiration timespan in polls overview
  • Support dark mode and dark theme
  • Compatible with Nextcloud 21
  • Drop support for Nextcloud before 19

Bugfixes since 1.6.x

  • Linebreaks in description were ignored
  • Avoid concurrent long term user searches with a big user base
  • Speed up poll overview, by avoiding unnecessary loading of polls, the user is not allowed to see
  • Avoid duplicates in different tables
  • Invalid string text in the email

See also https://github.com/nextcloud/polls/milestone/31?closed=1

v1.7.4 Release

30 Jan 07:48
3acd21e
Compare
Choose a tag to compare

[1.7.4] - 2021-01-30

new Features since 1.6.x

  • Send invitations via notification app
  • Reload current poll every 30 seconds for updates
  • Admin users can delete and takeover polls from other users via new admin section
  • Respect autocompletion limitations from share settings for users, group and circle searches
  • Limit number of participants per option
  • Limit number of votes per participant
  • Combine registration dialogs into one dialog for public polls
  • Show closed polls in the relevant list until four days after closing date
  • Changed display of expiration timespan in polls overview
  • Support dark mode and dark theme
  • Compatible with Nextcloud 21
  • Drop support for Nextcloud before 19

Bugfixes since 1.6.x

  • Linebreaks in description were ignored
  • Avoid concurrent long term user searches with a big user base
  • Speed up poll overview, by avoiding unnecessary loading of polls, the user is not allowed to see
  • Avoid duplicates in different tables
  • Invalid string text in the email

See also https://github.com/nextcloud/polls/milestone/31?closed=1

v1.7.3 RC1

27 Jan 09:51
b89b63c
Compare
Choose a tag to compare
v1.7.3 RC1 Pre-release
Pre-release

[1.7.3 - RC1] - 2021-01-27

  • [fix] #1355 - fix migration
  • [fix] #1358 - show closed polls in the relavant list upntil four days after closing date
  • [fix] #1358 - detect conflicts after vote click, if limits are set and more than one user is voting
  • [fix] #1358 - menu in poll list was not clickable
  • [enhancement] #1358 - add warning class to hints in the configuration
  • [fix] #1357 - copy participants was broken
  • [dependencies] Updated dependencies
  • [dependencies] fix calendar popover (@nextcloud/[email protected])

[1.7.2 - beta3] - 2021-01-17

  • [fix] #1346 - user search broken
  • [fix] #1344 - prevent commenting, when entering public poll without registration
  • [fix] #1338 - Support dark mode and dark theme

[1.7.1 - beta2] - 2021-01-12

  • [fix] #1325 - There are no spaces in the column name
  • [fix] #1326 - Invalid string text in the email
  • [enhancement] #739 - Limit number of participants per option
  • [enhancement] #738 - Limit numer of votes per participant (also #647, #624)
  • [dependencies] Updated dependencies
  • [refactoring] Mainly code maintenance and optimizations, bug fixes

[1.7.0 - beta1] - 2021-01-02

  • [enhancement] #188 use notification app for invitations
  • [enhancement] #907 reload current poll every 30 seconds
  • [enhancement] #924 admin users can delete and takeover polls from other users via new admin section
  • [enhancement] #881 respect autocompletion limitations from share settings for users, group and circle searches
  • [gui] public polls - combine registration dialogs into one dialog
  • [gui] polls overview changed display of expiration timespan
  • [fix] #433, #856 avoid duplicates in different tables
  • [fix] #1252 - External user is not listed in admin's shares list
  • [fix] #1183 - Avoid concurrent long term user searches with a big user base
  • [fix] #1181 - Speed up poll overview, by avoiding unnecessary loading of polls, the user is not allowed to see

See also https://github.com/nextcloud/polls/milestone/31?closed=1