summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Update ChangeLog.Lauri Ojansivu2020-04-011-0/+9
| | | |
* | | | Fix start-wekan.sh MongoDB port to 27017.Lauri Ojansivu2020-04-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Thanks to Keelan and xet7 ! Related #2979
* | | | v3.87v3.87Lauri Ojansivu2020-04-019-11/+11
| | | |
* | | | Update translations.Lauri Ojansivu2020-04-011-1/+1
| | | |
* | | | Update ChangeLog.Lauri Ojansivu2020-04-011-1/+3
| | | |
* | | | Improvements on card details visualization.Lauri Ojansivu2020-03-312-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | Thanks to helioguardabaxo and xet7 ! Closes #2974
* | | | Update ChangeLog.Lauri Ojansivu2020-03-311-1/+6
| | | |
* | | | Move "Rules" from "Board View" to "Board Settings".Lauri Ojansivu2020-03-314-18/+8
| | | | | | | | | | | | | | | | | | | | | | | | Thanks to helioguardabaxo and xet7 ! Closes #2973
* | | | Update ChangeLog.Lauri Ojansivu2020-03-311-0/+2
| | | |
* | | | Fix richer editor submit did not clear edit area.Lauri Ojansivu2020-03-311-13/+15
| | | | | | | | | | | | | | | | Thanks to xet7 !
* | | | Update ChangeLog.Lauri Ojansivu2020-03-311-0/+5
| | | |
* | | | 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-2720-247/+691
|/ /
* | Update ChangeLog.Lauri Ojansivu2020-03-251-0/+10
| |
* | 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
* | v3.86v3.86Lauri Ojansivu2020-03-249-14/+11
| |
* | Update translations.Lauri Ojansivu2020-03-241-45/+45
| |
* | Update ChangeLog.Lauri Ojansivu2020-03-241-1/+11
| |
* | 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
* | Update ChangeLog.Lauri Ojansivu2020-03-241-0/+9
| |
* | 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
* | Fix typo.Lauri Ojansivu2020-03-241-1/+1
| |
* | v3.85v3.85Lauri Ojansivu2020-03-239-11/+11
| |
* | Update ChangeLog.Lauri Ojansivu2020-03-231-3/+11
| |
* | 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 !
* | Update translations.Lauri Ojansivu2020-03-231-3/+3
| |
* | Revert: Fix Pasting text into a card is adding a line before and afterLauri Ojansivu2020-03-232-16/+5
| | | | | | | | | | | | | | | | | | | | | | (and multiplies by pasting more) by disabling WYSIWYG comment editor for everyone. Thanks to xet7. TODO later: Fix wysiwyg editor paste bug. Opens #2890
* | Update translations.Lauri Ojansivu2020-03-200-0/+0
| |
* | Fix typo.Lauri Ojansivu2020-03-201-2/+2
| |
* | Update ChangeLog.Lauri Ojansivu2020-03-201-0/+11
| |
* | Fix Pasting text into a card is adding a line before and afterLauri Ojansivu2020-03-201-4/+12
| | | | | | | | | | | | | | (and multiplies by pasting more) by disabling WYSIWYG comment editor for everyone. Closes #2890
* | Meteor 1.8 only in use at Sandstorm.Lauri Ojansivu2020-03-172-137/+207
| |
* | Meteor 1.8 only in use at Sandstorm.Lauri Ojansivu2020-03-1718-1/+1
| |
* | Merge branch 'master' of github.com:wekan/wekanLauri Ojansivu2020-03-172-2/+3
|\ \
| * | Fix typo.Lauri Ojansivu2020-03-161-1/+1
| | |
| * | For Sandstorm version of Wekan, leep stylus in 1.1.0, because building v2 ↵Lauri Ojansivu2020-03-162-2/+3
| | | | | | | | | | | | | | | | | | takes extra 52 minutes. Thanks to zodern !
* | | Fix snap syntax.Lauri Ojansivu2020-03-171-1/+1
|/ /
* | v3.84v3.84Lauri Ojansivu2020-03-169-325/+325
| |
* | Update ChangeLog.Lauri Ojansivu2020-03-161-0/+2
| |
* | Update ChangeLog.Lauri Ojansivu2020-03-162-3/+7
| |
* | Update minimist.Lauri Ojansivu2020-03-161-8/+8
| |
* | Update prettier-eslintLauri Ojansivu2020-03-161-443/+75
| |
* | Update prettier-eslintLauri Ojansivu2020-03-161-1/+1
| |
* | Update ostrio:cookiesLauri Ojansivu2020-03-161-1/+1
| |
* | Update acorn.Lauri Ojansivu2020-03-161-2/+1
| |
* | Update translations.Lauri Ojansivu2020-03-160-0/+0
| |
* | Update ChangeLog.Lauri Ojansivu2020-03-151-0/+3
| |
* | Downgrade stylus to v1.1.0 to speed up building Wekan.Lauri Ojansivu2020-03-152-2/+2
| | | | | | | | | | | | https://github.com/meteor/meteor/issues/10881#issuecomment-599152333 Thanks to zodern !
* | Update dependencies.Lauri Ojansivu2020-03-151-1/+2
| |
* | Add profiling to build script.Lauri Ojansivu2020-03-151-1/+1
| |