summaryrefslogtreecommitdiffstats
path: root/client/lib
Commit message (Collapse)AuthorAgeFilesLines
* Fix Browser always reload the whole page when I change one of the card color.Lauri Ojansivu2020-03-311-204/+0
| | | | | | | | | 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
* 1) Fix Pasting text into a card is adding a line before and afterLauri Ojansivu2020-03-241-0/+204
| | | | | | | | | | | | (and multiplies by pasting more) by changing paste "p" to "br". 2) Fixes to summernote and markdown comment editors, related to keeping them open when adding comments, having @member mention not close card, and disabling clicking of @member mention. Thanks to xet7 ! Closes #2890
* Try to disable dragging Swimlanes/Lists/Cards/Checklists/Subtasks on small ↵Lauri Ojansivu2020-02-071-0/+30
| | | | | | mobile smartphones webbrowsers, and hide drag handles on mobile web. Thanks to xet7 !
* Fix prettier.Lauri Ojansivu2020-01-101-3/+8
|
* More keyboard shortcuts: c for archive cardLauri Ojansivu2020-01-091-0/+28
| | | | | | Thanks to xet7 ! Related #1878
* Add Worker role.Lauri Ojansivu2020-01-031-22/+18
| | | | | | | | | Add more Font Awesome icons. Fix browser console errors when editing user profile name etc. Thanks to xet7 ! Closes #2788
* Remove 1st implementation of collapse swimlanes. I will do itLauri Ojansivu2019-11-291-6/+0
| | | | | | differently in next 2nd implementation. Thanks to xet7 !
* Fix lint errors.Lauri Ojansivu2019-11-261-6/+3
|
* Fix lint errors.Lauri Ojansivu2019-11-201-22/+20
|
* Use database when logged in. Continued.Lauri Ojansivu2019-11-191-6/+6
| | | | Thanks to xet7 !
* Use database when logged in. Continued.Lauri Ojansivu2019-11-191-34/+31
| | | | Thanks to xet7 !
* New feature: Now there is popup selection of Lists/Swimlanes/Calendar/Roles.Lauri Ojansivu2019-11-181-0/+54
| | | | | | | | | | | | | | | | | | | | New feature, not set visible yet, because switching to it does not work properly yet: Collapsible Swimlanes #2804 Fix: Public board now loads correctly. When you select one of Lists/Swimlanes/Calendar view and reload webbrowser page, it can change view. Closes #2311 Fix: List sorting commented out. Closes #2800 Fix: Errors hasHiddenMinicardText, hasShowDragHandles, showSort, hasSortBy, profile, FirefoxAndroid/IE11/Vivaldi/Chromium browsers not working by using cookies instead of database. More details at https://github.com/wekan/wekan/issues/2643#issuecomment-554907955 Note: Cookie changes are not always immediate, if there is no effect, you may need to reload webbrowser page. Closes #2643 . Thanks to xet7 !
* Merge branch 'master' of https://github.com/whowillcare/wekan into ↵Lauri Ojansivu2019-10-301-1/+3
|\ | | | | | | whowillcare-master
| * Fix: lists filter didn't get added into filter active checklistSam X. Chen2019-10-301-1/+3
| |
| * Add Feature: allowing user to filter list in Filter function not just cardsSam X. Chen2019-10-181-8/+2
| |
| * Add Feature: allow user to sort Lists in Board by his own preference, ↵Sam X. Chen2019-10-181-2/+18
| | | | | | | | boardadmin can star list
* | Merge pull request #2763 from liske/changes/sensible-card-timesLauri Ojansivu2019-10-291-2/+3
|\ \ | | | | | | Enhancement: set card times more sensible using the 'Today' button in…
| * | Lintian fixes.Thomas Liske2019-10-281-1/+1
| | |
| * | Enhancement: set card times more sensible using the 'Today' button in datepickerThomas Liske2019-10-241-2/+3
| |/
* / Add Features: allowing lists to be sorted by modifiedAt when not in ↵Lauri Ojansivu2019-10-291-0/+10
|/ | | | | | | | | | | | draggable mode. Bug Fix #2093: the broken should be prior to file attachment feature introduced, and tested export board is working. Thanks to whowillcare ! ( xet7 merged this pull request manually from https://github.com/wekan/wekan/pull/2756 ) Closes #2093
* Add feature: Add due timeline into Calendar viewSam X. Chen2019-09-261-1/+9
|
* BugFix: in richer editor @ autocomplete doesn't really insert the user name ↵Sam X. Chen2019-09-171-0/+1
| | | | into comment properly
* Merge remote-tracking branch 'upstream/master'Sam X. Chen2019-08-292-2/+4
|\
| * Fixes #2638 importing trelloJustin Reynolds2019-08-221-1/+1
| |
| * Merge branch 'master' of https://github.com/wekan/wekanRomulus Urakagi Tsai2019-08-121-0/+77
| |\
| * | Add 'show archive' and 'hide empty lists' in filter feature.Romulus Urakagi Tsai2019-08-071-1/+3
| | |
* | | Add Feature: enable two-way webhooks - stage oneSam X. Chen2019-08-171-1/+0
| |/ |/|
* | Add Feature: Richer Editor insert picture as attachment instead of b64 stringSam X. Chen2019-08-101-0/+25
| |
* | Bug fix: bug#2589 #2575, Add Features: allowing user to insert/paste link, ↵Sam X. Chen2019-08-071-0/+52
|/ | | | image, video
* Prettier & eslint project style updateJustin Reynolds2019-06-2816-445/+500
|
* - [Fix Wekan unable to Select Text from Description edit ↵Lauri Ojansivu2019-06-191-8/+8
| | | | | | | | | | | | box](https://github.com/wekan/wekan/issues/2451) by removing feature of card description submit on click outside. This is because when selecting text and dragging up did trigger submit of description, so description was closed and selecting text failed. This did affect all Chromium-based browsers: Chrome, Chromium, Chromium Edge. Thanks to xet7 ! Closes #2451
* Fix missing profile checks.Lauri Ojansivu2019-05-091-1/+1
| | | | Thanks to justinr1234 !
* - More whitelabeling.Lauri Ojansivu2019-03-211-1/+1
| | | | Thanks to xet7 !
* - Fix lint errors.Lauri Ojansivu2019-01-041-2/+2
| | | | Thanks to xet7 !
* Fixed errorsAngelo Gallarello2019-01-021-6/+6
|
* Added popupAngelo Gallarello2018-12-311-4/+2
|
* Added swimlane triggerAngelo Gallarello2018-12-301-3/+10
|
* Triggers by username, updated descAngelo Gallarello2018-12-291-1/+4
|
* - Fix [Popup class declares member name _current but use current ↵Lauri Ojansivu2018-12-161-2/+2
| | | | | | | | instead](https://github.com/wekan/wekan/issues/2059). Thanks to peishaofeng ! Closes #2059
* - Admin Panel / Layout / Custom Product Name now changes webpage title.Lauri Ojansivu2018-12-151-0/+20
| | | | | | Thanks to xet7 ! Related #1196
* Fix lint errors.Lauri Ojansivu2018-09-161-9/+10
|
* Merge rules.Lauri Ojansivu2018-09-162-2/+0
|
* Merge branch 'feature-rules' of https://github.com/Angtrim/wekan into ↵Lauri Ojansivu2018-09-163-5/+39
|\ | | | | | | Angtrim-feature-rules
| * BeautyfiedAngelo Gallarello2018-09-141-26/+26
| |
| * Finished alpha rulesAngelo Gallarello2018-09-141-3/+3
| |
| * Refactoring rules descriptionAngelo Gallarello2018-09-141-15/+36
| |
| * Labels activitiesAngelo Gallarello2018-08-161-1/+13
| |
| * UI for rules listAngelo Gallarello2018-08-031-0/+1
| |
* | Fix lint errors.Lauri Ojansivu2018-08-131-507/+507
| |
* | Revert eslint changes, because they caused breakage.Lauri Ojansivu2018-08-121-443/+506
| |