mirror of
https://github.com/wekan/wekan.git
synced 2025-12-27 20:58:48 +01:00
- [Fix Sandstorm export board from web](https://github.com/wekan/wekan/issues/2157).
- [Fix Error when logging in to Wekan REST API when using Sandstorm Wekan](https://github.com/wekan/wekan/issues/1279). Sandstorm API works this way: Make API key, and from that key copy API URL and API KEY to below. It saves Wekan board to file. `curl http://Bearer:APIKEY@api-12345.local.sandstorm.io:6080/api/boards/sandstorm/export?authToken=#APIKEY > wekanboard.json` If later API key does not work, you need to remove it and make a new one. Thanks to xet7 !
This commit is contained in:
parent
32f896f19d
commit
0ab97266f6
1 changed files with 10 additions and 0 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -1,3 +1,13 @@
|
||||||
|
# Upcoming Wekan release
|
||||||
|
|
||||||
|
- [Fix Sandstorm export board from web](https://github.com/wekan/wekan/issues/2157).
|
||||||
|
- [Fix Error when logging in to Wekan REST API when using Sandstorm Wekan](https://github.com/wekan/wekan/issues/1279).
|
||||||
|
Sandstorm API works this way: Make API key, and from that key copy API URL and API KEY to below. It saves Wekan board to file.
|
||||||
|
`curl http://Bearer:APIKEY@api-12345.local.sandstorm.io:6080/api/boards/sandstorm/export?authToken=#APIKEY > wekanboard.json`
|
||||||
|
If later API key does not work, you need to remove it and make a new one.
|
||||||
|
|
||||||
|
Thanks to GitHub user xet7 for contributions.
|
||||||
|
|
||||||
# v2.13 2019-02-01 Wekan release
|
# v2.13 2019-02-01 Wekan release
|
||||||
|
|
||||||
This release adds the following new features with Apache I-CLA, thanks to bentiss:
|
This release adds the following new features with Apache I-CLA, thanks to bentiss:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue