summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* v2.21v2.21Lauri Ojansivu2019-02-124-4/+17
|
* - Add OIDC claim mapping parameters to docker-compose.yml/Snap/Source.Lauri Ojansivu2019-02-126-208/+363
| | | | Thanks to xet7 !
* Merge pull request #2182 from danpatdav/oidcLauri Ojansivu2019-02-112-1/+9
|\ | | | | Add parameters for OIDC claim mapping
| * Added parameters for OIDC claim mappingDaniel Davis2019-02-111-0/+8
| | | | | | These mapping parameters take advantage of new code in salleman-oidc 1.0.12 to override the default claim names provided by the userinfo endpoint.
| * Bump salleman-oidc to 1.0.12Daniel Davis2019-02-111-1/+1
|/
* v2.20v2.20Lauri Ojansivu2019-02-114-5/+5
|
* Update changelog.Lauri Ojansivu2019-02-111-0/+11
|
* - Add option DEBUG=true for docker-compose.yml/Snap/Source.Lauri Ojansivu2019-02-116-3/+26
| | | | Thanks to xet7 !
* Merge pull request #2181 from danpatdav/debug-oidcLauri Ojansivu2019-02-112-1/+3
|\ | | | | Added debug flag and bumped salleman package version
| * SyntaxDaniel Davis2019-02-111-1/+1
| |
| * Bumped salleman packages to 1.0.11Daniel Davis2019-02-061-2/+2
| | | | | | 1.0.11 includes new debugging code
| * Add a debug argumentDaniel Davis2019-02-061-0/+2
| | | | | | Implementing this for OIDC debugging, but I think it will be broadly useful for runtime debugging.
* | Update translations.Lauri Ojansivu2019-02-114-67/+67
| |
* | Update translations.Lauri Ojansivu2019-02-092-10/+10
| |
* | Update translations (es).v2.19Lauri Ojansivu2019-02-091-2/+2
| |
* | v2.19Lauri Ojansivu2019-02-094-4/+12
| |
* | - Remove oplog. Need to think how to do it properly.Lauri Ojansivu2019-02-081-1/+1
| | | | | | | | Thanks to xet7 !
* | v2.18v2.18Lauri Ojansivu2019-02-084-5/+5
| |
* | Add commit link to changelog.Lauri Ojansivu2019-02-081-2/+2
| |
* | Add issue link to changelog.Lauri Ojansivu2019-02-081-1/+1
| |
* | Add commit link to changelog.Lauri Ojansivu2019-02-081-1/+1
| |
* | Update changelog.Lauri Ojansivu2019-02-081-1/+0
| |
* | Update changelog.Lauri Ojansivu2019-02-081-0/+35
| |
* | Merge pull request #2174 from bentiss/fix-sw-reorderingLauri Ojansivu2019-02-082-4/+75
|\ \ | | | | | | Fix swimlanes sorting
| * | Fix swimlanes sortingBenjamin Tissoires2019-02-082-4/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Update translations.Lauri Ojansivu2019-02-084-14/+14
| | |
* | | - Add oplog to snap mongodb.Lauri Ojansivu2019-02-081-1/+1
|/ / | | | | | | Thanks to xet7 !
* | Update translations.Lauri Ojansivu2019-02-0848-48/+144
| |
* | Translate also Admin Panel/Layout/Display Authentication Method and Default ↵Lauri Ojansivu2019-02-081-1/+3
| | | | | | | | Authentication Method. Thanks to Akuket and xet7 !
* | Lint also async. Thanks to Akuket !Lauri Ojansivu2019-02-081-1/+1
| |
* | Merge remote-tracking branch 'upstream/feature-improve-authentication' into ↵Lauri Ojansivu2019-02-087-71/+173
|\ \ | |/ |/| | | feature-improve-authentication
| * Fix lintsguillaume2019-02-071-6/+11
| |
| * - Fix lint errors.Lauri Ojansivu2019-02-015-20/+15
| | | | | | | | Thanks to xet7 !
| * Improve authenticationguillaume2019-02-017-68/+170
| |
* | v2.17v2.17Lauri Ojansivu2019-02-044-7/+15
| |
* | Update translations (sv).Lauri Ojansivu2019-02-041-34/+34
| |
* | Merge pull request #2164 from gil0109/edgeLauri Ojansivu2019-02-041-1/+1
|\ \ | | | | | | Fix trailing spaces for OIDC fix
| * | Fix trailing spacesKarim Gillani2019-02-041-1/+1
| | |
* | | Merge pull request #2162 from gil0109/edgeLauri Ojansivu2019-02-041-1/+1
|\| | | | | | | | OIDC BoardView Fix
| * | OIDC BoardView FixKarim Gillani2019-02-041-1/+1
|/ /
* | Update translations.Lauri Ojansivu2019-02-031-1/+1
| |
* | v2.16v2.16Lauri Ojansivu2019-02-034-4/+15
| |
* | - Fix Sandstorm open card on public board, part 2.Lauri Ojansivu2019-02-031-2/+0
| | | | | | | | Thanks to ChronikEwok !
* | Add missing text.Lauri Ojansivu2019-02-031-0/+2
| |
* | v2.15v2.15Lauri Ojansivu2019-02-034-5/+5
| |
* | Update changelog.Lauri Ojansivu2019-02-031-0/+8
| |
* | - [Fix: Not displaying card content of public board: Snap, Docker and ↵Lauri Ojansivu2019-02-031-5/+11
| | | | | | | | | | | | | | | | | | | | | | 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
* | Add missing text.Lauri Ojansivu2019-02-021-0/+2
| |
* | v2.14v2.14Lauri Ojansivu2019-02-024-5/+5
| |
* | - [Fix Sandstorm export board from ↵Lauri Ojansivu2019-02-021-0/+10
| | | | | | | | | | | | | | | | | | | | | | 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 !