This commit is contained in:
Lauri Ojansivu 2021-04-14 13:14:21 +03:00
parent 8aa74ab65e
commit 69305e1833
7 changed files with 102 additions and 7595 deletions

View file

@ -1,4 +1,4 @@
# Upcoming Wekan release
# v5.20 2021-04-14 Wekan release
This release fixes the following bugs:

View file

@ -1,5 +1,5 @@
appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928
appVersion: "v5.19.0"
appVersion: "v5.20.0"
files:
userUploads:
- README.md

7592
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
{
"name": "wekan",
"version": "v5.19.0",
"version": "v5.20.0",
"description": "Open-Source kanban",
"private": true,
"scripts": {

View file

@ -7,7 +7,7 @@
<meta charset="utf-8">
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>Wekan REST API v5.17</title>
<title>Wekan REST API v5.20</title>
<style>
</style>
@ -1549,7 +1549,7 @@ var n=this.pipeline.run(e.tokenizer(t)),r=new e.Vector,i=[],o=this._fields.reduc
<ul class="toc-list-h1">
<li>
<a href="#wekan-rest-api" class="toc-h1 toc-link" data-title="Wekan REST API v5.17">Wekan REST API v5.17</a>
<a href="#wekan-rest-api" class="toc-h1 toc-link" data-title="Wekan REST API v5.20">Wekan REST API v5.20</a>
</li>
@ -2092,7 +2092,7 @@ var n=this.pipeline.run(e.tokenizer(t)),r=new e.Vector,i=[],o=this._fields.reduc
<div class="page-wrapper">
<div class="dark-box"></div>
<div class="content">
<h1 id="wekan-rest-api">Wekan REST API v5.17</h1>
<h1 id="wekan-rest-api">Wekan REST API v5.20</h1>
<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>
</blockquote>
@ -3478,7 +3478,7 @@ System.out.println(response.toString());
{
<span class="hljs-attr">&quot;_id&quot;</span>: <span class="hljs-string">&quot;string&quot;</span>,
<span class="hljs-attr">&quot;name&quot;</span>: <span class="hljs-string">&quot;string&quot;</span>,
<span class="hljs-attr">&quot;color&quot;</span>: <span class="hljs-string">&quot;green&quot;</span>
<span class="hljs-attr">&quot;color&quot;</span>: <span class="hljs-string">&quot;white&quot;</span>
}
],
<span class="hljs-attr">&quot;members&quot;</span>: [
@ -3506,6 +3506,7 @@ System.out.println(response.toString());
<span class="hljs-attr">&quot;allowsDescriptionText&quot;</span>: <span class="hljs-literal">true</span>,
<span class="hljs-attr">&quot;allowsActivities&quot;</span>: <span class="hljs-literal">true</span>,
<span class="hljs-attr">&quot;allowsLabels&quot;</span>: <span class="hljs-literal">true</span>,
<span class="hljs-attr">&quot;allowsCreator&quot;</span>: <span class="hljs-literal">true</span>,
<span class="hljs-attr">&quot;allowsAssignee&quot;</span>: <span class="hljs-literal">true</span>,
<span class="hljs-attr">&quot;allowsMembers&quot;</span>: <span class="hljs-literal">true</span>,
<span class="hljs-attr">&quot;allowsRequestedBy&quot;</span>: <span class="hljs-literal">true</span>,
@ -3520,7 +3521,7 @@ System.out.println(response.toString());
<span class="hljs-attr">&quot;endAt&quot;</span>: <span class="hljs-string">&quot;string&quot;</span>,
<span class="hljs-attr">&quot;spentTime&quot;</span>: <span class="hljs-number">0</span>,
<span class="hljs-attr">&quot;isOvertime&quot;</span>: <span class="hljs-literal">true</span>,
<span class="hljs-attr">&quot;type&quot;</span>: <span class="hljs-string">&quot;string&quot;</span>,
<span class="hljs-attr">&quot;type&quot;</span>: <span class="hljs-string">&quot;board&quot;</span>,
<span class="hljs-attr">&quot;sort&quot;</span>: <span class="hljs-number">0</span>
}
</code></pre>
@ -9028,7 +9029,7 @@ System.out.println(response.toString());
<span class="hljs-attr">&quot;userId&quot;</span>: <span class="hljs-string">&quot;string&quot;</span>,
<span class="hljs-attr">&quot;sort&quot;</span>: <span class="hljs-number">0</span>,
<span class="hljs-attr">&quot;subtaskSort&quot;</span>: <span class="hljs-number">0</span>,
<span class="hljs-attr">&quot;type&quot;</span>: <span class="hljs-string">&quot;string&quot;</span>,
<span class="hljs-attr">&quot;type&quot;</span>: <span class="hljs-string">&quot;cardtype-card&quot;</span>,
<span class="hljs-attr">&quot;linkedId&quot;</span>: <span class="hljs-string">&quot;string&quot;</span>,
<span class="hljs-attr">&quot;vote&quot;</span>: {
<span class="hljs-attr">&quot;question&quot;</span>: <span class="hljs-string">&quot;string&quot;</span>,
@ -18169,7 +18170,7 @@ UserSecurity
{
<span class="hljs-attr">&quot;_id&quot;</span>: <span class="hljs-string">&quot;string&quot;</span>,
<span class="hljs-attr">&quot;name&quot;</span>: <span class="hljs-string">&quot;string&quot;</span>,
<span class="hljs-attr">&quot;color&quot;</span>: <span class="hljs-string">&quot;green&quot;</span>
<span class="hljs-attr">&quot;color&quot;</span>: <span class="hljs-string">&quot;white&quot;</span>
}
],
<span class="hljs-attr">&quot;members&quot;</span>: [
@ -18197,6 +18198,7 @@ UserSecurity
<span class="hljs-attr">&quot;allowsDescriptionText&quot;</span>: <span class="hljs-literal">true</span>,
<span class="hljs-attr">&quot;allowsActivities&quot;</span>: <span class="hljs-literal">true</span>,
<span class="hljs-attr">&quot;allowsLabels&quot;</span>: <span class="hljs-literal">true</span>,
<span class="hljs-attr">&quot;allowsCreator&quot;</span>: <span class="hljs-literal">true</span>,
<span class="hljs-attr">&quot;allowsAssignee&quot;</span>: <span class="hljs-literal">true</span>,
<span class="hljs-attr">&quot;allowsMembers&quot;</span>: <span class="hljs-literal">true</span>,
<span class="hljs-attr">&quot;allowsRequestedBy&quot;</span>: <span class="hljs-literal">true</span>,
@ -18211,7 +18213,7 @@ UserSecurity
<span class="hljs-attr">&quot;endAt&quot;</span>: <span class="hljs-string">&quot;string&quot;</span>,
<span class="hljs-attr">&quot;spentTime&quot;</span>: <span class="hljs-number">0</span>,
<span class="hljs-attr">&quot;isOvertime&quot;</span>: <span class="hljs-literal">true</span>,
<span class="hljs-attr">&quot;type&quot;</span>: <span class="hljs-string">&quot;string&quot;</span>,
<span class="hljs-attr">&quot;type&quot;</span>: <span class="hljs-string">&quot;board&quot;</span>,
<span class="hljs-attr">&quot;sort&quot;</span>: <span class="hljs-number">0</span>
}
@ -18398,6 +18400,13 @@ UserSecurity
<td>Does the board allows labels?</td>
</tr>
<tr>
<td>allowsCreator</td>
<td>boolean</td>
<td>true</td>
<td>none</td>
<td>Does the board allow creator?</td>
</tr>
<tr>
<td>allowsAssignee</td>
<td>boolean</td>
<td>true</td>
@ -18500,7 +18509,7 @@ UserSecurity
<td>string</td>
<td>true</td>
<td>none</td>
<td>The type of board</td>
<td>The type of board<br />possible values: board, template-board, template-container</td>
</tr>
<tr>
<td>sort</td>
@ -18612,6 +18621,18 @@ UserSecurity
<td>presentParentTask</td>
<td>no-parent</td>
</tr>
<tr>
<td>type</td>
<td>board</td>
</tr>
<tr>
<td>type</td>
<td>template-board</td>
</tr>
<tr>
<td>type</td>
<td>template-container</td>
</tr>
</tbody>
</table>
<h2 id="tocs_boardslabels">BoardsLabels</h2>
@ -18622,7 +18643,7 @@ UserSecurity
<pre class="highlight tab tab-json"><code>{
<span class="hljs-attr">&quot;_id&quot;</span>: <span class="hljs-string">&quot;string&quot;</span>,
<span class="hljs-attr">&quot;name&quot;</span>: <span class="hljs-string">&quot;string&quot;</span>,
<span class="hljs-attr">&quot;color&quot;</span>: <span class="hljs-string">&quot;green&quot;</span>
<span class="hljs-attr">&quot;color&quot;</span>: <span class="hljs-string">&quot;white&quot;</span>
}
</code></pre>
@ -18672,6 +18693,10 @@ UserSecurity
<tbody>
<tr>
<td>color</td>
<td>white</td>
</tr>
<tr>
<td>color</td>
<td>green</td>
</tr>
<tr>
@ -18953,7 +18978,7 @@ UserSecurity
<span class="hljs-attr">&quot;userId&quot;</span>: <span class="hljs-string">&quot;string&quot;</span>,
<span class="hljs-attr">&quot;sort&quot;</span>: <span class="hljs-number">0</span>,
<span class="hljs-attr">&quot;subtaskSort&quot;</span>: <span class="hljs-number">0</span>,
<span class="hljs-attr">&quot;type&quot;</span>: <span class="hljs-string">&quot;string&quot;</span>,
<span class="hljs-attr">&quot;type&quot;</span>: <span class="hljs-string">&quot;cardtype-card&quot;</span>,
<span class="hljs-attr">&quot;linkedId&quot;</span>: <span class="hljs-string">&quot;string&quot;</span>,
<span class="hljs-attr">&quot;vote&quot;</span>: {
<span class="hljs-attr">&quot;question&quot;</span>: <span class="hljs-string">&quot;string&quot;</span>,
@ -19310,6 +19335,18 @@ UserSecurity
<td>color</td>
<td>indigo</td>
</tr>
<tr>
<td>type</td>
<td>cardtype-card</td>
</tr>
<tr>
<td>type</td>
<td>cardtype-linkedcard</td>
</tr>
<tr>
<td>type</td>
<td>cardtype-linkedboard</td>
</tr>
</tbody>
</table>
<h2 id="tocs_cardsvote">CardsVote</h2>
@ -19564,7 +19601,9 @@ UserSecurity
<span class="hljs-attr">&quot;currencyCode&quot;</span>: <span class="hljs-string">&quot;string&quot;</span>,
<span class="hljs-attr">&quot;dropdownItems&quot;</span>: [
{}
]
],
<span class="hljs-attr">&quot;stringtemplateFormat&quot;</span>: <span class="hljs-string">&quot;string&quot;</span>,
<span class="hljs-attr">&quot;stringtemplateSeparator&quot;</span>: <span class="hljs-string">&quot;string&quot;</span>
},
<span class="hljs-attr">&quot;showOnCard&quot;</span>: <span class="hljs-literal">true</span>,
<span class="hljs-attr">&quot;automaticallyOnCard&quot;</span>: <span class="hljs-literal">true</span>,
@ -19693,6 +19732,10 @@ UserSecurity
<td>type</td>
<td>currency</td>
</tr>
<tr>
<td>type</td>
<td>stringtemplate</td>
</tr>
</tbody>
</table>
<h2 id="tocs_customfieldssettings">CustomFieldsSettings</h2>
@ -19704,7 +19747,9 @@ UserSecurity
<span class="hljs-attr">&quot;currencyCode&quot;</span>: <span class="hljs-string">&quot;string&quot;</span>,
<span class="hljs-attr">&quot;dropdownItems&quot;</span>: [
{}
]
],
<span class="hljs-attr">&quot;stringtemplateFormat&quot;</span>: <span class="hljs-string">&quot;string&quot;</span>,
<span class="hljs-attr">&quot;stringtemplateSeparator&quot;</span>: <span class="hljs-string">&quot;string&quot;</span>
}
</code></pre>
@ -19734,6 +19779,20 @@ UserSecurity
<td>none</td>
<td>list of drop down items objects</td>
</tr>
<tr>
<td>stringtemplateFormat</td>
<td>string</td>
<td>false</td>
<td>none</td>
<td>none</td>
</tr>
<tr>
<td>stringtemplateSeparator</td>
<td>string</td>
<td>false</td>
<td>none</td>
<td>none</td>
</tr>
</tbody>
</table>
<h2 id="tocs_customfieldssettingsdropdownitems">CustomFieldsSettingsDropdownitems</h2>
@ -20039,6 +20098,10 @@ UserSecurity
</tr>
<tr>
<td>color</td>
<td>silver</td>
</tr>
<tr>
<td>color</td>
<td>peachpuff</td>
</tr>
<tr>
@ -20297,6 +20360,10 @@ UserSecurity
</tr>
<tr>
<td>color</td>
<td>silver</td>
</tr>
<tr>
<td>color</td>
<td>peachpuff</td>
</tr>
<tr>

View file

@ -1,7 +1,7 @@
swagger: '2.0'
info:
title: Wekan REST API
version: v5.19
version: v5.20
description: |
The REST API allows you to control and extend Wekan with ease.

View file

@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = (
appTitle = (defaultText = "Wekan"),
# The name of the app as it is displayed to the user.
appVersion = 519,
appVersion = 520,
# Increment this for every release.
appMarketingVersion = (defaultText = "5.19.0~2021-04-14"),
appMarketingVersion = (defaultText = "5.20.0~2021-04-14"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,