summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of github.com:wekan/wekanLauri Ojansivu2020-04-251-1/+1
|\
| * Merge pull request #3044 from VictorioBerra/patch-1Lauri Ojansivu2020-04-251-1/+1
| |\ | | | | | | Fix comment typo in docker-compose.yml
| | * Fix comment typo in docker-compose.ymlVictorio Berra2020-04-241-1/+1
| | | | | | | | | webbroser -> web browser.
* | | Update ChangeLog.Lauri Ojansivu2020-04-251-0/+2
|/ /
* | Update translations.Lauri Ojansivu2020-04-252-18/+18
| |
* | Update ChangeLog.Lauri Ojansivu2020-04-251-0/+4
| |
* | Fix Wekan not load at all in Firefox v.68 for Android.Lauri Ojansivu2020-04-256-0/+13
| | | | | | | | | | | | Thanks to xet7 ! Closes #3021
* | Merge branch 'marc1006-mobile'Lauri Ojansivu2020-04-258-64/+21
|\ \ | |/ |/|
| * Merge branch 'mobile' of https://github.com/marc1006/wekan into marc1006-mobileLauri Ojansivu2020-04-258-64/+21
|/|
| * Fix drag-and-drop and scrolling on mobile devicesMarc Hartmayer2020-04-235-15/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | Use drag handles on "miniscreens" whenever useful, this is especially useful on mobile device. This should hopefully fix https://github.com/wekan/wekan/issues/2947. While at it, simplify the condition Utils.isMiniScreen() || (!Utils.isMiniScreen() && showDesktopDragHandles) to Utils.isMiniScreen() || showDesktopDragHandle
| * Newer versions of jQuery sortable use `uiSortable` keyMarc Hartmayer2020-04-234-52/+11
| | | | | | | | | | Newer versions of jQuery sortable use `uiSortable` as key to store the data. Let's adapt the code. While at it, refactor the code.
| * Mobile device layout fixMarc Hartmayer2020-04-231-0/+1
| |
* | Update translations.Lauri Ojansivu2020-04-236-51/+51
| |
* | Update ChangeLog.Lauri Ojansivu2020-04-231-2/+4
| |
* | Merge branch 'marc1006-one_apply'Lauri Ojansivu2020-04-232-17/+10
|\ \
| * | Merge branch 'one_apply' of https://github.com/marc1006/wekan into ↵Lauri Ojansivu2020-04-232-17/+10
|/| | | | | | | | | | | marc1006-one_apply
| * | Use only one 'Apply' button for applying the user settingsMarc Hartmayer2020-04-232-17/+10
| |/
* | Update ChangeLog.Lauri Ojansivu2020-04-231-0/+2
| |
* | Merge pull request #3038 from marc1006/fixLauri Ojansivu2020-04-231-1/+2
|\ \ | |/ |/| Fix getStartDayOfWeek function
| * Fix getStartDayOfWeek functionMarc Hartmayer2020-04-231-1/+2
|/ | | | | 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.
* Revert Snap MongoDB changes.Lauri Ojansivu2020-04-223-9/+7
| | | | Thanks to xet7 !
* Update ChangeLog.Lauri Ojansivu2020-04-221-0/+2
|
* Try to upgrade MongoDB version in Snap.Lauri Ojansivu2020-04-222-3/+260
| | | | Thanks to xet7 !
* Update ChangeLog.Lauri Ojansivu2020-04-221-0/+5
|
* Upgrade to Meteor 1.10.2Lauri Ojansivu2020-04-224-10/+10
| | | | Thanks to Meteor developers and xet7 !
* Update ChangeLog.Lauri Ojansivu2020-04-221-0/+3
|
* Merge branch 'boeserwolf-feature-add-babel'Lauri Ojansivu2020-04-224-402/+569
|\
| * Merge branch 'feature-add-babel' of https://github.com/boeserwolf/wekan into ↵Lauri Ojansivu2020-04-224-402/+569
|/| | | | | | | boeserwolf-feature-add-babel
| * Add babel to build chain and linterboeserwolf2020-04-224-402/+569
| | | | | | | | | | Enables fancy Javascript language features like optional chaining, for developer happiness.
* | Update ChangeLog.Lauri Ojansivu2020-04-221-0/+2
| |
* | Update translations.Lauri Ojansivu2020-04-2251-55/+463
| |
* | Update ChangeLog.Lauri Ojansivu2020-04-221-0/+2
| |
* | Merge branch 'master' of github.com:wekan/wekanLauri Ojansivu2020-04-220-0/+0
|\ \
| * | - Set Snap MongoDB compatibility to 4.2.5 according to Meteor ChangeLog.Lauri Ojansivu2020-04-221-0/+2
| | | | | | | | | | | | Thanks to xet7 !
* | | - Set Snap MongoDB compatibility to 4.2 according to Meteor ChangeLog.Lauri Ojansivu2020-04-221-0/+2
|/ / | | | | | | Thanks to xet7 !
* | Update ChangeLog.Lauri Ojansivu2020-04-221-0/+2
| |
* | Fix lint errors in lint error fix.Lauri Ojansivu2020-04-229-49/+47
| | | | | | | | Thanks to xet7 !
* | Merge branch 'marc1006-week_start'Lauri Ojansivu2020-04-227-1/+95
|\ \
| * | Implement option to change the first day of week in user settingsMarc Hartmayer2020-04-227-2/+95
| | | | | | | | | | | | Implements #2535.
| * | Set first day of the week to MondayMarc Hartmayer2020-04-221-0/+1
|/ /
* | Update ChangeLog.Lauri Ojansivu2020-04-221-0/+5
| |
* | Merge pull request #3031 from marc1006/style_issuesLauri Ojansivu2020-04-223-7/+7
|\ \ | | | | | | Multiple lint issue fixes
| * | Multiple lint issue fixesMarc Hartmayer2020-04-213-7/+7
| | | | | | | | | | | | Found by using the command `meteor npm run lint:eslint:fix`.
* | | Update ChangeLog.Lauri Ojansivu2020-04-221-0/+9
| | |
* | | Merge pull request #3030 from boeserwolf/masterLauri Ojansivu2020-04-221-1/+12
|\ \ \ | |/ / |/| / | |/ Pre-fill the title of checklists (Trello-style)
| * Pre-fill the title of checklists (Trello-style)boeserwolf2020-04-211-1/+12
|/
* Add links to FAQ.Lauri Ojansivu2020-04-201-1/+1
|
* v3.97v3.97Lauri Ojansivu2020-04-197-299/+313
|
* Update ChangeLog.Lauri Ojansivu2020-04-191-0/+2
|
* Merge branch 'boeserwolf-feature-sortable-boards'Lauri Ojansivu2020-04-1913-35/+154
|\