summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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 !
* v2.05v2.05Lauri Ojansivu2019-01-274-4/+17
|
* Update translations.Lauri Ojansivu2019-01-271-5/+5
|
* - Try to have some progress on Wekan Sandstorm API. I did not get it fully ↵Lauri Ojansivu2019-01-272-1/+22
| | | | | | working yet. Thanks to xet7.
* - Add back scrollbars that [were hidden when trying to fix anotherLauri Ojansivu2019-01-271-1/+0
| | | | | | | | bug](https://github.com/wekan/wekan/pull/2132/commits/f7c6b7fce237a6dbdbbd6d728cfb11ad3f4378eb). Thanks to xet7 ! Closes #2134
* v2.04v2.04Lauri Ojansivu2019-01-264-8/+10
|
* Update translations.Lauri Ojansivu2019-01-263-35/+35
|
* Merge pull request #2132 from bentiss/edgeLauri Ojansivu2019-01-263-13/+18
|\ | | | | Fix for v2.03
| * ui: fix rendering issue on firefoxBenjamin Tissoires2019-01-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | When a list have more cards that can fit in the screen, the members icons are drawn on top of the swimlane below and the scrollbar is not available. According to https://github.com/utatti/perfect-scrollbar the container must have an `overflow: hidden` css style. When changing the swimlane header from vertical to horizontal, dd88eb4cc19 broke this which led to this weird bug.
| * ifttt: card actions: simplify the logic for setting the colorBenjamin Tissoires2019-01-262-13/+17
|/ | | | | Jade allows a simpler approach than my initial manual update. Just declare the correct ReactiveVar and accessor, and done.
* Waiting for bugfix.Lauri Ojansivu2019-01-251-1/+7
|
* v2.03v2.03Lauri Ojansivu2019-01-254-6/+6
|
* Update translations (de).Lauri Ojansivu2019-01-251-5/+5
|
* Update ChangeLog for all that huge amount of contributions from bentiss.Lauri Ojansivu2019-01-251-0/+33
|
* Merge pull request #2130 from bentiss/color-listsLauri Ojansivu2019-01-253-5/+12
|\ | | | | lists-color: only colorize the bottom border
| * lists-color: only colorize the bottom borderBenjamin Tissoires2019-01-253-5/+12
| | | | | | | | | | And make the background clearer to visually separate the header from the list of cards
* | Update translations.Lauri Ojansivu2019-01-2547-180/+415
| |
* | Merge branch 'devel' into edgeLauri Ojansivu2019-01-255-5/+176
|\|
| * Merge pull request #2128 from bentiss/color-listsLauri Ojansivu2019-01-2516-102/+477
| |\ | | | | | | Color lists
| | * ui: lists: make sure all lists boxes are the same heightBenjamin Tissoires2019-01-252-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | When `Show card count` is enabled, the lists with the card counts have two lines of text while the lists without have only one. This results in the box around the list headers are not of the same size and this is visible when setting a color to the list.
| | * colors: add per list colorBenjamin Tissoires2019-01-255-1/+166
| | | | | | | | | | | | | | | | | | | | | | | | | | | Hamburger menu only. Note that I am definitively not responsible for the resulting Christmas tree. fixes #328
| | * client: lists headers: use padding instead of marginBenjamin Tissoires2019-01-251-4/+4
| | | | | | | | | | | | No visual changes but allows to set a background color to the list header.
| * | Merge pull request #2121 from bentiss/colorLauri Ojansivu2019-01-258-52/+101
| |\ \ | | | | | | | | Color picker in IFTTT