Lauri Ojansivu
9458f4011d
v2.19
6 years ago
Lauri Ojansivu
f1bd36a3b8
- Remove oplog. Need to think how to do it properly.
...
Thanks to xet7 !
6 years ago
Lauri Ojansivu
f060e02fc0
v2.18
6 years ago
Lauri Ojansivu
0fa2e5d3a0
Add commit link to changelog.
6 years ago
Lauri Ojansivu
6d0055ecb5
Add issue link to changelog.
6 years ago
Lauri Ojansivu
2d3ce9c290
Add commit link to changelog.
6 years ago
Lauri Ojansivu
796b276d02
Update changelog.
6 years ago
Lauri Ojansivu
ed98b5c807
Update changelog.
6 years ago
Lauri Ojansivu
f1da7dcb0c
Merge pull request #2174 from bentiss/fix-sw-reordering
...
Fix swimlanes sorting
6 years ago
Lauri Ojansivu
35a539eee2
Update translations.
6 years ago
Lauri Ojansivu
79ffb7d502
- Add oplog to snap mongodb.
...
Thanks to xet7 !
6 years ago
Benjamin Tissoires
a2e6f621a2
Fix swimlanes sorting
...
Since 7cc185ac
"Properly fix horizontal rendering on Chrome and Firefox"
The rendering of the new design of the swimlanes was correct, but this
commit broke the reordering capability. Having the swimlane header at
the same level than the lists of cards makes the whole sortable
pattern fail.
2 solutions:
- revert to only have 1 div per swimlane. But this introduces the firefox
bug mentioned in 7cc185ac
, so not ideal
- force the sortable pattern to do what we want.
To force the sortable pattern, we need:
- add in the helper a clone of the list of cards (to not just move the
header)
- make sure the placeholder never get placed between the header and the
list of cards in a swimlane
- fix the finding of the next and previous list of cards.
For all of this to be successful, we need to resize the swimlanes to a
known value. This can lead to some visual jumps with scrolling when you
drag or drop the swimlanea. I tried to remedy that by computing the new
scroll value. Still not ideal however, as there are still some jumps when
dropping.
Fixes #2159
6 years ago
Lauri Ojansivu
96e97143f2
Update translations.
6 years ago
Lauri Ojansivu
4126a1a808
Translate also Admin Panel/Layout/Display Authentication Method and Default Authentication Method. Thanks to Akuket and xet7 !
6 years ago
Lauri Ojansivu
3ce902123f
Lint also async. Thanks to Akuket !
6 years ago
Lauri Ojansivu
7125357a44
Merge remote-tracking branch 'upstream/feature-improve-authentication' into feature-improve-authentication
6 years ago
guillaume
ec453b89b8
Fix lints
6 years ago
Daniel Davis
303404acc6
Bumped salleman packages to 1.0.11
...
1.0.11 includes new debugging code
6 years ago
Daniel Davis
f11d42e72d
Add a debug argument
...
Implementing this for OIDC debugging, but I think it will be broadly useful for runtime debugging.
6 years ago
Lauri Ojansivu
329c8d64a8
v2.17
6 years ago
Lauri Ojansivu
698ce8f0e6
Update translations (sv).
6 years ago
Lauri Ojansivu
b06e11ba09
Merge pull request #2164 from gil0109/edge
...
Fix trailing spaces for OIDC fix
6 years ago
Karim Gillani
d689a7408b
Fix trailing spaces
6 years ago
Lauri Ojansivu
c899218fb9
Merge pull request #2162 from gil0109/edge
...
OIDC BoardView Fix
6 years ago
Karim Gillani
c42f2a05d2
OIDC BoardView Fix
6 years ago
Lauri Ojansivu
70ed552e1a
Update translations.
6 years ago
Lauri Ojansivu
9a07649b8a
v2.16
6 years ago
Lauri Ojansivu
9a6ac544dd
- Fix Sandstorm open card on public board, part 2.
...
Thanks to ChronikEwok !
6 years ago
Lauri Ojansivu
06a1e26655
Add missing text.
6 years ago
Lauri Ojansivu
626e7c2c61
v2.15
6 years ago
Lauri Ojansivu
a7aeb491ba
Update changelog.
6 years ago
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
6 years ago
Lauri Ojansivu
d0f74d7a99
Add missing text.
6 years ago
Lauri Ojansivu
7f33fa5368
v2.14
6 years ago
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 !
6 years ago
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
6 years ago
Lauri Ojansivu
de9965213a
- Fix lint errors.
...
Thanks to xet7 !
6 years ago
guillaume
c2118f4830
Improve authentication
6 years ago
Lauri Ojansivu
6f0e0748e1
v2.13
6 years ago
Lauri Ojansivu
8e5fc13ba4
Update changelog with latest changes from bentiss.
6 years ago
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!
6 years ago
Lauri Ojansivu
d08bee6817
Merge branch 'bentiss-infinite-scrolling' into edge
6 years ago
Lauri Ojansivu
4fc96904d6
Merge branch 'infinite-scrolling' of https://github.com/bentiss/wekan into bentiss-infinite-scrolling
6 years ago
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
6 years ago
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
6 years ago
Lauri Ojansivu
1b11123797
v2.12
6 years ago
Lauri Ojansivu
654c2add0d
- [Bumped the salleman oidc packages versions to include an upstream bug fix]( 361faa6646
).
...
Thanks to danpatdav !
6 years ago
Lauri Ojansivu
6d179d6d3d
Merge pull request #2149 from danpatdav/salleman-1.0.10
...
Bumped the salleman oidc packages versions to include an upstream bug…
6 years ago
Daniel Davis
361faa6646
Bumped the salleman oidc packages versions to include an upstream bug fix
6 years ago
Lauri Ojansivu
7fc22ba0b7
v2.11
6 years ago