Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2021-09-14 19:30:48 +0300
committerdartcafe <github@dartcafe.de>2021-09-14 19:30:48 +0300
commit5dfe3a6e845069a320d74def7aab1d57736b60c7 (patch)
tree3aee37418e7bb0fed11de3c0449b44920215830f /CHANGELOG.md
parentd55856a2070fe35dc053c5ad96b6564da52e1d97 (diff)
version 3.2.0-rc2
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 51ccf8a4..0e6739c0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,20 @@
# Changelog
All notable changes to this project will be documented in this file.
+## [3.2.0] - tbd
+- Poll administration can now be delegated to invited users
+- New admin section for polls (/settings/admin/polls-admin)
+ - Disable login option in registration screen of public polls
+ - Auto archive closed polls after configured days
+ - Restrict poll creation to groups
+ - Restrict public poll creation to groups
+ - Restrict creation of polls with all users access to groups
+
+## [3.2.0-rc2] - 2021-09-14
+- [fix] #1958 - Fix DB setting for oracle
+- [fix] #1958 - App failed, if app config was not set
+- [new] #1960 - Delegate poll administration to invitees (#1095)
+
## [3.2.0-rc1] - 2021-09-12
- [new] #1948 - configure email registration in public polls (#1419, #1728)
- [new] #1950 - allow users to reset their votes (#1578)