mirror of
https://github.com/wekan/wekan.git
synced 2025-12-25 19:58:49 +01:00
Merge branch 'master' of https://github.com/wekan/wekan
This commit is contained in:
commit
6d588130dd
19 changed files with 258 additions and 54 deletions
|
|
@ -6,7 +6,7 @@ ENV DEBIAN_FRONTEND=noninteractive
|
|||
|
||||
ENV \
|
||||
DEBUG=false \
|
||||
NODE_VERSION=v12.22.2 \
|
||||
NODE_VERSION=v12.22.3 \
|
||||
METEOR_RELEASE=1.10.2 \
|
||||
USE_EDGE=false \
|
||||
METEOR_EDGE=1.5-beta.17 \
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@ parts:
|
|||
wekan:
|
||||
source: .
|
||||
plugin: nodejs
|
||||
node-engine: 12.22.2
|
||||
node-engine: 12.22.3
|
||||
node-packages:
|
||||
- node-gyp
|
||||
- node-pre-gyp
|
||||
|
|
|
|||
|
|
@ -83,7 +83,7 @@ parts:
|
|||
wekan:
|
||||
source: .
|
||||
plugin: nodejs
|
||||
node-engine: 12.22.2
|
||||
node-engine: 12.22.3
|
||||
node-packages:
|
||||
- node-gyp
|
||||
- node-pre-gyp
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ sudo: required
|
|||
|
||||
env:
|
||||
TRAVIS_DOCKER_COMPOSE_VERSION: 1.24.0
|
||||
TRAVIS_NODE_VERSION: 12.22.2
|
||||
TRAVIS_NODE_VERSION: 12.22.3
|
||||
TRAVIS_NPM_VERSION: latest
|
||||
|
||||
before_install:
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
Note: With Docker, please don't use latest tag. Only use release tags.
|
||||
See https://github.com/wekan/wekan/issues/3874
|
||||
|
||||
# Upcoming Wekan release
|
||||
# v5.38 2021-07-18 Wekan release
|
||||
|
||||
This release adds the following new features:
|
||||
|
||||
|
|
@ -18,6 +18,8 @@ and adds the following updates:
|
|||
[Part 1](https://github.com/wekan/wekan/commit/7024929881c05cad472de74c86517cf80c8e240c),
|
||||
[Part 2](https://github.com/wekan/wekan/commit/609adcdf100db226c5f310577195afa4b1a4aead).
|
||||
Thanks to developers of dependencies.
|
||||
- [Updated to Node.js v12.22.3](https://github.com/wekan/wekan/commit/d538a01d1962464cf4cb001462669150eeafaa99).
|
||||
Thanks to Node.js developers.
|
||||
|
||||
and fixes the following bugs:
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ ARG DEBIAN_FRONTEND=noninteractive
|
|||
|
||||
ENV BUILD_DEPS="apt-utils libarchive-tools gnupg gosu wget curl bzip2 g++ build-essential git ca-certificates python3" \
|
||||
DEBUG=false \
|
||||
NODE_VERSION=v12.22.2 \
|
||||
NODE_VERSION=v12.22.3 \
|
||||
METEOR_RELEASE=1.10.2 \
|
||||
USE_EDGE=false \
|
||||
METEOR_EDGE=1.5-beta.17 \
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ FROM amd64/alpine:3.7 AS builder
|
|||
ENV QEMU_VERSION=v4.2.0-6 \
|
||||
QEMU_ARCHITECTURE=aarch64 \
|
||||
NODE_ARCHITECTURE=linux-arm64 \
|
||||
NODE_VERSION=v12.22.2 \
|
||||
NODE_VERSION=v12.22.3 \
|
||||
WEKAN_VERSION=latest \
|
||||
WEKAN_ARCHITECTURE=arm64
|
||||
|
||||
|
|
@ -40,7 +40,7 @@ LABEL maintainer="wekan"
|
|||
# Set the environment variables (defaults where required)
|
||||
ENV QEMU_ARCHITECTURE=aarch64 \
|
||||
NODE_ARCHITECTURE=linux-arm64 \
|
||||
NODE_VERSION=v12.22.2 \
|
||||
NODE_VERSION=v12.22.3 \
|
||||
NODE_ENV=production \
|
||||
NPM_VERSION=latest \
|
||||
WITH_API=true \
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928
|
||||
appVersion: "v5.37.0"
|
||||
appVersion: "v5.38.0"
|
||||
files:
|
||||
userUploads:
|
||||
- README.md
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@
|
|||
"activity-endDate": "editoval(a) datum ukončení na %s z %s",
|
||||
"add-attachment": "Přidat přílohu",
|
||||
"add-board": "Přidat tablo",
|
||||
"add-template": "Add Template",
|
||||
"add-template": "Přidat šablonu",
|
||||
"add-card": "Přidat kartu",
|
||||
"add-card-to-top-of-list": "Přidat kartu na začátek seznamu",
|
||||
"add-card-to-bottom-of-list": "Přidat kartu na konec seznamu",
|
||||
|
|
@ -120,8 +120,8 @@
|
|||
"archives": "Archiv",
|
||||
"template": "Šablona",
|
||||
"templates": "Šablony",
|
||||
"template-container": "Template Container",
|
||||
"add-template-container": "Add Template Container",
|
||||
"template-container": "Kontejner šablony",
|
||||
"add-template-container": "Přidat kontejner šablony",
|
||||
"assign-member": "Přiřadit člena",
|
||||
"attached": "přiloženo",
|
||||
"attachment": "Příloha",
|
||||
|
|
|
|||
|
|
@ -120,8 +120,8 @@
|
|||
"archives": "封存",
|
||||
"template": "範本",
|
||||
"templates": "範本",
|
||||
"template-container": "Template Container",
|
||||
"add-template-container": "Add Template Container",
|
||||
"template-container": "範本容器",
|
||||
"add-template-container": "新增範本容器",
|
||||
"assign-member": "分配成員",
|
||||
"attached": "附加",
|
||||
"attachment": "附件",
|
||||
|
|
@ -199,12 +199,12 @@
|
|||
"poker-oneHundred": "100",
|
||||
"poker-unsure": "?",
|
||||
"poker-finish": "完成",
|
||||
"poker-result-votes": "Votes",
|
||||
"poker-result-who": "Who",
|
||||
"poker-result-votes": "投票",
|
||||
"poker-result-who": "誰",
|
||||
"poker-replay": "重播",
|
||||
"set-estimation": "Set Estimation",
|
||||
"set-estimation": "設定預估時間",
|
||||
"deletePokerPopup-title": "刪除規劃撲克?",
|
||||
"poker-delete-pop": "Deleting is permanent. You will lose all actions associated with this planning poker.",
|
||||
"poker-delete-pop": "刪除是永遠的,你會失去所有與此規劃撲克相關動作關聯",
|
||||
"cardDeletePopup-title": "徹底刪除卡片?",
|
||||
"cardDetailsActionsPopup-title": "卡片操作",
|
||||
"cardLabelsPopup-title": "標籤",
|
||||
|
|
@ -1041,7 +1041,7 @@
|
|||
"creator": "創建者",
|
||||
"filesReportTitle": "Files Report",
|
||||
"orphanedFilesReportTitle": "Orphaned Files Report",
|
||||
"reports": "Reports",
|
||||
"reports": "報告",
|
||||
"rulesReportTitle": "Rules Report",
|
||||
"copy-swimlane": "複製泳道流程圖",
|
||||
"copySwimlanePopup-title": "複製泳道流程圖",
|
||||
|
|
|
|||
2
package-lock.json
generated
2
package-lock.json
generated
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "wekan",
|
||||
"version": "v5.37.0",
|
||||
"version": "v5.38.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "wekan",
|
||||
"version": "v5.37.0",
|
||||
"version": "v5.38.0",
|
||||
"description": "Open-Source kanban",
|
||||
"private": true,
|
||||
"repository": {
|
||||
|
|
|
|||
|
|
@ -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.37</title>
|
||||
<title>Wekan REST API v5.38</title>
|
||||
|
||||
<style>
|
||||
</style>
|
||||
|
|
@ -1490,6 +1490,8 @@ var n=this.pipeline.run(e.tokenizer(t)),r=new e.Vector,i=[],o=this._fields.reduc
|
|||
<!-- backwards compatibility -->
|
||||
<!-- backwards compatibility -->
|
||||
<!-- backwards compatibility -->
|
||||
<!-- backwards compatibility -->
|
||||
<!-- backwards compatibility -->
|
||||
<!-- backwards compatibility -->
|
||||
</head>
|
||||
|
||||
|
|
@ -1553,7 +1555,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.37">Wekan REST API v5.37</a>
|
||||
<a href="#wekan-rest-api" class="toc-h1 toc-link" data-title="Wekan REST API v5.38">Wekan REST API v5.38</a>
|
||||
|
||||
</li>
|
||||
|
||||
|
|
@ -1996,6 +1998,16 @@ var n=this.pipeline.run(e.tokenizer(t)),r=new e.Vector,i=[],o=this._fields.reduc
|
|||
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="#tocs_boardsorgs" class="toc-h2 toc-link" data-title="">BoardsOrgs</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="#tocs_boardsteams" class="toc-h2 toc-link" data-title="">BoardsTeams</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="#tocs_cardcomments" class="toc-h2 toc-link" data-title="">CardComments</a>
|
||||
|
||||
|
|
@ -2116,7 +2128,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.37</h1>
|
||||
<h1 id="wekan-rest-api">Wekan REST API v5.38</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>
|
||||
|
|
@ -3516,6 +3528,20 @@ System.out.println(response.toString());
|
|||
}
|
||||
],
|
||||
<span class="hljs-attr">"permission"</span>: <span class="hljs-string">"public"</span>,
|
||||
<span class="hljs-attr">"orgs"</span>: [
|
||||
{
|
||||
<span class="hljs-attr">"orgId"</span>: <span class="hljs-string">"string"</span>,
|
||||
<span class="hljs-attr">"orgDisplayName"</span>: <span class="hljs-string">"string"</span>,
|
||||
<span class="hljs-attr">"isActive"</span>: <span class="hljs-literal">true</span>
|
||||
}
|
||||
],
|
||||
<span class="hljs-attr">"teams"</span>: [
|
||||
{
|
||||
<span class="hljs-attr">"teamId"</span>: <span class="hljs-string">"string"</span>,
|
||||
<span class="hljs-attr">"teamDisplayName"</span>: <span class="hljs-string">"string"</span>,
|
||||
<span class="hljs-attr">"isActive"</span>: <span class="hljs-literal">true</span>
|
||||
}
|
||||
],
|
||||
<span class="hljs-attr">"color"</span>: <span class="hljs-string">"belize"</span>,
|
||||
<span class="hljs-attr">"description"</span>: <span class="hljs-string">"string"</span>,
|
||||
<span class="hljs-attr">"subtasksDefaultBoardId"</span>: <span class="hljs-string">"string"</span>,
|
||||
|
|
@ -18294,6 +18320,20 @@ UserSecurity
|
|||
}
|
||||
],
|
||||
<span class="hljs-attr">"permission"</span>: <span class="hljs-string">"public"</span>,
|
||||
<span class="hljs-attr">"orgs"</span>: [
|
||||
{
|
||||
<span class="hljs-attr">"orgId"</span>: <span class="hljs-string">"string"</span>,
|
||||
<span class="hljs-attr">"orgDisplayName"</span>: <span class="hljs-string">"string"</span>,
|
||||
<span class="hljs-attr">"isActive"</span>: <span class="hljs-literal">true</span>
|
||||
}
|
||||
],
|
||||
<span class="hljs-attr">"teams"</span>: [
|
||||
{
|
||||
<span class="hljs-attr">"teamId"</span>: <span class="hljs-string">"string"</span>,
|
||||
<span class="hljs-attr">"teamDisplayName"</span>: <span class="hljs-string">"string"</span>,
|
||||
<span class="hljs-attr">"isActive"</span>: <span class="hljs-literal">true</span>
|
||||
}
|
||||
],
|
||||
<span class="hljs-attr">"color"</span>: <span class="hljs-string">"belize"</span>,
|
||||
<span class="hljs-attr">"description"</span>: <span class="hljs-string">"string"</span>,
|
||||
<span class="hljs-attr">"subtasksDefaultBoardId"</span>: <span class="hljs-string">"string"</span>,
|
||||
|
|
@ -18413,6 +18453,20 @@ UserSecurity
|
|||
<td>visibility of the board</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>orgs</td>
|
||||
<td>[<a href="#schemaboardsorgs">BoardsOrgs</a>]¦null</td>
|
||||
<td>false</td>
|
||||
<td>none</td>
|
||||
<td>the list of organizations that a board belongs to</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>teams</td>
|
||||
<td>[<a href="#schemaboardsteams">BoardsTeams</a>]¦null</td>
|
||||
<td>false</td>
|
||||
<td>none</td>
|
||||
<td>the list of teams that a board belongs to</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>color</td>
|
||||
<td>string</td>
|
||||
<td>true</td>
|
||||
|
|
@ -18982,6 +19036,100 @@ UserSecurity
|
|||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h2 id="tocs_boardsorgs">BoardsOrgs</h2>
|
||||
<p><a id="schemaboardsorgs"></a>
|
||||
<a id="schema_BoardsOrgs"></a>
|
||||
<a id="tocSboardsorgs"></a>
|
||||
<a id="tocsboardsorgs"></a></p>
|
||||
<pre class="highlight tab tab-json"><code>{
|
||||
<span class="hljs-attr">"orgId"</span>: <span class="hljs-string">"string"</span>,
|
||||
<span class="hljs-attr">"orgDisplayName"</span>: <span class="hljs-string">"string"</span>,
|
||||
<span class="hljs-attr">"isActive"</span>: <span class="hljs-literal">true</span>
|
||||
}
|
||||
|
||||
</code></pre>
|
||||
<h3 id="properties-4">Properties</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
<th>Type</th>
|
||||
<th>Required</th>
|
||||
<th>Restrictions</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>orgId</td>
|
||||
<td>string</td>
|
||||
<td>true</td>
|
||||
<td>none</td>
|
||||
<td>The uniq ID of the organization</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>orgDisplayName</td>
|
||||
<td>string</td>
|
||||
<td>true</td>
|
||||
<td>none</td>
|
||||
<td>The display name of the organization</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>isActive</td>
|
||||
<td>boolean</td>
|
||||
<td>true</td>
|
||||
<td>none</td>
|
||||
<td>Is the organization active?</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h2 id="tocs_boardsteams">BoardsTeams</h2>
|
||||
<p><a id="schemaboardsteams"></a>
|
||||
<a id="schema_BoardsTeams"></a>
|
||||
<a id="tocSboardsteams"></a>
|
||||
<a id="tocsboardsteams"></a></p>
|
||||
<pre class="highlight tab tab-json"><code>{
|
||||
<span class="hljs-attr">"teamId"</span>: <span class="hljs-string">"string"</span>,
|
||||
<span class="hljs-attr">"teamDisplayName"</span>: <span class="hljs-string">"string"</span>,
|
||||
<span class="hljs-attr">"isActive"</span>: <span class="hljs-literal">true</span>
|
||||
}
|
||||
|
||||
</code></pre>
|
||||
<h3 id="properties-5">Properties</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
<th>Type</th>
|
||||
<th>Required</th>
|
||||
<th>Restrictions</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>teamId</td>
|
||||
<td>string</td>
|
||||
<td>true</td>
|
||||
<td>none</td>
|
||||
<td>The uniq ID of the team</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>teamDisplayName</td>
|
||||
<td>string</td>
|
||||
<td>true</td>
|
||||
<td>none</td>
|
||||
<td>The display name of the team</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>isActive</td>
|
||||
<td>boolean</td>
|
||||
<td>true</td>
|
||||
<td>none</td>
|
||||
<td>Is the team active?</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h2 id="tocs_cardcomments">CardComments</h2>
|
||||
<p><a id="schemacardcomments"></a>
|
||||
<a id="schema_CardComments"></a>
|
||||
|
|
@ -18998,7 +19146,7 @@ UserSecurity
|
|||
|
||||
</code></pre>
|
||||
<p>A comment on a card</p>
|
||||
<h3 id="properties-4">Properties</h3>
|
||||
<h3 id="properties-6">Properties</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
@ -19158,7 +19306,7 @@ UserSecurity
|
|||
}
|
||||
|
||||
</code></pre>
|
||||
<h3 id="properties-5">Properties</h3>
|
||||
<h3 id="properties-7">Properties</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
@ -19547,7 +19695,7 @@ UserSecurity
|
|||
}
|
||||
|
||||
</code></pre>
|
||||
<h3 id="properties-6">Properties</h3>
|
||||
<h3 id="properties-8">Properties</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
@ -19646,7 +19794,7 @@ UserSecurity
|
|||
}
|
||||
|
||||
</code></pre>
|
||||
<h3 id="properties-7">Properties</h3>
|
||||
<h3 id="properties-9">Properties</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
@ -19766,7 +19914,7 @@ UserSecurity
|
|||
<pre class="highlight tab tab-json"><code>{}
|
||||
|
||||
</code></pre>
|
||||
<h3 id="properties-8">Properties</h3>
|
||||
<h3 id="properties-10">Properties</h3>
|
||||
<p><em>None</em></p>
|
||||
<h2 id="tocs_checklistitems">ChecklistItems</h2>
|
||||
<p><a id="schemachecklistitems"></a>
|
||||
|
|
@ -19785,7 +19933,7 @@ UserSecurity
|
|||
|
||||
</code></pre>
|
||||
<p>An item in a checklist</p>
|
||||
<h3 id="properties-9">Properties</h3>
|
||||
<h3 id="properties-11">Properties</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
@ -19864,7 +20012,7 @@ UserSecurity
|
|||
|
||||
</code></pre>
|
||||
<p>A Checklist</p>
|
||||
<h3 id="properties-10">Properties</h3>
|
||||
<h3 id="properties-12">Properties</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
@ -19949,7 +20097,7 @@ UserSecurity
|
|||
|
||||
</code></pre>
|
||||
<p>A custom field on a card in the board</p>
|
||||
<h3 id="properties-11">Properties</h3>
|
||||
<h3 id="properties-13">Properties</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
@ -20087,7 +20235,7 @@ UserSecurity
|
|||
}
|
||||
|
||||
</code></pre>
|
||||
<h3 id="properties-12">Properties</h3>
|
||||
<h3 id="properties-14">Properties</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
@ -20137,7 +20285,7 @@ UserSecurity
|
|||
<pre class="highlight tab tab-json"><code>{}
|
||||
|
||||
</code></pre>
|
||||
<h3 id="properties-13">Properties</h3>
|
||||
<h3 id="properties-15">Properties</h3>
|
||||
<p><em>None</em></p>
|
||||
<h2 id="tocs_integrations">Integrations</h2>
|
||||
<p><a id="schemaintegrations"></a>
|
||||
|
|
@ -20161,7 +20309,7 @@ UserSecurity
|
|||
|
||||
</code></pre>
|
||||
<p>Integration with third-party applications</p>
|
||||
<h3 id="properties-14">Properties</h3>
|
||||
<h3 id="properties-16">Properties</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
@ -20272,7 +20420,7 @@ UserSecurity
|
|||
|
||||
</code></pre>
|
||||
<p>A list (column) in the Wekan board.</p>
|
||||
<h3 id="properties-15">Properties</h3>
|
||||
<h3 id="properties-17">Properties</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
@ -20500,7 +20648,7 @@ UserSecurity
|
|||
}
|
||||
|
||||
</code></pre>
|
||||
<h3 id="properties-16">Properties</h3>
|
||||
<h3 id="properties-18">Properties</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
@ -20555,7 +20703,7 @@ UserSecurity
|
|||
|
||||
</code></pre>
|
||||
<p>A swimlane is an line in the kaban board.</p>
|
||||
<h3 id="properties-17">Properties</h3>
|
||||
<h3 id="properties-19">Properties</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
@ -20828,7 +20976,7 @@ UserSecurity
|
|||
|
||||
</code></pre>
|
||||
<p>A User in wekan</p>
|
||||
<h3 id="properties-18">Properties</h3>
|
||||
<h3 id="properties-20">Properties</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
@ -20989,7 +21137,7 @@ UserSecurity
|
|||
}
|
||||
|
||||
</code></pre>
|
||||
<h3 id="properties-19">Properties</h3>
|
||||
<h3 id="properties-21">Properties</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
@ -21214,7 +21362,7 @@ UserSecurity
|
|||
}
|
||||
|
||||
</code></pre>
|
||||
<h3 id="properties-20">Properties</h3>
|
||||
<h3 id="properties-22">Properties</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
@ -21246,7 +21394,7 @@ UserSecurity
|
|||
}
|
||||
|
||||
</code></pre>
|
||||
<h3 id="properties-21">Properties</h3>
|
||||
<h3 id="properties-23">Properties</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
@ -21285,7 +21433,7 @@ UserSecurity
|
|||
}
|
||||
|
||||
</code></pre>
|
||||
<h3 id="properties-22">Properties</h3>
|
||||
<h3 id="properties-24">Properties</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
@ -21324,7 +21472,7 @@ UserSecurity
|
|||
}
|
||||
|
||||
</code></pre>
|
||||
<h3 id="properties-23">Properties</h3>
|
||||
<h3 id="properties-25">Properties</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
@ -21363,7 +21511,7 @@ UserSecurity
|
|||
}
|
||||
|
||||
</code></pre>
|
||||
<h3 id="properties-24">Properties</h3>
|
||||
<h3 id="properties-26">Properties</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
@ -21416,6 +21564,8 @@ UserSecurity
|
|||
<!-- backwards compatibility -->
|
||||
<!-- backwards compatibility -->
|
||||
<!-- backwards compatibility -->
|
||||
<!-- backwards compatibility -->
|
||||
<!-- backwards compatibility -->
|
||||
<!-- backwards compatibility -->
|
||||
</div>
|
||||
<div class="dark-box">
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
swagger: '2.0'
|
||||
info:
|
||||
title: Wekan REST API
|
||||
version: v5.37
|
||||
version: v5.38
|
||||
description: |
|
||||
The REST API allows you to control and extend Wekan with ease.
|
||||
|
||||
|
|
@ -2690,6 +2690,20 @@ definitions:
|
|||
enum:
|
||||
- public
|
||||
- private
|
||||
orgs:
|
||||
description: |
|
||||
the list of organizations that a board belongs to
|
||||
type: array
|
||||
items:
|
||||
$ref: "#/definitions/BoardsOrgs"
|
||||
x-nullable: true
|
||||
teams:
|
||||
description: |
|
||||
the list of teams that a board belongs to
|
||||
type: array
|
||||
items:
|
||||
$ref: "#/definitions/BoardsTeams"
|
||||
x-nullable: true
|
||||
color:
|
||||
description: |
|
||||
The color of the board.
|
||||
|
|
@ -2969,6 +2983,44 @@ definitions:
|
|||
- userId
|
||||
- isAdmin
|
||||
- isActive
|
||||
BoardsOrgs:
|
||||
type: object
|
||||
properties:
|
||||
orgId:
|
||||
description: |
|
||||
The uniq ID of the organization
|
||||
type: string
|
||||
orgDisplayName:
|
||||
description: |
|
||||
The display name of the organization
|
||||
type: string
|
||||
isActive:
|
||||
description: |
|
||||
Is the organization active?
|
||||
type: boolean
|
||||
required:
|
||||
- orgId
|
||||
- orgDisplayName
|
||||
- isActive
|
||||
BoardsTeams:
|
||||
type: object
|
||||
properties:
|
||||
teamId:
|
||||
description: |
|
||||
The uniq ID of the team
|
||||
type: string
|
||||
teamDisplayName:
|
||||
description: |
|
||||
The display name of the team
|
||||
type: string
|
||||
isActive:
|
||||
description: |
|
||||
Is the team active?
|
||||
type: boolean
|
||||
required:
|
||||
- teamId
|
||||
- teamDisplayName
|
||||
- isActive
|
||||
CardComments:
|
||||
type: object
|
||||
description: A comment on a card
|
||||
|
|
|
|||
|
|
@ -18,8 +18,8 @@ REM Install chocolatey
|
|||
|
||||
choco install -y git curl python2 dotnet4.5.2 nano mongodb-3 mongoclient meteor
|
||||
|
||||
curl -O https://nodejs.org/dist/v12.22.2/node-v12.22.2-x64.msi
|
||||
call node-v12.22.2-x64.msi
|
||||
curl -O https://nodejs.org/dist/v12.22.3/node-v12.22.3-x64.msi
|
||||
call node-v12.22.3-x64.msi
|
||||
|
||||
call npm config -g set msvs_version 2015
|
||||
call meteor npm config -g set msvs_version 2015
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ do
|
|||
#curl -0 -L https://npmjs.org/install.sh | sudo sh
|
||||
#sudo chown -R $(id -u):$(id -g) $HOME/.npm
|
||||
sudo npm -g install n
|
||||
sudo n 12.22.2
|
||||
sudo n 12.22.3
|
||||
#curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
|
||||
#sudo apt-get install -y nodejs
|
||||
elif [[ "$OSTYPE" == "darwin"* ]]; then
|
||||
|
|
|
|||
|
|
@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = (
|
|||
appTitle = (defaultText = "Wekan"),
|
||||
# The name of the app as it is displayed to the user.
|
||||
|
||||
appVersion = 537,
|
||||
appVersion = 538,
|
||||
# Increment this for every release.
|
||||
|
||||
appMarketingVersion = (defaultText = "5.37.0~2021-07-04"),
|
||||
appMarketingVersion = (defaultText = "5.38.0~2021-07-18"),
|
||||
# Human-readable presentation of the app version.
|
||||
|
||||
minUpgradableAppVersion = 0,
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
name: wekan
|
||||
version: '5.37'
|
||||
version: '5.38'
|
||||
summary: The open-source kanban
|
||||
description: |
|
||||
Wekan is an open-source and collaborative kanban board application.
|
||||
|
|
@ -80,7 +80,7 @@ parts:
|
|||
wekan:
|
||||
source: .
|
||||
plugin: nodejs
|
||||
node-engine: 12.22.2
|
||||
node-engine: 12.22.3
|
||||
node-packages:
|
||||
- node-gyp
|
||||
- node-pre-gyp
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
set -euxo pipefail
|
||||
|
||||
BUILD_DEPS="bsdtar gnupg wget curl bzip2 python git ca-certificates perl-Digest-SHA"
|
||||
NODE_VERSION=v12.22.2
|
||||
NODE_VERSION=v12.22.3
|
||||
#METEOR_RELEASE=1.6.0.1 - for Stacksmith, meteor-1.8 branch that could have METEOR@1.8.1-beta.8 or newer
|
||||
USE_EDGE=false
|
||||
METEOR_EDGE=1.5-beta.17
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue