Menü Schließen

Nextcloud Poll App 3.0.0 Update

Nextcloud Logo

Die Poll /Umfrage App in der Nextcloud erhielt das Update 3.0.0. Dieses stellt hauptsächlich die Kompatibilität der Nextcloud in Version 21 und der neuen Hub 22 Version her. Weiterhin werden einige Fehler behoben, sodass die Stabilität und Funktion der Poll App verbessert wird.

Nextcloud Poll App 3.0.0 Release Notes

new Features/changes

  • reduced undelete time from 7 to 4 seconds
  • Deleted polls are now archived polls
  • Optimizations to the date picker
  • Change checkboxes to a switch style
  • added some infos to the information button
  • Added a configurable threshold to hide other users’ votes: If too many vote cells are generated, the js performance can break down and lead to a long js runtime. The per user threshold defaults to 1000 cells to display. This needs further optimization for a good UX.

A lot of optimizations under the hood

  • Using more server side events
  • removing orphaned assets
  • new migration offset
  • compatibility to Circles 22
  • load some components asynchronously
  • load navigation and sidebar asynchronously via router
  • Allow larger usernames and displaynames
  • remove DBAL dependency for Nextcloud 22
  • remove group shares, if group is deleted from Nextcloud

Fixes

  • Avoid sending mails to disabled users

All changes: https://github.com/nextcloud/polls/issues?q=milestone%3A3.0+

Only available for Nextcloud 21/22

  • [fix] #1815 – Keep DBAL Exceptions for NC21 compatibility
  • [fix] #1814 – fix comments’ timestamp info

Only available for Nextcloud 21/22

  • [fix] #1807 – Wrong version schema used (2.0.4 was offered as update)
  • [fix] #1808 – delete invalid database column
  • [fix] #1808 – fixed notifier

Only available for Nextcloud 21/22

  • [compatibility] Compatible to Nextcloud 22
  • [fix] #1690 – Hide vote table, if too many cells are predicted
  • [fix] #1707 – Do not preselect 1.Jan 1970 on range selection in date-picker
  • [fix] #1724 – Do not send mails to disabled users (#1751)
  • [fix] #1789 – Compatibility to new Circles implementation in NC22
  • [ux] #1489 – Show Result count also in list view
  • [ux] #1711 – remove ordinal suffix/prefix from date display (#1748)
  • [ux] #1757 – rename “Deleted polls” to “Archive”
  • [design] #1776 – Change checkboxes to switch layout with new @nextcloud/vue
  • [enhancement] #1637 – Remove deleted groups from shares via event
  • [enhancement] #1788 – Raise field length for user ids and usernames (#1797)
  • [enhancement] #1691 – Optimizations in date-picker
  • [refactoring] #1637 – replace Doctrine\DBAL\ with OCP\DB
  • [refactoring] #1644 – control table changes via events
  • [refactoring] #1698 – Pack migrations
  • [refactoring] #1745 – Remove unused images
  • [refactoring] #1791 – Load components asynchronously, if not always used

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert