summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
* Fix typo.Lauri Ojansivu2019-01-301-1/+1
|
* Fix typo.Lauri Ojansivu2019-01-301-1/+1
|
* 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
|
* - Revert [Sandstorm API ↵Lauri Ojansivu2019-01-302-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 Ojansivu2019-01-301-46/+46
|
* - Translations: Add Macedonian.Lauri Ojansivu2019-01-301-0/+8
|
* - Translations: Add Macedonian.Lauri Ojansivu2019-01-302-0/+666
|
* Update translations.Lauri Ojansivu2019-01-292-82/+82
|
* v2.09v2.09Lauri Ojansivu2019-01-284-5/+5
|
* - [Fix vertical automatic scrolling when opening a ↵Lauri Ojansivu2019-01-281-0/+8
| | | | | | card](https://github.com/wekan/wekan/commit/820d3270935dc89f046144a7bbf2c8277e2484bc). Thanks to bentiss !
* Merge pull request #2140 from bentiss/scrolling-fixesLauri Ojansivu2019-01-281-5/+4
|\ | | | | automatic scroll: fix vertical automatic scrolling when opening a card
| * automatic scroll: fix vertical automatic scrolling when opening a cardBenjamin Tissoires2019-01-281-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.08Lauri Ojansivu2019-01-284-4/+26
| |
* | Update translations.Lauri Ojansivu2019-01-282-32/+32
| |
* | Merge branch 'bentiss-horizontal-fixes' into edgeLauri Ojansivu2019-01-282-27/+16
|\|
| * make the max height of the swimlane not too bigBenjamin Tissoires2019-01-281-1/+1
| | | | | | | | We should take a full screen minus the header height
| * Properly fix horizontal rendering on Chrome and FirefoxBenjamin Tissoires2019-01-282-26/+15
|/ | | | | | | | | | | | | | | | | | | This reverts commit 74cf9e2573 "- Fix Firefox left-rigth scrollbar." This reverts commit 9dd8216dfb. "- Fix cards below swimlane title in Firefox by making [previous fix](https://github.com/wekan/wekan/pull/2132/commits/f7c6b7fce237a6dbdbbd6d728cfb11ad3f4378eb)" And this partially reverts commit dd88eb4cc The root of the issue was that I was adding a new div and nesting the list of lists in this new list. This resulted in some weird behavior that Firefox could not handled properly Revert to a code colser to v2.02, by just having the swimlane header in a separate line, and keep only one flex element. fixes #2137
* v2.07v2.07Lauri Ojansivu2019-01-284-4/+12
|
* - Fix Firefox left-rigth scrollbar.Lauri Ojansivu2019-01-281-1/+5
| | | | | | Thanks to xet7 ! Closes #2137
* v2.06v2.06Lauri Ojansivu2019-01-274-6/+16
|
* - Fix cards below swimlane title in Firefox by making [previous ↵Lauri Ojansivu2019-01-271-0/+6
| | | | | | | | fix](https://github.com/wekan/wekan/pull/2132/commits/f7c6b7fce237a6dbdbbd6d728cfb11ad3f4378eb) Firefox-only. Thanks to xet7 !