Search is not available for this dataset
hash string | author int32 | committer_date string | timezone int64 | parents string | message string | changes string | language string |
|---|---|---|---|---|---|---|---|
bfcde9b02257f1ba4a355ebf152204446678a53d | 243 | 2021-11-27 15:38:27+05:30 | -19,800 | ['6a98a812e70cd76ad4ee1e9ca33af98ec4b7b3e9'] | chore: Conversation history in email notifications (#3414)
Display recent messages in the notification email when a new conversation is created.
Fixes: #2041 | [{'old_path': 'app/drops/conversation_drop.rb', 'new_path': 'app/drops/conversation_drop.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -5,13 +5,26 @@ class ConversationDrop < BaseDrop\n @obj.try(:display_id)\n end\n \n+ def contact_name\n+ @obj.try(:contact).name.capitalize || 'Customer'\n+ end\n+\n... | Ruby |
86dfdfb9ab279f57a2adf7cd7d0977377684ecd8 | 603 | 2021-11-27 17:08:40+05:30 | -19,800 | ['bfcde9b02257f1ba4a355ebf152204446678a53d'] | chore: fix scheduled jobs (#3473)
- fixes the duplicate schedule job key | [{'old_path': 'config/schedule.yml', 'new_path': 'config/schedule.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -14,7 +14,7 @@ trigger_scheduled_items_job:\n queue: scheduled_jobs\n \n # executed At every minute.\n-trigger_scheduled_items_job:\n+trigger_imap_email_inboxes_job:\n cron: '*/1 * * * *'\n cl... | Ruby |
0899f62912cc9810ad5ea8bd181e4a63714144a3 | 540 | 2021-11-30 10:45:36+05:30 | 28,800 | ['86dfdfb9ab279f57a2adf7cd7d0977377684ecd8'] | fix: Use bus.$off to remove listeners on destroy (#3478) | [{'old_path': 'app/controllers/api/v1/accounts/conversations_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/conversations_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -74,9 +74,10 @@ class Api::V1::Accounts::ConversationsController < Api::V1::Accounts::BaseContro\n end\n \n def up... | Ruby |
d5c30760a793e8193e8205605af6a8155dafb0db | 603 | 2021-11-30 20:50:35+05:30 | -19,800 | ['0899f62912cc9810ad5ea8bd181e4a63714144a3'] | chore: Whatsapp templates fix for 360 dialog (#3479)
Fixes: #3426 | [{'old_path': 'app/builders/contact_inbox_builder.rb', 'new_path': 'app/builders/contact_inbox_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,7 +4,7 @@ class ContactInboxBuilder\n def perform\n @contact = Contact.find(contact_id)\n @inbox = @contact.account.inboxes.find(inbox_id)\n- retu... | Ruby |
0115b4ddc43a546c9be5a3b495fc3dcd91d5688e | 603 | 2021-11-30 21:44:30+05:30 | -19,800 | ['d5c30760a793e8193e8205605af6a8155dafb0db'] | chore: validation spec for schedules (#3480)
We had instances where after copy-pasting the schedule block, the dev forgets to change the schedule key,
This would break some of the scheduled jobs without explicit errors.
this PR add a spec that will prevent it from happening | [{'old_path': 'config/schedule.yml', 'new_path': 'config/schedule.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,6 @@\n # https://github.com/ondrejbartas/sidekiq-cron\n # use https://crontab.guru/ to validate\n+# validations for this file exist in /spec/configs/schedule_spec.rb\n \n # executed At 12:00... | Ruby |
98be3b33c13636419b071b7cc3918c95a3732f12 | 540 | 2021-11-30 10:57:44-08:00 | 28,800 | ['0115b4ddc43a546c9be5a3b495fc3dcd91d5688e'] | fix: Update missing method onNewToastMessage (#3481) | [{'old_path': 'app/javascript/dashboard/components/SnackbarContainer.vue', 'new_path': 'app/javascript/dashboard/components/SnackbarContainer.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -34,11 +34,13 @@ export default {\n beforeDestroy() {\n bus.$off('newToastMessage', this.onNewToastMessage);\n },\... | Ruby |
c792cfc0be499365917a7fa35414ebb57d4f071a | 540 | 2021-11-30 21:03:18-08:00 | 28,800 | ['98be3b33c13636419b071b7cc3918c95a3732f12'] | feat: Use Fluent SVG icons on the dashboard (#3482) | [{'old_path': 'app/javascript/dashboard/assets/scss/_utility-helpers.scss', 'new_path': 'app/javascript/dashboard/assets/scss/_utility-helpers.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -6,6 +6,10 @@\n margin-right: var(--space-smaller);\n }\n \n+.margin-left-minus-slab {\n+ margin-left: var(--space-mi... | Ruby |
b01d032d0d243690b2281ba2d18b12828c527d68 | 9 | 2021-12-01 12:45:39+05:30 | -19,800 | ['c792cfc0be499365917a7fa35414ebb57d4f071a'] | feat: Updates sidebar to accomodate sub menu (#3416)
* Enhancement: Updates sidebar to a new design (#2733)
* feat: Changes primary navbar to new design (#2598)
* feat: updates design for secondary navbar (#2612)
* Changes primary nvbar to new design
* Updates design for contexual sidebar
* Fixes issue... | [{'old_path': 'app/javascript/dashboard/assets/scss/_animations.scss', 'new_path': 'app/javascript/dashboard/assets/scss/_animations.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,4 +1,3 @@\n-\n /* Enter and leave animations can use different */\n /* durations and timing functions. */\n .slide... | Ruby |
0a18993b707d6dc0b5a88f166e056cb036fcb0d1 | 9 | 2021-12-01 15:18:41+05:30 | -19,800 | ['b01d032d0d243690b2281ba2d18b12828c527d68'] | fix: Changes thumbnail colors to new color scheme (#3483)
* Enhancement: Updates sidebar to a new design (#2733)
* feat: Changes primary navbar to new design (#2598)
* feat: updates design for secondary navbar (#2612)
* Changes primary nvbar to new design
* Updates design for contexual sidebar
* Fixes i... | [{'old_path': 'app/javascript/dashboard/components/Accordion/AccordionItem.vue', 'new_path': 'app/javascript/dashboard/components/Accordion/AccordionItem.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -66,9 +66,9 @@ export default {\n }\n .cw-accordion--title {\n align-items: center;\n- background: var(--b-... | Ruby |
2a5932cf1b20e8b31f0a640afa6f45dad1475ea3 | 9 | 2021-12-01 16:04:02+05:30 | -19,800 | ['0a18993b707d6dc0b5a88f166e056cb036fcb0d1'] | chore: Fixes error in reply box code (#3494) | [{'old_path': 'app/javascript/dashboard/components/widgets/conversation/MoreActions.vue', 'new_path': 'app/javascript/dashboard/components/widgets/conversation/MoreActions.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,20 +3,26 @@\n <woot-button\n v-if="!currentChat.muted"\n v-tooltip="$t(\'... | Ruby |
025bbf1bfb2fd2e2bc793115ae62869602f182a8 | 500 | 2021-12-01 18:25:22+05:30 | -19,800 | ['2a5932cf1b20e8b31f0a640afa6f45dad1475ea3'] | chore: Add i18n survey transaltion in crowdin (#3496) | [{'old_path': 'crowdin.yml', 'new_path': 'crowdin.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -8,3 +8,5 @@ files:\n translation: /config/locales/devise.%two_letters_code%.yml\n - source: /app/javascript/widget/i18n/locale/en.json\n translation: /app/javascript/widget/i18n/locale/%two_letters_code%... | Ruby |
8b4134c7906ac1e73fff7d4cbdce87e7759cd5c1 | 540 | 2021-12-02 11:02:43+05:30 | 28,800 | ['b826319776ee0d55536ac66f50b20b5b9c1f37e1'] | fix: Update route permissions in the new primary menu (#3499)
* fix: Display rolewise primary sidebar
* Fix issues with roles
* Fix active style
* Fix accessible menu
* Fix key missing
* Changes menu icon size
Co-authored-by: Nithin David <1277421+nithindavid@users.noreply.github.com> | [{'old_path': 'app/javascript/dashboard/components/layout/Sidebar.vue', 'new_path': 'app/javascript/dashboard/components/layout/Sidebar.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,41 +1,37 @@\n <template>\n- <aside class="woot-sidebar" :class="{ \'only-primary\': !showSecondaryMenu }">\n+ <aside class=... | Ruby |
1c29f5bbe491636c9febb53d3aa0b66fa83935ba | 90 | 2021-12-02 11:47:49+05:30 | -19,800 | ['8b4134c7906ac1e73fff7d4cbdce87e7759cd5c1'] | bug: Fixes missing inbox icon in Twillio SMS channel. (#3502) | [{'old_path': 'app/javascript/shared/components/FluentIcon/dashboard-icons.json', 'new_path': 'app/javascript/shared/components/FluentIcon/dashboard-icons.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -79,7 +79,7 @@\n "brand-twitter-outline": "M23.953 4.57a10 10 0 01-2.825.775 4.958 4.958 0 002.163-2.723c-... | Ruby |
d7cfe6858e4368a9c96438f19a3c2db745a43a90 | 12 | 2021-12-02 19:12:44-08:00 | -19,800 | ['1c29f5bbe491636c9febb53d3aa0b66fa83935ba'] | feat: Add advanced contact filters (#3471)
Co-authored-by: Tejaswini <tejaswini@chatwoot.com>
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com> | [{'old_path': '.codeclimate.yml', 'new_path': '.codeclimate.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -41,5 +41,6 @@ exclude_patterns:\n - "**/*.stories.js"\n - "stories/"\n - "app/javascript/dashboard/components/widgets/conversation/advancedFilterItems/index.js"\n- - "app/javascript/dashboard/comp... | Ruby |
6d378eb20640903c65feb26822ac1d45823bbf33 | 22 | 2021-12-03 13:19:11+05:30 | -10,800 | ['d7cfe6858e4368a9c96438f19a3c2db745a43a90'] | Fix: Update contact validation messages (#3500)
Fixes #3476 | [{'old_path': 'app/controllers/api/v1/accounts/contacts_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/contacts_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -81,11 +81,6 @@ class Api::V1::Accounts::ContactsController < Api::V1::Accounts::BaseController\n def update\n @contact.as... | Ruby |
b46ee5e580123550957465de270dc5f096350a86 | 500 | 2021-12-03 22:45:00+05:30 | -19,800 | ['6d378eb20640903c65feb26822ac1d45823bbf33'] | Fix: Conversation status event in widget side (#3509) | [{'old_path': 'app/listeners/action_cable_listener.rb', 'new_path': 'app/listeners/action_cable_listener.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -34,7 +34,7 @@ class ActionCableListener < BaseListener\n \n def conversation_status_changed(event)\n conversation, account = extract_conversation_and_acc... | Ruby |
a98f10130b092ba4bada0d1f6c1d0ca6edb84646 | 90 | 2021-12-06 14:38:04+05:30 | -19,800 | ['b46ee5e580123550957465de270dc5f096350a86'] | bug: Fix cannot copy text content from sidebar (#3506)
* bug: Fixes cannot copy text content from sidebar .
* fixes cannot copy issue in sidebar
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com> | [{'old_path': 'app/javascript/dashboard/components/Accordion/AccordionItem.vue', 'new_path': 'app/javascript/dashboard/components/Accordion/AccordionItem.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,6 +1,6 @@\n <template>\n <div class="cw-accordion">\n- <button class="cw-accordion--title" @click="$em... | Ruby |
3c72a2759f40775c0acd11a2c0b260e072ebe94c | 90 | 2021-12-06 18:16:36+05:30 | -19,800 | ['a98f10130b092ba4bada0d1f6c1d0ca6edb84646'] | enhancement: Improves sidebar open/close toggle design (#3507) | [{'old_path': 'app/javascript/dashboard/components/widgets/conversation/MessagesView.vue', 'new_path': 'app/javascript/dashboard/components/widgets/conversation/MessagesView.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -52,6 +52,9 @@\n </button>\n </div>\n <ul class="conversation-panel">\n+ ... | Ruby |
6b025816f5d54a955a7562fc860100936073a368 | 9 | 2021-12-06 08:41:34-08:00 | -19,800 | ['3c72a2759f40775c0acd11a2c0b260e072ebe94c'] | fix: Update sidebar toggle icon breaking message view (#3512) | [{'old_path': 'app/javascript/dashboard/components/widgets/conversation/MessagesView.vue', 'new_path': 'app/javascript/dashboard/components/widgets/conversation/MessagesView.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -51,10 +51,18 @@\n />\n </button>\n </div>\n+ <div class="sidebar-tog... | Ruby |
46afcd934836f7ed914cfe339b58f77a2df3daf2 | 500 | 2021-12-07 18:20:47+05:30 | -19,800 | ['6b025816f5d54a955a7562fc860100936073a368'] | fix: Index custom attribute uniqueness on account (#3516)
- Move custom attribute uniqueness validation to account | [{'old_path': 'app/models/custom_attribute_definition.rb', 'new_path': 'app/models/custom_attribute_definition.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -16,7 +16,7 @@\n #\n # Indexes\n #\n-# attribute_key_model_index (attribute_key,attribute_model) UNIQUE\n+# attribute_key_index ... | Ruby |
824101bc30c703576612414ba7b251fdd81229c9 | 9 | 2021-12-07 23:44:32+05:30 | -19,800 | ['46afcd934836f7ed914cfe339b58f77a2df3daf2'] | fix: Fixes cc bcc being sent when mail head is empty (#3515)
* fix: Fixes cc bcc being sent wrongly with emails
* fixes values not sycned to parent component
* Update app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue
* Review fixes | [{'old_path': 'app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue', 'new_path': 'app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -22,8 +22,8 @@\n />\n <reply-email-head\n v-if="showReplyHead"\n- :clea... | Ruby |
f5d79ffe58bbc08d89d39742041adaa61131936c | 9 | 2021-12-07 23:45:36+05:30 | -19,800 | ['824101bc30c703576612414ba7b251fdd81229c9'] | chore: Updates icon for network disconnect alert (#3514)
* chore: Upadates icon for network disconnect alert
* Changes background color
* Review fixes
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> | [{'old_path': 'app/javascript/dashboard/components/NetworkNotification.vue', 'new_path': 'app/javascript/dashboard/components/NetworkNotification.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,29 +2,21 @@\n <transition name="network-notification-fade" tag="div">\n <div v-show="showNotification" class=... | Ruby |
714c10dc66b837e6069ef182cfcf4809f25c637b | 90 | 2021-12-08 14:20:59+05:30 | -19,800 | ['f5d79ffe58bbc08d89d39742041adaa61131936c'] | bug: Fixes error with the secondary menu. (#3524) | [{'old_path': 'app/javascript/dashboard/components/layout/sidebarComponents/Secondary.vue', 'new_path': 'app/javascript/dashboard/components/layout/sidebarComponents/Secondary.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,5 @@\n <template>\n- <div v-if="menuConfig.menuItems.length" class="main-nav se... | Ruby |
f609a28c6bf096ae3a7de07105ddbf60fa066121 | 622 | 2021-12-08 16:17:49+05:30 | -19,800 | ['714c10dc66b837e6069ef182cfcf4809f25c637b'] | Fix: Added facebook login scope with new advanced access for page read (#3518) | [{'old_path': 'app/javascript/dashboard/routes/dashboard/settings/inbox/channels/Facebook.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/settings/inbox/channels/Facebook.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -163,7 +163,7 @@ export default {\n FB.init({\n appId: win... | Ruby |
35130bc83e9a3ca441ca3e09867a8140f4678d93 | 622 | 2021-12-08 18:03:27+05:30 | -19,800 | ['f609a28c6bf096ae3a7de07105ddbf60fa066121'] | Fix: Add foreign key with delete cascade for destroy_async (#3527) | [{'old_path': None, 'new_path': 'db/migrate/20211208085931_update_contact_inbox_foreign_key.rb', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,12 @@\n+class UpdateContactInboxForeignKey < ActiveRecord::Migration[6.1]\n+ def change\n+ remove_foreign_key :contact_inboxes, :contacts\n+ add_foreign_key :con... | Ruby |
3ee6b7d6e9a2ae330a181cd874a84fb7791050bc | 500 | 2021-12-08 20:15:27+05:30 | -19,800 | ['35130bc83e9a3ca441ca3e09867a8140f4678d93'] | chore: Add the ability to use same key for conversation and contact (#3526) | [{'old_path': 'app/models/custom_attribute_definition.rb', 'new_path': 'app/models/custom_attribute_definition.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -16,7 +16,7 @@\n #\n # Indexes\n #\n-# attribute_key_index (attribute_key,account_id) UNIQUE\n+# attribute_key_model_index... | Ruby |
9306b725d8ba952dee2495442375c408c3e7cf60 | 500 | 2021-12-08 17:32:00-08:00 | -19,800 | ['3ee6b7d6e9a2ae330a181cd874a84fb7791050bc'] | chore: Fix pre-commit hooks (#3525)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'old_path': '.eslintrc.js', 'new_path': '.eslintrc.js', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -28,6 +28,9 @@ module.exports = {\n }],\n \'vue/html-self-closing\': \'off\',\n "vue/no-v-html": \'off\',\n+ \'vue/singleline-html-element-content-newline\': \'warn\',\n+ \'vue/require-default-p... | Ruby |
1db82f235df266de566fc6dea7307fbd91c324e5 | 603 | 2021-12-09 11:11:46+05:30 | -19,800 | ['9306b725d8ba952dee2495442375c408c3e7cf60'] | Chore: Improve confirmation flow for agents (#3519)
- Agents are redirected to the password reset page which confirms the agent as well as sets a new password. | [{'old_path': 'app/controllers/devise_overrides/confirmations_controller.rb', 'new_path': 'app/controllers/devise_overrides/confirmations_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -28,10 +28,7 @@ class DeviseOverrides::ConfirmationsController < Devise::ConfirmationsController\n end\n \n def ... | Ruby |
2be71e73dc0076f21d58b6bfd6057fbd51810522 | 540 | 2021-12-09 11:20:14+05:30 | 28,800 | ['1db82f235df266de566fc6dea7307fbd91c324e5'] | feat: Add a view for mentions (#3505)
- Added a new table mentions for saving user mentions
- Added a filter conversation_type in the API
- Added a view to see the mentions | [{'old_path': 'app/finders/conversation_finder.rb', 'new_path': 'app/finders/conversation_finder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -70,8 +70,13 @@ class ConversationFinder\n end\n \n def find_all_conversations\n+ if params[:conversation_type] == 'mention'\n+ conversation_ids = current_a... | Ruby |
2f63ebb8a60d2e313ff5b2b80219dd751522b157 | 540 | 2021-12-09 11:50:28+05:30 | 28,800 | ['2be71e73dc0076f21d58b6bfd6057fbd51810522'] | fix: Add fixes for sentry errors (#3522)
- Add fixes for sentry errors | [{'old_path': 'app/controllers/api/v1/widget/contacts_controller.rb', 'new_path': 'app/controllers/api/v1/widget/contacts_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,5 +1,5 @@\n class Api::V1::Widget::ContactsController < Api::V1::Widget::BaseController\n- before_action :process_hmac\n+ befor... | Ruby |
b1eea7f7d14839996c5a605df249c1ee1820900d | 603 | 2021-12-09 12:07:48+05:30 | -19,800 | ['2f63ebb8a60d2e313ff5b2b80219dd751522b157'] | chore: Introduce enterprise edition license (#3209)
- Initialize an "enterprise" folder that is copyrighted.
- You can remove this folder and the system will continue functioning normally, in case you want a purely MIT licensed product.
- Enable limit on the number of user accounts in enterprise code.
- Use enterpr... | [{'old_path': 'LICENSE', 'new_path': 'LICENSE', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,7 +1,11 @@\n-The MIT License (MIT)\n-\n Copyright (c) 2017-2021 Chatwoot Inc.\n \n+Portions of this software are licensed as follows:\n+\n+* All content that resides under the "enterprise/" directory of this repository,... | Ruby |
2defe4a8fe5e910de3282175120e6b390e328689 | 540 | 2021-12-09 02:19:16-08:00 | 28,800 | ['b0af3f24986207572c862ef1f0c88274ad4cfbd0'] | chore: Fix line breaks in Readme.md | [{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -12,6 +12,7 @@\n <img width="200" alt="Deploy to DO" src="https://www.deploytodo.com/do-btn-blue.svg"/>\n </a>\n </p>\n+\n ___\n \n <p align="center">\n'}] | Ruby |
0b7eb2e2c199d78d924272f9e1d788847e55454a | 33 | 2021-12-09 02:22:37-08:00 | -3,600 | ['2defe4a8fe5e910de3282175120e6b390e328689'] | chore: Fix typo in enterprise license (#3535) | [{'old_path': 'enterprise/LICENSE', 'new_path': 'enterprise/LICENSE', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -8,7 +8,7 @@ used in production, if you (and any entity that you represent) have agreed to,\n and are in compliance with, the Chatwoot Subscription Terms of Service, available\n at https://www.chatwoo... | Ruby |
dcdeaa79543939ccf0a4be50ce4bcb6811cb0795 | 540 | 2021-12-09 02:30:33-08:00 | 28,800 | ['0b7eb2e2c199d78d924272f9e1d788847e55454a'] | chore: Remove license tag from Readme | [{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -20,7 +20,6 @@ ___\n <img src="https://img.shields.io/circleci/build/github/chatwoot/chatwoot" alt="CircleCI Badge">\n <a href="https://hub.docker.com/r/chatwoot/chatwoot/"><img src="https://img.shields.io/docker... | Ruby |
c2519ea1eabfb34f02c8df23740f1dbd423c6d52 | 622 | 2021-12-10 19:42:26+05:30 | -19,800 | ['dcdeaa79543939ccf0a4be50ce4bcb6811cb0795'] | Fix: fixing mail to and in_reply_to issues (#3451) | [{'old_path': 'app/mailboxes/application_mailbox.rb', 'new_path': 'app/mailboxes/application_mailbox.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -13,6 +13,7 @@ class ApplicationMailbox < ActionMailbox::Base\n is_a_reply_email = true if reply_uuid_mail?(email)\n end\n is_a_reply_email = tr... | Ruby |
178cb34319a2f4437d2a9c88eadce6d2548c1aed | 90 | 2021-12-13 12:37:21+05:30 | -19,800 | ['c2519ea1eabfb34f02c8df23740f1dbd423c6d52'] | bug: Fixes expanded reply box is not closing after the message is sent (#3537) | [{'old_path': 'app/javascript/dashboard/components/widgets/conversation/MessagesView.vue', 'new_path': 'app/javascript/dashboard/components/widgets/conversation/MessagesView.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -112,7 +112,7 @@\n :conversation-id="currentChat.id"\n :is-a-tweet="isATwe... | Ruby |
ac372f188df6f7d0c0ca7486753fc752e59eab78 | 650 | 2021-12-13 14:19:12+05:30 | -19,800 | ['178cb34319a2f4437d2a9c88eadce6d2548c1aed'] | chore: add line messenger in readme (#3552) | [{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -44,6 +44,7 @@ Chatwoot supports the following conversation channels:\n - **Twitter**: Connect your Twitter profiles and reply to direct messages or the tweets where you are mentioned.\n - **Telegram**: Connect your ... | Ruby |
c2191e48b1a288b57ac2d1bb6d3f92d165773197 | 9 | 2021-12-14 17:37:25+05:30 | -19,800 | ['ac372f188df6f7d0c0ca7486753fc752e59eab78'] | Chore: Fixes icon size in button (#3555)
* Chore: Fixes icon size in button
* Changes normal button to woot button | [{'old_path': 'app/javascript/dashboard/assets/scss/widgets/_buttons.scss', 'new_path': 'app/javascript/dashboard/assets/scss/widgets/_buttons.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -66,6 +66,27 @@ $default-button-height: 4.0rem;\n }\n }\n \n+ &.clear.button--only-icon:hover {\n+ background:... | Ruby |
7986d61b6fab5c6769b23776d4cbb0741cd602fc | 650 | 2021-12-14 18:26:57+05:30 | -19,800 | ['c2191e48b1a288b57ac2d1bb6d3f92d165773197'] | feat: allow users to select components to install when using linux script (#3528)
Provide a choice to select the components to install. The script
should be able to just install chatwoot alone. Postgres, redis,
SSL certs via letsencrypt and nginx as a webserver should be
installed after confirmation.
Fixes: #351... | [{'old_path': 'deployment/setup_20.04.sh', 'new_path': 'deployment/setup_20.04.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,7 +2,7 @@\n \n # Description: Chatwoot installation script\n # OS: Ubuntu 20.04 LTS / Ubuntu 20.10\n-# Script Version: 0.6\n+# Script Version: 0.7\n # Run this script as root\n \n rea... | Ruby |
6ae06f2c7a1d9d8a612c49f42f3c025158ce74b3 | 9 | 2021-12-14 20:09:52+05:30 | -19,800 | ['7986d61b6fab5c6769b23776d4cbb0741cd602fc'] | fix: Fixes wrong color for note tab in reply box (#3566)
* fix: Fixes wrong color for note tab in reply box
* Changes color for warning button
* Fixes spacing | [{'old_path': 'app/javascript/dashboard/assets/scss/widgets/_buttons.scss', 'new_path': 'app/javascript/dashboard/assets/scss/widgets/_buttons.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -66,9 +66,13 @@ $default-button-height: 4.0rem;\n }\n }\n \n- &.clear.button--only-icon:hover {\n- background:... | Ruby |
b7336eca65dd4acf1d642a2cb73db76286d1c46f | 622 | 2021-12-15 17:31:16+05:30 | -19,800 | ['6ae06f2c7a1d9d8a612c49f42f3c025158ce74b3'] | Fix: Add max retries for all jobs (#3582) | [{'old_path': 'Gemfile.lock', 'new_path': 'Gemfile.lock', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,63 +9,63 @@ GIT\n GEM\n remote: https://rubygems.org/\n specs:\n- actioncable (6.1.4.1)\n- actionpack (= 6.1.4.1)\n- activesupport (= 6.1.4.1)\n+ actioncable (6.1.4.3)\n+ actionpack (=... | Ruby |
e2e459a1acba53d2acf70068cfefc420471e3f27 | 90 | 2021-12-15 19:12:11+05:30 | -19,800 | ['b7336eca65dd4acf1d642a2cb73db76286d1c46f'] | bug: Fixes space missing issue with message bubbles after sending messages (#3562) | [{'old_path': 'app/javascript/dashboard/assets/scss/widgets/_conversation-view.scss', 'new_path': 'app/javascript/dashboard/assets/scss/widgets/_conversation-view.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -135,7 +135,7 @@\n \n &.unread--toast {\n +.right {\n- margin-bottom: 0;\n+ margin-b... | Ruby |
9984edd3ef357af8df8d61357910cdc02b2af477 | 622 | 2021-12-16 00:24:50+05:30 | -19,800 | ['e2e459a1acba53d2acf70068cfefc420471e3f27'] | Feat: Manage conversation for tweets based on the tweet flag (#3353)
Add tweet conversation only if tweets are enabled.
Fixes #1961 | [{'old_path': 'app/controllers/api/v1/accounts/inboxes_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/inboxes_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -124,19 +124,6 @@ class Api::V1::Accounts::InboxesController < Api::V1::Accounts::BaseController\n end\n \n def get_channel_at... | Ruby |
93f384a3ecbf8f1745e9ec1993aca0e4efd5b172 | 90 | 2021-12-16 13:00:55+05:30 | -19,800 | ['9984edd3ef357af8df8d61357910cdc02b2af477'] | enhancement: Changes button design for tables in settings page (#3553)
* enhancement: Changes button design for tables in settings page
* Minor fixes
* Review fixes | [{'old_path': 'app/javascript/dashboard/assets/scss/_foundation-custom.scss', 'new_path': 'app/javascript/dashboard/assets/scss/_foundation-custom.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -12,7 +12,7 @@\n padding: var(--space-normal);\n }\n \n-.button-wrapper .button.link.grey-btn {\n+.button-wrapper ... | Ruby |
e0c9687f5ec1bb99100f899906a03c49d553e2f2 | 90 | 2021-12-16 13:20:35+05:30 | -19,800 | ['93f384a3ecbf8f1745e9ec1993aca0e4efd5b172'] | bug: Fixes irregular padding on agent selector in report page (#3593)
* bug: Fixes irregular padding on agent selector in report page
* code climate fixes | [{'old_path': 'app/javascript/dashboard/assets/scss/plugins/_multiselect.scss', 'new_path': 'app/javascript/dashboard/assets/scss/plugins/_multiselect.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -51,6 +51,10 @@\n width: 100%;\n }\n \n+ p {\n+ margin-bottom: 0;\n+ }\n+\n ... | Ruby |
5ee209c079fedf8f76e2054dac568c58257b0d9a | 209 | 2021-12-16 19:32:49+05:30 | 28,800 | ['e0c9687f5ec1bb99100f899906a03c49d553e2f2'] | chore: Fix user email re-confirmation flow (#3581)
Users can change their email from profile settings. They will be logged out immediately. Users can log in again with the updated email without verifying the same. This is a security problem.
So this change enforce the user to reconfirm the email after changing it. ... | [{'old_path': 'app/models/user.rb', 'new_path': 'app/models/user.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -177,4 +177,10 @@ class User < ApplicationRecord\n type: 'user'\n }\n end\n+\n+ # https://github.com/lynndylanhurley/devise_token_auth/blob/6d7780ee0b9750687e7e2871b9a1c6368f2085a9/app/mo... | Ruby |
8d656086668cb73e5e5664a3381603284f94801b | 603 | 2021-12-19 09:47:07+05:30 | -19,800 | ['5ee209c079fedf8f76e2054dac568c58257b0d9a'] | chore: Clean up migrations (#3613)
Fixes: #3530 | [{'old_path': '.rubocop.yml', 'new_path': '.rubocop.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -87,6 +87,7 @@ Naming/VariableNumber:\n Metrics/MethodLength:\n Exclude:\n - 'db/migrate/20161123131628_devise_token_auth_create_users.rb'\n+ - 'db/migrate/20211219031453_update_foreign_keys_on_delete.rb... | Ruby |
6069cd9eba8db48ad23b34d349e45a4dbdba3a66 | 347 | 2021-12-19 10:59:03+05:30 | -19,800 | ['8d656086668cb73e5e5664a3381603284f94801b'] | chore: Contact builder ignores custom attributes (#3571)
This is incorrect as per the documentation here: https://www.chatwoot.com/developers/api/#operation/create-a-contact
This allows setting the proper attributes when creating a contact | [{'old_path': 'app/builders/contact_builder.rb', 'new_path': 'app/builders/contact_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -33,7 +33,8 @@ class ContactBuilder\n phone_number: contact_attributes[:phone_number],\n email: contact_attributes[:email],\n identifier: contact_attributes... | Ruby |
46d2a8f218cd3640bc4e83b407e62b928d4d1ad8 | 603 | 2021-12-19 11:38:02+05:30 | -19,800 | ['6069cd9eba8db48ad23b34d349e45a4dbdba3a66'] | chore: New Crowdin updates (#3616) | [{'old_path': None, 'new_path': 'app/javascript/dashboard/i18n/locale/ar/advancedFilters.json', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,37 @@\n+{\n+ "FILTER": {\n+ "TITLE": "تصفية المحادثة",\n+ "SUBTITLE": "إضافة فلاتر أدناه واضغط على \'إرسال\' لتصفية المحادثات.",\n+ "ADD_NEW_FILTER": "إضافة فل... | Ruby |
f8cf0cd7c5565b9dd10e98f2e8acf6f5cc2c7060 | 603 | 2021-12-19 11:38:21+05:30 | -19,800 | ['46d2a8f218cd3640bc4e83b407e62b928d4d1ad8'] | chore: Enable Slovak Language (#3614) | [{'old_path': 'config/initializers/languages.rb', 'new_path': 'config/initializers/languages.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -33,7 +33,8 @@ LANGUAGES_CONFIG = {\n 28 => { name: 'magyar nyelv (hu)', iso_639_3_code: 'hun', iso_639_1_code: 'hu', enabled: true },\n 29 => { name: 'norsk (no)', iso... | Ruby |
ad09c5dc5f04098a197f1dd23d9c36c4d631ee50 | 90 | 2021-12-20 08:48:09+05:30 | -19,800 | ['f8cf0cd7c5565b9dd10e98f2e8acf6f5cc2c7060'] | bug: Fixes pressing enter key not submitting values in widget. (#3610) | [{'old_path': 'app/javascript/widget/components/template/EmailInput.vue', 'new_path': 'app/javascript/widget/components/template/EmailInput.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -11,7 +11,7 @@\n :placeholder="$t(\'EMAIL_PLACEHOLDER\')"\n :class="{ error: $v.email.$error }"\n @i... | Ruby |
76e8acd3c681d4ea4faaf4976a5658cb47954cb3 | 622 | 2021-12-20 19:38:38+05:30 | -19,800 | ['ad09c5dc5f04098a197f1dd23d9c36c4d631ee50'] | Fix: Editable attrs presence check for the channel class (#3630) | [{'old_path': 'app/controllers/api/v1/accounts/inboxes_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/inboxes_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -124,6 +124,10 @@ class Api::V1::Accounts::InboxesController < Api::V1::Accounts::BaseController\n end\n \n def get_channel_at... | Ruby |
6fe548411996ff4f43d8139ccce7e10796c82cec | 603 | 2021-12-20 23:50:37+05:30 | -19,800 | ['76e8acd3c681d4ea4faaf4976a5658cb47954cb3'] | chore: Allow more filetypes in uploads (#3557)
- Allowing the ability to upload more common file types like zip, Docx etc
- Fallback for image bubble when the image URL isn't available
fixes: #3270
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
Co-authored-by: Nithin David <1277421+nithindavid@users.n... | [{'old_path': 'app/helpers/file_type_helper.rb', 'new_path': 'app/helpers/file_type_helper.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,16 +1,29 @@\n module FileTypeHelper\n+ # NOTE: video, audio, image, etc are filetypes previewable in frontend\n def file_type(content_type)\n- return :image if [\n+ ... | Ruby |
83655f4ca4f62b0d2ec13c06cc7456d7fa202d8d | 9 | 2021-12-21 00:07:33+05:30 | -19,800 | ['6fe548411996ff4f43d8139ccce7e10796c82cec'] | feat: Show errors for message bubbles in dashboard (#3585) | [{'old_path': '.codeclimate.yml', 'new_path': '.codeclimate.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,4 +1,4 @@\n-version: "2"\n+version: \'2\'\n plugins:\n rubocop:\n enabled: false\n@@ -17,30 +17,30 @@ checks:\n method-count:\n enabled: true\n config:\n- threshold: 30\n+ thr... | Ruby |
0130e08016173fc2a53c50307ceab2c24e5a0cc6 | 90 | 2021-12-20 18:19:59-08:00 | -19,800 | ['83655f4ca4f62b0d2ec13c06cc7456d7fa202d8d'] | fix: Remove animated running numbers (#3604) | [{'old_path': 'app/javascript/dashboard/components/ui/Tabs/TabsItem.vue', 'new_path': 'app/javascript/dashboard/components/ui/Tabs/TabsItem.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -14,8 +14,6 @@\n </li>\n </template>\n <script>\n-import TWEEN from 'tween.js';\n-\n export default {\n name: 'WootTabsI... | Ruby |
307118b235fd70b7fe0739e956c48ed93c86dd78 | 9 | 2021-12-21 12:02:43+05:30 | -19,800 | ['0130e08016173fc2a53c50307ceab2c24e5a0cc6'] | feat: Shows error message with retry for widget messages (#3594)
- Adds error message retry option for widget bubbles
- Adds a fallback for widget images with file type bubble | [{'old_path': 'app/javascript/shared/components/FluentIcon/icons.json', 'new_path': 'app/javascript/shared/components/FluentIcon/icons.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,4 +1,5 @@\n {\n+ "arrow-clockwise-outline": "M12 4.75a7.25 7.25 0 1 0 7.201 6.406c-.068-.588.358-1.156.95-1.156.515 0 .968.3... | Ruby |
262474166fbd57c62b3e8906ca17448429294268 | 500 | 2021-12-21 19:59:22+05:30 | -19,800 | ['307118b235fd70b7fe0739e956c48ed93c86dd78'] | chore: Add display id in all conversation notifications (#3635)
- Added conversation display id in push payload for the notifications conversation_creation and conversation_assignment | [{'old_path': 'app/models/notification.rb', 'new_path': 'app/models/notification.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -66,7 +66,7 @@ class Notification < ApplicationRecord\n notification_type: notification_type,\n primary_actor_id: primary_actor_id,\n primary_actor_type: primary_acto... | Ruby |
009abc1948d499e15155d7d0049e6cf24774d35e | 603 | 2021-12-21 22:48:01+05:30 | -19,800 | ['262474166fbd57c62b3e8906ca17448429294268'] | chore: API improvements (#3637)
- Unique validations for Inbox members and Team member objects
- Move notification processing to Async | [{'old_path': 'app/controllers/api/v1/accounts/inbox_members_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/inbox_members_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,11 +1,11 @@\n class Api::V1::Accounts::InboxMembersController < Api::V1::Accounts::BaseController\n before_action... | Ruby |
44486fc8e1673866ba3ec4654c730b51bbd1b0d2 | 622 | 2021-12-22 18:16:40+05:30 | -19,800 | ['009abc1948d499e15155d7d0049e6cf24774d35e'] | chore: Improve email parsing using email trimmer gem (#3611)
Email parsing using email_trimmer gem
Fixes: #3539 , #2954, #3572 | [{'old_path': 'Gemfile', 'new_path': 'Gemfile', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -121,6 +121,10 @@ gem 'hairtrigger'\n \n gem 'procore-sift'\n \n+# parse email\n+gem 'email_reply_trimmer'\n+gem 'html2text'\n+\n group :production, :staging do\n # we dont want request timing out in development while us... | Ruby |
c57c975a0d52e244ff5c3ad654dc304dcad19b7e | 622 | 2021-12-22 22:33:18+05:30 | -19,800 | ['44486fc8e1673866ba3ec4654c730b51bbd1b0d2'] | bug: NoMethodError: undefined method `match' for in_reply_to (#3641)
Fixes #3615 | [{'old_path': 'app/mailboxes/reply_mailbox.rb', 'new_path': 'app/mailboxes/reply_mailbox.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -63,14 +63,19 @@ class ReplyMailbox < ApplicationMailbox\n # find conversation uuid from below pattern\n # <conversation/#{@conversation.uuid}/messages/#{@messages&.last&.i... | Ruby |
13d6734977b82508a1ef2fbdd33a0e1c4ad42011 | 603 | 2021-12-23 00:55:49+05:30 | -19,800 | ['c57c975a0d52e244ff5c3ad654dc304dcad19b7e'] | chore: Minor API cleanups (#3645)
- exception list updated
- revert mail presenter changes | [{'old_path': 'app/presenters/mail_presenter.rb', 'new_path': 'app/presenters/mail_presenter.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -8,48 +8,30 @@ class MailPresenter < SimpleDelegator\n end\n \n def subject\n- encode_to_unicode(@mail.subject)\n+ encode_to_unicode(@mail.subject || \'\')\n en... | Ruby |
9606abe25150e9dc6b77fbefab0620b8fc11e4ea | 500 | 2021-12-27 13:49:31+05:30 | -19,800 | ['28da30f7e40be02476b37881c3884ad0cacd1fbe'] | chore: Fix `Eslint` warnings (#3654)
* Fix all the eslint warnings
* Revert the schema | [{'old_path': '.eslintrc.js', 'new_path': '.eslintrc.js', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -28,9 +28,7 @@ module.exports = {\n }],\n \'vue/html-self-closing\': \'off\',\n "vue/no-v-html": \'off\',\n- \'vue/singleline-html-element-content-newline\': \'warn\',\n- \'vue/require-default-p... | Ruby |
577e9905c65b08bd4ff83539223a18780defbb0b | 603 | 2021-12-28 21:53:13+05:30 | -19,800 | ['9606abe25150e9dc6b77fbefab0620b8fc11e4ea'] | chore: Fix issue with conversation assignment notifications (#3661)
- fixes issues with conversation assignment notifications not working in certain cases | [{'old_path': 'app/listeners/notification_listener.rb', 'new_path': 'app/listeners/notification_listener.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -16,7 +16,7 @@ class NotificationListener < BaseListener\n def assignee_changed(event)\n conversation, account = extract_conversation_and_account(event)\n... | Ruby |
666028a443984d925bcbda69e94985385e998ae2 | 9 | 2021-12-29 18:01:49+05:30 | -19,800 | ['a1c77c8c4c64e61738d93aaac1783cbb625fb6e5'] | feat: Adds multiple path support for fluent icons (#3665)
* feat: Adds multiple path support for icons
* Changes dashboard icon | [{'old_path': 'app/javascript/shared/components/FluentIcon/DashboardIcon.vue', 'new_path': 'app/javascript/shared/components/FluentIcon/DashboardIcon.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,19 +1,15 @@\n <template>\n- <svg\n- :width="size"\n- :height="size"\n- fill="none"\n- viewBox="0 0... | Ruby |
223fb2b7e420b670d230e88b29f0b84b0da482a9 | 9 | 2021-12-29 22:24:11+05:30 | -19,800 | ['666028a443984d925bcbda69e94985385e998ae2'] | chore: Updates design of resolve context menu (#3667) | [{'old_path': 'app/javascript/dashboard/components/buttons/ResolveAction.vue', 'new_path': 'app/javascript/dashboard/components/buttons/ResolveAction.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -52,12 +52,16 @@\n <woot-dropdown-item v-if="!isPending">\n <woot-button\n variant="... | Ruby |
3e8ae3865fdb7559a9ce24bf12882b700ed2214b | 545 | 2022-01-02 22:43:50-08:00 | -19,800 | ['223fb2b7e420b670d230e88b29f0b84b0da482a9'] | chore: Update the copy for new password in profile settings (#3676)
Fixes #3656 | [{'old_path': 'app/javascript/dashboard/i18n/locale/en/settings.json', 'new_path': 'app/javascript/dashboard/i18n/locale/en/settings.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -89,14 +89,14 @@\n "PLACEHOLDER": "Please enter the current password"\n },\n "PASSWORD": {\n- "LABEL": ... | Ruby |
e304ad27cbe12ee708b87a54e9f2af375118ebd5 | 622 | 2022-01-04 13:10:29+05:30 | -19,800 | ['3e8ae3865fdb7559a9ce24bf12882b700ed2214b'] | Chore: Custom filter api docs updated (#3668) | [{'old_path': None, 'new_path': 'swagger/paths/application/contacts/filter.yml', 'type': <ModificationType.ADD: 1>, 'diff': "@@ -0,0 +1,55 @@\n+tags:\n+ - Contact\n+operationId: contactFilter\n+description: Filter contacts with custom filter options and pagination\n+summary: Contact Filter\n+security:\n+ - userApiKey... | Ruby |
e775d22b981ac39be77a5a3815e1e31823c39dbe | 650 | 2022-01-04 21:50:16+05:30 | -19,800 | ['e304ad27cbe12ee708b87a54e9f2af375118ebd5'] | feat: add new view and controller to display app configs together (#3563)
fixes: #3578 | [{'old_path': None, 'new_path': 'app/controllers/super_admin/app_configs_controller.rb', 'type': <ModificationType.ADD: 1>, 'diff': "@@ -0,0 +1,21 @@\n+class SuperAdmin::AppConfigsController < SuperAdmin::ApplicationController\n+ def show\n+ @allowed_configs = %w[FB_APP_ID FB_VERIFY_TOKEN FB_APP_SECRET]\n+ # ref... | Ruby |
fade94658add91453580825a2ca9b14b3e93c9f0 | 9 | 2022-01-05 09:37:43+05:30 | -19,800 | ['e775d22b981ac39be77a5a3815e1e31823c39dbe'] | chore: Show scrollbar for sidebar only on hover (#3688) | [{'old_path': 'app/javascript/dashboard/components/layout/Sidebar.vue', 'new_path': 'app/javascript/dashboard/components/layout/Sidebar.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -191,16 +191,6 @@ export default {\n background: var(--white);\n display: flex;\n }\n-\n-.secondary-menu {\n- background: v... | Ruby |
a61dae0bb29edc7417c52d9528581a974631b422 | 115 | 2022-01-05 12:37:22+05:30 | 0 | ['fade94658add91453580825a2ca9b14b3e93c9f0'] | General updates and add CODEOWNERS (#3685) | [{'old_path': 'CODE_OF_CONDUCT.md', 'new_path': 'CODE_OF_CONDUCT.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -50,7 +50,7 @@ decisions when appropriate.\n \n ## Scope\n \n-This Code of Conduct applies within all community spaces, and also applies when\n+This Code of Conduct applies within all community spaces... | Ruby |
e1fe4f09bc6c2a6d4e6c0be85b1cb2d697844424 | 500 | 2022-01-06 21:40:43+05:30 | -19,800 | ['a61dae0bb29edc7417c52d9528581a974631b422'] | chore: Add subscription delete API (#3703) | [{'old_path': 'app/controllers/api/v1/notification_subscriptions_controller.rb', 'new_path': 'app/controllers/api/v1/notification_subscriptions_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -7,6 +7,12 @@ class Api::V1::NotificationSubscriptionsController < Api::BaseController\n render json: noti... | Ruby |
f7ed7756d99cf345f33eb6e1495534bf8a702bca | 540 | 2022-01-06 15:09:01-08:00 | 28,800 | ['e1fe4f09bc6c2a6d4e6c0be85b1cb2d697844424'] | chore: Use logo thumbnail instead of logo in the sidebar (#3706) | [{'old_path': 'app/javascript/dashboard/components/layout/Sidebar.vue', 'new_path': 'app/javascript/dashboard/components/layout/Sidebar.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,7 +1,7 @@\n <template>\n <aside class="woot-sidebar">\n <primary-sidebar\n- :logo-source="globalConfig.logo"\n+ ... | Ruby |
0745ceb430e399f922da68a62d1ad2d90c0e7d27 | 12 | 2022-01-07 13:52:08-08:00 | -19,800 | ['f7ed7756d99cf345f33eb6e1495534bf8a702bca'] | Chore: Update ninja keys to 1.1.9 (#3710) | [{'old_path': 'app/javascript/dashboard/routes/dashboard/commands/commandbar.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/commands/commandbar.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -5,6 +5,7 @@\n :no-auto-load-md-icons="true"\n hideBreadcrumbs\n :placeholder="placeholder"\n+... | Ruby |
ab4d63a0061bbff8c28b0e8916ad73af749e0975 | 135 | 2022-01-10 10:29:16+05:30 | -19,800 | ['0745ceb430e399f922da68a62d1ad2d90c0e7d27'] | Error with plurals in Invite members onboarding guide. Issue #3671 (#3718)
Updated "email address" to "email addresses" in the Invite your team members guide. | [{'old_path': 'app/javascript/dashboard/i18n/locale/en/conversation.json', 'new_path': 'app/javascript/dashboard/i18n/locale/en/conversation.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -129,7 +129,7 @@\n },\n "TEAM_MEMBERS": {\n "TITLE": "Invite your team members",\n- "DESCRIPTION": "Sin... | Ruby |
9b6f1df871106c04d16583b438c784c07e454efc | 545 | 2022-01-09 22:26:35-08:00 | -19,800 | ['ab4d63a0061bbff8c28b0e8916ad73af749e0975'] | fix: Update copy in canned responses (#3716)
Fixes #3669 | [] | Ruby |
9a9462f5cb7b7656d684e9d61b44cdf09ccc03df | 135 | 2022-01-09 22:27:45-08:00 | -19,800 | ['9b6f1df871106c04d16583b438c784c07e454efc'] | fix: Removed extra space before "." (#3717)
Fixes Removed extra space before "." as mentioned in the issue: #3669 | [] | Ruby |
a0884310f4db43872f02f4050e79ddf4ffbb2b35 | 622 | 2022-01-10 12:41:59+05:30 | -19,800 | ['9a9462f5cb7b7656d684e9d61b44cdf09ccc03df'] | feat: Save automation rules (#3359) | [{'old_path': 'app/builders/messages/message_builder.rb', 'new_path': 'app/builders/messages/message_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -8,9 +8,11 @@ class Messages::MessageBuilder\n @conversation = conversation\n @user = user\n @message_type = params[:message_type] || 'outgoing'... | Ruby |
7ee70628433185407eb3558e5fbf8230aa372ae3 | 209 | 2022-01-11 00:32:03-08:00 | 28,800 | ['a0884310f4db43872f02f4050e79ddf4ffbb2b35'] | feat: Toggle to disallow users to send messages after a conversation is resolved (#3605) | [{'old_path': 'app/controllers/api/v1/accounts/inboxes_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/inboxes_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -118,7 +118,7 @@ class Api::V1::Accounts::InboxesController < Api::V1::Accounts::BaseController\n def permitted_params(channel_a... | Ruby |
8a26d78623d95b675f7b338b1e3b271af88267e5 | 213 | 2022-01-12 00:36:57+05:30 | -3,600 | ['7ee70628433185407eb3558e5fbf8230aa372ae3'] | chore: fix german translations (#3724) | [{'old_path': 'config/locales/de.yml', 'new_path': 'config/locales/de.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -53,8 +53,8 @@ de:\n deleted: Diese Nachricht wurde gelöscht\n activity:\n status:\n- resolved: "Das Gespräch wurde von gelöst gelöst %{user_name}"\n- open: "Das Ge... | Ruby |
ebb04487a8569fd96ce0dbe1a46cca043e1d2ba0 | 603 | 2022-01-11 15:14:55-08:00 | -19,800 | ['de37975be45cbe643f88cb3c8b7b7b247b07476d'] | chore: Prevent null in Contact JSONB attributes (#3730) | [{'old_path': '.rubocop.yml', 'new_path': '.rubocop.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -11,6 +11,7 @@ Metrics/ClassLength:\n Max: 125\n Exclude:\n - 'app/models/conversation.rb'\n+ - 'app/models/contact.rb'\n - 'app/mailers/conversation_reply_mailer.rb'\n - 'app/models/message.rb... | Ruby |
bec1266242db137eb8715482259df9e76fdfd968 | 545 | 2022-01-11 15:20:52-08:00 | -19,800 | ['ebb04487a8569fd96ce0dbe1a46cca043e1d2ba0'] | fix: Update shortcode -> short code (#3708)
Closes #3672 | [] | Ruby |
f44be0b1e65ed5d7b93052ce2b6c6927a277224c | 603 | 2022-01-11 19:00:00-08:00 | -19,800 | ['bec1266242db137eb8715482259df9e76fdfd968'] | fix: SuperAdmin Improvements (#3733)
- Fix broken access tokens pages
- Fix broken avatar images in the super admin users tab
- Fix broken pagination links in super admin
- Add agent bot tabs
Fixes: #2021 | [{'old_path': 'app/dashboards/agent_bot_dashboard.rb', 'new_path': 'app/dashboards/agent_bot_dashboard.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -12,6 +12,7 @@ class AgentBotDashboard < Administrate::BaseDashboard\n avatar_url: AvatarField,\n id: Field::Number,\n name: Field::String,\n+ acco... | Ruby |
acba07cf6e9eca434ed33caa2beff0872d8d0fab | 650 | 2022-01-11 19:20:23-08:00 | -19,800 | ['f44be0b1e65ed5d7b93052ce2b6c6927a277224c'] | chore: revert GlobalConfig changes (#3702)
Priority to GlobalConfig changes are reverted and for the time being, env vars will take precedence if set.
Fixes #3699 | [{'old_path': 'app/controllers/api/v1/accounts_controller.rb', 'new_path': 'app/controllers/api/v1/accounts_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -55,7 +55,7 @@ class Api::V1::AccountsController < Api::BaseController\n end\n \n def check_signup_enabled\n- raise ActionController::Routi... | Ruby |
9c31d7c672d4f9743ce3a18910d905fe841be7cf | 540 | 2022-01-12 16:25:27+05:30 | 28,800 | ['991a42c4176d0776e7ed606e8750f06968baffa1'] | feat: Use vue-router on widget route management (#3415)
* feat: Add vue-router to widget
Co-authored-by: Pranav <pranav@chatwoot.com>
* Move to dynamic imports
* Move to routerMixin
* Fix popup button display
* Remove unnecessary import
* router -> route
* Fix open state
* Fix issues
* Remov... | [{'old_path': 'app/javascript/dashboard/components/widgets/Avatar.vue', 'new_path': 'app/javascript/dashboard/components/widgets/Avatar.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -18,11 +18,11 @@ export default {\n },\n backgroundColor: {\n type: String,\n- default: 'white',\n+ defa... | Ruby |
94209d29cb65223a2b3cadb3a25e0d522f6320c9 | 9 | 2022-01-12 12:27:16-08:00 | -19,800 | ['9c31d7c672d4f9743ce3a18910d905fe841be7cf'] | fix: Fixes widget unread view blocking parent page (#3658)
Co-authored-by: Pranav <pranav@chatwoot.com>
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> | [{'old_path': 'app/javascript/sdk/IFrameHelper.js', 'new_path': 'app/javascript/sdk/IFrameHelper.js', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -169,7 +169,6 @@ export const IFrameHelper = {\n },\n updateIframeHeight: message => {\n const { extraHeight = 0, isFixedHeight } = message;\n- if (!... | Ruby |
1c99294c8c52f3780ff73c7a6ffa892d2ce2b4a7 | 603 | 2022-01-12 17:41:42-08:00 | 28,800 | ['94209d29cb65223a2b3cadb3a25e0d522f6320c9'] | chore: Fix 360Dialog template message breakage (#3750)
Template parsing fails when regexp characters are present in templates.
Fixes: #3587 | [{'old_path': 'app/services/whatsapp/send_on_whatsapp_service.rb', 'new_path': 'app/services/whatsapp/send_on_whatsapp_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -56,7 +56,16 @@ class Whatsapp::SendOnWhatsappService < Base::SendOnChannelService\n def build_template_match_regex(template_text)\n ... | Ruby |
905fd62974b967987db5c8066a0747db76991b7e | 603 | 2022-01-12 19:42:23-08:00 | 28,800 | ['1c99294c8c52f3780ff73c7a6ffa892d2ce2b4a7'] | chore: Support Whatsapp Interactive messages (360Dialog) (#3751)
Render button and list reply clicks as text messages in agent dashboard
fixes: #3684 | [{'old_path': 'app/services/whatsapp/incoming_message_service.rb', 'new_path': 'app/services/whatsapp/incoming_message_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -13,7 +13,7 @@ class Whatsapp::IncomingMessageService\n return if params[:messages].blank?\n \n @message = @conversation.messages.... | Ruby |
7df68c6388046f94a5c886f0707abd4ef16be6af | 622 | 2022-01-13 11:21:06+05:30 | -19,800 | ['905fd62974b967987db5c8066a0747db76991b7e'] | Feat: Automations Actions (#3564) | [{'old_path': 'app/controllers/api/v1/accounts/automation_rules_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/automation_rules_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,7 +2,7 @@ class Api::V1::Accounts::AutomationRulesController < Api::V1::Accounts::BaseCont\n before_action ... | Ruby |
5046dcaf61b937a6c04a00f641219b978145957e | 540 | 2022-01-13 10:52:48-08:00 | 28,800 | ['7df68c6388046f94a5c886f0707abd4ef16be6af'] | fix: Update broken CSS Styles in liquid template (#3756) | [{'old_path': 'app/views/mailers/agent_notifications/conversation_notifications_mailer/conversation_assignment.liquid', 'new_path': 'app/views/mailers/agent_notifications/conversation_notifications_mailer/conversation_assignment.liquid', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -12,7 +12,7 @@\n </div>\n \n ... | Ruby |
d57be3ffae7bbd0cc3ac19f2c6499358aa79b21f | 9 | 2022-01-13 10:54:00-08:00 | -19,800 | ['5046dcaf61b937a6c04a00f641219b978145957e'] | fix: Allow private note without selecting a tweet (#3754) | [{'old_path': 'app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue', 'new_path': 'app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -189,7 +189,7 @@ export default {\n return this.maxLength - this.message.length;\n },\n ... | Ruby |
7fcac532dfd581fa2f3d791f41fd1fc1d6cb4e90 | 90 | 2022-01-13 10:54:52-08:00 | -19,800 | ['d57be3ffae7bbd0cc3ac19f2c6499358aa79b21f'] | fix: Update timestamp style on the private message from bot (#3758) | [{'old_path': 'app/javascript/dashboard/components/widgets/conversation/Message.vue', 'new_path': 'app/javascript/dashboard/components/widgets/conversation/Message.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -423,6 +423,9 @@ export default {\n .message-text--metadata .time {\n color: var(--v-5... | Ruby |
359caf754c4c6ccbfce0de5285e875cbf0f14b58 | 500 | 2022-01-13 10:57:12-08:00 | -19,800 | ['7fcac532dfd581fa2f3d791f41fd1fc1d6cb4e90'] | fix: Update contact bio style to solve overflow (#3753) | [{'old_path': 'app/javascript/dashboard/routes/dashboard/conversation/contact/ContactInfo.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/conversation/contact/ContactInfo.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -340,6 +340,9 @@ export default {\n .merege-summary--card {\n padding: var(--s... | Ruby |
cab5a3e53b9b216bca2ab2680bfe802e1e28ab91 | 667 | 2022-01-13 11:15:40-08:00 | 25,200 | ['359caf754c4c6ccbfce0de5285e875cbf0f14b58'] | chore: Add a redirect link to the conversation in success toast message (#3711)
When creating a conversation from the contacts tab now we can go directly to the conversation by clicking the link in the success message
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'old_path': 'app/javascript/dashboard/assets/scss/widgets/_snackbar.scss', 'new_path': 'app/javascript/dashboard/assets/scss/widgets/_snackbar.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -15,7 +15,7 @@\n @include shadow;\n background-color: $woot-snackbar-bg;\n border-radius: $space-smaller;\n- di... | Ruby |
290196d43bca76941297855f3e57260e86d17cca | 603 | 2022-01-13 21:38:10-08:00 | 28,800 | ['fcd2b892bf673c3c018c85131eea5be29368d36b'] | chore: Clean up assignment logic (#3763) | [{'old_path': 'app/models/concerns/assignment_handler.rb', 'new_path': 'app/models/concerns/assignment_handler.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,7 +4,7 @@ module AssignmentHandler\n \n included do\n before_save :ensure_assignee_is_from_team\n- after_update :notify_assignment_change, :pr... | Ruby |
4398734bdfd8e59df33a5e75896c8b4aa0062dd9 | 90 | 2022-01-17 09:18:54+05:30 | -19,800 | ['290196d43bca76941297855f3e57260e86d17cca'] | feat: Adds the ability to have custom view for conversations (#3666)
* feat: Adds the ability to save custom filters and display folders on the sidebar
* Minor fixes
* Review fixes
* Review fixes
* i18n fixes
* Shows conversations when the user click on the folder sidebar item
* Spacing fixes
* R... | [{'old_path': None, 'new_path': 'app/javascript/dashboard/api/customViews.js', 'type': <ModificationType.ADD: 1>, 'diff': "@@ -0,0 +1,14 @@\n+/* global axios */\n+import ApiClient from './ApiClient';\n+\n+class CustomViewsAPI extends ApiClient {\n+ constructor() {\n+ super('custom_filters', { accountScoped: true })... | Ruby |
6deb3764dcd629b9d9d0bc82016ff9d7359095c4 | 12 | 2022-01-17 20:35:53+05:30 | -19,800 | ['4398734bdfd8e59df33a5e75896c8b4aa0062dd9'] | Fix: Pagination bug with filters payload (#3747)
* Removes the last operators value
* Moved removing the last operator to the payload generator
* Update app/javascript/dashboard/helper/filterQueryGenerator.js
This makes sure the last operator is never sent to the request
Co-authored-by: Nithin David Thomas... | [{'old_path': 'app/javascript/dashboard/components/widgets/conversation/ConversationAdvancedFilter.vue', 'new_path': 'app/javascript/dashboard/components/widgets/conversation/ConversationAdvancedFilter.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -192,7 +192,6 @@ export default {\n 'setConversationFi... | Ruby |
c64cffb294da26bc9ad13c5d167b885d6e57d544 | 352 | 2022-01-18 07:37:51+05:30 | -19,800 | ['6deb3764dcd629b9d9d0bc82016ff9d7359095c4'] | fix: Update the hardcoded scroll-width to match with the current table length (#3774)
Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com> | [{'old_path': 'app/javascript/dashboard/routes/dashboard/settings/campaigns/CampaignsTable.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/settings/campaigns/CampaignsTable.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,7 +4,7 @@\n <ve-table\n v-else\n :columns="columns"\n- ... | Ruby |
1749b4eb618b2ba00b1fd4dc744f732a7db1456d | 603 | 2022-01-17 23:36:54-08:00 | 28,800 | ['346d89ecc003708dc9f5f39b3b738a50c5fca787'] | chore: Clean up assignment logic (#3763) | [{'old_path': 'app/models/concerns/assignment_handler.rb', 'new_path': 'app/models/concerns/assignment_handler.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,7 +4,7 @@ module AssignmentHandler\n \n included do\n before_save :ensure_assignee_is_from_team\n- after_update :notify_assignment_change, :pr... | Ruby |
185f916b2a73ddfdcd25e54a8e4bd05d9e23b1d6 | 90 | 2022-01-19 09:40:32+05:30 | -19,800 | ['4a68d13310dc67f1eaedcb3e7f615df1396e342f'] | feat: Adds the ability to delete the saved custom views (#3780)
* feat: Adds the ability to delete the saved custom views
* Removed unused tag
* Review fixes
* Review fixes
* Update DeleteCustomViews.vue | [{'old_path': 'app/javascript/dashboard/components/ChatList.vue', 'new_path': 'app/javascript/dashboard/components/ChatList.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -32,8 +32,20 @@\n @click="resetAndFetchData"\n />\n </div>\n+ <div v-if="hasActiveCustomViews">\n ... | Ruby |
241e7d0c293dc5f6339e0fe1ddae289defaa9c3b | 575 | 2022-01-19 11:26:52+05:30 | -19,800 | ['185f916b2a73ddfdcd25e54a8e4bd05d9e23b1d6'] | Enhancement: Add background color to draggable blocks in the sidebar (#3778)
* add background
* update background color in contact info
Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com> | [{'old_path': 'app/javascript/dashboard/routes/dashboard/contacts/components/ContactInfoPanel.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/contacts/components/ContactInfoPanel.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -159,6 +159,12 @@ export default {\n border-right: 1px solid var(--col... | Ruby |