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:
authorRené Gieling <github@dartcafe.de>2022-04-04 10:00:33 +0300
committerGitHub <noreply@github.com>2022-04-04 10:00:33 +0300
commit2e6a253bb4ecee0c3672e1d590c79fd4493d4e51 (patch)
tree79749fa216b0c6b6809c0974de66a8746f10c08c /CHANGELOG.md
parent57655e0c3c32ccca87e7d92731623f3f3aab4f27 (diff)
store personal token for a public poll in a cookie (#2351)
* store public personal token in a cookie Signed-off-by: dartcafe <github@dartcafe.de> * few updates Signed-off-by: dartcafe <github@dartcafe.de> * changelog Signed-off-by: dartcafe <github@dartcafe.de> * Update src/js/components/Poll/PublicRegisterModal.vue Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> Co-authored-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b72bf872..92365b79 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file.
- Added email addresses for owner's poll export
- Grouping comments for less noise
- Bulk import for text polls
+- Save username of a public poll (using cookie)
- Changed icon set
- some more design changes
@@ -20,6 +21,11 @@ All notable changes to this project will be documented in this file.
- Dont't add tags to description in plain text invitation mail
- poll list in admin page should not link to a poll
+## [3.6.0-beta2] - tbd
+## New
+- #2261 - Added the option to add links to terms and private policy to public registration dialog
+- #2313 - Translation missing (#2349)
+
## [3.6.0-beta1] - 2022-04-02
## Changes
- #2255 - Rename "hidden" polls to "private" polls, "public" to "open" (#2289)