Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added Kadira packages and env settings in Docker Compose | Gavin Lilly | 2019-02-09 | 3 | -18/+61 |
| | |||||
* | v2.17v2.17 | Lauri Ojansivu | 2019-02-04 | 4 | -7/+15 |
| | |||||
* | Update translations (sv). | Lauri Ojansivu | 2019-02-04 | 1 | -34/+34 |
| | |||||
* | Merge pull request #2164 from gil0109/edge | Lauri Ojansivu | 2019-02-04 | 1 | -1/+1 |
|\ | | | | | Fix trailing spaces for OIDC fix | ||||
| * | Fix trailing spaces | Karim Gillani | 2019-02-04 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #2162 from gil0109/edge | Lauri Ojansivu | 2019-02-04 | 1 | -1/+1 |
|\| | | | | | OIDC BoardView Fix | ||||
| * | OIDC BoardView Fix | Karim Gillani | 2019-02-04 | 1 | -1/+1 |
|/ | |||||
* | Update translations. | Lauri Ojansivu | 2019-02-03 | 1 | -1/+1 |
| | |||||
* | v2.16v2.16 | Lauri Ojansivu | 2019-02-03 | 4 | -4/+15 |
| | |||||
* | - Fix Sandstorm open card on public board, part 2. | Lauri Ojansivu | 2019-02-03 | 1 | -2/+0 |
| | | | | Thanks to ChronikEwok ! | ||||
* | Add missing text. | Lauri Ojansivu | 2019-02-03 | 1 | -0/+2 |
| | |||||
* | v2.15v2.15 | Lauri Ojansivu | 2019-02-03 | 4 | -5/+5 |
| | |||||
* | Update changelog. | Lauri Ojansivu | 2019-02-03 | 1 | -0/+8 |
| | |||||
* | - [Fix: Not displaying card content of public board: Snap, Docker and ↵ | Lauri Ojansivu | 2019-02-03 | 1 | -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 Ojansivu | 2019-02-02 | 1 | -0/+2 |
| | |||||
* | v2.14v2.14 | Lauri Ojansivu | 2019-02-02 | 4 | -5/+5 |
| | |||||
* | - [Fix Sandstorm export board from ↵ | Lauri Ojansivu | 2019-02-02 | 1 | -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 Ojansivu | 2019-02-02 | 1 | -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.13 | Lauri Ojansivu | 2019-02-01 | 4 | -6/+6 |
| | |||||
* | Update changelog with latest changes from bentiss. | Lauri Ojansivu | 2019-02-01 | 1 | -0/+17 |
| | |||||
* | - When writing to minicard, press Shift-Enter on minicard to go to next line ↵ | Lauri Ojansivu | 2019-02-01 | 1 | -1/+1 |
| | | | | | | | | below, to continue writing on same minicard 2nd line. Thanks to bentiss! | ||||
* | Merge branch 'bentiss-infinite-scrolling' into edge | Lauri Ojansivu | 2019-02-01 | 3 | -1/+95 |
|\ | |||||
| * | Merge branch 'infinite-scrolling' of https://github.com/bentiss/wekan into ↵ | Lauri Ojansivu | 2019-02-01 | 1 | -1/+1 |
| |\ | | | | | | | | | | bentiss-infinite-scrolling | ||||
| | * | Use infinite-scrolling on lists | Benjamin Tissoires | 2019-02-01 | 3 | -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 lists | Benjamin Tissoires | 2019-02-01 | 3 | -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.12 | Lauri Ojansivu | 2019-01-31 | 4 | -5/+5 |
| | |||||
* | - [Bumped the salleman oidc packages versions to include an upstream bug ↵ | Lauri Ojansivu | 2019-01-31 | 1 | -0/+8 |
| | | | | | | fix](https://github.com/wekan/wekan/commit/361faa6646556de68ad78dc90d9eb9f78956ce0f). Thanks to danpatdav ! | ||||
* | Merge pull request #2149 from danpatdav/salleman-1.0.10 | Lauri Ojansivu | 2019-01-31 | 1 | -2/+2 |
|\ | | | | | Bumped the salleman oidc packages versions to include an upstream bug… | ||||
| * | Bumped the salleman oidc packages versions to include an upstream bug fix | Daniel Davis | 2019-01-31 | 1 | -2/+2 |
|/ | |||||
* | v2.11v2.11 | Lauri Ojansivu | 2019-01-31 | 4 | -5/+5 |
| | |||||
* | Update translations. | Lauri Ojansivu | 2019-01-31 | 1 | -30/+30 |
| | |||||
* | Update changelog. | Lauri Ojansivu | 2019-01-31 | 1 | -0/+8 |
| | |||||
* | - Fix: Bug: Not logged in public board page has calendar. | Lauri Ojansivu | 2019-01-31 | 2 | -5/+11 |
| | | | | | | Thanks to xet7 ! Closes #2061 | ||||
* | Fix typo. | Lauri Ojansivu | 2019-01-30 | 1 | -1/+1 |
| | |||||
* | Fix typo. | Lauri Ojansivu | 2019-01-30 | 1 | -1/+1 |
| | |||||
* | v2.10v2.10 | Lauri Ojansivu | 2019-01-30 | 4 | -5/+5 |
| | |||||
* | Update translations (mk). | Lauri Ojansivu | 2019-01-30 | 1 | -436/+436 |
| | |||||
* | Update changelog with latest changes. | Lauri Ojansivu | 2019-01-30 | 1 | -2/+9 |
| | |||||
* | - Revert [Sandstorm API ↵ | Lauri Ojansivu | 2019-01-30 | 2 | -22/+1 |
| | | | | | | | | | | | changes](https://github.com/wekan/wekan/commit/be03a191c4321c2f80116c0ee1ae6c826d882535 that were done at [Wekan v2.05](https://github.com/wekan/wekan/blob/devel/CHANGELOG.md#v205-2019-01-27-wekan-release) to fix #2143. Thanks to pantraining and xet7 ! Closes #2143 | ||||
* | Update translations. | Lauri Ojansivu | 2019-01-30 | 1 | -46/+46 |
| | |||||
* | - Translations: Add Macedonian. | Lauri Ojansivu | 2019-01-30 | 1 | -0/+8 |
| | |||||
* | - Translations: Add Macedonian. | Lauri Ojansivu | 2019-01-30 | 2 | -0/+666 |
| | |||||
* | Update translations. | Lauri Ojansivu | 2019-01-29 | 2 | -82/+82 |
| | |||||
* | v2.09v2.09 | Lauri Ojansivu | 2019-01-28 | 4 | -5/+5 |
| | |||||
* | - [Fix vertical automatic scrolling when opening a ↵ | Lauri Ojansivu | 2019-01-28 | 1 | -0/+8 |
| | | | | | | card](https://github.com/wekan/wekan/commit/820d3270935dc89f046144a7bbf2c8277e2484bc). Thanks to bentiss ! | ||||
* | Merge pull request #2140 from bentiss/scrolling-fixes | Lauri Ojansivu | 2019-01-28 | 1 | -5/+4 |
|\ | | | | | automatic scroll: fix vertical automatic scrolling when opening a card | ||||
| * | automatic scroll: fix vertical automatic scrolling when opening a card | Benjamin Tissoires | 2019-01-28 | 1 | -5/+4 |
| | | | | | | | | | | | | | | We actually want the vertical scrolling to be fixed when opening the card details. I am not sure where the `100` value comes from, but this makes the scrolling happy on the swimlane view and on the lists view. | ||||
* | | v2.08v2.08 | Lauri Ojansivu | 2019-01-28 | 4 | -4/+26 |
| | | |||||
* | | Update translations. | Lauri Ojansivu | 2019-01-28 | 2 | -32/+32 |
| | | |||||
* | | Merge branch 'bentiss-horizontal-fixes' into edge | Lauri Ojansivu | 2019-01-28 | 2 | -27/+16 |
|\| |