summaryrefslogtreecommitdiffstats
path: root/client/components/main
Commit message (Collapse)AuthorAgeFilesLines
* 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-312-40/+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
* 1) Fix Pasting text into a card is adding a line before and afterLauri Ojansivu2020-03-242-6/+52
| | | | | | | | | | | | (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
* Update header.styltsia2020-01-201-0/+3
|
* Assignee field like Jira #2452 , in progress.Lauri Ojansivu2019-11-041-2/+4
|
* Buxfixed: if username contains space, it will cause @ commment failed to ↵Sam X. Chen2019-09-191-5/+13
| | | | send out email and other
* BugFix: in richer editor @ autocomplete doesn't really insert the user name ↵Sam X. Chen2019-09-171-2/+0
| | | | into comment properly
* BugFix: in richer editor @ autocomplete doesn't really insert the user name ↵Sam X. Chen2019-09-171-6/+28
| | | | into comment properly
* Fixing @user in comments doesn't work if it's in a separate lineSam X. Chen2019-09-111-0/+4
|
* Limit card width to fixed size.Lauri Ojansivu2019-08-231-0/+2
| | | | Thanks to xet7 !
* Bugfix: 2621 Summmernote is too wide on mobile screenSam X. Chen2019-08-152-1/+4
|
* Addfeature: Enable HTML email content for richer commentSam X. Chen2019-08-121-14/+29
|
* Add Feature: Richer Editor insert picture as attachment instead of b64 stringSam X. Chen2019-08-101-15/+50
|
* Bugfix: 2560, 2604 - enable mixed mode mongodb attachment and filesystem ↵Sam X. Chen2019-08-101-3/+1
| | | | attachment while reading
* Bugfix: style kbd font color became white after introduced summernoteSam X. Chen2019-08-081-0/+1
|
* Bug fix: bug#2589 #2575, Add Features: allowing user to insert/paste link, ↵Sam X. Chen2019-08-071-55/+128
| | | | image, video
* Add Feature: User can have richer formatted text into the comments ↵Sam X. Chen2019-07-252-1/+24
| | | | (unexpected theme changes fixed)
* Add Feature: User can have richer formatted text into the comments ↵Sam X. Chen2019-07-242-2/+5
| | | | (admin-panel fixed)
* Add Feature: User can have richer formatted text into the comments (bug fixed)Sam X. Chen2019-07-231-0/+4
|
* Add Feature: Comments can be richer (can support some safe HTML tags)Sam X. Chen2019-07-221-60/+94
|
* Add Feature: Comments can be richer (can support some safe HTML tags)Sam X. Chen2019-07-221-6/+126
|
* Prettier & eslint project style updateJustin Reynolds2019-06-283-85/+102
|
* - Fix translation name in Wekan menu: oc to Occitan.Lauri Ojansivu2019-05-111-0/+2
| | | | Thanks to xet7 !
* Fixed RTL issue #884Guy Zylberberg2019-05-081-1/+2
|
* fix lintsguillaume2019-04-241-3/+3
|
* Loading authentication pageguillaume2019-04-243-23/+145
|
* Combine to same line.Lauri Ojansivu2019-04-081-2/+1
|
* Removed commented out text.Lauri Ojansivu2019-03-241-4/+0
|
* Fix filenames and urls.Lauri Ojansivu2019-03-231-5/+5
|
* Remove extra title quotes, so that Custom Product Name comes visible.Lauri Ojansivu2019-03-221-1/+1
| | | | Thanks to xet7 !
* - More whitelabeling.Lauri Ojansivu2019-03-212-16/+17
| | | | Thanks to xet7 !
* Fix LDAP login.Lauri Ojansivu2019-03-151-14/+5
| | | | | | | Thanks to xet7 ! Closes wekan/wekan-ldap#43, closes wekan/wekan-snap#85
* Try to fix [LDAP Login: "Login forbidden", ReferenceError: req is not ↵Lauri Ojansivu2019-03-141-5/+5
| | | | | | | | | | defined](https://github.com/wekan/wekan-ldap/issues/44). Please test. Thanks to xet7 ! Closes wekan/wekan-ldap#44
* Fix lint errors.Lauri Ojansivu2019-03-081-12/+7
| | | | | | Thanks to xet7 ! Related #2019
* [HTTP header automatic login. Not tested ↵Lauri Ojansivu2019-03-081-5/+19
| | | | | | | | yet.](https://github.com/wekan/wekan/issues/2019). Thanks to xet7 ! Related #2019
* Fix manifest and icon urls, part 2.Lauri Ojansivu2019-03-061-4/+4
| | | | Thanks to xet7 !
* Fix manifest and icon paths.Lauri Ojansivu2019-03-061-4/+4
| | | | | | | Thanks to xet7 ! Closes #2168, closes #1692
* Merge branch 'devel' into edgeLauri Ojansivu2019-02-272-38/+33
|\
| * Add the following new Sandstorm features and fixes:Lauri Ojansivu2019-02-272-38/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - All Boards page [so it's possible to go back from subtask board](https://github.com/wekan/wekan/issues/2082) - Board favorites - New Sandstorm board first user is Admin and [has IFTTT Rules](https://github.com/wekan/wekan/issues/2125) and Standalone Wekan Admin Panel. Probably some Admin Panel features do not work yet. Please keep backup of your grains before testig Admin Panel. - Linked Cards and Linked Boards. - Some not needed options like Logout etc have been hidden from top bar right menu. - [Import board now works. "Board not found" is not problem anymore](https://github.com/wekan/wekan/issues/1430), because you can go to All Boards page to change to imported board. and removes the following features: - Remove Welcome Board from Standalone Wekan, [to fix Welcome board not translated](https://github.com/wekan/wekan/issues/1601). Sandstorm Wekan does not have Welcome Board. Thanks to xet7 ! Closes #2125, closes #2082, closes #1430, closes #1601, related #2205, related #2070, related #1695, related #1192.
* | Fix list view issues. Allow creation of boards from templatesAndrés Manelli2019-02-251-1/+3
|/
* Fix authentication dropdownguillaume2019-02-151-1/+1
|
* Fix lintsguillaume2019-02-071-6/+11
|
* - Fix lint errors.Lauri Ojansivu2019-02-011-4/+4
| | | | Thanks to xet7 !
* Improve authenticationguillaume2019-02-012-65/+70
|
* Issue: Hard to use Wekan on mobile because of UI/UX issues #953hupptechnologies2019-01-012-4/+2
| | | | Resolved #953
* - Revert "Improve authentication" and "Default Authentication Method"Lauri Ojansivu2018-12-243-69/+54
| | | | | | | | to make login work again. - Fixes to docker-compose.yml so that Wekan Meteor 1.6.x version would work. Most likely Meteor 1.8.x version is still broken. Thanks to xet7 !
* Fix lint errors.Lauri Ojansivu2018-12-212-10/+14
|