Lauri Ojansivu
5804a204fe
Merge branch 'edge' into meteor-1.8
2019-02-04 21:48:58 +02:00
Lauri Ojansivu
329c8d64a8
v2.17
2019-02-04 21:47:50 +02:00
Lauri Ojansivu
698ce8f0e6
Update translations (sv).
2019-02-04 21:07:36 +02:00
Lauri Ojansivu
b06e11ba09
Merge pull request #2164 from gil0109/edge
...
Fix trailing spaces for OIDC fix
2019-02-04 20:23:41 +02:00
Karim Gillani
d689a7408b
Fix trailing spaces
2019-02-04 09:36:21 -08:00
Lauri Ojansivu
c899218fb9
Merge pull request #2162 from gil0109/edge
...
OIDC BoardView Fix
2019-02-04 19:30:24 +02:00
Karim Gillani
c42f2a05d2
OIDC BoardView Fix
2019-02-04 08:24:10 -08:00
Lauri Ojansivu
09682111d6
Merge branch 'edge' into meteor-1.8
2019-02-03 15:47:05 +02:00
Lauri Ojansivu
70ed552e1a
Update translations.
2019-02-03 15:45:00 +02:00
Lauri Ojansivu
3a845d13f8
Merge branch 'edge' into meteor-1.8
2019-02-03 05:19:58 +02:00
Lauri Ojansivu
9a07649b8a
v2.16
2019-02-03 05:18:50 +02:00
Lauri Ojansivu
9a6ac544dd
- Fix Sandstorm open card on public board, part 2.
...
Thanks to ChronikEwok !
2019-02-03 05:12:50 +02:00
Lauri Ojansivu
2cb4df9e0b
Merge branch 'edge' into meteor-1.8
2019-02-03 03:09:02 +02:00
Lauri Ojansivu
06a1e26655
Add missing text.
2019-02-03 03:06:54 +02:00
Lauri Ojansivu
daa602ed9e
Merge branch 'edge' into meteor-1.8
2019-02-03 02:33:03 +02:00
Lauri Ojansivu
626e7c2c61
v2.15
2019-02-03 02:31:51 +02:00
Lauri Ojansivu
eabf24d750
Merge branch 'edge' into meteor-1.8
2019-02-03 02:26:23 +02:00
Lauri Ojansivu
a7aeb491ba
Update changelog.
2019-02-03 02:25:14 +02:00
Lauri Ojansivu
7ba8f72d7b
- [Fix: Not displaying card content of public board: Snap, Docker and Sandstorm Shared Wekan Board
...
Link](https://github.com/wekan/wekan/issues/1623 ) with
[code from ChronikEwok](cad9b20451 ).
Thanks to ChronikEwok !
Closes #1623
2019-02-03 02:18:35 +02:00
Lauri Ojansivu
e2475ad73f
Merge branch 'edge' into meteor-1.8
2019-02-02 21:56:40 +02:00
Lauri Ojansivu
d0f74d7a99
Add missing text.
2019-02-02 21:55:50 +02:00
Lauri Ojansivu
4f79e84399
Merge branch 'devel' into meteor-1.8
2019-02-02 21:03:12 +02:00
Lauri Ojansivu
7f33fa5368
v2.14
2019-02-02 21:00:16 +02:00
Lauri Ojansivu
0ab97266f6
- [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 !
2019-02-02 20:57:47 +02:00
Lauri Ojansivu
32f896f19d
- [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.
Closes #2157 ,
closes #1279
2019-02-02 20:52:09 +02:00
Lauri Ojansivu
de9965213a
- Fix lint errors.
...
Thanks to xet7 !
2019-02-01 21:26:04 +02:00
guillaume
c2118f4830
Improve authentication
2019-02-01 19:00:44 +01:00
Lauri Ojansivu
e4c0638f72
Merge branch 'edge' into meteor-1.8
2019-02-01 17:16:22 +02:00
Lauri Ojansivu
6f0e0748e1
v2.13
2019-02-01 17:15:15 +02:00
Lauri Ojansivu
8e5fc13ba4
Update changelog with latest changes from bentiss.
2019-02-01 17:09:05 +02:00
Lauri Ojansivu
7a35099fb9
- When writing to minicard, press Shift-Enter on minicard to go to next line below,
...
to continue writing on same minicard 2nd line.
Thanks to bentiss!
2019-02-01 17:03:59 +02:00
Lauri Ojansivu
d08bee6817
Merge branch 'bentiss-infinite-scrolling' into edge
2019-02-01 16:54:41 +02:00
Lauri Ojansivu
4fc96904d6
Merge branch 'infinite-scrolling' of https://github.com/bentiss/wekan into bentiss-infinite-scrolling
2019-02-01 16:05:46 +02:00
Benjamin Tissoires
66bc1f28dd
Use infinite-scrolling on lists
...
This allows to reduce the loading time of a big board.
Note that there is an infinite scroll implementation in the mixins,
but this doesn't fit well as the cards in the list can have arbitrary
height.
The idea to rely on the visibility of a spinner is based on
http://www.meteorpedia.com/read/Infinite_Scrolling
2019-02-01 14:58:02 +01:00
Benjamin Tissoires
30d082e709
Use infinite-scrolling on lists
...
This allows to reduce the loading time of a big board.
Note that there is an infinite scroll implementation in the mixins,
but this doesn't fit well as the cards in the list can have arbitrary
height.
The idea to rely on the visibility of a spinner is based on
http://www.meteorpedia.com/read/Infinite_Scrolling
2019-02-01 13:53:45 +01:00
Lauri Ojansivu
e774f71205
Merge branch 'edge' into meteor-1.8
2019-01-31 19:33:39 +02:00
Lauri Ojansivu
1b11123797
v2.12
2019-01-31 19:32:27 +02:00
Lauri Ojansivu
654c2add0d
- [Bumped the salleman oidc packages versions to include an upstream bug fix]( 361faa6646).
...
Thanks to danpatdav !
2019-01-31 19:19:47 +02:00
Lauri Ojansivu
6d179d6d3d
Merge pull request #2149 from danpatdav/salleman-1.0.10
...
Bumped the salleman oidc packages versions to include an upstream bug…
2019-01-31 19:10:03 +02:00
Daniel Davis
361faa6646
Bumped the salleman oidc packages versions to include an upstream bug fix
2019-01-31 11:45:55 -05:00
Lauri Ojansivu
b2986ca289
Merge branch 'edge' into meteor-1.8
2019-01-31 14:28:53 +02:00
Lauri Ojansivu
7fc22ba0b7
v2.11
2019-01-31 14:27:36 +02:00
Lauri Ojansivu
9c82e6ab68
Update translations.
2019-01-31 14:23:57 +02:00
Lauri Ojansivu
78c18d4ffe
Update changelog.
2019-01-31 14:23:23 +02:00
Lauri Ojansivu
978dafc62b
- Fix: Bug: Not logged in public board page has calendar.
...
Thanks to xet7 !
Closes #2061
2019-01-31 14:19:14 +02:00
Lauri Ojansivu
271853e155
Merge branch 'edge' into meteor-1.8
2019-01-30 18:53:02 +02:00
Lauri Ojansivu
8919d8fb7d
Fix typo.
2019-01-30 18:52:14 +02:00
Lauri Ojansivu
cdb7dd9175
Fix typo.
2019-01-30 18:49:38 +02:00
Lauri Ojansivu
a2a3d316d5
Merge branch 'edge' into meteor-1.8
2019-01-30 18:19:07 +02:00
Lauri Ojansivu
d6b7c17402
v2.10
2019-01-30 18:17:15 +02:00