Skip to content

Commit

Permalink
RC3 - version 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dartcafe committed Sep 21, 2020
1 parent 517170d commit 19d189e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Changelog
All notable changes to this project will be documented in this file.

## [1.5.4 - release] - tbd (before 2020-10-03)
- adding missing translations
- release blocking fixes

## [1.5.3 - RC3] - 2020-09-21
- Added setting for defining default view for
- text polls, defaults to mobile/list layout and
- date polls, defaults to desktop/table layout #744
- better UX for site users, which enter a poll via public link and could login #1096

## [1.5.2 - RC2] - 2020-09-15
- fixing Translations
- updated dependencies
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<name>Polls</name>
<summary>A polls app, similar to doodle/dudle with the possibility to restrict access.</summary>
<description>A polls app, similar to doodle/dudle with the possibility to restrict access (members, certain groups/users, hidden and public).</description>
<version>1.5.2</version>
<version>1.5.3</version>
<licence>agpl</licence>
<author>Vinzenz Rosenkranz</author>
<author>René Gieling</author>
Expand Down
8 changes: 0 additions & 8 deletions appinfo/routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,10 @@
['name' => 'option#confirm', 'url' => '/option/{optionId}/confirm', 'verb' => 'PUT'],
['name' => 'option#sequence', 'url' => '/option/{optionId}/sequence', 'verb' => 'POST'],
['name' => 'option#findCalendarEvents', 'url' => '/option/{optionId}/events', 'verb' => 'GET'],
// ['name' => 'option#listByToken', 'url' => '/options/get/s/{token}', 'verb' => 'GET'],

['name' => 'vote#set', 'url' => '/vote/set', 'verb' => 'POST'],
['name' => 'vote#setByToken', 'url' => '/vote/set/s', 'verb' => 'POST'],
['name' => 'vote#delete', 'url' => '/votes/delete', 'verb' => 'POST'],
// ['name' => 'vote#get', 'url' => '/votes/get/{pollId}', 'verb' => 'GET'],
// ['name' => 'vote#getByToken', 'url' => '/votes/get/s/{token}', 'verb' => 'GET'],

['name' => 'share#add', 'url' => '/share/add', 'verb' => 'POST'],
['name' => 'share#get', 'url' => '/share/{token}', 'verb' => 'GET'],
Expand All @@ -70,11 +67,6 @@

['name' => 'comment#add', 'url' => '/comment', 'verb' => 'POST'],
['name' => 'comment#delete', 'url' => '/comment/{commentId}', 'verb' => 'DELETE'],
// ['name' => 'comment#list', 'url' => '/comments/{pollId}', 'verb' => 'GET'],
// ['name' => 'comment#getByToken', 'url' => '/comments/s/{token}', 'verb' => 'GET'],

// ['name' => 'acl#getByToken', 'url' => '/acl/get/s/{token}', 'verb' => 'GET'],
// ['name' => 'acl#get', 'url' => '/acl/get/{id}', 'verb' => 'GET'],

['name' => 'system#get_site_users_and_groups', 'url' => '/siteusers/get', 'verb' => 'POST'],
['name' => 'system#validate_public_username', 'url' => '/check/username', 'verb' => 'POST'],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "polls",
"description": "Polls app for nextcloud",
"version": "1.5.2",
"version": "1.5.3",
"authors": [
{
"name": "Vinzenz Rosenkranz",
Expand Down

0 comments on commit 19d189e

Please sign in to comment.