mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
v3.60
This commit is contained in:
parent
27943796ad
commit
cc70773fd5
7 changed files with 23 additions and 56 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,3 +1,14 @@
|
||||||
|
# v3.60 2020-01-03 Wekan release
|
||||||
|
|
||||||
|
This release fixes the following bugs:
|
||||||
|
|
||||||
|
- [Revert to Wekan v3.57 version of client and models directories,
|
||||||
|
removing Worker role temporarily, because Worker role changes
|
||||||
|
broke saving card](https://github.com/wekan/wekan/commit/27943796ade78ca3c503637a1340918bf06a1267).
|
||||||
|
Thanks to xet7 !
|
||||||
|
|
||||||
|
Thanks to above GitHub users for their contributions and translators for their translations.
|
||||||
|
|
||||||
# v3.59 2020-01-03 Wekan release
|
# v3.59 2020-01-03 Wekan release
|
||||||
|
|
||||||
This release fixes the following bugs:
|
This release fixes the following bugs:
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928
|
appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928
|
||||||
appVersion: "v3.59.0"
|
appVersion: "v3.60.0"
|
||||||
files:
|
files:
|
||||||
userUploads:
|
userUploads:
|
||||||
- README.md
|
- README.md
|
||||||
|
|
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "wekan",
|
"name": "wekan",
|
||||||
"version": "v3.59.0",
|
"version": "v3.60.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "wekan",
|
"name": "wekan",
|
||||||
"version": "v3.59.0",
|
"version": "v3.60.0",
|
||||||
"description": "Open-Source kanban",
|
"description": "Open-Source kanban",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -1524,7 +1524,7 @@ var n=this.pipeline.run(e.tokenizer(t)),r=new e.Vector,i=[],o=this._fields.reduc
|
||||||
<ul class="toc-list-h1">
|
<ul class="toc-list-h1">
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
<a href="#wekan-rest-api" class="toc-h1 toc-link" data-title="Wekan REST API v3.59">Wekan REST API v3.59</a>
|
<a href="#wekan-rest-api" class="toc-h1 toc-link" data-title="Wekan REST API v3.60">Wekan REST API v3.60</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
@ -2017,7 +2017,7 @@ var n=this.pipeline.run(e.tokenizer(t)),r=new e.Vector,i=[],o=this._fields.reduc
|
||||||
<div class="page-wrapper">
|
<div class="page-wrapper">
|
||||||
<div class="dark-box"></div>
|
<div class="dark-box"></div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<h1 id="wekan-rest-api">Wekan REST API v3.59</h1>
|
<h1 id="wekan-rest-api">Wekan REST API v3.60</h1>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>Scroll down for code samples, example requests and responses. Select a language for code samples from the tabs above or the mobile navigation menu.</p>
|
<p>Scroll down for code samples, example requests and responses. Select a language for code samples from the tabs above or the mobile navigation menu.</p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
@ -2837,7 +2837,6 @@ $.ajax({
|
||||||
"isActive": true,
|
"isActive": true,
|
||||||
"isNoComments": true,
|
"isNoComments": true,
|
||||||
"isCommentOnly": true,
|
"isCommentOnly": true,
|
||||||
"isWorker": true,
|
|
||||||
"permission": "string",
|
"permission": "string",
|
||||||
"color": "string"
|
"color": "string"
|
||||||
}'</span>;
|
}'</span>;
|
||||||
|
@ -2948,7 +2947,6 @@ System.out.println(response.toString());
|
||||||
<span class="hljs-attr">isActive:</span> <span class="hljs-literal">true</span>
|
<span class="hljs-attr">isActive:</span> <span class="hljs-literal">true</span>
|
||||||
<span class="hljs-attr">isNoComments:</span> <span class="hljs-literal">true</span>
|
<span class="hljs-attr">isNoComments:</span> <span class="hljs-literal">true</span>
|
||||||
<span class="hljs-attr">isCommentOnly:</span> <span class="hljs-literal">true</span>
|
<span class="hljs-attr">isCommentOnly:</span> <span class="hljs-literal">true</span>
|
||||||
<span class="hljs-attr">isWorker:</span> <span class="hljs-literal">true</span>
|
|
||||||
<span class="hljs-attr">permission:</span> <span class="hljs-string">string</span>
|
<span class="hljs-attr">permission:</span> <span class="hljs-string">string</span>
|
||||||
<span class="hljs-attr">color:</span> <span class="hljs-string">string</span>
|
<span class="hljs-attr">color:</span> <span class="hljs-string">string</span>
|
||||||
|
|
||||||
|
@ -3015,13 +3013,6 @@ System.out.println(response.toString());
|
||||||
<td>only enable comments (default false)</td>
|
<td>only enable comments (default false)</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>» isWorker</td>
|
|
||||||
<td>body</td>
|
|
||||||
<td>boolean</td>
|
|
||||||
<td>false</td>
|
|
||||||
<td>only move cards, assign himself to card and comment (default false)</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>» permission</td>
|
<td>» permission</td>
|
||||||
<td>body</td>
|
<td>body</td>
|
||||||
<td>string</td>
|
<td>string</td>
|
||||||
|
@ -3278,8 +3269,7 @@ System.out.println(response.toString());
|
||||||
<span class="hljs-attr">"isAdmin"</span>: <span class="hljs-literal">true</span>,
|
<span class="hljs-attr">"isAdmin"</span>: <span class="hljs-literal">true</span>,
|
||||||
<span class="hljs-attr">"isActive"</span>: <span class="hljs-literal">true</span>,
|
<span class="hljs-attr">"isActive"</span>: <span class="hljs-literal">true</span>,
|
||||||
<span class="hljs-attr">"isNoComments"</span>: <span class="hljs-literal">true</span>,
|
<span class="hljs-attr">"isNoComments"</span>: <span class="hljs-literal">true</span>,
|
||||||
<span class="hljs-attr">"isCommentOnly"</span>: <span class="hljs-literal">true</span>,
|
<span class="hljs-attr">"isCommentOnly"</span>: <span class="hljs-literal">true</span>
|
||||||
<span class="hljs-attr">"isWorker"</span>: <span class="hljs-literal">true</span>
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
<span class="hljs-attr">"permission"</span>: <span class="hljs-string">"public"</span>,
|
<span class="hljs-attr">"permission"</span>: <span class="hljs-string">"public"</span>,
|
||||||
|
@ -3894,8 +3884,7 @@ $.ajax({
|
||||||
<span class="hljs-keyword">const</span> inputBody = <span class="hljs-string">'{
|
<span class="hljs-keyword">const</span> inputBody = <span class="hljs-string">'{
|
||||||
"isAdmin": true,
|
"isAdmin": true,
|
||||||
"isNoComments": true,
|
"isNoComments": true,
|
||||||
"isCommentOnly": true,
|
"isCommentOnly": true
|
||||||
"isWorker": true
|
|
||||||
}'</span>;
|
}'</span>;
|
||||||
<span class="hljs-keyword">const</span> headers = {
|
<span class="hljs-keyword">const</span> headers = {
|
||||||
<span class="hljs-string">'Content-Type'</span>:<span class="hljs-string">'multipart/form-data'</span>,
|
<span class="hljs-string">'Content-Type'</span>:<span class="hljs-string">'multipart/form-data'</span>,
|
||||||
|
@ -3992,7 +3981,6 @@ System.out.println(response.toString());
|
||||||
<pre class="highlight tab tab-yaml"><code><span class="hljs-attr">isAdmin:</span> <span class="hljs-literal">true</span>
|
<pre class="highlight tab tab-yaml"><code><span class="hljs-attr">isAdmin:</span> <span class="hljs-literal">true</span>
|
||||||
<span class="hljs-attr">isNoComments:</span> <span class="hljs-literal">true</span>
|
<span class="hljs-attr">isNoComments:</span> <span class="hljs-literal">true</span>
|
||||||
<span class="hljs-attr">isCommentOnly:</span> <span class="hljs-literal">true</span>
|
<span class="hljs-attr">isCommentOnly:</span> <span class="hljs-literal">true</span>
|
||||||
<span class="hljs-attr">isWorker:</span> <span class="hljs-literal">true</span>
|
|
||||||
|
|
||||||
</code></pre>
|
</code></pre>
|
||||||
<h3 id="set_board_member_permission-parameters">Parameters</h3>
|
<h3 id="set_board_member_permission-parameters">Parameters</h3>
|
||||||
|
@ -4049,13 +4037,6 @@ System.out.println(response.toString());
|
||||||
<td>true</td>
|
<td>true</td>
|
||||||
<td>CommentsOnly capability</td>
|
<td>CommentsOnly capability</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
|
||||||
<td>» isWorker</td>
|
|
||||||
<td>body</td>
|
|
||||||
<td>boolean</td>
|
|
||||||
<td>true</td>
|
|
||||||
<td>Worker capability</td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<h4 id="detailed-descriptions">Detailed descriptions</h4>
|
<h4 id="detailed-descriptions">Detailed descriptions</h4>
|
||||||
|
@ -13627,8 +13608,7 @@ UserSecurity
|
||||||
<span class="hljs-attr">"isAdmin"</span>: <span class="hljs-literal">true</span>,
|
<span class="hljs-attr">"isAdmin"</span>: <span class="hljs-literal">true</span>,
|
||||||
<span class="hljs-attr">"isActive"</span>: <span class="hljs-literal">true</span>,
|
<span class="hljs-attr">"isActive"</span>: <span class="hljs-literal">true</span>,
|
||||||
<span class="hljs-attr">"isNoComments"</span>: <span class="hljs-literal">true</span>,
|
<span class="hljs-attr">"isNoComments"</span>: <span class="hljs-literal">true</span>,
|
||||||
<span class="hljs-attr">"isCommentOnly"</span>: <span class="hljs-literal">true</span>,
|
<span class="hljs-attr">"isCommentOnly"</span>: <span class="hljs-literal">true</span>
|
||||||
<span class="hljs-attr">"isWorker"</span>: <span class="hljs-literal">true</span>
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
<span class="hljs-attr">"permission"</span>: <span class="hljs-string">"public"</span>,
|
<span class="hljs-attr">"permission"</span>: <span class="hljs-string">"public"</span>,
|
||||||
|
@ -14054,8 +14034,7 @@ UserSecurity
|
||||||
<span class="hljs-attr">"isAdmin"</span>: <span class="hljs-literal">true</span>,
|
<span class="hljs-attr">"isAdmin"</span>: <span class="hljs-literal">true</span>,
|
||||||
<span class="hljs-attr">"isActive"</span>: <span class="hljs-literal">true</span>,
|
<span class="hljs-attr">"isActive"</span>: <span class="hljs-literal">true</span>,
|
||||||
<span class="hljs-attr">"isNoComments"</span>: <span class="hljs-literal">true</span>,
|
<span class="hljs-attr">"isNoComments"</span>: <span class="hljs-literal">true</span>,
|
||||||
<span class="hljs-attr">"isCommentOnly"</span>: <span class="hljs-literal">true</span>,
|
<span class="hljs-attr">"isCommentOnly"</span>: <span class="hljs-literal">true</span>
|
||||||
<span class="hljs-attr">"isWorker"</span>: <span class="hljs-literal">true</span>
|
|
||||||
}
|
}
|
||||||
|
|
||||||
</code></pre>
|
</code></pre>
|
||||||
|
@ -14106,13 +14085,6 @@ UserSecurity
|
||||||
<td>none</td>
|
<td>none</td>
|
||||||
<td>Is the member only allowed to comment on the board</td>
|
<td>Is the member only allowed to comment on the board</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
|
||||||
<td>isWorker</td>
|
|
||||||
<td>boolean</td>
|
|
||||||
<td>false</td>
|
|
||||||
<td>none</td>
|
|
||||||
<td>Is the member only allowed to move card, assign himself to card and comment</td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<h2 id="tocscardcomments">CardComments</h2>
|
<h2 id="tocscardcomments">CardComments</h2>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
swagger: '2.0'
|
swagger: '2.0'
|
||||||
info:
|
info:
|
||||||
title: Wekan REST API
|
title: Wekan REST API
|
||||||
version: v3.59
|
version: v3.60
|
||||||
description: |
|
description: |
|
||||||
The REST API allows you to control and extend Wekan with ease.
|
The REST API allows you to control and extend Wekan with ease.
|
||||||
|
|
||||||
|
@ -211,12 +211,6 @@ paths:
|
||||||
only enable comments (default false)
|
only enable comments (default false)
|
||||||
type: boolean
|
type: boolean
|
||||||
required: false
|
required: false
|
||||||
- name: isWorker
|
|
||||||
in: formData
|
|
||||||
description: |
|
|
||||||
only move cards, assign himself to card and comment (default false)
|
|
||||||
type: boolean
|
|
||||||
required: false
|
|
||||||
- name: permission
|
- name: permission
|
||||||
in: formData
|
in: formData
|
||||||
description: |
|
description: |
|
||||||
|
@ -1540,12 +1534,6 @@ paths:
|
||||||
CommentsOnly capability
|
CommentsOnly capability
|
||||||
type: boolean
|
type: boolean
|
||||||
required: true
|
required: true
|
||||||
- name: isWorker
|
|
||||||
in: formData
|
|
||||||
description: |
|
|
||||||
Worker capability
|
|
||||||
type: boolean
|
|
||||||
required: true
|
|
||||||
- name: board
|
- name: board
|
||||||
in: path
|
in: path
|
||||||
description: |
|
description: |
|
||||||
|
@ -2227,10 +2215,6 @@ definitions:
|
||||||
description: |
|
description: |
|
||||||
Is the member only allowed to comment on the board
|
Is the member only allowed to comment on the board
|
||||||
type: boolean
|
type: boolean
|
||||||
isWorker:
|
|
||||||
description: |
|
|
||||||
Is the member only allowed to move card, assign himself to card and comment
|
|
||||||
type: boolean
|
|
||||||
required:
|
required:
|
||||||
- userId
|
- userId
|
||||||
- isAdmin
|
- isAdmin
|
||||||
|
|
|
@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = (
|
||||||
appTitle = (defaultText = "Wekan"),
|
appTitle = (defaultText = "Wekan"),
|
||||||
# The name of the app as it is displayed to the user.
|
# The name of the app as it is displayed to the user.
|
||||||
|
|
||||||
appVersion = 361,
|
appVersion = 362,
|
||||||
# Increment this for every release.
|
# Increment this for every release.
|
||||||
|
|
||||||
appMarketingVersion = (defaultText = "3.59.0~2020-01-03"),
|
appMarketingVersion = (defaultText = "3.60.0~2020-01-03"),
|
||||||
# Human-readable presentation of the app version.
|
# Human-readable presentation of the app version.
|
||||||
|
|
||||||
minUpgradableAppVersion = 0,
|
minUpgradableAppVersion = 0,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue