summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | 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 !
* | - [Fix Sandstorm export board from ↵Lauri Ojansivu2019-02-021-1/+1
|/ | | | | | | | | | | | 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
* v2.13v2.13Lauri Ojansivu2019-02-014-6/+6
|
* Update changelog with latest changes from bentiss.Lauri Ojansivu2019-02-011-0/+17
|
* - When writing to minicard, press Shift-Enter on minicard to go to next line ↵Lauri Ojansivu2019-02-011-1/+1
| | | | | | | | below, to continue writing on same minicard 2nd line. Thanks to bentiss!
* Merge branch 'bentiss-infinite-scrolling' into edgeLauri Ojansivu2019-02-013-1/+95
|\
| * Merge branch 'infinite-scrolling' of https://github.com/bentiss/wekan into ↵Lauri Ojansivu2019-02-011-1/+1
| |\ | | | | | | | | | bentiss-infinite-scrolling
| | * Use infinite-scrolling on listsBenjamin Tissoires2019-02-013-1/+95
| |/ |/| | | | | | | | | | | | | | | | | | | 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
| * Use infinite-scrolling on listsBenjamin Tissoires2019-02-013-1/+95
|/ | | | | | | | | | | 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
* v2.12v2.12Lauri Ojansivu2019-01-314-5/+5
|
* - [Bumped the salleman oidc packages versions to include an upstream bug ↵Lauri Ojansivu2019-01-311-0/+8
| | | | | | fix](https://github.com/wekan/wekan/commit/361faa6646556de68ad78dc90d9eb9f78956ce0f). Thanks to danpatdav !
* Merge pull request #2149 from danpatdav/salleman-1.0.10Lauri Ojansivu2019-01-311-2/+2
|\ | | | | Bumped the salleman oidc packages versions to include an upstream bug…
| * Bumped the salleman oidc packages versions to include an upstream bug fixDaniel Davis2019-01-311-2/+2
|/
* v2.11v2.11Lauri Ojansivu2019-01-314-5/+5
|