summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-02-046-42/+50
|\
| * 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
| |/
* | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-02-031-1/+1
|\|
| * Update translations.Lauri Ojansivu2019-02-031-1/+1
| |
* | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-02-035-6/+15
|\|
| * 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 !
* | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-02-031-0/+2
|\|
| * Add missing text.Lauri Ojansivu2019-02-031-0/+2
| |
* | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-02-034-5/+5
|\|
| * v2.15v2.15Lauri Ojansivu2019-02-034-5/+5
| |
* | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-02-032-5/+19
|\|
| * 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
* | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-02-021-0/+2
|\|
| * Add missing text.Lauri Ojansivu2019-02-021-0/+2
| |
* | Merge branch 'devel' into meteor-1.8Lauri Ojansivu2019-02-025-5/+15
|\|
| * 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
* | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-02-017-6/+117
|\|
| * 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
* | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-01-315-6/+14
|\|
| * 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
| |/
* | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-01-317-39/+53
|\|
| * v2.11v2.11Lauri Ojansivu2019-01-314-5/+5
| |
| * Update translations.Lauri Ojansivu2019-01-311-30/+30
| |
| * Update changelog.Lauri Ojansivu2019-01-311-0/+8
| |
| * - Fix: Bug: Not logged in public board page has calendar.Lauri Ojansivu2019-01-312-5/+11
| | | | | | | | | | | | Thanks to xet7 ! Closes #2061
* | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-01-301-2/+2
|\|
| * Fix typo.Lauri Ojansivu2019-01-301-1/+1
| |
| * Fix typo.Lauri Ojansivu2019-01-301-1/+1
| |
* | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-01-306-465/+451
|\|
| * v2.10v2.10Lauri Ojansivu2019-01-304-5/+5
| |
| * Update translations (mk).Lauri Ojansivu2019-01-301-436/+436
| |
| * Update changelog with latest changes.Lauri Ojansivu2019-01-301-2/+9
| |