summaryrefslogtreecommitdiffstats
path: root/client/components/main
Commit message (Collapse)AuthorAgeFilesLines
* Move In Progress ostrio-files changes to separate branch, and revert ↵Lauri Ojansivu2020-05-251-24/+26
| | | | | | | | | | | | ostrio-files changes, so that: - Export to CSV/TSV with custom fields works - Attachments are not exported to disk - It is possible to build arm64/s390x versions again. Thanks to xet7 ! Related #3110
* Merge branch 'lib-change' of https://github.com/PDIS/wekan intoLauri Ojansivu2020-05-241-26/+24
|\ | | | | | | PDIS-lib-change
| * Merge branch 'master' into lib-changeRomulus Tsai 蔡仲明2020-05-141-1/+1
| |\
| * \ Merge branch 'master' into lib-changeRomulus Tsai 蔡仲明2020-05-086-135/+96
| |\ \
| * \ \ Merge branch 'master' of https://github.com/wekan/wekan into lib-changeRomulus Urakagi Tsai2020-02-131-0/+3
| |\ \ \
| * | | | Change to relative path and /var/attachments to storeRomulus Urakagi Tsai2020-01-141-23/+24
| | | | |
| * | | | Change upload routine, add upload popupRomulus Urakagi Tsai2019-12-241-0/+1
| | | | |
| * | | | Attachment upload from card done, need to fix download linkRomulus Urakagi Tsai2019-11-201-6/+2
| | | | |
* | | | | Added Modern theme with Poppins fonthelioguardabaxo2020-05-222-1/+25
| |_|_|/ |/| | |
* | | | Card vote options in new forkNico2020-05-031-1/+1
| |_|/ |/| |
* | | Install Wekan to mobile homescreen icon and use fullscreen PWA.Lauri Ojansivu2020-04-301-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | Docs at https://github.com/wekan/wekan/wiki/PWA Thanks to xet7 ! Closes #2879
* | | Make sure that the board header buttons fit into one lineMarc Hartmayer2020-04-271-1/+1
| | | | | | | | | | | | ...even for devices with 360px width resolution.
* | | Mobile device layout fixMarc Hartmayer2020-04-231-0/+1
| | |
* | | Implement option to change the first day of week in user settingsMarc Hartmayer2020-04-221-0/+4
| | | | | | | | | | | | Implements #2535.
* | | Update layouts.jsAllemand2020-04-141-1/+1
| | |
* | | hide password auth with PASSWORD_LOGIN_ENABLED variablesalleman2020-04-131-0/+5
| | |
* | | Public boards overviewNico2020-04-122-1/+6
| | |
* | | Correct zh-TW language name (the right way)Will2020-04-071-1/+1
| | |
* | | Update layouts.jsWill 保哥2020-04-061-0/+2
| | |
* | | Merge upstream/masterJonathan Baird2020-04-012-53/+20
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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).
| * | | 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
* | | | add a notification drawer like trelloJonathan Baird2020-03-272-1/+3
|/ / /
* | | 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
|