summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Use only one 'Apply' button for applying the user settingsMarc Hartmayer2020-04-232-17/+10
|/
* Fix lint errors in lint error fix.Lauri Ojansivu2020-04-224-20/+20
| | | | Thanks to xet7 !
* Implement option to change the first day of week in user settingsMarc Hartmayer2020-04-224-1/+62
| | | | Implements #2535.
* Set first day of the week to MondayMarc Hartmayer2020-04-221-0/+1
|
* Merge pull request #3031 from marc1006/style_issuesLauri Ojansivu2020-04-222-5/+5
|\ | | | | Multiple lint issue fixes
| * Multiple lint issue fixesMarc Hartmayer2020-04-212-5/+5
| | | | | | | | Found by using the command `meteor npm run lint:eslint:fix`.
* | Pre-fill the title of checklists (Trello-style)boeserwolf2020-04-211-1/+12
|/
* Refactor variable namesboeserwolf2020-04-191-3/+3
|
* Make boards sortableboeserwolf2020-04-193-3/+70
|
* Add sortDefault helper for sorting boardsboeserwolf2020-04-197-21/+17
|
* Make linked card clickableboeserwolf2020-04-192-1/+4
|
* Remove old warning from Sandstorm import board data loss, because bug has ↵Lauri Ojansivu2020-04-171-3/+0
| | | | | | been already fixed. Thanks to aputsiaq and xet7 !
* Improve card layout on mobile devicesMarc Hartmayer2020-04-171-0/+1
|
* Allows for use of checklist on mobileDevin McAllester2020-04-143-3/+7
|
* Merge pull request #3015 from boeserwolf/masterLauri Ojansivu2020-04-141-0/+2
|\ | | | | Fix <p> margin in card labels
| * Fix margin in card labelsboeserwolf2020-04-131-0/+2
| |
* | Update layouts.jsAllemand2020-04-141-1/+1
| |
* | hide password auth with PASSWORD_LOGIN_ENABLED variablesalleman2020-04-131-0/+5
| |
* | debug isBoardAdmin on main pagesalleman2020-04-132-1/+5
| |
* | Merge branch 'master' of https://github.com/NicoP-S/wekanLauri Ojansivu2020-04-124-7/+20
|\ \ | |/ |/|
| * Public boards overviewNico2020-04-124-7/+20
| |
* | Fix styling issue in notifications drawerboeserwolf2020-04-121-2/+3
| | | | | | | | | | | | The header of the notification drawer had a margin to the right side in Google Chrome caused by overflow: scroll on the #notifications-drawer element.
* | Merge pull request #3006 from NicoP-S/masterLauri Ojansivu2020-04-103-12/+50
|\| | | | | Public vote
| * Public voteNico2020-04-103-12/+50
| |
* | Merge pull request #3005 from jtbairdsr/masterLauri Ojansivu2020-04-091-2/+2
|\ \ | |/ |/| fix bug that prevents editing or deleting comments
| * fix bug that prevents editing or deleting commentsJonathan Baird2020-04-091-2/+2
| |
* | Remove export button if WITH_API is not enabledNico2020-04-093-29/+26
|/ | | | | #2938 https://github.com/wekan/wekan/issues/2938#issuecomment-589782402
* Add setting default NOTIFICATION_TRAY_AFTER_READ_DAYS_BEFORE_REMOVE=2Lauri Ojansivu2020-04-082-29/+35
| | | | | | to all Wekan platforms https://github.com/wekan/wekan/pull/2998 Thanks to xet7 !
* add a "remove all read" button to notification menuJonathan Baird2020-04-083-1/+31
|
* Fix typos.Lauri Ojansivu2020-04-081-6/+6
|
* Merge branch 'master' of https://github.com/NicoP-S/wekan into NicoP-S-masterLauri Ojansivu2020-04-084-5/+121
|\
| * Merge branch 'vote'Nico2020-04-074-5/+121
| |\
| | * Voteing featureNico2020-04-074-5/+121
| | |
* | | Add filter option for assigneeDaniel Eder2020-04-083-1/+32
|/ / | | | | Works exactly like member
* | Correct zh-TW language name (the right way)Will2020-04-072-1/+3
| |
* | Update layouts.jsWill 保哥2020-04-061-0/+2
| |
* | Merge branch 'feature/subtask-use-parent-swimlane' of ↵Lauri Ojansivu2020-04-041-1/+7
|\ \ | |/ |/| | | https://github.com/daniel-eder/wekan into daniel-eder-feature/subtask-use-parent-swimlane
| * subtasks now use swimlane with title matching parent lane titleDaniel Eder2020-04-021-1/+7
| | | | | | As discussed in #1953 this is required to handle two-board scenarios correctly.
| * subtasks now use parent task swimlane by defaultDaniel Eder2020-03-261-1/+1
| |
* | add correct i18n for notifications menuJonathan Baird2020-04-011-4/+4
| |
* | Merge upstream/masterJonathan Baird2020-04-0111-288/+37
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '56667112d7fd146a9847794207e9a2224b1115d7': Update ChangeLog. Minicard labels on the top and title on bottom. Update translations. Update translations. Add translations for Notification drawer like Trello. Add translations for Board Settings / Allow Rename Board/Swimlane/Card. Update ChangeLog. Fix start-wekan.sh MongoDB port to 27017. v3.87 Update translations. Update ChangeLog. Improvements on card details visualization. Update ChangeLog. Move "Rules" from "Board View" to "Board Settings". Update ChangeLog. Fix richer editor submit did not clear edit area. Update ChangeLog. Fix Browser always reload the whole page when I change one of the card color. Fixed by making label colors and text again editable. Regression from [Wekan v3.86 2)](https://github.com/wekan/wekan/commit/b9099a8b7ea6f63c79bdcbb871cb993b2cb7e325).
| * | Minicard labels on the top and title on bottom.Lauri Ojansivu2020-04-011-1/+1
| | | | | | | | | | | | | | | | | | Thanks to helioguardabaxo and xet7 ! Closes #2980
| * | Improvements on card details visualization.Lauri Ojansivu2020-03-312-5/+8
| | | | | | | | | | | | | | | | | | Thanks to helioguardabaxo and xet7 ! Closes #2974
| * | Move "Rules" from "Board View" to "Board Settings".Lauri Ojansivu2020-03-314-18/+8
| | | | | | | | | | | | | | | | | | Thanks to helioguardabaxo and xet7 ! Closes #2973
| * | Fix richer editor submit did not clear edit area.Lauri Ojansivu2020-03-311-13/+15
| | | | | | | | | | | | Thanks to xet7 !
| * | Fix Browser always reload the whole page when I change one of the card color.Lauri Ojansivu2020-03-314-251/+5
| |/ | | | | | | | | | | | | | | | | Fixed by making label colors and text again editable. Regression from [Wekan v3.86 2)](https://github.com/wekan/wekan/commit/b9099a8b7ea6f63c79bdcbb871cb993b2cb7e325). Thanks to javen9881 and xet7 ! Closes #2971