| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
Thanks to xet7 !
|
|\
| |
| | |
Added debug flag and bumped salleman package version
|
| | |
|
| |
| |
| | |
1.0.11 includes new debugging code
|
| |
| |
| | |
Implementing this for OIDC debugging, but I think it will be broadly useful for runtime debugging.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Thanks to xet7 !
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|\ \
| | |
| | | |
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
|
| | | |
|
|/ /
| |
| |
| | |
Thanks to xet7 !
|
| | |
|
| |
| |
| |
| | |
Authentication Method. Thanks to Akuket and xet7 !
|
| | |
|
|\ \
| |/
|/|
| | |
feature-improve-authentication
|
| | |
|
| |
| |
| |
| | |
Thanks to xet7 !
|
| | |
|
| | |
|
| | |
|
|\ \
| | |
| | | |
Fix trailing spaces for OIDC fix
|
| | | |
|
|\| |
| | |
| | | |
OIDC BoardView Fix
|
|/ / |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Thanks to ChronikEwok !
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Sandstorm Shared Wekan Board
Link](https://github.com/wekan/wekan/issues/1623) with
[code from ChronikEwok](https://github.com/ChronikEwok/wekan/commit/cad9b20451bb6149bfb527a99b5001873b06c3de).
Thanks to ChronikEwok !
Closes #1623
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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 !
|
|/
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
below,
to continue writing on same minicard 2nd line.
Thanks to bentiss!
|
|\ |
|