Search is not available for this dataset
hash string | author int32 | committer_date string | timezone int64 | parents string | message string | changes string | language string |
|---|---|---|---|---|---|---|---|
9acac386355635596100e23e963d11e26ac1bead | 603 | 2021-09-05 19:12:18+05:30 | -19,800 | ['2ebd38c3b7ebf310229fcbf32ef0eeda3be19547'] | chore: Update translations (#2958) | [{'old_path': 'app/javascript/dashboard/i18n/locale/ar/agentMgmt.json', 'new_path': 'app/javascript/dashboard/i18n/locale/ar/agentMgmt.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -95,17 +95,17 @@\n "MULTI_SELECTOR": {\n "PLACEHOLDER": "لا شيء",\n "TITLE": {\n- "AGENT": "Select agent"... | Ruby |
7fc575a47464ae63d402cb07504585c552b044d5 | 90 | 2021-09-06 00:19:09+05:30 | -19,800 | ['9acac386355635596100e23e963d11e26ac1bead'] | feat: Use accordion in conversation sidepanel (#2839)
Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com>
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'old_path': 'app/javascript/dashboard/assets/scss/widgets/_conversation-card.scss', 'new_path': 'app/javascript/dashboard/assets/scss/widgets/_conversation-card.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -144,7 +144,10 @@\n padding-left: 0;\n \n .conversation--details {\n+ border-radius: va... | Ruby |
7b77bab18e7a05c76fdfb9de8929a008a922c383 | 540 | 2021-09-06 01:14:17+05:30 | -19,800 | ['7fc575a47464ae63d402cb07504585c552b044d5'] | fix: Update actions position if avatar image is unavailable (#2963) | [{'old_path': 'app/javascript/widget/components/ChatHeaderExpanded.vue', 'new_path': 'app/javascript/widget/components/ChatHeaderExpanded.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,6 +1,9 @@\n <template>\n <header class="header-expanded bg-white py-8 px-6 relative box-border w-full">\n- <div class=... | Ruby |
dace97b7b0bf50dac68327abf113e1e10689e258 | 540 | 2021-09-06 11:42:02+05:30 | -19,800 | ['7b77bab18e7a05c76fdfb9de8929a008a922c383'] | feat: Update design - CSAT survey page (#2964) | [{'old_path': 'app/javascript/survey/components/Feedback.vue', 'new_path': 'app/javascript/survey/components/Feedback.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,5 @@\n <template>\n- <div>\n+ <div class="mt-6">\n <label class="text-base font-medium text-black-800">\n {{ $t(\'SURVEY.FEEDB... | Ruby |
118c1458abb76326d4aa3e6c09272c61f86f2187 | 540 | 2021-09-06 15:13:51+05:30 | -19,800 | ['dace97b7b0bf50dac68327abf113e1e10689e258'] | fix: Remove duplicate emit event (#2969) | [{'old_path': 'app/javascript/dashboard/components/Accordion/AccordionItem.vue', 'new_path': 'app/javascript/dashboard/components/Accordion/AccordionItem.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,7 +9,7 @@\n </div>\n <div class="button-icon--wrap">\n <slot name="button" />\n- ... | Ruby |
772d4ae726368eb3631245b7eff32ca95ae10c0b | 622 | 2021-09-07 00:05:14+05:30 | -19,800 | ['118c1458abb76326d4aa3e6c09272c61f86f2187'] | feat: Send MMS through Twilio Inbox (#2959)
Send MMS message to customer for Twilio integration inbox.
Fixes #2311 | [{'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': '@@ -229,7 +229,8 @@ export default {\n this.isAFacebookInbox ||\n this.isATwilioWhats... | Ruby |
7245e66b31c2a3046596457d0f6961372385b056 | 516 | 2021-09-07 19:52:14+05:30 | -28,800 | ['772d4ae726368eb3631245b7eff32ca95ae10c0b'] | Mount local storage to host in docker-compose.production.yaml (#2953) | [{'old_path': 'docker-compose.production.yaml', 'new_path': 'docker-compose.production.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,6 +4,8 @@ services:\n base: &base\n image: chatwoot/chatwoot:latest\n env_file: .env ## Change this file for customized env variables\n+ volumes:\n+ - /dat... | Ruby |
8de4ce003701cc788d4d910a62ab1703580ac000 | 603 | 2021-09-07 22:59:02+05:30 | -19,800 | ['7245e66b31c2a3046596457d0f6961372385b056'] | chore: attachment validation fix (#2976)
- Attachment validation was supposed to affect the web widget channel only. But it was validating for all channels | [{'old_path': 'app/models/attachment.rb', 'new_path': 'app/models/attachment.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -87,7 +87,7 @@ class Attachment < ApplicationRecord\n end\n \n def acceptable_file\n- should_validate_file?\n+ return unless should_validate_file?\n \n errors.add(:file, 'is ... | Ruby |
4759730022c1a324a23fd90945a318987d401dbc | 540 | 2021-09-07 23:11:01+05:30 | -19,800 | ['8de4ce003701cc788d4d910a62ab1703580ac000'] | feat: Configure Chatwoot & Analytics for SaaS app (#2975)
* feat: Add Chatwoot support inside Chatwoot SaaS
* Fix identity issues with Chatwoot | [{'old_path': 'app/controllers/dashboard_controller.rb', 'new_path': 'app/controllers/dashboard_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -23,7 +23,9 @@ class DashboardController < ActionController::Base\n 'CREATE_NEW_ACCOUNT_FROM_DASHBOARD',\n 'CHATWOOT_INBOX_TOKEN',\n 'API_CH... | Ruby |
39c4fa111a72a44226ce292a305bee27cbdb0688 | 603 | 2021-09-07 23:14:58+05:30 | -19,800 | ['4759730022c1a324a23fd90945a318987d401dbc'] | chore: Update translations (#2965)
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com> | [{'old_path': 'app/javascript/dashboard/i18n/locale/ro/conversation.json', 'new_path': 'app/javascript/dashboard/i18n/locale/ro/conversation.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -142,6 +142,14 @@\n "TEAM_LABEL": "Assigned Team",\n "SELECT": {\n "PLACEHOLDER": "None"\n+ },\n+ "ACC... | Ruby |
c80289e66167cccff05cacfd4833f97a05c821a6 | 90 | 2021-09-08 09:37:58+05:30 | -19,800 | ['39c4fa111a72a44226ce292a305bee27cbdb0688'] | feat: Add custom attribute table (#2929) | [{'old_path': 'app/javascript/dashboard/api/attributes.js', 'new_path': 'app/javascript/dashboard/api/attributes.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,9 +1,14 @@\n+/* global axios */\n import ApiClient from './ApiClient';\n \n class AttributeAPI extends ApiClient {\n constructor() {\n super('c... | Ruby |
41314157c2e62349dae28c29c02e2d79288f5250 | 540 | 2021-09-08 10:06:18+05:30 | -19,800 | ['c80289e66167cccff05cacfd4833f97a05c821a6'] | fix: Revert translated values in CHAT_STATUS_ITEMS (#2977)
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com> | [{'old_path': 'app/javascript/dashboard/i18n/locale/ar/chatlist.json', 'new_path': 'app/javascript/dashboard/i18n/locale/ar/chatlist.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -48,11 +48,11 @@\n },\n {\n "TEXT": "معلق",\n- "VALUE": "معلق"\n+ "VALUE": "pending"\n },\... | Ruby |
2821777e93786302079bccb3401bdfb6e583bbaa | 12 | 2021-09-08 15:07:24+05:30 | -19,800 | ['41314157c2e62349dae28c29c02e2d79288f5250'] | feat: Add multiline support for channel greeting message (#2952) | [{'old_path': 'app/javascript/dashboard/assets/scss/views/settings/inbox.scss', 'new_path': 'app/javascript/dashboard/assets/scss/views/settings/inbox.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -71,7 +71,6 @@\n }\n \n &.over {\n-\n &::after {\n background: $color-woot;\n }\n@@ ... | Ruby |
9c4ce9af3553aa68fcad3f7ca2faaaa95c9de7d4 | 603 | 2021-09-09 13:59:42+05:30 | -19,800 | ['2821777e93786302079bccb3401bdfb6e583bbaa'] | chore: Strip unnecessary data from push payload (#2924) | [{'old_path': 'app/models/notification.rb', 'new_path': 'app/models/notification.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -60,6 +60,16 @@ class Notification < ApplicationRecord\n }\n end\n \n+ def fcm_push_data\n+ {\n+ id: id,\n+ notification_type: notification_type,\n+ primary_ac... | Ruby |
671c5c931fee4882507d9e31e71aadf68fb87e9f | 603 | 2021-09-10 00:00:52+05:30 | -19,800 | ['9c4ce9af3553aa68fcad3f7ca2faaaa95c9de7d4'] | feat: Telegram Channel (#2901)
- Ability to configure telegram bots as a channel in chatwoot
- Receive a message sent to the telegram bot in chatwoot
- Ability to reply to telegram users from chatwoot
- Receive attachment messages in chatwoot
fixes: #1843 | [{'old_path': '.rubocop.yml', 'new_path': '.rubocop.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -100,6 +100,7 @@ Metrics/AbcSize:\n - 'app/controllers/concerns/auth_helper.rb'\n - 'db/migrate/20190819005836_add_missing_indexes_on_taggings.acts_as_taggable_on_engine.rb'\n - 'db/migrate/2016112313... | Ruby |
0a38632f1490e856abb958d3173c79f9f9b19829 | 603 | 2021-09-11 01:31:17+05:30 | -19,800 | ['671c5c931fee4882507d9e31e71aadf68fb87e9f'] | feat: Line Channel (#2904)
- Ability to configure line bots as a channel in chatwoot
- Receive a message sent to the line bot in chatwoot
- Ability to reply to line users from chatwoot
fixes: #2738 | [{'old_path': 'Gemfile', 'new_path': 'Gemfile', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -78,6 +78,7 @@ gem 'wisper', '2.0.0'\n ##--- gems for channels ---##\n # TODO: bump up gem to 2.0\n gem 'facebook-messenger'\n+gem 'line-bot-api'\n gem 'twilio-ruby', '~> 5.32.0'\n # twitty will handle subscription of twit... | Ruby |
f79c52b8c3b2913d81b731d3bbf711c0d23a7d9e | 540 | 2021-09-13 12:54:26+05:30 | -19,800 | ['0a38632f1490e856abb958d3173c79f9f9b19829'] | chore: Update Changelog URL (#3001) | [{'old_path': 'app/javascript/dashboard/components/widgets/conversation/OnboardingView.vue', 'new_path': 'app/javascript/dashboard/components/widgets/conversation/OnboardingView.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -19,7 +19,7 @@\n </p>\n <p>\n <a\n- href=... | Ruby |
b74261205d74dceaa3e4a29eab725421aca1ec8d | 621 | 2021-09-13 13:15:05+05:30 | -19,800 | ['f79c52b8c3b2913d81b731d3bbf711c0d23a7d9e'] | chore: Support for special characters in password
Fixes: #2919 | [{'old_path': 'Gemfile', 'new_path': 'Gemfile', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -63,7 +63,7 @@ gem 'barnes'\n \n ##--- gems for authentication & authorization ---##\n gem 'devise'\n-gem 'devise-secure_password', '~> 2.0'\n+gem 'devise-secure_password', '~> 2.0', git: 'https://github.com/chatwoot/devis... | Ruby |
571fefd7cd00e3f382ffacbbd853d44e594a42f8 | 660 | 2021-09-13 13:43:19+05:30 | 14,400 | ['b74261205d74dceaa3e4a29eab725421aca1ec8d'] | fix: Selected agent profile picture in agent multi select (#2949) | [{'old_path': 'app/controllers/api/v1/accounts/conversations/assignments_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/conversations/assignments_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,20 +1,34 @@\n class Api::V1::Accounts::Conversations::AssignmentsController < Api::V1::Acco... | Ruby |
26a3150fd87849191dac6ce20dc3417499c82a4a | 90 | 2021-09-13 03:26:18-07:00 | -19,800 | ['571fefd7cd00e3f382ffacbbd853d44e594a42f8'] | feat: Adds the ability to edit and delete custom attributes (#2982)
* feat: Adds the ability to edit and delete custom attributes
* Review fixes
* Minor fixes
* Adds specs
* Minor fixes
* Update settings.routes.js
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com> | [{'old_path': 'app/javascript/dashboard/helper/commons.js', 'new_path': 'app/javascript/dashboard/helper/commons.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -61,3 +61,10 @@ export const createPendingMessage = data => {\n \n return pendingMessage;\n };\n+\n+export const convertToSlug = text => {\n+ return ... | Ruby |
328edd24de0bf6fc91f5f3fa8d947200a7b11bdf | 603 | 2021-09-13 18:05:14+05:30 | -19,800 | ['26a3150fd87849191dac6ce20dc3417499c82a4a'] | chore: Move Facebook event processing to worker (#2988) | [{'old_path': None, 'new_path': 'app/jobs/webhooks/facebook_events_job.rb', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,8 @@\n+class Webhooks::FacebookEventsJob < ApplicationJob\n+ queue_as :default\n+\n+ def perform(message)\n+ response = ::Integrations::Facebook::MessageParser.new(message)\n+ ::Int... | Ruby |
f2e2a0b7ed05b3c377a87c69c93cb3e9f4ae6eb8 | 540 | 2021-09-13 18:08:58+05:30 | -19,800 | ['328edd24de0bf6fc91f5f3fa8d947200a7b11bdf'] | chore: Update contact sidebar with accordion (#3002) | [{'old_path': 'app/javascript/dashboard/components/widgets/LabelSelector.vue', 'new_path': 'app/javascript/dashboard/components/widgets/LabelSelector.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,9 +1,4 @@\n <template>\n- <div>\n- <h6 class="text-block-title">\n- <i class="title-icon ion-pricetags... | Ruby |
84b96526dbe02236282ea41acbedacd044f101e4 | 12 | 2021-09-13 18:10:56+05:30 | -19,800 | ['f2e2a0b7ed05b3c377a87c69c93cb3e9f4ae6eb8'] | chore: Upgrade vue router to the 3.x (#2981) | [{'old_path': 'package.json', 'new_path': 'package.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -61,7 +61,7 @@\n "vue-i18n": "8.24.3",\n "vue-loader": "15.9.6",\n "vue-multiselect": "~2.1.6",\n- "vue-router": "~2.2.0",\n+ "vue-router": "~3.5.2",\n "vue-template-compiler": "2.6.12",\n ... | Ruby |
ccd0dc39ad2a5a20524dba79cd90ace492691161 | 603 | 2021-09-13 19:19:59+05:30 | -19,800 | ['84b96526dbe02236282ea41acbedacd044f101e4'] | chore: Update translations (#3004)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'old_path': 'app/javascript/dashboard/i18n/locale/ar/attributesMgmt.json', 'new_path': 'app/javascript/dashboard/i18n/locale/ar/attributesMgmt.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,6 +2,8 @@\n "ATTRIBUTES_MGMT": {\n "HEADER": "السمات",\n "HEADER_BTN_TXT": "إضافة سمة",\n+ "LOADING": ... | Ruby |
22d1c8baf2dc66aba52de9813fd71ca00e4cdb1a | 603 | 2021-09-14 11:55:02+05:30 | -19,800 | ['ccd0dc39ad2a5a20524dba79cd90ace492691161'] | Chore: Inbox Members API improvements (#3008)
- New Inbox Member APIs
- Return JSON errors for Platform APIs | [{'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,26 +1,40 @@\n class Api::V1::Accounts::InboxMembersController < Api::V1::Accounts::BaseController\n- before_action... | Ruby |
aa5d01b572c6fd0b1cb7f47486d9b518300ab3f0 | 540 | 2021-09-14 11:55:48+05:30 | -19,800 | ['22d1c8baf2dc66aba52de9813fd71ca00e4cdb1a'] | fix: Hide quoted replies by default from messages (#3009)
Fixes: #2009 , #2365 | [{'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': '@@ -12,6 +12,7 @@\n :message="message"\n :is-email="isEmailContentType"\n ... | Ruby |
11cbc4d95212fa941f99b89b1b897d5e3a13fc45 | 540 | 2021-09-14 12:33:13+05:30 | -19,800 | ['d76455e840015c52c0eacd20103d1b37975160c9'] | fix: Revert key changes in `it` translation files (#3010) | [{'old_path': 'app/javascript/dashboard/i18n/locale/it/chatlist.json', 'new_path': 'app/javascript/dashboard/i18n/locale/it/chatlist.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -13,18 +13,18 @@\n "STATUS_TABS": [\n {\n "NAME": "Apri",\n- "KEY": "contaaperture"\n+ "KEY": "ope... | Ruby |
2c381d726d2c217243165270c317f9cfc372fe9e | 650 | 2021-09-14 12:59:22+05:30 | -19,800 | ['11cbc4d95212fa941f99b89b1b897d5e3a13fc45'] | chore: Update installation env value for linux script (#3005) | [{'old_path': 'deployment/setup_18.04.sh', 'new_path': 'deployment/setup_18.04.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -63,7 +63,7 @@ sed -i -e \'/POSTGRES_HOST/ s/=.*/=localhost/\' .env\n sed -i -e \'/POSTGRES_USERNAME/ s/=.*/=chatwoot/\' .env\n sed -i -e "/POSTGRES_PASSWORD/ s/=.*/=$pg_pass/" .env\n se... | Ruby |
946a09928e9985f2f5567fae886aac4914cd5921 | 603 | 2021-09-14 15:54:57+05:30 | -19,800 | ['2c381d726d2c217243165270c317f9cfc372fe9e'] | Chore: Release Fixes (#3011)
- Fix super admin crashing
- Fix error on telegram group messages
fixes: #2856 | [{'old_path': 'app/controllers/super_admin/dashboard_controller.rb', 'new_path': 'app/controllers/super_admin/dashboard_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,10 +3,9 @@ class SuperAdmin::DashboardController < SuperAdmin::ApplicationController\n \n def index\n @data = Conversation.un... | Ruby |
2396b59f114a745a7df9a46d57445aa3b45f1e12 | 603 | 2021-09-14 22:44:53+05:30 | -19,800 | ['946a09928e9985f2f5567fae886aac4914cd5921'] | chore: API fixes (#3014)
- Minor API fixes
- Configuration screen for LINE inbox | [{'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': '@@ -100,6 +100,7 @@ class Api::V1::Accounts::InboxesController < Api::V1::Accounts::BaseController\n end\n \n def update_channel_... | Ruby |
a14f4ede87a62eaca59871e1e405ec4de159f86c | 603 | 2021-09-15 18:12:56+05:30 | -19,800 | ['2396b59f114a745a7df9a46d57445aa3b45f1e12'] | chore: Sidebar icons for new inboxes (#3016)
- Sidebar icons for line and telegram inboxes
- Sentry fix for contact IP lookup job | [{'old_path': 'app/builders/messages/facebook/message_builder.rb', 'new_path': 'app/builders/messages/facebook/message_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -148,6 +148,14 @@ class Messages::Facebook::MessageBuilder\n }\n end\n \n+ def process_contact_params_result(result)\n+ {\n+ ... | Ruby |
3abcadb5cb16b99ef6d1ed092521422fd168a313 | 540 | 2021-09-15 20:15:06+05:30 | -19,800 | ['a14f4ede87a62eaca59871e1e405ec4de159f86c'] | fix: Reject keyboard shortcut listeners if input box is active (#3019)
Reject keyboard shortcut listeners if input box is active | [{'old_path': 'app/javascript/dashboard/components/ChatList.vue', 'new_path': 'app/javascript/dashboard/components/ChatList.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -194,7 +194,7 @@ export default {\n });\n },\n methods: {\n- handleKeyEvents(e) {\n+ getKeyboardListenerParams() {\n con... | Ruby |
a0ffefad717b632269883863c27242bb97d3b66d | 621 | 2021-09-16 13:26:52+05:30 | -19,800 | ['799e0ed4f5a89708ffff392f4b5f670a5fd62cb0'] | chore: Use the name of the sender from the mail object
if the sender email is Sony Mathew <Sony@chatwoot.com> Contact should be built with Sony Mathew
Fixes #2911 | [{'old_path': 'app/mailboxes/support_mailbox.rb', 'new_path': 'app/mailboxes/support_mailbox.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -82,6 +82,6 @@ class SupportMailbox < ApplicationMailbox\n end\n \n def identify_contact_name\n- processed_mail.from.first.split('@').first\n+ processed_mail.send... | Ruby |
0c3e8b6dbdb5d44af7dacadc639a4ff95a56a302 | 603 | 2021-09-16 16:51:06+05:30 | -19,800 | ['a0ffefad717b632269883863c27242bb97d3b66d'] | chore: Return medium in inbox APIs (#3025)
Return medium in inbox APIs | [{'old_path': 'app/builders/messages/facebook/message_builder.rb', 'new_path': 'app/builders/messages/facebook/message_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -167,7 +167,7 @@ class Messages::Facebook::MessageBuilder\n result = {}\n # OAuthException, code: 100, error_subcode: 2018218,... | Ruby |
6ad5a7452cc731d4451d04f2482010f6bad69a96 | 621 | 2021-09-17 22:14:39+05:30 | -19,800 | ['0c3e8b6dbdb5d44af7dacadc639a4ff95a56a302'] | fix: Emails not delivered when case does not match
Fixes #2504 | [{'old_path': 'app/mailboxes/application_mailbox.rb', 'new_path': 'app/mailboxes/application_mailbox.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -22,7 +22,7 @@ class ApplicationMailbox < ActionMailbox::Base\n proc do |inbound_mail_obj|\n is_a_support_email = false\n inbound_mail_obj.mail.to&.... | Ruby |
794a56d4cc149744687927cd46f5b17a40299f28 | 209 | 2021-09-17 22:17:11+05:30 | -19,800 | ['6ad5a7452cc731d4451d04f2482010f6bad69a96'] | Feat: Out of office autoresponder (#2992)
This change allows the user to enable autoresponder during the out-of-office time.
Fixes: #2035 | [{'old_path': 'app/javascript/dashboard/routes/dashboard/settings/inbox/Settings.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/settings/inbox/Settings.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -392,6 +392,10 @@ export default {\n key: 'collaborators',\n name: this.$t('IN... | Ruby |
b1b026870583424e26f66adb8eeba3be9548d090 | 621 | 2021-09-18 00:49:01+05:30 | -19,800 | ['794a56d4cc149744687927cd46f5b17a40299f28'] | feat: Support sending and receiving attachments in Slack Integration (#3022)
- Process incoming slack attachments
- Send attachments from chatwoot to slack | [{'old_path': 'app/models/attachment.rb', 'new_path': 'app/models/attachment.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -25,6 +25,7 @@ class Attachment < ApplicationRecord\n enum file_type: [:image, :audio, :video, :file, :location, :fallback]\n \n def push_event_data\n+ return unless file_type\n ... | Ruby |
fa2db5a72943657e2a9cd20f53be4df78a7139d5 | 540 | 2021-09-19 20:38:20+05:30 | -19,800 | ['b1b026870583424e26f66adb8eeba3be9548d090'] | fix: Update title for out of office message (#3043) | [{'old_path': 'app/javascript/dashboard/i18n/locale/ca/inboxMgmt.json', 'new_path': 'app/javascript/dashboard/i18n/locale/ca/inboxMgmt.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -350,7 +350,7 @@\n "TIMEZONE_LABEL": "Select timezone",\n "UPDATE": "Update business hours settings",\n "TOGGL... | Ruby |
dcbbb09ebdeccf987f1474a60d3c0558aed3ba21 | 230 | 2021-09-19 21:12:54+05:30 | -7,200 | ['fa2db5a72943657e2a9cd20f53be4df78a7139d5'] | fix: Update widget option button style to handle long text (#3030)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'old_path': 'app/javascript/shared/components/ChatOption.vue', 'new_path': 'app/javascript/shared/components/ChatOption.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -41,10 +41,11 @@ export default {\n @import '~widget/assets/scss/variables.scss';\n \n .option {\n- border: 1px solid $color-woot;\n border... | Ruby |
aaadd61e09293325a9586a2d8e12daa59e633583 | 603 | 2021-09-21 10:16:14+05:30 | -19,800 | ['dcbbb09ebdeccf987f1474a60d3c0558aed3ba21'] | fix: Outbound messages triggering out of office (#3051) | [{'old_path': 'app/services/message_templates/hook_execution_service.rb', 'new_path': 'app/services/message_templates/hook_execution_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -23,6 +23,8 @@ class MessageTemplates::HookExecutionService\n def should_send_out_of_office_message?\n # should not se... | Ruby |
b59e73b10bf9629349d12e7889a8af9f551e4e7a | 540 | 2021-09-21 10:16:32+05:30 | -19,800 | ['aaadd61e09293325a9586a2d8e12daa59e633583'] | fix: Update associations when a label is updated (#3046) | [{'old_path': 'app/javascript/dashboard/routes/dashboard/contacts/components/ContactLabels.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/contacts/components/ContactLabels.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -24,12 +24,12 @@ export default {\n \n computed: {\n savedLabels() {\n- ... | Ruby |
c504067e2bfe64a381d2ff069c8deb2fd534772e | 216 | 2021-09-21 10:20:12+05:30 | -19,800 | ['b59e73b10bf9629349d12e7889a8af9f551e4e7a'] | fix: Add blank check for file param in Import API (#3057) | [{'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': "@@ -30,10 +30,13 @@ class Api::V1::Accounts::ContactsController < Api::V1::Accounts::BaseController\n end\n \n def import\n+ ... | Ruby |
dddab0bbced3758bcde8378bc62c1c6deeab3507 | 621 | 2021-09-21 23:02:45+05:30 | -19,800 | ['c504067e2bfe64a381d2ff069c8deb2fd534772e'] | chore: Handle the Twilio exception in sentry
Fix trying to extract the Sid from non created message.
Fixes #3029 | [{'old_path': 'app/services/twilio/send_on_twilio_service.rb', 'new_path': 'app/services/twilio/send_on_twilio_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,9 +9,9 @@ class Twilio::SendOnTwilioService < Base::SendOnChannelService\n begin\n twilio_message = client.messages.create(**message_... | Ruby |
0c24df96a8444b7e85b0a8395deb9c34371767aa | 500 | 2021-09-22 10:46:48+05:30 | -19,800 | ['dddab0bbced3758bcde8378bc62c1c6deeab3507'] | chore: Conversation custom attribute APIs (#3024) | [{'old_path': 'Gemfile', 'new_path': 'Gemfile', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -56,7 +56,6 @@ gem 'activerecord-import'\n gem 'dotenv-rails'\n gem 'foreman'\n gem 'puma'\n-gem 'rack-timeout'\n gem 'webpacker', '~> 5.x'\n # metrics on heroku\n gem 'barnes'\n@@ -122,6 +121,11 @@ gem 'hairtrigger'\n \n ... | Ruby |
4f51a46c2ba54ebc59988f81134e9619603add38 | 209 | 2021-09-23 12:52:49+05:30 | -19,800 | ['0c24df96a8444b7e85b0a8395deb9c34371767aa'] | feat: Ability to delete a contact (#2984)
This change allows the administrator user to delete a contact and its related data like conversations, contact inboxes, and reports.
Fixes #1929 | [{'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': "@@ -10,7 +10,7 @@ class Api::V1::Accounts::ContactsController < Api::V1::Accounts::BaseController\n \n before_action :check_autho... | Ruby |
54bdb2957f3896bcd3703b2be6a4b316dbc0249d | 621 | 2021-09-23 20:59:10+05:30 | -19,800 | ['4f51a46c2ba54ebc59988f81134e9619603add38'] | feat: Add assignee last seen to conversations (#3069)
- Adds assignee last seen attribute to conversations | [{'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': '@@ -69,6 +69,7 @@ class Api::V1::Accounts::ConversationsController < Api::V1::Accounts::BaseContro\n \n def update_last... | Ruby |
1f4685ae4bb22343606681337788b31b0638cca7 | 577 | 2021-09-24 00:20:08+05:30 | 10,800 | ['54bdb2957f3896bcd3703b2be6a4b316dbc0249d'] | fix: offset issue for Business hours on timezones with DST | [{'old_path': 'app/views/api/v1/widget/configs/create.json.jbuilder', 'new_path': 'app/views/api/v1/widget/configs/create.json.jbuilder', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -16,7 +16,7 @@ json.chatwoot_website_channel do\n json.csat_survey_enabled @web_widget.inbox.csat_survey_enabled\n json.working_... | Ruby |
1cb2226dbc239ff37e1288a4f94c6b9a8cf49c51 | 174 | 2021-09-24 17:22:22+05:30 | -19,800 | ['1f4685ae4bb22343606681337788b31b0638cca7'] | chore: Remove unused memoization in telegram incoming service (#3075) | [{'old_path': 'app/services/telegram/incoming_message_service.rb', 'new_path': 'app/services/telegram/incoming_message_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -30,10 +30,6 @@ class Telegram::IncomingMessageService\n params.dig(:message, :chat, :type) == 'private'\n end\n \n- def account\n-... | Ruby |
8b7f6c691aea399e6244c9a73377c2a5e325fbbb | 90 | 2021-09-24 08:07:30-07:00 | -19,800 | ['1cb2226dbc239ff37e1288a4f94c6b9a8cf49c51'] | bug: fixes error in creating a new one off campaign (#3067)
* bug: fixes error in creating a new one off campaign
* Review fixes
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com> | [{'old_path': 'app/javascript/dashboard/routes/dashboard/settings/campaigns/AddCampaign.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/settings/campaigns/AddCampaign.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -237,7 +237,7 @@ export default {\n if (this.isOngoingType) {\n return... | Ruby |
15aaa8883c9a7af453d66f57ef69990b4d564b51 | 209 | 2021-09-27 21:12:08+05:30 | -19,800 | ['8b7f6c691aea399e6244c9a73377c2a5e325fbbb'] | feat: API to Filter reports by teams (#3066)
Add API to Filter reports by teams
Fixes: #2916 | [{'old_path': 'app/builders/v2/report_builder.rb', 'new_path': 'app/builders/v2/report_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -41,19 +41,25 @@ class V2::ReportBuilder\n user\n when :label\n label\n+ when :team\n+ team\n end\n end\n \n def inbox\n- @inbox ||= ac... | Ruby |
1761bec6152b3c7dedf0c97da4e6468914d7e881 | 90 | 2021-09-28 12:33:08+05:30 | -19,800 | ['15aaa8883c9a7af453d66f57ef69990b4d564b51'] | feat: Adds ability to edit out webhook URL of API Channel (#3013) | [{'old_path': 'app/javascript/dashboard/i18n/locale/en/inboxMgmt.json', 'new_path': 'app/javascript/dashboard/i18n/locale/en/inboxMgmt.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -56,6 +56,11 @@\n "CHANNEL_AVATAR": {\n "LABEL": "Channel Avatar"\n },\n+ "CHANNEL_WEBHOOK_URL"... | Ruby |
edd0e2329f22acc164e5e42aabd0fc0522676a67 | 209 | 2021-09-28 19:25:44+05:30 | -19,800 | ['1761bec6152b3c7dedf0c97da4e6468914d7e881'] | feat: Add the ability to close and reopen the chat window via SDK (#3080) | [{'old_path': 'app/javascript/packs/sdk.js', 'new_path': 'app/javascript/packs/sdk.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -40,8 +40,8 @@ const runSDK = ({ baseUrl, websiteToken }) => {\n launcherTitle: chatwootSettings.launcherTitle || '',\n showPopoutButton: chatwootSettings.showPopoutButton ||... | Ruby |
ed22e7cad4252a0d8e9e082898f96649e111c2ce | 603 | 2021-09-28 19:34:11+05:30 | -19,800 | ['edd0e2329f22acc164e5e42aabd0fc0522676a67'] | chore: mitigate CVE-2021-41098 (#3101)
ignoring CVE-2021-41098 as Chatwoot doesn't support JRuby at the moment
fixes: #3097 | [{'old_path': None, 'new_path': '.bundler-audit.yml', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,3 @@\n+---\n+ignore:\n+ - CVE-2021-41098 # https://github.com/chatwoot/chatwoot/issues/3097 (update once azure blob storage is updated)\n'}] | Ruby |
6129edce0889d57103628ed4a63ce9579063f57f | 650 | 2021-09-28 20:49:50+05:30 | -19,800 | ['ed22e7cad4252a0d8e9e082898f96649e111c2ce'] | fix: dialogflow integration in docker environments (#3072)
* natively compile ruby gems
* add missing compiler tools
* add bundler platform ruby to force native compilation
* fix bundler env in final docker stage
* add comments to DockerFile
Co-authored-by: Sojan Jose <sojan@pepalo.com> | [{'old_path': 'Gemfile.lock', 'new_path': 'Gemfile.lock', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -247,6 +247,7 @@ GEM\n google-cloud-core (~> 1.6)\n googleauth (>= 0.16.2, < 2.a)\n mini_mime (~> 1.0)\n+ google-protobuf (3.17.3)\n google-protobuf (3.17.3-universal-darwin)\n google... | Ruby |
bba2750975fbc69a0d2a0a91d5374c4bfa2886cc | 12 | 2021-09-29 12:01:58+05:30 | -19,800 | ['6129edce0889d57103628ed4a63ce9579063f57f'] | feat: Add ability to bulk import contacts (#3026)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'old_path': 'app/javascript/dashboard/api/contacts.js', 'new_path': 'app/javascript/dashboard/api/contacts.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -52,6 +52,14 @@ class ContactAPI extends ApiClient {\n )}`;\n return axios.get(requestURL);\n }\n+\n+ importContacts(file) {\n+ const formData... | Ruby |
a8f6eebd6673cf3a1ec872dbc8fa4d3c15d35f3f | 90 | 2021-09-29 12:56:45+05:30 | -19,800 | ['bba2750975fbc69a0d2a0a91d5374c4bfa2886cc'] | bug: Fixes Incorrect badge for Twilio SMS inbox and adds the ability to differentiate Twitter tweets and chats (#3003)
* bug: Fixes Incorrect badge in the thumbnail for Twilio SMS inbox
* Minor fixes
* Minor fixes
* Review fixes
* Minor fixes
* fixes codeclimate error
* Minor fixes
* Minor fixes
... | [{'old_path': 'app/javascript/dashboard/assets/images/twitter-chat-badge.png', 'new_path': 'app/javascript/dashboard/assets/images/twitter-chat-badge.png', 'type': <ModificationType.ADD: 1>, 'diff': 'Binary files /dev/null and b/app/javascript/dashboard/assets/images/twitter-chat-badge.png differ\n'}, {'old_path': 'app... | Ruby |
6f6bb9182342a9658dfb4ea904af974ce4d2b894 | 90 | 2021-09-29 13:00:08+05:30 | -19,800 | ['a8f6eebd6673cf3a1ec872dbc8fa4d3c15d35f3f'] | fix: Add meaningful alert error message if file upload fails (#3093)
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com> | [{'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': "@@ -347,7 +347,10 @@ export default {\n await this.$store.dispatch('sendMessage', messagePa... | Ruby |
cc244833d0189cd006839f7ea7176ca3affb37fb | 540 | 2021-09-29 16:23:39+05:30 | -19,800 | ['d55a48037a5772a26583627c37b6e841aab5323e'] | feat: Add `all` filter for conversations (#3102) | [{'old_path': 'app/finders/conversation_finder.rb', 'new_path': 'app/finders/conversation_finder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -94,6 +94,8 @@ class ConversationFinder\n end\n \n def filter_by_status\n+ return if params[:status] == 'all'\n+\n @conversations = @conversations.where(stat... | Ruby |
49ac4a440074bafc3e519be16878e653a34522e3 | 603 | 2021-09-29 18:29:13+05:30 | -19,800 | ['cc244833d0189cd006839f7ea7176ca3affb37fb'] | chore: Fix Twilio callback url not appearing until refresh (#3106)
The Twilio callback url wasn't being displayed until the page is refreshed
fixes: #3034 | [{'old_path': 'app/views/api/v1/accounts/channels/twilio_channels/create.json.jbuilder', 'new_path': 'app/views/api/v1/accounts/channels/twilio_channels/create.json.jbuilder', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,6 +1 @@\n-json.id @inbox.id\n-json.channel_id @inbox.channel_id\n-json.name @inbox.name\n-j... | Ruby |
57abdc4d5fc45bdbdc7951fe0ca0e6fd8387fff3 | 540 | 2021-09-29 19:33:51+05:30 | -19,800 | ['49ac4a440074bafc3e519be16878e653a34522e3'] | feat: Display "Snoozed Until" time on conversation header (#3028) | [{'old_path': 'app/javascript/dashboard/assets/scss/_woot.scss', 'new_path': 'app/javascript/dashboard/assets/scss/_woot.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -14,6 +14,7 @@\n @import 'helper-classes';\n @import 'formulate';\n @import 'date-picker';\n+@import 'utility-helpers';\n \n @import 'foundati... | Ruby |
a1563917ba1544c19d4f32ecf1e0a6102cf0287b | 12 | 2021-09-30 13:13:45+05:30 | -19,800 | ['57abdc4d5fc45bdbdc7951fe0ca0e6fd8387fff3'] | feat - Add filter for reports by agent, label and inboxes (#3084)
* Adds filter for agents, labels and inboxes
* Added Inboxes Reports Feature
* Fixed populating of filter dropdown issue
* If applied, fixes code climate style-lint warnings
* Fixes codeclimate warnings
* if applied, Refactors sidebar fil... | [{'old_path': 'app/javascript/dashboard/api/reports.js', 'new_path': 'app/javascript/dashboard/api/reports.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -6,15 +6,15 @@ class ReportsAPI extends ApiClient {\n super('reports', { accountScoped: true, apiVersion: 'v2' });\n }\n \n- getAccountReports(metric, ... | Ruby |
1083a24a2649b97d421c3c458ef02bf44148d90d | 540 | 2021-09-30 15:11:00+05:30 | -19,800 | ['a1563917ba1544c19d4f32ecf1e0a6102cf0287b'] | fix: Update Re-rendering behaviour for lists in conversation view (#3117)
* fix: Update Re-rendering behaviour for lists in conversation view
* Remove console.log | [{'old_path': 'app/javascript/dashboard/routes/dashboard/Dashboard.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/Dashboard.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,7 +2,7 @@\n <div class="row app-wrapper">\n <sidebar :route="currentRoute" :class="sidebarClassName"></sidebar>\n ... | Ruby |
e6bcf24864b217a8ac51f66b5a69bf9e3d73315d | 594 | 2021-09-30 22:07:20+05:30 | -19,800 | ['1083a24a2649b97d421c3c458ef02bf44148d90d'] | chore: Add readonly attribute to woot-input component (#3119) | [{'old_path': 'app/javascript/dashboard/components/widgets/forms/Input.vue', 'new_path': 'app/javascript/dashboard/components/widgets/forms/Input.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -5,6 +5,7 @@\n :value="value"\n :type="type"\n :placeholder="placeholder"\n+ :readonly="readonl... | Ruby |
be9a055a3fdea1ae897a0a9b03240aa471d84fb4 | 209 | 2021-10-01 01:45:29+05:30 | -19,800 | ['e6bcf24864b217a8ac51f66b5a69bf9e3d73315d'] | feat: Ability to send attachments to telegram (#3108)
This feature allows the user to send and delete attachments in the telegram conversation.
Fixes #3037 | [{'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': '@@ -223,7 +223,8 @@ export default {\n this.isATwilioWhatsappChannel ||\n this.isAPII... | Ruby |
1d94e65ca88383297cbbf1be5bfc03960fe23f20 | 603 | 2021-10-01 13:37:52+05:30 | -19,800 | ['be9a055a3fdea1ae897a0a9b03240aa471d84fb4'] | fix: CSAT reports page failing to load (#3123)
CSAT reports page was failing to load when there is an assigned agent is deleted. | [{'old_path': 'app/views/api/v1/models/_agent.json.jbuilder', 'new_path': 'app/views/api/v1/models/_agent.json.jbuilder', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,4 +1,5 @@\n-json.account_id resource.account.id\n+# could be nil for a deleted agent hence the safe operator before account id\n+json.account_id ... | Ruby |
30244f79a6d72c678e459d235187903ff9dcdab1 | 90 | 2021-10-03 21:49:44-07:00 | -19,800 | ['1d94e65ca88383297cbbf1be5bfc03960fe23f20'] | fixes: Reply box goes hidden and emoji input header section is broken. (#3121) | [{'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': '@@ -93,7 +93,7 @@\n \n .conversation-panel {\n @include flex;\n- @include flex-weight(1);\n+ @inclu... | Ruby |
40d0b2faf32dd7f66a65469f6de24144af4a2717 | 621 | 2021-10-05 14:35:32+05:30 | -19,800 | ['30244f79a6d72c678e459d235187903ff9dcdab1'] | feat: Add Instagram Channel (#2955) | [{'old_path': '.env.example', 'new_path': '.env.example', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -100,6 +100,9 @@ FB_VERIFY_TOKEN=\n FB_APP_SECRET=\n FB_APP_ID=\n \n+# https://developers.facebook.com/docs/messenger-platform/instagram/get-started#app-dashboard\n+IG_VERIFY_TOKEN\n+\n # Twitter\n # documentatio... | Ruby |
bd7aeba484895e35739665b7c191cc93189ca589 | 603 | 2021-10-05 23:35:06+05:30 | -19,800 | ['40d0b2faf32dd7f66a65469f6de24144af4a2717'] | chore: Provider API prototype (#3112)
Enabling Support for Whatsapp via 360Dialog as a prototype for the provider APIs.
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'old_path': '.env.example', 'new_path': '.env.example', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -101,7 +101,7 @@ FB_APP_SECRET=\n FB_APP_ID=\n \n # https://developers.facebook.com/docs/messenger-platform/instagram/get-started#app-dashboard\n-IG_VERIFY_TOKEN\n+IG_VERIFY_TOKEN=\n \n # Twitter\n # documentatio... | Ruby |
f874925f0ed72ff450d711191bceb823f1865a5f | 216 | 2021-10-06 00:10:29+05:30 | -19,800 | ['bd7aeba484895e35739665b7c191cc93189ca589'] | fix: set default content type as text for message (#3060)
Fixes #2974 | [{'old_path': 'app/models/message.rb', 'new_path': 'app/models/message.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -5,7 +5,7 @@\n # id :integer not null, primary key\n # content :text\n # content_attributes :json\n-# content_type :integer default("te... | Ruby |
271ca53c580d4fc11afec20689e0627152061aa6 | 9 | 2021-10-06 14:47:44+05:30 | -19,800 | ['f874925f0ed72ff450d711191bceb823f1865a5f'] | fix: Makes thumbnail images fill the wrap | [{'old_path': 'app/javascript/dashboard/components/widgets/Thumbnail.vue', 'new_path': 'app/javascript/dashboard/components/widgets/Thumbnail.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -173,6 +173,7 @@ export default {\n height: 100%;\n width: 100%;\n box-sizing: border-box;\n+ object-fit: c... | Ruby |
219a8c4bc569b78b345194d23ea9411c0ac98396 | 603 | 2021-10-06 16:23:32+05:30 | -19,800 | ['271ca53c580d4fc11afec20689e0627152061aa6'] | chore: Instagram reconnect fix (#3142) | [{'old_path': 'app/controllers/api/v1/accounts/callbacks_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/callbacks_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -15,7 +15,7 @@ class Api::V1::Accounts::CallbacksController < Api::V1::Accounts::BaseController\n set_instagram_id(page_... | Ruby |
ec9903ae82fc881e4bf3283f097d95dec44a35d3 | 9 | 2021-10-06 19:34:34+05:30 | -19,800 | ['219a8c4bc569b78b345194d23ea9411c0ac98396'] | fix: Add background to inbox channel badges (#3152)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'old_path': 'app/javascript/dashboard/assets/images/fb-badge.png', 'new_path': 'app/javascript/dashboard/assets/images/fb-badge.png', 'type': <ModificationType.DELETE: 4>, 'diff': 'Binary files a/app/javascript/dashboard/assets/images/fb-badge.png and /dev/null differ\n'}, {'old_path': 'app/javascript/dashboard/asset... | Ruby |
1c6a539c0a2fe853016279251f41d71f16db0215 | 12 | 2021-10-06 23:53:51+05:30 | -19,800 | ['3e99088fe37a1b68102608e563b10b3aa3a1107a'] | feat: Add Reports for teams (#3116)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'old_path': 'app/builders/v2/report_builder.rb', 'new_path': 'app/builders/v2/report_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -68,15 +68,14 @@ class V2::ReportBuilder\n .count\n end\n \n- # unscoped removes all scopes added to a model previously\n def incoming_messages_count\n- ... | Ruby |
c54aae21ff8f21db3a8be45c44bc1dfda2798f0c | 603 | 2021-10-07 13:21:46+05:30 | -19,800 | ['1c6a539c0a2fe853016279251f41d71f16db0215'] | chore: Move agent availability to Account level (#3074)
- Move agent availability to the account level | [{'old_path': 'app/controllers/api/v1/accounts/agents_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/agents_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,19 +9,16 @@ class Api::V1::Accounts::AgentsController < Api::V1::Accounts::BaseController\n @agents = agents\n end\n \n- d... | Ruby |
700721ea6d1b4d8c44d2fa8c8f1fcbd898b9b3f3 | 621 | 2021-10-07 14:36:54+05:30 | -19,800 | ['c54aae21ff8f21db3a8be45c44bc1dfda2798f0c'] | fix: Issue when Instagram response body is empty
Fixes #3138 | [{'old_path': 'app/services/instagram/send_on_instagram_service.rb', 'new_path': 'app/services/instagram/send_on_instagram_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -62,9 +62,8 @@ class Instagram::SendOnInstagramService < Base::SendOnChannelService\n body: message_content,\n query: quer... | Ruby |
8c192559fee9c899cfd16933b10a33943fa54ccc | 603 | 2021-10-07 18:06:43+05:30 | -19,800 | ['700721ea6d1b4d8c44d2fa8c8f1fcbd898b9b3f3'] | chore: Rate limits on widget conversation endpoints (#3162)
- Limit widget conversation creation to 6 per 12 hours
- Enable rack attack by default | [{'old_path': '.env.example', 'new_path': '.env.example', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -169,7 +169,7 @@ USE_INBOX_AVATAR_FOR_BOT=true\n \n ## Rack Attack configuration\n ## To prevent and throttle abusive requests\n-# ENABLE_RACK_ATTACK=false\n+# ENABLE_RACK_ATTACK=true\n \n \n ## Running chatwoot ... | Ruby |
5d3cce12d5b07adc44275dae72b337b594d476bc | 650 | 2021-10-08 12:14:23+05:30 | -19,800 | ['8c192559fee9c899cfd16933b10a33943fa54ccc'] | fix: Disable rack attack gem in circleCI (#3167) | [{'old_path': '.circleci/config.yml', 'new_path': '.circleci/config.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -17,6 +17,7 @@ defaults: &defaults\n environment:\n - CC_TEST_REPORTER_ID: b1b5c4447bf93f6f0b06a64756e35afd0810ea83649f03971cbf303b4449456f\n - RAILS_LOG_TO_STDOUT: false\n+ - E... | Ruby |
b9e85a628b0561a2cc12ebcb307d634cf6efeba7 | 12 | 2021-10-08 12:53:24+05:30 | -19,800 | ['5d3cce12d5b07adc44275dae72b337b594d476bc'] | Feat : Toggle to enforce user validation in Chatwoots web SDK (#3137)
* If enabled, enforces user validation with identifier_hash
* Fixes the hmac flag payload
* Adds missing i18n label for checkbox
* If enabled, Adds EOF on json file
* If applied, Handles HMAC Disable option
Co-authored-by: Tejaswini C... | [{'old_path': 'app/javascript/dashboard/i18n/locale/en/inboxMgmt.json', 'new_path': 'app/javascript/dashboard/i18n/locale/en/inboxMgmt.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -302,6 +302,9 @@\n "ENABLE_CSAT": {\n "ENABLED": "Enabled",\n "DISABLED": "Disabled"\n+ },\n+ "E... | Ruby |
ec2dc1b61b628ba3e77c0f0a328a2f42c7dad4f5 | 575 | 2021-10-08 13:55:21+05:30 | -19,800 | ['b9e85a628b0561a2cc12ebcb307d634cf6efeba7'] | fix: Update the styles for ol & li - lists in dashboard (#3110) | [{'old_path': 'app/javascript/dashboard/components/widgets/conversation/bubble/Text.vue', 'new_path': 'app/javascript/dashboard/components/widgets/conversation/bubble/Text.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -60,11 +60,9 @@ export default {\n .text-content {\n overflow: auto;\n \n- &::v-deep {\n ... | Ruby |
1c4afb10dfaceed44b4e8f06184182f4ecca2048 | 575 | 2021-10-08 14:08:13+05:30 | -19,800 | ['ec2dc1b61b628ba3e77c0f0a328a2f42c7dad4f5'] | fix: Open live-chat widget clicking on any unread message (#3153)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'old_path': 'app/javascript/widget/components/UnreadMessage.vue', 'new_path': 'app/javascript/widget/components/UnreadMessage.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -83,6 +83,8 @@ export default {\n onClickMessage() {\n if (this.campaignId) {\n bus.$emit('on-campaign-view-clicked', ... | Ruby |
0e0632be228e0d91c23dd8d9addea71fc6470805 | 603 | 2021-10-08 15:45:45+05:30 | -19,800 | ['1c4afb10dfaceed44b4e8f06184182f4ecca2048'] | chore: Minor Housekeeping tasks (#3169)
- Limit Rack attack to production environments
- Make the long-running data migration optional | [{'old_path': '.circleci/config.yml', 'new_path': '.circleci/config.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -17,7 +17,6 @@ defaults: &defaults\n environment:\n - CC_TEST_REPORTER_ID: b1b5c4447bf93f6f0b06a64756e35afd0810ea83649f03971cbf303b4449456f\n - RAILS_LOG_TO_STDOUT: false\n- - E... | Ruby |
68e697c379006e41ed088a73c08cd05ee622fc06 | 9 | 2021-10-11 13:00:48+05:30 | -19,800 | ['0e0632be228e0d91c23dd8d9addea71fc6470805'] | feat: Support cc and bcc in email replies (#3098)
Co-authored-by: Tejaswini <tejaswini@chatwoot.com>
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'old_path': 'app/builders/messages/message_builder.rb', 'new_path': 'app/builders/messages/message_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -16,6 +16,7 @@ class Messages::MessageBuilder\n def perform\n @message = @conversation.messages.build(message_params)\n process_attachments\n+ ... | Ruby |
a35269d275ffc12371cc6273559720bf0221cbce | 209 | 2021-10-11 15:17:30+05:30 | -19,800 | ['68e697c379006e41ed088a73c08cd05ee622fc06'] | chore: Create conversation API should accept assignee & team (#3166) | [{'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': '@@ -130,7 +130,9 @@ class Api::V1::Accounts::ConversationsController < Api::V1::Accounts::BaseContro\n contact_inbo... | Ruby |
2c3e37b1570dedfd83b1713452e9d37b8fcfb80b | 90 | 2021-10-11 18:18:11+05:30 | -19,800 | ['a35269d275ffc12371cc6273559720bf0221cbce'] | fix: Disable triggering disabled ongoing campaigns (#3115)
* fixes: Triggering disabled ongoing campaigns.
* Fix the specs
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com> | [{'old_path': 'app/javascript/widget/helpers/campaignTimer.js', 'new_path': 'app/javascript/widget/helpers/campaignTimer.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -4,12 +4,12 @@ class CampaignTimer {\n this.campaignTimers = [];\n }\n \n- initTimers = ({ campaigns }) => {\n+ initTimers = ({ campaign... | Ruby |
3d3f0ff6eedbd95da790cb6a7bf437a126499f62 | 216 | 2021-10-11 19:06:41+05:30 | -19,800 | ['2c3e37b1570dedfd83b1713452e9d37b8fcfb80b'] | feat: Ability to receive attachments from LINE messenger (#3094)
Add support to add videos, audio, and images from line to chatwoot.
Fixes #3039 | [{'old_path': 'app/services/line/incoming_message_service.rb', 'new_path': 'app/services/line/incoming_message_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -14,20 +14,63 @@ class Line::IncomingMessageService\n \n set_contact\n set_conversation\n- # TODO: iterate over the events and handle t... | Ruby |
2c8bf00d38ee114f9e769f42d82b2b10c28dad63 | 447 | 2021-10-11 19:46:15+05:30 | -19,800 | ['3d3f0ff6eedbd95da790cb6a7bf437a126499f62'] | chore: Use connection pooling for Redis
ref: #3199 | [{'old_path': 'config/initializers/01_redis.rb', 'new_path': 'config/initializers/01_redis.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -3,8 +3,8 @@ redis = Rails.env.test? ? MockRedis.new : Redis.new(Redis::Config.app)\n # Alfred\n # Add here as you use it for more features\n # Used for Round Robin, Conversa... | Ruby |
5237e51f2c248f92a1ad9ea212fcdeb1a84a6d30 | 9 | 2021-10-12 10:14:09+05:30 | -19,800 | ['2c8bf00d38ee114f9e769f42d82b2b10c28dad63'] | chore: Fixes lint errors in mail component (#3200) | [{'old_path': 'app/javascript/dashboard/components/widgets/conversation/bubble/MailHead.vue', 'new_path': 'app/javascript/dashboard/components/widgets/conversation/bubble/MailHead.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -38,12 +38,12 @@ export default {\n },\n cc: {\n type: Array,\n- ... | Ruby |
c1d68cc8ae98cdcd48f7e91055834666b1a0b3e6 | 584 | 2021-10-12 11:57:36+05:30 | -25,200 | ['5237e51f2c248f92a1ad9ea212fcdeb1a84a6d30'] | feat: Show refresh prompt on network disconnect (#3165)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'old_path': 'app/javascript/dashboard/App.vue', 'new_path': 'app/javascript/dashboard/App.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -8,6 +8,7 @@\n :has-accounts="hasAccounts"\n />\n <woot-snackbar-box />\n+ <network-notification />\n </div>\n </template>\n \n@@ -15,6 +16,7 @@\n import... | Ruby |
5749d25ff85fca66c2c10f7b97015919358edde7 | 621 | 2021-10-12 12:46:27+05:30 | -19,800 | ['c1d68cc8ae98cdcd48f7e91055834666b1a0b3e6'] | feat: Update instagram webhooks URL (#3197) | [{'old_path': 'app/controllers/api/v1/instagram_callbacks_controller.rb', 'new_path': 'app/controllers/webhooks/instagram_controller.rb', 'type': <ModificationType.RENAME: 3>, 'diff': '@@ -1,4 +1,4 @@\n-class Api::V1::InstagramCallbacksController < ApplicationController\n+class Webhooks::InstagramController < Applicati... | Ruby |
7c21cf225516e9c19f26970e503990f5fe31095e | 174 | 2021-10-12 12:58:30+05:30 | -19,800 | ['5749d25ff85fca66c2c10f7b97015919358edde7'] | feat: Render audio, video and voice attachments in telegram. (#3155)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'old_path': 'app/services/telegram/incoming_message_service.rb', 'new_path': 'app/services/telegram/incoming_message_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -86,13 +86,14 @@ class Telegram::IncomingMessageService\n end\n \n def file_content_type\n- params[:message][:photo].present? ? :im... | Ruby |
6bfa551c8511877b9a49b77e8ac1e891748c1b5d | 500 | 2021-10-12 17:58:33+05:30 | -19,800 | ['7c21cf225516e9c19f26970e503990f5fe31095e'] | fix: Trigger campaigns only during business hours (#3085)
Fixes #2433 | [{'old_path': 'app/controllers/api/v1/accounts/campaigns_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/campaigns_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -28,7 +28,7 @@ class Api::V1::Accounts::CampaignsController < Api::V1::Accounts::BaseController\n end\n \n def campaign_pa... | Ruby |
6998e9aa2dcc1832f78e7490d5f6f02a6315c526 | 621 | 2021-10-12 20:46:00+05:30 | -19,800 | ['6bfa551c8511877b9a49b77e8ac1e891748c1b5d'] | fix: Update email message_id parsing order (#3073)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'old_path': 'app/mailboxes/application_mailbox.rb', 'new_path': 'app/mailboxes/application_mailbox.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,19 +1,18 @@\n class ApplicationMailbox < ActionMailbox::Base\n+ include MailboxHelper\n+\n # Last part is the regex for the UUID\n # Eg: email should be som... | Ruby |
6c3e2a0bd352c2d16c653a2fc969f10de9d45e6c | 95 | 2021-10-13 17:16:14+05:30 | -7,200 | ['a494afd0e7ed8ece6ad5b3312391ee20c7984c57'] | feat: Render sticker messages from Telegram (#3204)
Add support for rendering sticker messages thumbs in Telegram. | [{'old_path': 'app/services/telegram/incoming_message_service.rb', 'new_path': 'app/services/telegram/incoming_message_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -86,7 +86,7 @@ class Telegram::IncomingMessageService\n end\n \n def file_content_type\n- return :image if params[:message][:photo]... | Ruby |
b33701a666818db369f2569581c893253fa74ab8 | 9 | 2021-10-13 18:35:13+05:30 | -19,800 | ['6c3e2a0bd352c2d16c653a2fc969f10de9d45e6c'] | feat: Create modal to merge two contacts (#2457) | [{'old_path': 'app/actions/contact_merge_action.rb', 'new_path': 'app/actions/contact_merge_action.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -42,7 +42,7 @@ class ContactMergeAction\n end\n \n def merge_and_remove_mergee_contact\n- mergable_attribute_keys = %w[identifier name email phone_number custo... | Ruby |
5799b9fa265526ffdbc693adc4b0a9fcbe6b6e18 | 500 | 2021-10-13 18:58:30+05:30 | -19,800 | ['b33701a666818db369f2569581c893253fa74ab8'] | chore: Fix the prop warning issue in contact merge modal (#3211) | [{'old_path': 'app/javascript/dashboard/modules/contact/components/ContactDropdownItem.vue', 'new_path': 'app/javascript/dashboard/modules/contact/components/ContactDropdownItem.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -47,8 +47,8 @@ export default {\n default: '',\n },\n identifier: {\n- ... | Ruby |
5c30bc3e2be5ebe7500b3e6af4fa5cd980c8b804 | 500 | 2021-10-14 11:51:00+05:30 | -19,800 | ['5799b9fa265526ffdbc693adc4b0a9fcbe6b6e18'] | fix: Read message appears on page refresh in the widget (#3175) | [{'old_path': 'app/javascript/widget/App.vue', 'new_path': 'app/javascript/widget/App.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -36,6 +36,7 @@ export default {\n widgetPosition: 'right',\n showPopoutButton: false,\n isWebWidgetTriggered: false,\n+ isWidgetOpen: false,\n };\n }... | Ruby |
99abbb8158153f02f39550a334bb01821c2fdf62 | 540 | 2021-10-14 12:55:46+05:30 | -19,800 | ['5c30bc3e2be5ebe7500b3e6af4fa5cd980c8b804'] | feat: Display `sent` status of emails in email channel (#3125) | [{'old_path': '.codeclimate.yml', 'new_path': '.codeclimate.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -14,6 +14,10 @@ plugins:\n checks:\n similar-code:\n enabled: false\n+ method-count:\n+ enabled: true\n+ config:\n+ threshold: 25\n exclude_patterns:\n - "spec/"\n - "**/specs/"\n'},... | Ruby |
e669f6766f951d19c9b2343bb7031bcb80fef626 | 603 | 2021-10-14 13:17:09+05:30 | -19,800 | ['99abbb8158153f02f39550a334bb01821c2fdf62'] | chore: Fix Dialogflow issue (#3210) | [{'old_path': 'lib/integrations/dialogflow/processor_service.rb', 'new_path': 'lib/integrations/dialogflow/processor_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -18,7 +18,7 @@ class Integrations::Dialogflow::ProcessorService\n # TODO: might needs to change this to a way that we fetch the updated ... | Ruby |
590001cca2c80a8cf53580c3d7011ee2151aa0ba | 603 | 2021-10-14 13:32:15+05:30 | -19,800 | ['e669f6766f951d19c9b2343bb7031bcb80fef626'] | chore: New Translation updates (#3214) | [{'old_path': 'app/javascript/dashboard/i18n/locale/ar/campaign.json', 'new_path': 'app/javascript/dashboard/i18n/locale/ar/campaign.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -54,6 +54,7 @@\n "ERROR": "الوقت على الصفحة مطلوب"\n },\n "ENABLED": "تفعيل الحملة",\n+ "TRIGGER_... | Ruby |
0c65db925d75475994905acaf839d55a6d1785b2 | 603 | 2021-10-14 13:57:01+05:30 | -19,800 | ['590001cca2c80a8cf53580c3d7011ee2151aa0ba'] | chore: Fixes the missing gem warning (#3207)
* chore: Fixes the missing gem warning
fixes: #3143
* chore: rubocop fixes
Co-authored-by: Tejaswini Chile <tejaswini776@gmail.com> | [{'old_path': 'Gemfile', 'new_path': 'Gemfile', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -147,6 +147,11 @@ group :test do\n end\n \n group :development, :test do\n+ # TODO: is this needed ?\n+ # errors thrown by devise password gem\n+ gem 'flay'\n+ gem 'rspec'\n+ # for error thrown by devise password gem\... | Ruby |