summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add: export board/cards/lists to CSV/TSVBryan Mutai2020-05-109-213/+470
|
* add: import board/cards/lists using CSV/TSVBryan Mutai2020-05-079-14/+413
|
* Update translations.Lauri Ojansivu2020-04-301-3/+3
|
* Remove extra file.Lauri Ojansivu2020-04-301-9/+0
|
* Update ChangeLog.Lauri Ojansivu2020-04-301-1/+8
|
* Install Wekan to mobile homescreen icon and use fullscreen PWA.Lauri Ojansivu2020-04-3028-26/+553
| | | | | | | | Docs at https://github.com/wekan/wekan/wiki/PWA Thanks to xet7 ! Closes #2879
* Update ChangeLog.Lauri Ojansivu2020-04-291-1/+6
|
* Update ChangeLog.Lauri Ojansivu2020-04-291-0/+3
|
* Merge pull request #3066 from marc1006/shortcutsLauri Ojansivu2020-04-291-11/+21
|\ | | | | Fix shortcuts list and support card shortcuts when hovering a card
| * Support card shortcuts when hovering a cardMarc Hartmayer2020-04-291-6/+16
| |
| * Fix shortcuts mapping in the shortcuts listMarc Hartmayer2020-04-291-5/+5
|/ | | | Shorcuts are case-sensitive therefore let's fix the keys in the shortcuts list.
* Update ChangeLogLauri Ojansivu2020-04-281-0/+9
|
* Merge pull request #3061 from marc1006/fixLauri Ojansivu2020-04-281-2/+5
|\ | | | | Fix getStartDayOfWeek once again :)
| * Fix getStartDayOfWeek functionMarc Hartmayer2020-04-281-2/+5
|/ | | | | | | In case profile.startDayOfWeek is 0 it's evaluated to false and 1 is returned. Let's fix this by differentiating between undefined and an actual value. Fixes: 9ae20a3f51e63c29f536e2f5b3e66a2c7d88c691
* v4.01v4.01Lauri Ojansivu2020-04-287-326/+331
|
* Upgrade to Node v12.16.3Lauri Ojansivu2020-04-2811-22/+22
| | | | Thanks to Node developers and xet7 !
* Update translations.Lauri Ojansivu2020-04-281-3/+3
|
* Update ChangeLog.Lauri Ojansivu2020-04-281-0/+2
|
* Smaller height for Add Board button.Lauri Ojansivu2020-04-281-1/+1
| | | | Thanks to xet7 !
* Update translations.Lauri Ojansivu2020-04-2813-86/+86
|
* Update ChangeLog.Lauri Ojansivu2020-04-281-0/+2
|
* Merge pull request #3056 from marc1006/header_height_fixLauri Ojansivu2020-04-281-3/+3
|\ | | | | Fix list header height when cards count is shown
| * Fix list header height when cards count is shownMarc Hartmayer2020-04-271-3/+3
| |
* | Update ChangeLog.Lauri Ojansivu2020-04-281-0/+15
| |
* | Fix Cards and Users docs not generated because of syntax error and new ↵Lauri Ojansivu2020-04-284-257/+5433
| | | | | | | | | | | | | | | | | | Javascript syntax. Wekan uses wekan/releases/generate-docs*.sh Python code to generate OpenAPI docs, it did not show any errors while generating docs, only left out parts of API docs. Thanks to pvcon13 and xet7 !
* | Fix Docker builds.Lauri Ojansivu2020-04-271-0/+2
|/ | | | Thanks to xet7 !
* v4.00v4.00Lauri Ojansivu2020-04-277-8/+18
|
* Merge pull request #3052 from marc1006/360pxLauri Ojansivu2020-04-271-1/+1
|\ | | | | Make sure that the board header buttons fit into one line
| * Make sure that the board header buttons fit into one lineMarc Hartmayer2020-04-271-1/+1
|/ | | | ...even for devices with 360px width resolution.
* v3.99v3.99Lauri Ojansivu2020-04-277-9/+9
|
* Update translations.Lauri Ojansivu2020-04-2751-59/+161
|
* Revert part 2, related https://github.com/wekan/wekan/pull/3048Lauri Ojansivu2020-04-271-1/+4
|
* Revert In Progress additional vote features. Translations are not removed.Lauri Ojansivu2020-04-275-61/+37
| | | | | | Thanks to xet7 ! Related https://github.com/wekan/wekan/pull/3048
* Update translations related to vote feature. Code variables not changed.Lauri Ojansivu2020-04-271-2/+2
| | | | | | Thanks to xet7 ! Related https://github.com/wekan/wekan/pull/3048
* Update ChangeLog.Lauri Ojansivu2020-04-271-0/+9
|
* Merge branch 'master' of github.com:wekan/wekanLauri Ojansivu2020-04-271-1/+4
|\
| * Merge pull request #3051 from marc1006/3049Lauri Ojansivu2020-04-271-1/+4
| |\ | | | | | | Reactivate the touch event fix for the boards list
| | * Reactivate the touch event fix for the boards listMarc Hartmayer2020-04-271-1/+4
| |/ | | | | | | This fixes https://github.com/wekan/wekan/issues/3049.
* | Merge branch 'NicoP-S-master'Lauri Ojansivu2020-04-266-37/+63
|\ \ | |/ |/|
| * Remove old codeNico2020-04-261-5/+0
| |
| * Additional vote featuresNico2020-04-265-32/+62
| |
| * Put checkbox and label in same rowNico2020-04-261-3/+4
| |
| * Merge pull request #6 from wekan/masterNicoP-S2020-04-26142-14845/+3260
| |\ | |/ |/| Update
* | v3.98v3.98Lauri Ojansivu2020-04-257-2993/+275
| |
* | Update ChangeLog.Lauri Ojansivu2020-04-251-0/+3
| |
* | Merge pull request #3046 from marc1006/3041Lauri Ojansivu2020-04-251-1/+2
|\ \ | | | | | | Partially fixes https://github.com/wekan/wekan/issues/3041
| * | Allow words in title/description to be able to break and wrap onto the next lineMarc Hartmayer2020-04-251-0/+1
| | |
| * | Allow variable height for board list itemsMarc Hartmayer2020-04-251-1/+1
|/ / | | | | | | This fixes https://github.com/wekan/wekan/issues/3041.
* | Update ChangeLog.Lauri Ojansivu2020-04-251-1/+1
| |
* | Update translations.Lauri Ojansivu2020-04-250-0/+0
| |