summaryrefslogtreecommitdiffstats
path: root/client/components
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2665 from whowillcare/masterLauri Ojansivu2019-09-044-44/+89
|\ | | | | Add Feature: complete the original author's webhook functions and add two-way webhook type
| * Merge remote-tracking branch 'upstream/master'Sam X. Chen2019-08-2916-25/+192
| |\
| * | Add Feature: enable two-way webhooks - stage oneSam X. Chen2019-08-174-44/+89
| | |
* | | Merge branch 'master' of https://github.com/wekan/wekanguillaume2019-08-302-0/+79
|\ \ \ | | |/ | |/|
| * | add card color to calendar event (#2651)Steffen2019-08-292-0/+79
| | |
* | | Patch admin search featureguillaume2019-08-301-2/+2
|/ /
* | Try to fix lint, and make board loading fix Sandstorm-only whereLauri Ojansivu2019-08-261-2/+17
| | | | | | | | | | | | | | | | user permissions work differently. Thanks to xet7 ! Related https://github.com/wekan/wekan/pull/2654
* | Merge branch 'PDIS-master'Lauri Ojansivu2019-08-261-6/+10
|\ \
| * | Fix app hang when Meteor.user() is null and list spinner is loaded bugRomulus Urakagi Tsai2019-08-261-6/+10
| | |
* | | Fix last label undefinedjustinr12342019-08-261-1/+1
|/ /
* | Limit card width to fixed size.Lauri Ojansivu2019-08-236-5/+19
| | | | | | | | Thanks to xet7 !
* | Fixes #2638 importing trelloJustin Reynolds2019-08-221-12/+10
| |
* | Wrap minicard text labels to multiple rows.Lauri Ojansivu2019-08-191-0/+1
| | | | | | | | Thanks to xet7 !
* | Merge branch 'master' of https://github.com/wekan/wekanRomulus Urakagi Tsai2019-08-165-3/+42
|\|
| * Merge remote-tracking branch 'upstream/master'Sam X. Chen2019-08-152-2/+33
| |\
| | * Fix bug: When on board, clicking Admin Panel redirects to All Boards page,Lauri Ojansivu2019-08-151-2/+2
| | | | | | | | | | | | | | | | | | so it did require to click Admin Panel again. Thanks to xet7 !
| | * Add setting CARD_OPENED_WEBHOOK_ENABLED=false as default.Lauri Ojansivu2019-08-151-27/+29
| | | | | | | | | | | | | | | | | | | | | Thanks to xet7 ! Related https://github.com/wekan/wekan/commit/843478ac40b7718f1096a75295522487f0ca6dbe , related #2518
| | * Merge pull request #2615 from whowillcare/masterLauri Ojansivu2019-08-141-0/+5
| | |\ | | | | | | | | Time line is missing delete/edit comments
| | * | Webhook cardDetails onRenderedjymcheong2019-08-141-0/+29
| | | | | | | | | | | | | | | | Send webhook when cardDetails is rendered.
| * | | Bugfix: 2621 Summmernote is too wide on mobile screenSam X. Chen2019-08-152-1/+4
| | |/ | |/|
| * | Merge remote-tracking branch 'upstream/master'Sam X. Chen2019-08-133-6/+21
| |\|
| * | Addfeature: showing action in system message when user deleted/edited ↵Sam X. Chen2019-08-131-0/+5
| | | | | | | | | | | | comments, plus changing email content \n to <br/>
* | | Merge branch 'master' of https://github.com/wekan/wekanRomulus Urakagi Tsai2019-08-144-20/+50
|\ \ \ | | |/ | |/|
| * | Merge pull request #2611 from whowillcare/masterLauri Ojansivu2019-08-131-14/+29
| |\| | | | | | | Addfeature: Enable HTML email content for richer comment
| | * Addfeature: Enable HTML email content for richer commentSam X. Chen2019-08-121-14/+29
| | |
| * | Add to Admin Panel / Version: Meteor version, MongoDB version, MongoDB ↵Lauri Ojansivu2019-08-131-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | storage engine, MongoDB Oplog enabled. Thanks to RocketChat developers for MongoDB detection code and xet7 for other code.
| * | Make Admin Panel text like version etc selectable.Lauri Ojansivu2019-08-121-4/+4
| | | | | | | | | | | | | | | | | | Thanks to xet7 ! Closes #2180
| * | fix error when the sidebar is not visibleTobias2019-08-121-2/+5
| |/
* | Merge branch 'master' of https://github.com/wekan/wekanRomulus Urakagi Tsai2019-08-1211-142/+232
|\|
| * Add Feature: Richer Editor insert picture as attachment instead of b64 stringSam X. Chen2019-08-102-36/+56
| |
| * Merge remote-tracking branch 'upstream/master'Sam X. Chen2019-08-101-2/+2
| |\
| | * Merge pull request #2603 from whowillcare/masterLauri Ojansivu2019-08-081-0/+3
| | |\ | | | | | | | | Add Features: allowing wekan master to set where the attachments stor…
| | * | Fix null access with board bodyJustin Reynolds2019-08-081-2/+2
| | | |
| * | | Bugfix: 2560, 2604 - enable mixed mode mongodb attachment and filesystem ↵Sam X. Chen2019-08-101-3/+1
| | |/ | |/| | | | | | | attachment while reading
| * | Add Features: allowing wekan master to set where the attachments stored on ↵Sam X. Chen2019-08-081-0/+3
| |/ | | | | | | server instead of mongodb
| * Show All Boards Archive and Clone Boards buttons only onLauri Ojansivu2019-08-081-6/+22
| | | | | | | | | | | | | | | | desktop webbrowser mode for BoardAdmin/Admin/Sandstorm users. Thanks to derbolle and xet7 ! Closes #2599
| * 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-073-110/+134
| | | | | | | | image, video
| * Hide minicard label text: per user checkbox setting at sidebar.Lauri Ojansivu2019-08-074-3/+31
| | | | | | | | | | | | | | Thanks to xet7 ! Closes #1466, closes #2561
| * Make Save button visible again at Admin Panel People Edit.Lauri Ojansivu2019-08-071-2/+2
| | | | | | | | | | | | Thanks to sclerc-chss and xet7 ! Related #2590
* | Add 'show archive' and 'hide empty lists' in filter feature.Romulus Urakagi Tsai2019-08-075-1/+57
|/
* Hide delete button until someone has time to fix it.Lauri Ojansivu2019-08-061-4/+4
|
* Add admin setting to prevent users to self deleting their accountguillaume2019-07-304-2/+22
|
* add popup to confirm deleting one accountguillaume2019-07-303-5/+10
|
* Merge remote-tracking branch 'upstream/master'Sam X. Chen2019-07-256-20/+45
|\
| * Added label text to labels on minicard.Lauri Ojansivu2019-07-241-1/+3
| | | | | | | | | | | | | | | | Thanks to xet7 ! Closes #2561, closes #2296, closes #1466
| * Prevent isCommentOnly user adding attachments, editing list names, moving lists,Lauri Ojansivu2019-07-245-19/+42
| | | | | | | | | | | | | | | | | | | | and seeing board settings menu. Show non-editable Custom Fields to isCommentOnly user. Thanks to xet7 ! Closes wekan/wekan-snap#97, closes #2416, closes #2255
* | 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-244-22/+25
| | | | | | | | (admin-panel fixed)
* | Add Feature: User can have richer formatted text into the comments (bug fixed)Sam X. Chen2019-07-231-0/+4
| |