summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | add a notification drawer like trelloJonathan Baird2020-03-2714-230/+545
|/
* Hide duplicate "Hide system messages" at Change Settings/Member Settings, ↵Lauri Ojansivu2020-03-251-6/+6
| | | | | | | | because it's also on card slider. Thanks to notohiro and xet7 ! Closes #2837
* 1) Fix Pasting text into a card is adding a line before and afterLauri Ojansivu2020-03-244-6/+263
| | | | | | | | | | | | (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
* Fix Rich editor can not be disabled, regression from changes yesterday at ↵Lauri Ojansivu2020-03-241-3/+1
| | | | | | | | | Wekan v3.85. Thanks to uusijani, vjrj and xet7 ! Closes #2967, closes #104
* SECURITY VULNERABILITY FIX: Fix XSS bug reported today 4 hours ago by ↵Lauri Ojansivu2020-03-231-147/+68
| | | | | | | | | | | | | | Cyb3rjunky. Logged in users could run javascript in input fields. This affects Wekan versions v3.12-v3.84. In [Wekan v3.12](https://github.com/wekan/wekan/blob/master/CHANGELOG.md#v312-2019-08-09-wekan-release) there was [changes for XSS filter to allow inserting images, videos etc on comment WYSIWYG editor](https://github.com/wekan/wekan/pull/2593) so features related to that are now removed. After this fix, Javascript in input fields is not executed. Thanks to Cyb3rjunky and xet7 !
* Fix: img tag did not allow width and height.Lauri Ojansivu2020-03-061-0/+4
| | | | | | | | | Removed swipebox from markdown editor img tag and updated marked markdown to newest version. Thanks to hradec and xet7 ! Closes #2956
* - Fix critical and moderate security vulnerabilities reported at 2020-02-26 withLauri Ojansivu2020-03-012-5/+8
| | | | | | | | | | | | | responsible disclosure by [Dejan Zelic](https://twitter.com/dejandayoff), Justin Benjamin and others at [Offensive Security](https://twitter.com/offsectraining), that follow standard 90 days before public disclosure. Thanks to xet7. - Fix webhook error that prevented some card etc deleting from web UI of board. Thanks to xet7. - Add some more Font Awesome icons. Thanks to xet7. - Remove autofocus from many form input boxes so that they would not cause warnings. Thanks to xet7.
* Try to fix afterwards loading of cards by addingLauri Ojansivu2020-02-221-1/+17
| | | | | | | | | fallback when requestIdleCallback is not available. Thanks to xet7 ! Closes #2878, closes #2250
* Create New User in Admin Panel. Works, but does not save fullname yet,Lauri Ojansivu2020-02-222-0/+147
| | | | | | | | so currently it's needed to edit add fullname later. Thanks to xet7 ! Related #802
* Remove card element grouping to create compact card layout.Lauri Ojansivu2020-02-124-36/+97
| | | | | | | | Card Settings / Show on Card: Description Title and Description Text. Thanks to e-stoniauk, 2020product and xet7 ! Fixes https://github.com/wekan/wekan/pull/2922
* Part 2: Fix Copy Card Link to Clipboard button at card title did not work.Lauri Ojansivu2020-02-102-1/+7
| | | | | | Thanks to 2020product and xet7 ! Related https://github.com/wekan/wekan/pull/2922
* Fix Copy Card Link to Clipboard button at card title did not work.Lauri Ojansivu2020-02-101-1/+2
| | | | | | Thanks to 2020product and xet7 ! Related https://github.com/wekan/wekan/pull/2922
* Remove hiding comments and activities.Lauri Ojansivu2020-02-103-216/+213
|
* Add Feature: Card Settings/Show on card/Activities.Lauri Ojansivu2020-02-074-201/+226
| | | | | | | | Fix: When in Card Settings hiding Comments, only adding new comment is hidden, not old comments. Thanks to xet7 ! Closes #2925
* Try to disable dragging Swimlanes/Lists/Cards/Checklists/Subtasks on small ↵Lauri Ojansivu2020-02-078-23/+92
| | | | | | mobile smartphones webbrowsers, and hide drag handles on mobile web. Thanks to xet7 !
* - Fix adding comments.Lauri Ojansivu2020-02-054-21/+38
| | | | | | | | | | - Added some working layout changes from https://github.com/wekan/wekan/pull/2920. - Fixed Card Settings not working at Sandstorm. Thanks to 2020product xet7 ! Closes #2918, closes https://github.com/wekan/wekan/pull/2920
* Add Board Card Settings to Show on Card only some of it's fields.Lauri Ojansivu2020-02-052-5/+11
| | | | Default WYSIWYG comment editor not enabled, use markdown instead.
* Merge branch 'dollybean' of https://github.com/2020product/wekan into ↵Lauri Ojansivu2020-02-056-139/+651
|\ | | | | | | 2020product-dollybean
| * Customize of some card's functionsdollybean2020-02-048-164/+392
|/
* Add rule action to move cards to other boardsPeter Verraedt2020-01-232-17/+50
| | | | Fixes #1996
* Update header.styltsia2020-01-201-0/+3
|
* 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
* Wider sidebar.Lauri Ojansivu2020-01-061-1/+1
| | | | | | Thanks to vjrj ! Closes #2218
* Removed Custom HTML feature that does not work.Lauri Ojansivu2020-01-062-14/+0
| | | | | | Thanks to xet7 ! Closes #2218
* Fix: Unable to find Archive Card/List/Swimlane in board settings.Lauri Ojansivu2020-01-061-6/+5
| | | | | | Thanks to neobradley and xet7 ! Closes #2872
* Add Worker role.Lauri Ojansivu2020-01-0517-204/+308
| | | | | | | | | | This was originally added at Wekan v3.58, reverted at Wekan v3.60 because of bugs, and now after fixes added back. Thanks to xet7 ! Closes #2788
* Add more Font Awesome icons. This was originally addedLauri Ojansivu2020-01-0314-88/+293
| | | | | | | at Wekan v3.58, removed at Wekan v3.60, and now added back at Wekan v3.61. Thanks to xet7 !
* Revert to Wekan v3.57 version of client and models directories,Lauri Ojansivu2020-01-0325-574/+244
| | | | | | | removing Worker role temporarily, because Worker role changes broke saving card. Thanks to xet7 !
* Fix not being able to edit received date.Lauri Ojansivu2020-01-031-6/+1
| | | | Thanks to xet7 !
* Add Worker role.Lauri Ojansivu2020-01-0330-317/+628
| | | | | | | | | Add more Font Awesome icons. Fix browser console errors when editing user profile name etc. Thanks to xet7 ! Closes #2788
* Remove LINKED_CARDS_ENABLED settings, because it does not work.Lauri Ojansivu2019-12-222-10/+3
| | | | Thanks to xet7 !
* LINKED_CARDS_ENABLED settings part 3.Lauri Ojansivu2019-12-212-12/+7
| | | | | | In Progress, linked cards not completely disabled yet. Thanks to xet7 !
* Visual difference for inactive user in Administration: strikethrough.Lauri Ojansivu2019-12-201-15/+44
| | | | | | Thanks to hever and xet7 ! Closes #2860
* Merge pull request #2834 from Akuket/masterLauri Ojansivu2019-12-202-3/+15
|\ | | | | Issue #2688
| * Merge branch 'master' of https://github.com/wekan/wekanGuillaume2019-11-294-58/+0
| |\
| * | Using LINKED_CARDS_ENABLEDGuillaume2019-11-292-3/+15
| | |
* | | Fix comment text disappearing when clicking outside of comment text area.Lauri Ojansivu2019-12-172-25/+12
| | | | | | | | | | | | | | | | | | Fix lint error. Thanks to xet7 !
* | | Fix: Allow to set empty card title, AssignedBy and RequestedBy.Lauri Ojansivu2019-12-131-0/+6
| | | | | | | | | | | | Thanks to xet7 !
* | | Fix: Don't add a blank space for empty custom fields on minicards.Lauri Ojansivu2019-12-121-6/+7
| |/ |/| | | | | | | | | Thanks to roobre and xet7 ! Closes #2850
* | Remove 1st implementation of collapse swimlanes. I will do itLauri Ojansivu2019-11-294-58/+0
|/ | | | | | differently in next 2nd implementation. Thanks to xet7 !
* Fix lint errors.Lauri Ojansivu2019-11-2610-114/+68
|
* Fix lint errors.Lauri Ojansivu2019-11-205-84/+76
|