Search is not available for this dataset
hash
string
author
int32
committer_date
string
timezone
int64
parents
string
message
string
changes
string
language
string
ed25435ac26e1ab1acda063b95d0be4acf5bdc68
540
2021-10-14 20:18:43+05:30
-19,800
['0c65db925d75475994905acaf839d55a6d1785b2']
fix: Render inbox icon properly (#3219)
[{'old_path': 'app/javascript/dashboard/components/widgets/conversation/bubble/Actions.vue', 'new_path': 'app/javascript/dashboard/components/widgets/conversation/bubble/Actions.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -128,6 +128,10 @@ export default {\n color: var(--w-100);\n }\n }\n+\n+ ....
Ruby
cebd34053b51effee09f2ef6481fd6aa4eee53af
603
2021-10-15 00:30:48+05:30
-19,800
['ed25435ac26e1ab1acda063b95d0be4acf5bdc68']
chore: Use availability in dashboard presence toggle (#3212)
[{'old_path': 'app/javascript/dashboard/components/layout/AvailabilityStatus.vue', 'new_path': 'app/javascript/dashboard/components/layout/AvailabilityStatus.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,7 +1,7 @@\n <template>\n <div class="status">\n <div class="status-view">\n- <availability-s...
Ruby
cd5c2c51d90eca3d90a4490d3f6a55c60332c997
500
2021-10-15 14:35:43+05:30
-19,800
['cebd34053b51effee09f2ef6481fd6aa4eee53af']
fix: Send notification to all the mentioned users in a private message (#3222)
[{'old_path': '.env.example', 'new_path': '.env.example', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -116,7 +116,7 @@ SLACK_CLIENT_SECRET=\n \n ### Change this env variable only if you are using a custom build mobile app\n ## Mobile app env variables\n-IOS_APP_ID=6C953F3RX2.com.chatwoot.app\n+IOS_APP_ID=L7YLMN46...
Ruby
3b53ca157ca53bc67b43551f4a8f65a2de85313d
603
2021-10-16 00:11:53+05:30
-19,800
['de0702b67946da9a58b141932f9d3c1e305442bd']
chore: fix the failing user destroy for admin (#3223) - fix the invitee association on the user - handle Instagram events with inbox missing
[{'old_path': 'app/jobs/webhooks/instagram_events_job.rb', 'new_path': 'app/jobs/webhooks/instagram_events_job.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -38,7 +38,9 @@ class Webhooks::InstagramEventsJob < ApplicationJob\n \n def create_test_text\n messenger_channel = Channel::FacebookPage.last\n- ...
Ruby
9f9dd099854cfff61f226d6a15f599f23c685214
438
2021-10-18 14:15:04+05:30
-10,800
['a9849e402e941147e3069e62ed70121324b932eb']
chore: .env.example MAILER_SENDER_EMAIL put value in quotes (#3226) Signed-off-by: Damir Rashidov <damir@rashidov.eu>
[{'old_path': '.env.example', 'new_path': '.env.example', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -41,7 +41,7 @@ RAILS_MAX_THREADS=5\n \n # The email from which all outgoing emails are sent\n # could user either `email@yourdomain.com` or `BrandName <email@yourdomain.com>`\n-MAILER_SENDER_EMAIL=Chatwoot <acco...
Ruby
6de964a0bd74906409b8f7854d66d1739230e541
540
2021-10-18 14:20:48+05:30
-19,800
['9f9dd099854cfff61f226d6a15f599f23c685214']
fix: HTTP parser error in linux installations (#3232)
[{'old_path': 'deployment/nginx_chatwoot.conf', 'new_path': 'deployment/nginx_chatwoot.conf', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -30,7 +30,7 @@ server {\n proxy_set_header X-Real-IP $remote_addr;\n proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;\n proxy_http_version 1.1;\n- proxy_...
Ruby
eada8c9af220645aa6e9884f3471fb92f4fbaf93
650
2021-10-18 14:23:28+05:30
-19,800
['c831bee0e36d80986ebb11639764dd2cc7e3af7d']
chore: Fix puma http-parser error (#3236) https://github.com/puma/puma/releases/tag/v5.5.2
[{'old_path': 'Gemfile.lock', 'new_path': 'Gemfile.lock', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -396,7 +396,7 @@ GEM\n pry-rails (0.3.9)\n pry (>= 0.10.4)\n public_suffix (4.0.6)\n- puma (5.5.1)\n+ puma (5.5.2)\n nio4r (~> 2.0)\n pundit (2.1.1)\n activesupport (>= 3.0.0)\...
Ruby
050df4378971a384fc525917301644eb3dd8d2c9
90
2021-10-18 06:09:04-07:00
-19,800
['3b3ab39ca3e3ab495d41dc7db36799ad41857d63']
feat: Adds sound alert notification for new messages on the widget (#3181) * feat: Adds sound alert notification for new messages on the widget * Review fixes * uses absolute path * Minor fixes Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
[{'old_path': 'app/javascript/packs/widget.js', 'new_path': 'app/javascript/packs/widget.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -4,6 +4,7 @@ import VueI18n from 'vue-i18n';\n import store from '../widget/store';\n import App from '../widget/App.vue';\n import ActionCableConnector from '../widget/helpers...
Ruby
b0041ccf3fcb66e450f57940676d29a13e1f438e
500
2021-10-20 09:05:08+05:30
-19,800
['050df4378971a384fc525917301644eb3dd8d2c9']
fix: Close button click action in contact details sidepanel (#3245)
[{'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': '@@ -94,6 +94,7 @@ export default {\n top: 3.6rem;\n font-size: var(--fo...
Ruby
658a511b884a72e92c1d9b4de16139b8701ed91d
622
2021-10-20 18:14:56+05:30
-19,800
['b0041ccf3fcb66e450f57940676d29a13e1f438e']
feat: Conversation and contact endpoint (#3198)
[{'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': '@@ -50,6 +50,10 @@ class Api::V1::Accounts::ContactsController < Api::V1::Accounts::BaseController\n \n def show; end\n \n+ def ...
Ruby
09643b63b0c628d1750a340985507a83f0c98880
380
2021-10-22 10:42:13+05:30
-7,200
['658a511b884a72e92c1d9b4de16139b8701ed91d']
fix: Use correct German translation of 'disabled' (#3255)
[{'old_path': 'app/javascript/dashboard/i18n/locale/de/inboxMgmt.json', 'new_path': 'app/javascript/dashboard/i18n/locale/de/inboxMgmt.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -292,15 +292,15 @@\n },\n "AUTO_ASSIGNMENT": {\n "ENABLED": "Aktiviert",\n- "DISABLED": "Behindert"\n...
Ruby
19855a90e2daf123009888eb8cad229aece1445e
90
2021-10-22 19:23:05+05:30
-19,800
['09643b63b0c628d1750a340985507a83f0c98880']
fix: Remove duplicate attachment downloads (#3262)
[{'old_path': 'app/javascript/dashboard/components/widgets/conversation/bubble/File.vue', 'new_path': 'app/javascript/dashboard/components/widgets/conversation/bubble/File.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,5 @@\n <template>\n- <div class="file message-text__wrap" @click="openLink">\n+ <d...
Ruby
06289b03ea2cbde25e25212dabf51299e889135a
603
2021-10-24 12:40:30+05:30
-19,800
['19855a90e2daf123009888eb8cad229aece1445e']
chore: Add Contact Note APIs (#3266)
[{'old_path': None, 'new_path': 'app/controllers/api/v1/accounts/contacts/base_controller.rb', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,9 @@\n+class Api::V1::Accounts::Contacts::BaseController < Api::V1::Accounts::BaseController\n+ before_action :ensure_contact\n+\n+ private\n+\n+ def ensure_contact\n+...
Ruby
84df9c807dd6a81b041e72c1ad1b13657f16d709
174
2021-10-25 13:13:25+05:30
-19,800
['06289b03ea2cbde25e25212dabf51299e889135a']
chore: Add climate-control gem for handling the test ENV vars (#3267)
[{'old_path': 'Gemfile', 'new_path': 'Gemfile', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -155,6 +155,7 @@ group :development, :test do\n gem 'active_record_query_trace'\n gem 'bundle-audit', require: false\n gem 'byebug', platform: :mri\n+ gem 'climate_control'\n gem 'factory_bot_rails'\n gem 'faker...
Ruby
e5e73a08fe7cfa42d3e40cd07b08510ba06ca2f5
218
2021-10-25 15:52:06+05:30
-19,800
['84df9c807dd6a81b041e72c1ad1b13657f16d709']
fix: Render missing captions for telegram media attachments (#3257)
[{'old_path': 'app/services/telegram/incoming_message_service.rb', 'new_path': 'app/services/telegram/incoming_message_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -13,7 +13,7 @@ class Telegram::IncomingMessageService\n update_contact_avatar\n set_conversation\n @message = @conversation.me...
Ruby
8e6ce3a8139c87f5261a6ff05f21d3c23bbec5e3
540
2021-10-25 18:35:58+05:30
-19,800
['e5e73a08fe7cfa42d3e40cd07b08510ba06ca2f5']
feat: Add notes for Contacts (#3273) Fixes #2275
[{'old_path': 'app/controllers/api/v1/accounts/contacts/notes_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/contacts/notes_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,7 +2,7 @@ class Api::V1::Accounts::Contacts::NotesController < Api::V1::Accounts::Contacts\n before_action :not...
Ruby
5119e7a79ead681820c2b8e2db4b4e54168117cc
122
2021-10-25 19:14:13+05:30
14,400
['8e6ce3a8139c87f5261a6ff05f21d3c23bbec5e3']
fix: Update z-index for chevron in contact sidepanel (#3268) Signed-off-by: Jay Clark <jay@jayeclark.dev>
[{'old_path': 'app/javascript/dashboard/routes/dashboard/conversation/ContactPanel.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/conversation/ContactPanel.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -425,7 +425,7 @@ export default {\n top: $space-slab + $space-two;\n font-size: $font-size...
Ruby
f2c6799444656fa40e2e97a3396f41040765037e
603
2021-10-25 19:23:58+05:30
-19,800
['5119e7a79ead681820c2b8e2db4b4e54168117cc']
feat: Update translations (#3279) Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
[{'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': '@@ -17,7 +17,7 @@\n })\n }}\n </p>\n- <p>\n+...
Ruby
98e9fedfa62a4d200264234a1407bbe78984dd5e
218
2021-10-25 19:26:11+05:30
-19,800
['f2c6799444656fa40e2e97a3396f41040765037e']
fix: Resolve contacts filter when entered with contry code (#3241) Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
[{'old_path': 'app/javascript/dashboard/routes/dashboard/contacts/components/ContactsView.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/contacts/components/ContactsView.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -132,16 +132,22 @@ export default {\n },\n fetchContacts(page) {\n ...
Ruby
74db319a7c3738baa62c395640fc18ce63d84a7f
575
2021-10-25 19:46:37+05:30
-19,800
['98e9fedfa62a4d200264234a1407bbe78984dd5e']
feat: Add video preview & player in conversation (#3201)
[{'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': "@@ -17,7 +17,8 @@\n }\n }\n \n- .image {\n+ .image,\n+ .video {\n cursor: pointer;\n p...
Ruby
ac46d0c855aed54bd9ae196a53e7e93df5fa6107
650
2021-10-25 21:56:26+05:30
-19,800
['74db319a7c3738baa62c395640fc18ce63d84a7f']
feat: add domain check prompt for linux installation script (#3282) - move domain check to beginning to have all user input at the start - notify user to point DNS if they plan to use a domain with Chatwoot
[{'old_path': 'deployment/setup_20.04.sh', 'new_path': 'deployment/setup_20.04.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,9 +2,23 @@\n \n # Description: Chatwoot installation script\n # OS: Ubuntu 20.04 LTS / Ubuntu 20.10\n-# Script Version: 0.5\n+# Script Version: 0.6\n # Run this script as root\n \n+re...
Ruby
fcbe68141d7c9b05e453c31f1b98810be7b8b119
500
2021-10-26 16:00:00+05:30
-19,800
['ac46d0c855aed54bd9ae196a53e7e93df5fa6107']
fix: Show twilio channel name based on medium (#3284) Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
[{'old_path': 'app/javascript/dashboard/routes/dashboard/settings/inbox/Index.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/settings/inbox/Index.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -43,7 +43,7 @@\n Twitter\n </span>\n <span v-if="item....
Ruby
2f2d2b4f73b488edc9467d65eea3550b7028c101
603
2021-10-26 23:01:52+05:30
-19,800
['fcbe68141d7c9b05e453c31f1b98810be7b8b119']
chore: Update translations (#3289)
[{'old_path': 'app/javascript/dashboard/i18n/locale/ar/contact.json', 'new_path': 'app/javascript/dashboard/i18n/locale/ar/contact.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -7,6 +7,7 @@\n "COMPANY": "الشركة",\n "LOCATION": "الموقع الجغرافي",\n "CONVERSATION_TITLE": "تفاصيل المحادثة",\n+ "V...
Ruby
46867e89cbbf92603643a6f045783bb1f8e139c6
209
2021-10-27 13:09:29+05:30
-19,800
['2f2d2b4f73b488edc9467d65eea3550b7028c101']
feat: Ability to specify a subject line for outbound emails (#3168)
[{'old_path': 'app/javascript/dashboard/i18n/locale/en/contact.json', 'new_path': 'app/javascript/dashboard/i18n/locale/en/contact.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -155,6 +155,11 @@\n "LABEL": "Inbox",\n "ERROR": "Select an inbox"\n },\n+ "SUBJECT": {\n+ "LABEL"...
Ruby
69f55a25b64536f819aa77c9a33de557e8703d19
603
2021-10-28 15:26:20+05:30
-19,800
['46867e89cbbf92603643a6f045783bb1f8e139c6']
chore: Minor API fixes (#3290) - Log whether web-hook was successful - Inbox update shouldn't need channel params
[{'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': "@@ -43,7 +43,11 @@ class Api::V1::Accounts::InboxesController < Api::V1::Accounts::BaseController\n @inbox.update_working_hours(p...
Ruby
ab77e03c922e06ab5c5cf9faf83b2bd0e31ca868
500
2021-10-30 07:09:46+05:30
-19,800
['69f55a25b64536f819aa77c9a33de557e8703d19']
feat: Render conversation custom attributes (#3065)
[{'old_path': '.codeclimate.yml', 'new_path': '.codeclimate.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -17,7 +17,11 @@ checks:\n method-count:\n enabled: true\n config:\n- threshold: 25\n+ threshold: 30\n+ file-lines:\n+ enabled: true\n+ config:\n+ threshold: 300\n exclude_p...
Ruby
a3b6e5655d101a093d872bea1289b9e8e35685f0
500
2021-10-30 12:14:09+05:30
-19,800
['ab77e03c922e06ab5c5cf9faf83b2bd0e31ca868']
Disallow editing attribute key and type (#3305)
[{'old_path': 'app/javascript/dashboard/routes/dashboard/settings/attributes/EditAttribute.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/settings/attributes/EditAttribute.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -14,6 +14,7 @@\n : \'\'\n "\n :placeholder="...
Ruby
000c7603d6b6365b237aeb0ada0fdd80d8d1a181
622
2021-11-01 12:08:10+05:30
-19,800
['a3b6e5655d101a093d872bea1289b9e8e35685f0']
feat/3247 Escape html tags from the slack messages (#3306)
[{'old_path': 'lib/integrations/slack/send_on_slack_service.rb', 'new_path': 'lib/integrations/slack/send_on_slack_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -56,7 +56,7 @@ class Integrations::Slack::SendOnSlackService < Base::SendOnChannelService\n def post_message\n @slack_message = slack_cl...
Ruby
68fa69426815ea2ac3435ab4e059be09c0648684
577
2021-11-01 12:20:07+04:00
10,800
['000c7603d6b6365b237aeb0ada0fdd80d8d1a181']
fix: Disable typing indicator for user when agent is typing a private note (#3303)
[{'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': "@@ -64,9 +64,9 @@ class Api::V1::Accounts::ConversationsController < Api::V1::Accounts::BaseContro\n def toggle_typing_...
Ruby
372bd75028d9fcfdcfa5a2ad2cc1b79184b9fb8a
622
2021-11-01 12:27:04+04:00
-19,800
['68fa69426815ea2ac3435ab4e059be09c0648684']
feat: Add filter APIs for Contacts and Conversations (#3264)
[{'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': '@@ -51,7 +51,10 @@ class Api::V1::Accounts::ContactsController < Api::V1::Accounts::BaseController\n def show; end\n \n def fil...
Ruby
0651b11fda97e02e517fb52a060a9f3d6bcf175f
90
2021-11-01 21:00:14+05:30
-19,800
['372bd75028d9fcfdcfa5a2ad2cc1b79184b9fb8a']
bug: Fixes the height issue of attachment image preview. (#3296) * bug: Fixes the height issue of attachment image preview * fixes codeclimate issue
[{'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': '@@ -21,7 +21,7 @@\n font-size: $font-size-mini;\n max-width: 15rem;\n padding: $space-smaller $space-small;\n- z...
Ruby
03b1a3d045bbfc221bcf07c8155eccd2d0d88905
90
2021-11-02 10:05:49+05:30
-19,800
['0651b11fda97e02e517fb52a060a9f3d6bcf175f']
feat: Adds support for paste attachment with keys. (#3293) * copy paste files * Minor fixes * Adds support for pasting attachment * Minor files * 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': '@@ -52,7 +52,7 @@\n @toggle-canned-menu="toggleCannedMenu"\n />\n </div>\n- <div...
Ruby
97ee1bfa97303f6bc3e4c771ea88bda800d3babe
650
2021-11-03 21:34:42+04:00
-19,800
['03b1a3d045bbfc221bcf07c8155eccd2d0d88905']
feat: add GlobalConfigService to support env vars migration (#3288)
[{'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
81708f92a8b02300111cf78fdaf5b949bb821752
129
2021-11-08 11:32:07+05:30
-3,600
['97ee1bfa97303f6bc3e4c771ea88bda800d3babe']
chore: Fcm notification priority (#3319)
[{'old_path': 'app/services/notification/push_notification_service.rb', 'new_path': 'app/services/notification/push_notification_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -97,6 +97,7 @@ class Notification::PushNotificationService\n body: notification.push_message_title,\n sound: \'d...
Ruby
26f36548c25daf10fd6302e6af154e68d259b8f2
659
2021-11-08 10:27:00+04:00
18,000
['81708f92a8b02300111cf78fdaf5b949bb821752']
chore: Update message limit to Twilio recommended 320 characters (#3333)
[{'old_path': 'app/javascript/shared/helpers/MessageTypeHelper.js', 'new_path': 'app/javascript/shared/helpers/MessageTypeHelper.js', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -5,7 +5,7 @@ export const isASubmittedFormMessage = (message = {}) =>\n export const MESSAGE_MAX_LENGTH = {\n GENERAL: 10000,\n FACE...
Ruby
4e01278ea88e88216b0130fb275d30172d6859de
174
2021-11-08 17:44:02+05:30
-19,800
['26f36548c25daf10fd6302e6af154e68d259b8f2']
TEAM_AVAILABILITY dutch translation issue fixed (#3324)
[{'old_path': 'app/javascript/widget/i18n/locale/nl.json', 'new_path': 'app/javascript/widget/i18n/locale/nl.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -10,7 +10,7 @@\n },\n "TEAM_AVAILABILITY": {\n "ONLINE": "We zijn online",\n- "OFFLINE": "We are away at the moment"\n+ "OFFLINE": "Op dit m...
Ruby
d00b8df952d8b1e0d7bec0cbcdf0d4c9a72c9feb
540
2021-11-08 17:03:34+04:00
-14,400
['4e01278ea88e88216b0130fb275d30172d6859de']
fix: Revert translated keys in conversation status (#3337)
[{'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': '@@ -49,11 +49,11 @@\n },\n {\n "TEXT": "معلق",\n- "VALUE": "معلق"\n+ "VALUE": "pending"\n },\...
Ruby
a34bb565af4604767c870e8ede72674f82d0de81
9
2021-11-09 18:23:20+05:30
-19,800
['d00b8df952d8b1e0d7bec0cbcdf0d4c9a72c9feb']
feat: Updates widget message state to support multiple conversations
[{'old_path': 'app/javascript/widget/store/modules/message.js', 'new_path': None, 'type': <ModificationType.DELETE: 4>, 'diff': "@@ -1,60 +0,0 @@\n-import MessageAPI from '../../api/message';\n-import { refreshActionCableConnector } from '../../helpers/actionCable';\n-\n-const state = {\n- uiFlags: {\n- isUpdating:...
Ruby
6cfd7d38368a961f5bf38cf8ddc2371199504a39
256
2021-11-09 21:36:32+05:30
-19,800
['0c9b682329489c4a1a2fe5258db98b68153470f6']
feat: autogenerate vapid keys for push notifications (#3128) * feat: Autogenerate push notification keys * add vapid service class and remove pushkey model * add spec for vapid service * unset vapid env keys * Unset VAPID_PRIVATE_KEY env variable Co-authored-by: Sojan Jose <sojan@chatwoot.com> Co-authored-by: ...
[{'old_path': 'app/controllers/dashboard_controller.rb', 'new_path': 'app/controllers/dashboard_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -28,6 +28,7 @@ class DashboardController < ActionController::Base\n 'ANALYTICS_HOST'\n ).merge(\n APP_VERSION: Chatwoot.config[:version],\n+ ...
Ruby
358171062e72b613296301c3c2185cb59b3a3098
622
2021-11-10 14:11:00+05:30
-19,800
['6cfd7d38368a961f5bf38cf8ddc2371199504a39']
Feat: Add Null values at the last while sorting (#3292) * Add Null values at the last while sorting * Add contacts at last with special character in it * Optimize SQL order and direction
[{'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': "@@ -1,10 +1,12 @@\n class Api::V1::Accounts::ContactsController < Api::V1::Accounts::BaseController\n include Sift\n-\n sort_on...
Ruby
c0f5a59cf88b65e9a30c650158f0f80cc49706d3
622
2021-11-10 18:32:46+05:30
-19,800
['358171062e72b613296301c3c2185cb59b3a3098']
Bug: Instagram render template message twice (#3313)
[{'old_path': 'app/builders/messages/instagram/message_builder.rb', 'new_path': 'app/builders/messages/instagram/message_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -38,6 +38,10 @@ class Messages::Instagram::MessageBuilder < Messages::Messenger::MessageBuilder\n @outgoing_echo ? :outgoing : :inco...
Ruby
b3e313a2008aaa73c16845a9581f8e3da6ea181f
26
2021-11-11 09:48:38+05:30
-3,600
['c0f5a59cf88b65e9a30c650158f0f80cc49706d3']
fix: Ensure HMAC mandatory when enabled (#3350) Add missing condition checking if HMAC is mandatory. Fixes #3349
[{'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': "@@ -14,8 +14,9 @@ class Api::V1::Widget::ContactsController < Api::V1::Widget::BaseController\n private\n \n def process_hmac\n- ...
Ruby
a4c87f2052d9a668f9cb9b20e3f1bb8ec6c80f4f
603
2021-11-11 13:03:48+05:30
-14,400
['b3e313a2008aaa73c16845a9581f8e3da6ea181f']
chore: Handle attachments in Whatsapp Channel (#3299) send and receive attachments in 360Dialog WhatsApp channels
[{'old_path': 'Gemfile', 'new_path': 'Gemfile', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -144,6 +144,8 @@ group :test do\n gem 'cypress-on-rails', '~> 1.0'\n # fast cleaning of database\n gem 'database_cleaner'\n+ # mock http calls\n+ gem 'webmock'\n end\n \n group :development, :test do\n@@ -171,5 +17...
Ruby
1dfa173b3a4f25e4f5577354d5d7c14eb570a27a
373
2021-11-11 14:43:25+05:30
-3,600
['a4c87f2052d9a668f9cb9b20e3f1bb8ec6c80f4f']
fix: Limit rails, postgres and redis container access to localhost (#3354) This change limits the rails, redis and postgres container on `docker-compose.production.yaml` file to localhost only. The default docker-compose configuration will expose redis, postgres and rails directly to the internet when the service ...
[{'old_path': 'docker-compose.production.yaml', 'new_path': 'docker-compose.production.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -13,7 +13,7 @@ services:\n - postgres\n - redis\n ports:\n- - 3000:3000\n+ - '127.0.0.1:3000:3000'\n environment:\n - NODE_ENV=production\n ...
Ruby
76370267f3cc7a9dbef1066239210915fd733bd1
500
2021-11-11 15:23:33+05:30
-19,800
['e12edb51a283d7316cf447943f135517d0c9437e']
feat: Render contact custom attributes in contact/conversation sidebar (#3310)
[{'old_path': '.rubocop.yml', 'new_path': '.rubocop.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -14,6 +14,7 @@ Metrics/ClassLength:\n - 'app/mailers/conversation_reply_mailer.rb'\n - 'app/models/message.rb'\n - 'app/builders/messages/facebook/message_builder.rb'\n+ - 'app/controllers/api/v1/a...
Ruby
c6326993df69c8298f58a47920dba4d29dc3f2c9
500
2021-11-11 19:02:16+05:30
-19,800
['76370267f3cc7a9dbef1066239210915fd733bd1']
feat: Show pre-chat form before triggering the campaign (#3215)
[{'old_path': 'app/javascript/widget/App.vue', 'new_path': 'app/javascript/widget/App.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -8,6 +8,7 @@\n :is-left-aligned="isLeftAligned"\n :hide-message-bubble="hideMessageBubble"\n :show-popout-button="showPopoutButton"\n+ :is-campaign-view-clicked="i...
Ruby
58aae7a4a99d5c9f77c300fc77d66dd7ae2f2607
650
2021-11-11 19:31:25+05:30
-19,800
['c6326993df69c8298f58a47920dba4d29dc3f2c9']
fix: make GlobalConfig migrated from .env editable from UI (#3360)
[{'old_path': 'lib/global_config_service.rb', 'new_path': 'lib/global_config_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,7 +9,7 @@ class GlobalConfigService\n \n return if config_value.blank?\n \n- i = InstallationConfig.where(name: config_key).first_or_create(value: config_value)\n+ i =...
Ruby
564fa5f3925c76193614a8c925223f3658b1a299
622
2021-11-12 11:30:39+05:30
-19,800
['58aae7a4a99d5c9f77c300fc77d66dd7ae2f2607']
feat: Update custom filter for present/not_present operator (#3361)
[{'old_path': 'app/services/filter_service.rb', 'new_path': 'app/services/filter_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -14,18 +14,16 @@ class FilterService\n \n def filter_operation(query_hash, current_index)\n case query_hash[:filter_operator]\n- when \'equal_to\'\n+ when \'equal_t...
Ruby
b119d9e7292548c12c16581f6aac456c2b3a8225
540
2021-11-12 13:41:43+05:30
-19,800
['564fa5f3925c76193614a8c925223f3658b1a299']
fix: Remove * as import from conversation module (#3366) * fix: Remove * as import from conversation module * Remove * as import from conversation test spec Co-authored-by: Fayaz Ahmed <15716057+fayazara@users.noreply.github.com>
[{'old_path': 'app/javascript/dashboard/store/modules/conversations/actions.js', 'new_path': 'app/javascript/dashboard/store/modules/conversations/actions.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,5 +1,5 @@\n import Vue from 'vue';\n-import * as types from '../../mutation-types';\n+import types from '.....
Ruby
d78cb67a2a891aa3af11dd590724940c8b9685c5
603
2021-11-12 16:17:59+05:30
-19,800
['b119d9e7292548c12c16581f6aac456c2b3a8225']
chore: Fix conversation status in webhooks (#3364) - fix the wrong conversation status being sent in webhooks - additional information in websocket events - refactor activity messaging code - move activity message generation to background job to stop the callback loop
[{'old_path': None, 'new_path': 'app/jobs/conversations/activity_message_job.rb', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,7 @@\n+class Conversations::ActivityMessageJob < ApplicationJob\n+ queue_as :default\n+\n+ def perform(conversation, message_params)\n+ conversation.messages.create(message_param...
Ruby
cf5f6d5a74625bcd4a1dc4b8d430552eb092d6ae
500
2021-11-12 17:53:03+05:30
-19,800
['d78cb67a2a891aa3af11dd590724940c8b9685c5']
feat: enable Dialogflow integration all inboxes except email (#3285) Fixes #2461 Co-authored-by: Sojan Jose <sojan@pepalo.com>
[{'old_path': 'app/javascript/dashboard/routes/dashboard/settings/integrationapps/NewHook.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/settings/integrationapps/NewHook.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -59,9 +59,10 @@ export default {\n ...mapGetters({\n uiFlags: 'integra...
Ruby
37a36349f2b52ed9d0f293f0c2511f2253519c55
622
2021-11-12 19:28:03+05:30
-19,800
['cf5f6d5a74625bcd4a1dc4b8d430552eb092d6ae']
feat: Update Swagger for the custom filter endpoint (#3367)
[{'old_path': 'app/services/filter_service.rb', 'new_path': 'app/services/filter_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -32,6 +32,8 @@ class FilterService\n \n def filter_values(query_hash)\n if query_hash['attribute_key'] == 'status'\n+ return Conversation.statuses.values if query_ha...
Ruby
e011b4566bc9c7be16d1b76d6ad5ad637fe10a2f
603
2021-11-12 23:40:08+05:30
-19,800
['37a36349f2b52ed9d0f293f0c2511f2253519c55']
chore: New Translation updates (#3371)
[{'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': '@@ -1,27 +1,27 @@\n {\n "ATTRIBUTES_MGMT": {\n- "HEADER": "السمات",\n- "HEADER_BTN_TXT": "إضافة سمة",\n- "LOAD...
Ruby
987c8f5c7c6dd425fd6ef6273a673d3a4466846f
603
2021-11-13 11:45:18+05:30
-19,800
['e011b4566bc9c7be16d1b76d6ad5ad637fe10a2f']
chore: Fix translations breaking the chat filter (#3374) fixes: #2552
[{'old_path': 'app/javascript/dashboard/components/widgets/conversation/ChatFilter.vue', 'new_path': 'app/javascript/dashboard/components/widgets/conversation/ChatFilter.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,11 +1,11 @@\n <template>\n <select v-model="activeStatus" class="status--filter" @change=...
Ruby
f68a4b55bb5748ea90f1c4dc552f2f390aa70a46
603
2021-11-13 11:53:59+05:30
-19,800
['987c8f5c7c6dd425fd6ef6273a673d3a4466846f']
chore: Update the translations for CHAT_STATUS_FILTER_ITEMS (#3375)
[{'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': '@@ -38,24 +38,20 @@\n "COUNT_KEY": "allCount"\n }\n ],\n- "CHAT_STATUS_ITEMS": [\n- {\n- "TEXT": "فت...
Ruby
d1a62fe6ab9473db6a6123bc6e440ac76bf8d406
500
2021-11-13 12:32:53+05:30
-19,800
['f68a4b55bb5748ea90f1c4dc552f2f390aa70a46']
feat: Add the option for changing the contact/conversation sidebar items order (#3362)
[{'old_path': 'app/javascript/dashboard/mixins/specs/uiSettings.spec.js', 'new_path': 'app/javascript/dashboard/mixins/specs/uiSettings.spec.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,7 +1,9 @@\n import { shallowMount, createLocalVue } from '@vue/test-utils';\n-import uiSettingsMixin from '../uiSettings'...
Ruby
bb18516403e833deec019650cfc774e704b0856c
500
2021-11-15 10:34:57+05:30
-19,800
['d1a62fe6ab9473db6a6123bc6e440ac76bf8d406']
chore: Update conversation sidebar items default order (#3381)
[{'old_path': 'app/javascript/dashboard/mixins/specs/uiSettings.spec.js', 'new_path': 'app/javascript/dashboard/mixins/specs/uiSettings.spec.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -118,10 +118,10 @@ describe('uiSettingsMixin', () => {\n };\n const wrapper = shallowMount(Component, { store, l...
Ruby
c2db8a1fd7f2fa19c275053334eb996e3c2ba51c
500
2021-11-15 12:45:47+05:30
-19,800
['bb18516403e833deec019650cfc774e704b0856c']
chore: Add the option to edit custom attribute display name (#3382)
[{'old_path': 'app/javascript/dashboard/i18n/locale/en/attributesMgmt.json', 'new_path': 'app/javascript/dashboard/i18n/locale/en/attributesMgmt.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -32,7 +32,8 @@\n "KEY": {\n "LABEL": "Key",\n "PLACEHOLDER": "Enter custom attribute key",...
Ruby
a2764e5c1dbd65abbf6e26d50d974d39d4bb1ffc
500
2021-11-15 14:56:35+05:30
-19,800
['c2db8a1fd7f2fa19c275053334eb996e3c2ba51c']
chore: Update `deleteCustomAttribute` method in SDK (#3334)
[{'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': '@@ -11,6 +11,13 @@ class Api::V1::Widget::ContactsController < Api::V1::Widget::BaseController\n render json: contact_identify_acti...
Ruby
1e3f255ece167d5ac8f23cabae6f978702a6f929
603
2021-11-15 17:18:56+05:30
-19,800
['a2764e5c1dbd65abbf6e26d50d974d39d4bb1ffc']
chore: Update translations, fix Crowdin issues 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': '@@ -32,7 +32,8 @@\n "KEY": {\n "LABEL": "المفتاح",\n "PLACEHOLDER": "Enter custom attribute k...
Ruby
e849759e15ab8fb35a048409f985b33eb1758d40
540
2021-11-15 17:22:44+05:30
-19,800
['1e3f255ece167d5ac8f23cabae6f978702a6f929']
feat: Add Command bar for improved productivity (#3352) Co-authored-by: Fayaz Ahmed <15716057+fayazara@users.noreply.github.com>
[{'old_path': 'app/javascript/dashboard/components/buttons/ResolveAction.vue', 'new_path': 'app/javascript/dashboard/components/buttons/ResolveAction.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -8,7 +8,7 @@\n icon="ion-checkmark"\n emoji="✅"\n :is-loading="isLoading"\n- @click...
Ruby
acb06e7df670b2dc1556ee3975d41862d602cc92
603
2021-11-15 19:15:51+05:30
-19,800
['e849759e15ab8fb35a048409f985b33eb1758d40']
chore: Prevent notification email loop (#3386) Configuring an agent email also as a support email inbox leads to conversations getting created in a loop if notifications were also configured to the same email.
[{'old_path': 'app/mailboxes/mailbox_helper.rb', 'new_path': 'app/mailboxes/mailbox_helper.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -28,4 +28,9 @@ module MailboxHelper\n end\n @message.save!\n end\n+\n+ def notification_email_from_chatwoot?\n+ # notification emails are send via mailer sender...
Ruby
809509404bd900d374f00295ca4510518e13b190
540
2021-11-15 21:05:24+05:30
-19,800
['acb06e7df670b2dc1556ee3975d41862d602cc92']
fix: Set cc, bcc default to empty string if unavailable (#3387)
[{'old_path': 'app/javascript/dashboard/api/inbox/message.js', 'new_path': 'app/javascript/dashboard/api/inbox/message.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -8,8 +8,8 @@ export const buildCreatePayload = ({\n contentAttributes,\n echoId,\n file,\n- ccEmails,\n- bccEmails,\n+ ccEmails = '',\n+ ...
Ruby
9ea42ebff22149b4abf6e8f7b5021f310a71448f
500
2021-11-16 23:25:19+05:30
-19,800
['e5a80195ab5516e4c3f4a55b8fb72c32338d2e0d']
chore: Add the support for list and checkbox in custom attribute model (#3400) ref: #3399
[{'old_path': 'app/models/custom_attribute_definition.rb', 'new_path': 'app/models/custom_attribute_definition.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,12 +3,13 @@\n # Table name: custom_attribute_definitions\n #\n # id :bigint not null, primary key\n+# attribute_descrip...
Ruby
fec4a290817f9587f98fe520027420dae7861ffd
243
2021-11-17 18:05:53+05:30
-19,800
['9ea42ebff22149b4abf6e8f7b5021f310a71448f']
Feat: Include previous messages in mention/assign notifications email (#3385)
[{'old_path': 'app/drops/conversation_drop.rb', 'new_path': 'app/drops/conversation_drop.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,5 +1,17 @@\n class ConversationDrop < BaseDrop\n+ include MessageFormatHelper\n+\n def display_id\n @obj.try(:display_id)\n end\n+\n+ def recent_messages\n+ @ob...
Ruby
d227a567475c9bf08485b29fc9c0e274d14ad0fd
540
2021-11-17 18:27:14+05:30
-19,800
['fec4a290817f9587f98fe520027420dae7861ffd']
fix: Set default value of sortBy to empty string (#3406)
[{'old_path': 'app/javascript/dashboard/routes/dashboard/contacts/components/ContactsTable.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/contacts/components/ContactsTable.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -114,7 +114,7 @@ export default {\n title: this.$t('CONTACTS_PAGE.LI...
Ruby
e500d1216b908a6211ff24f2491d790987eeb59b
380
2021-11-17 18:55:15+05:30
-3,600
['d227a567475c9bf08485b29fc9c0e274d14ad0fd']
Fix: Make swagger doc compliant to OpenAPI (#3394) This fixes issues in the swagger.json file. The motivation to do so is to be able to generate API clients using https://openapi-generator.tech Doing so will require further changes to the api spec, but this seems like a good first step since it is now "valid" accordi...
[{'old_path': '.circleci/config.yml', 'new_path': '.circleci/config.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -7,7 +7,7 @@ defaults: &defaults\n working_directory: ~/build\n docker:\n # specify the version you desire here\n- - image: cimg/ruby:3.0.2-node\n+ - image: cimg/ruby:3.0.2-browsers\...
Ruby
4eeaadbd5bcd68c904e95f125194c905f12989d0
79
2021-11-17 22:11:27+05:30
-19,800
['e500d1216b908a6211ff24f2491d790987eeb59b']
chore: Added SMTP_TLS and SMTP_SSL in .env.example Added SMTP_TLS and SMTP_SSL in .env.example Fixes #3396
[{'old_path': '.env.example', 'new_path': '.env.example', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -57,6 +57,9 @@ SMTP_AUTHENTICATION=\n SMTP_ENABLE_STARTTLS_AUTO=true\n # Can be: 'none', 'peer', 'client_once', 'fail_if_no_peer_cert', see http://api.rubyonrails.org/classes/ActionMailer/Base.html\n SMTP_OPENSSL...
Ruby
b81a9f201048cd470c9fe0fb7fb845238985c1da
174
2021-11-18 10:32:29+05:30
-19,800
['4eeaadbd5bcd68c904e95f125194c905f12989d0']
Chore: Replaced dependent destroy with dependent destroy_async in all models (#3249)
[{'old_path': 'app/models/account.rb', 'new_path': 'app/models/account.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -32,40 +32,40 @@ class Account < ApplicationRecord\n validates :name, presence: true\n validates :auto_resolve_duration, numericality: { greater_than_or_equal_to: 1, allow_nil: true }\n \n- ...
Ruby
c2b4991fd8eb1223952ffb5ff39d05eb91f0f10a
500
2021-11-18 14:09:55+05:30
-19,800
['b81a9f201048cd470c9fe0fb7fb845238985c1da']
feat: Add automation route (#3410)
[{'old_path': None, 'new_path': 'app/javascript/dashboard/i18n/locale/en/automation.json', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,6 @@\n+{\n+ "AUTOMATION": {\n+ "HEADER": "Automation",\n+ "HEADER_BTN_TXT": "Add Automation Rule"\n+ }\n+}\n'}, {'old_path': 'app/javascript/dashboard/i18n/locale/en/...
Ruby
a3ba8f9e355c98460237630418c573cb7c9e4bdb
540
2021-11-18 15:18:51+05:30
-19,800
['c2b4991fd8eb1223952ffb5ff39d05eb91f0f10a']
feat: Remove ionicons v2 dependency on widget (#3402)
[{'old_path': 'app/javascript/shared/components/CustomerSatisfaction.vue', 'new_path': 'app/javascript/shared/components/CustomerSatisfaction.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -25,12 +25,12 @@\n @keyup.enter="onSubmit"\n />\n <button\n- class="button"\n+ class="bu...
Ruby
bf96e8b68d6488b389d4b82bdba0250a9544e0bf
500
2021-11-18 18:59:28+05:30
-19,800
['a3ba8f9e355c98460237630418c573cb7c9e4bdb']
choore: Change `values` to `attribute_values` in custom attributes (#3413)
[{'old_path': 'app/controllers/api/v1/accounts/custom_attribute_definitions_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/custom_attribute_definitions_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -39,7 +39,7 @@ class Api::V1::Accounts::CustomAttributeDefinitionsController < Api::V1::...
Ruby
c2333214afc71556db940798bb3b485b8249abba
12
2021-11-18 19:15:02+05:30
-19,800
['bf96e8b68d6488b389d4b82bdba0250a9544e0bf']
feat: Add Advanced Conversation Filters (#3239) Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com> Co-authored-by: Pranav Raj S <pranav@chatwoot.com> Co-authored-by: Tejaswini <tejaswini@chatwoot.com>
[{'old_path': '.codeclimate.yml', 'new_path': '.codeclimate.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -40,3 +40,6 @@ exclude_patterns:\n - "app/javascript/dashboard/i18n/locale"\n - "**/*.stories.js"\n - "stories/"\n+ - "app/javascript/dashboard/components/widgets/conversation/advancedFilterItems/i...
Ruby
8384d0b38e1f61a84983e88cb0f79fa971fa660a
12
2021-11-18 19:55:32+05:30
-19,800
['c2333214afc71556db940798bb3b485b8249abba']
chore: Update dropdown z-index to be on top of contact details pane (#3411)
[{'old_path': 'app/javascript/dashboard/assets/scss/plugins/_dropdown.scss', 'new_path': 'app/javascript/dashboard/assets/scss/plugins/_dropdown.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,7 +3,7 @@\n @include border-light;\n box-sizing: content-box;\n width: fit-content;\n- z-index: 999;\n+ z-i...
Ruby
24e6a92297aaa24959c841f37de408d4edea0455
209
2021-11-19 11:52:27+05:30
28,800
['8384d0b38e1f61a84983e88cb0f79fa971fa660a']
feat: IMAP Email Channel (#3298) This change allows the user to configure both IMAP and SMTP for an email inbox. IMAP enables the user to see emails in Chatwoot. And user can use SMTP to reply to an email conversation. Users can use the default settings to send and receive emails for email inboxes if both IMAP and ...
[{'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': "@@ -1,4 +1,5 @@\n class Api::V1::Accounts::InboxesController < Api::V1::Accounts::BaseController\n+ include Api::V1::InboxesHelper\n...
Ruby
7b44bf5b78a7d3fb761f55bf91747b02562e4d8c
622
2021-11-19 13:55:40+05:30
-19,800
['24e6a92297aaa24959c841f37de408d4edea0455']
Fix: Filter with label name (#3418)
[{'old_path': 'app/services/conversations/filter_service.rb', 'new_path': 'app/services/conversations/filter_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -35,7 +35,7 @@ class Conversations::FilterService < FilterService\n " conversations.additional_attributes ->> \'#{attribute_key}\' #{filter_op...
Ruby
da163cc1f73c50a154557a61826960839f36d1dd
540
2021-11-19 16:09:20+05:30
-19,800
['7b44bf5b78a7d3fb761f55bf91747b02562e4d8c']
chore: Move unscoped styles to global stylesheet (#3422)
[{'old_path': None, 'new_path': 'app/javascript/widget/assets/scss/views/_conversation.scss', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,236 @@\n+.file-uploads .attachment-button + label {\n+ cursor: pointer;\n+}\n+\n+.conversation-wrap {\n+ .agent-message {\n+ align-items: flex-end;\n+ display: fle...
Ruby
c332e2df125ad08b2371a5a66b3bba42e98aa34b
603
2021-11-20 12:08:45+05:30
-19,800
['da163cc1f73c50a154557a61826960839f36d1dd']
chore: Add Code of Conduct
[{'old_path': None, 'new_path': 'CODE_OF_CONDUCT.md', 'type': <ModificationType.ADD: 1>, 'diff': "@@ -0,0 +1,128 @@\n+# Contributor Covenant Code of Conduct\n+\n+## Our Pledge\n+\n+We as members, contributors, and leaders pledge to make participation in our\n+community a harassment-free experience for everyone, regardl...
Ruby
e93e43532afc7df4a38c7eacf268d4d40b20ed23
540
2021-11-22 12:06:43+05:30
-19,800
['c332e2df125ad08b2371a5a66b3bba42e98aa34b']
fix: Pass label title instead of id to filter API (#3432)
[{'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': "@@ -41,13 +41,13 @@\n <script>\n import alertMixin from 'shared/m...
Ruby
1be7c2d72cc31683cfaef9111877cef3b0a560c7
650
2021-11-22 13:20:35+05:30
-19,800
['e93e43532afc7df4a38c7eacf268d4d40b20ed23']
chore: add DigitialOcean 1-click deployment button (#3421)
[{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -6,7 +6,10 @@\n \n <p align="center">\n <a href="https://heroku.com/deploy?template=https://github.com/chatwoot/chatwoot/tree/master" alt="Deploy to Heroku">\n- <img alt="Deploy" src="https://www.herokucdn.com/de...
Ruby
1a8b8f090021f3e55710510040f898fe9eae5896
540
2021-11-22 15:05:29+05:30
-19,800
['1be7c2d72cc31683cfaef9111877cef3b0a560c7']
chore: Move referrerHost to appConfig store (#3433)
[{'old_path': 'app/javascript/sdk/IFrameHelper.js', 'new_path': 'app/javascript/sdk/IFrameHelper.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -3,7 +3,6 @@ import {\n wootOn,\n addClass,\n loadCSS,\n- removeClass,\n onLocationChangeListener,\n } from './DOMHelpers';\n import {\n@@ -19,6 +18,8 @@ impor...
Ruby
791d90c6b71d94124a93fc85aaa8c5094f9b7613
603
2021-11-22 23:32:17+05:30
-19,800
['01577acb2eb5c240367e25a5c3d50759765a2f7b']
chore: Migrate PubSub Token to contact inbox (#3434) At present, the websocket pubsub tokens are present at the contact objects in chatwoot. A better approach would be to have these tokens at the contact_inbox object instead. This helps chatwoot to deliver the websocket events targetted to the specific widget connecti...
[{'old_path': 'app/actions/contact_merge_action.rb', 'new_path': 'app/actions/contact_merge_action.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -48,11 +48,10 @@ class ContactMergeAction\n \n # attributes in base contact are given preference\n merged_attributes = mergee_contact_attributes.deep_merge(ba...
Ruby
7f8204a9dad3e907646085519e455e206fcbd568
12
2021-11-23 09:42:47+05:30
-19,800
['0033a35ab844156f0c92d2599eea2191d8996da1']
fix: Required check for Conversation filters (#3442)
[{'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': "@@ -66,13 +66,10 @@ export default {\n $each: {\n v...
Ruby
e182b59002f81fa8945f1e7475922a7b56f833c1
90
2021-11-23 15:26:26+05:30
-19,800
['7f8204a9dad3e907646085519e455e206fcbd568']
bug: fixes link icon doesn't work in the campaign editor (#3447)
[{'old_path': 'app/javascript/dashboard/components/widgets/WootWriter/Editor.vue', 'new_path': 'app/javascript/dashboard/components/widgets/WootWriter/Editor.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -296,6 +296,13 @@ export default {\n overflow: auto;\n }\n \n+.ProseMirror-prompt {\n+ z-index: var(--z...
Ruby
9103fbbddeb24c2b5dba10f75087cb9b2ca6ef22
622
2021-11-23 16:04:01+05:30
-19,800
['e182b59002f81fa8945f1e7475922a7b56f833c1']
chore: Update schema files (#3438) - removes the unintended table from schema files
[{'old_path': None, 'new_path': 'db/migrate/20211122112607_remove_invalid_migration.rb', 'type': <ModificationType.ADD: 1>, 'diff': "@@ -0,0 +1,13 @@\n+class RemoveInvalidMigration < ActiveRecord::Migration[6.1]\n+ def change\n+ return unless ActiveRecord::Base.connection.table_exists? 'actions'\n+\n+ drop_table...
Ruby
11cd7fd6c54a898cb54793102b87c02e0cc019ce
622
2021-11-23 16:36:44+05:30
-19,800
['9103fbbddeb24c2b5dba10f75087cb9b2ca6ef22']
Feat: Added support changes for contact filters (#3435)
[{'old_path': 'lib/filters/filter_keys.json', 'new_path': 'lib/filters/filter_keys.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -79,54 +79,47 @@\n }\n },\n "contacts": {\n- "assignee_id": {\n- "attribute_name": "Assignee Name",\n+ "name": {\n+ "attribute_name": "Name",\n "input...
Ruby
0530e9491c6a2bd87b1b625a2b101d8929fc7beb
540
2021-11-23 17:37:01+05:30
-19,800
['11cd7fd6c54a898cb54793102b87c02e0cc019ce']
fix: Use role permissions from accounts instead of role attribute (#3445) Use role permissions from accounts instead of the role attribute Fixes: #2557
[{'old_path': 'app/javascript/dashboard/routes/index.js', 'new_path': 'app/javascript/dashboard/routes/index.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -21,6 +21,11 @@ window.roleWiseRoutes = {\n administrator: [],\n };\n \n+const getUserRole = ({ accounts } = {}, accountId) => {\n+ const currentAccount ...
Ruby
da8f9d0337181315696e2ee301295f973da3c409
90
2021-11-24 09:00:55+05:30
-19,800
['0530e9491c6a2bd87b1b625a2b101d8929fc7beb']
feat: Add support for List and Checkbox in Custom Attributes (#3439)
[{'old_path': 'app/javascript/dashboard/components/CustomAttribute.vue', 'new_path': 'app/javascript/dashboard/components/CustomAttribute.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,11 +2,35 @@\n <div class="custom-attribute">\n <div class="title-wrap">\n <h4 class="text-block-title title err...
Ruby
00143f7ee5080f360d76c6b3c6b5f17b52efc509
500
2021-11-24 11:02:45+05:30
-19,800
['da8f9d0337181315696e2ee301295f973da3c409']
fix: Render checkbox if string value passed (#3453)
[{'old_path': 'app/javascript/dashboard/components/CustomAttribute.vue', 'new_path': 'app/javascript/dashboard/components/CustomAttribute.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -66,7 +66,7 @@\n {{ value || \'---\' }}\n </a>\n <p v-else class="value">\n- {{ formattedVa...
Ruby
330a97b5c5888673ea2fad25fd80d8975da505f3
622
2021-11-24 12:58:00+05:30
-19,800
['00143f7ee5080f360d76c6b3c6b5f17b52efc509']
Fix: contact filter values (#3456)
[{'old_path': 'app/services/contacts/filter_service.rb', 'new_path': 'app/services/contacts/filter_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -38,6 +38,10 @@ class Contacts::FilterService < FilterService\n end\n end\n \n+ def filter_values(query_hash)\n+ query_hash['values'][0]\n+ end\n+\...
Ruby
c23e2c23d4151a2879b33e5e74c808565246730f
9
2021-11-24 14:26:32+05:30
-19,800
['330a97b5c5888673ea2fad25fd80d8975da505f3']
chore: Update design for filters (#3423)
[{'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': '@@ -49,7 +49,17 @@ code {\n .cursor-pointer {\n cursor: pointer;\n }\n+\n // remove when grid gutters are fixed\n .co...
Ruby
3a48e08fe0a60ea3b0e2ec1c069e1db233c81003
650
2021-11-25 00:55:26+05:30
-19,800
['c23e2c23d4151a2879b33e5e74c808565246730f']
feat: migrate facebook env vars to globalConfig (#3369) Migrate facebook env vars to globalConfig and make it editable from the super admin UI.
[{'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': "@@ -74,7 +74,7 @@ class Api::V1::Accounts::CallbacksController < Api::V1::Accounts::BaseController\n end\n \n def long_lived_...
Ruby
b0370ce44dc0994ef4e21a968e2d53e29fcf676e
622
2021-11-25 12:01:31+05:30
-19,800
['3a48e08fe0a60ea3b0e2ec1c069e1db233c81003']
Feat: Fix contact filter pagination (#3463)
[{'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': '@@ -11,9 +11,9 @@ class Api::V1::Accounts::ContactsController < Api::V1::Accounts::BaseController\n RESULTS_PER_PAGE = 15\n \n ...
Ruby
2c3c1888f181c3f7efdb7c6e8741416dee0d9929
575
2021-11-25 20:25:14+05:30
-19,800
['b0370ce44dc0994ef4e21a968e2d53e29fcf676e']
Enhancement: Show unread marker on widget bubble (#3390) * add unread marker * add removeClass in IFramehelper * Update app/javascript/sdk/sdk.js * Update app/javascript/sdk/sdk.js Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com>
[{'old_path': 'app/javascript/sdk/IFrameHelper.js', 'new_path': 'app/javascript/sdk/IFrameHelper.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -3,6 +3,7 @@ import {\n wootOn,\n addClass,\n loadCSS,\n+ removeClass,\n onLocationChangeListener,\n } from './DOMHelpers';\n import {\n@@ -197,6 +198,18 @@ ex...
Ruby
55843c5bada54b30b46f698e1af970144832ad2f
90
2021-11-26 13:41:09+05:30
-19,800
['2c3c1888f181c3f7efdb7c6e8741416dee0d9929']
chore: fixes filter input multiselect height issue (#3466)
[{'old_path': 'app/javascript/dashboard/components/widgets/conversation/components/FilterInput.vue', 'new_path': 'app/javascript/dashboard/components/widgets/conversation/components/FilterInput.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -40,6 +40,7 @@\n selected-label\n :select-...
Ruby
add004a56e9c7155659f602f818775fa1a80b852
603
2021-11-27 00:48:46+05:30
-19,800
['55843c5bada54b30b46f698e1af970144832ad2f']
Chore: API Improvements (#3469)
[{'old_path': '.rubocop.yml', 'new_path': '.rubocop.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -57,7 +57,7 @@ Metrics/BlockLength:\n - db/schema.rb\n Metrics/ModuleLength:\n Exclude:\n- - lib/woot_message_seeder.rb\n+ - lib/seeders/message_seeder.rb\n Rails/ApplicationController:\n Exclude:\n...
Ruby
b326da7d94312ca585c61d6b677fda7a4e960ed5
256
2021-11-27 00:56:07+05:30
-19,800
['add004a56e9c7155659f602f818775fa1a80b852']
feat: Ability to remove user profile picture (#3156) Fixes #3107
[{'old_path': 'app/controllers/api/v1/profiles_controller.rb', 'new_path': 'app/controllers/api/v1/profiles_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -13,6 +13,11 @@ class Api::V1::ProfilesController < Api::BaseController\n @user.update!(profile_params)\n end\n \n+ def avatar\n+ @user....
Ruby
89f9f39e6edcefb9525318bad6402cdd3f23c3a0
575
2021-11-27 09:07:09+05:30
-19,800
['b326da7d94312ca585c61d6b677fda7a4e960ed5']
chore: add account id in account settings page (#3365) Fixes: #3317
[{'old_path': 'app/javascript/dashboard/i18n/locale/ar/generalSettings.json', 'new_path': 'app/javascript/dashboard/i18n/locale/ar/generalSettings.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -13,6 +13,10 @@\n "TITLE": "الإعدادات العامة",\n "NOTE": ""\n },\n+ "ACCOUNT_ID": {\n+ ...
Ruby
a4ee8ee239b87183ee6d090f6028130fabd0f7f7
243
2021-11-27 09:26:18+05:30
-19,800
['89f9f39e6edcefb9525318bad6402cdd3f23c3a0']
Chore: Improve conversation auto resolution (#3405) Fixes: #1583
[{'old_path': None, 'new_path': 'app/jobs/account/conversations_resolution_scheduler_job.rb', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,9 @@\n+class Account::ConversationsResolutionSchedulerJob < ApplicationJob\n+ queue_as :scheduled_jobs\n+\n+ def perform\n+ Account.where.not(auto_resolve_duration: n...
Ruby
6a98a812e70cd76ad4ee1e9ca33af98ec4b7b3e9
174
2021-11-27 09:46:12+05:30
-19,800
['a4ee8ee239b87183ee6d090f6028130fabd0f7f7']
Fix: Outgoing email sender header translation issue (#3393) Outgoing email-sender header translation fix for "from" Fixes #3380
[{'old_path': 'app/mailers/conversation_reply_mailer.rb', 'new_path': 'app/mailers/conversation_reply_mailer.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -98,7 +98,8 @@ class ConversationReplyMailer < ApplicationMailer\n \n def reply_email\n if should_use_conversation_email_address?\n- "#{assignee_...
Ruby