Polls: Polls 1.7.3 RC1 released

Created on 2 Jan 2021  路  6Comments  路  Source: nextcloud/polls

See: https://github.com/nextcloud/polls/releases/tag/v1.7.3-RC1
Download: https://github.com/nextcloud/polls/releases/download/v1.7.3-RC1/polls-1.7.3-RC1.zip

[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

A special notice: This version adds some unique indexes to the tables and therefore removes duplicates of options, votes and shares (and subscriptions, preferences and notifications) before the migration. If duplicates are found, the first entry will be kept and the duplicates get deleted.

Announcement

Most helpful comment

@burnoutberni Latest release (1.7.4) is released to the appstore 馃帀
Thanks again to @dartcafe for his work! 馃帀 馃暫

All 6 comments

Trying to upgrade (on a test-system) from 1.6.3 to 1.7.2 beta3 failed with this error:

Doctrine\DBAL\Exception\DriverException: An exception occurred while executing 'ALTER TABLE oc_polls_log CHANGE poll_id poll_id INT DEFAULT 0 NOT NULL, CHANGE user_id user_id VARCHAR(64) CHARACTER SET utf8mb4 DEFAULT '' NOT NULL COLLATE utf8mb4_bin, CHANGE message_id message_id VARCHAR(64) CHARACTER SET utf8mb4 DEFAULT '' NOT NULL COLLATE utf8mb4_bin, CHANGE message message VARCHAR(128) CHARACTER SET utf8mb4 DEFAULT '' NOT NULL COLLATE utf8mb4_bin':

SQLSTATE[01000]: Warning: 1265 Data truncated for column 'message' at row 1
Update failed

Edit:
Thanks for the changes! Many of changes are will help us, a lot.

Could you open a separate issue and add some information from the log?

Heyo! Do you already have a timeline in mind for the release of version 1.7?

Background: My organization is on a managed Nextcloud instance (so I can't sideload apps) and we're contemplating using your app for a bunch of internal votes that have to happen on Feb 27 & 28. The main roadblock here is that we need #738 for that, but as I said, we can't use v1.7 unless it's released on the Nextcloud App Store. In order to be able for us to test and prepare everything that would need to happen within the next week or so, so I wanted to ask whether that's something worth hoping for or not. In any case, thanks for your terrific work!

I am planning to close the version this weekend. Until the appstore release it will last a few days, depending on @v1r0x 's time.

Oh, that's great to hear! Looking forward to it, cheers!

@burnoutberni Latest release (1.7.4) is released to the appstore 馃帀
Thanks again to @dartcafe for his work! 馃帀 馃暫

Was this page helpful?
0 / 5 - 0 ratings