Search is not available for this dataset
hash
string
author
int32
committer_date
string
timezone
int64
parents
string
message
string
changes
string
language
string
1b36143d27e65d37502ec133a712a8bddc0da581
9
2022-01-19 12:43:04+05:30
-19,800
['241e7d0c293dc5f6339e0fe1ddae289defaa9c3b']
fix: Fixes alignment of widget unread view close button (#3806) Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
[{'old_path': 'app/javascript/widget/components/UnreadMessageList.vue', 'new_path': 'app/javascript/widget/components/UnreadMessageList.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -135,9 +135,5 @@ export default {\n color: $color-body;\n }\n }\n-\n- .close-unread-wrap {\n- text-align: left;\...
Ruby
9617137688d30a4a84b089affe8d85332671bfd6
243
2022-01-19 13:16:21+05:30
-19,800
['1b36143d27e65d37502ec133a712a8bddc0da581']
chore: Account auto resolution time validation (#3651)
[{'old_path': 'app/javascript/dashboard/i18n/locale/bg/generalSettings.json', 'new_path': 'app/javascript/dashboard/i18n/locale/bg/generalSettings.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -40,7 +40,7 @@\n "AUTO_RESOLVE_DURATION": {\n "LABEL": "Number of days after a ticket should auto reso...
Ruby
ab864a86fdcc772f8bb0bb20a52d5d3a08374e95
603
2022-01-19 22:20:04-08:00
28,800
['9617137688d30a4a84b089affe8d85332671bfd6']
fix: File and emoji pickers are disabled by default (#3803) File and emoji pickers should be enabled by default. Fixes: #3560 Co-authored-by: Pranav Raj S <pranav@chatwoot.com> Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com>
[{'old_path': 'app/javascript/dashboard/store/modules/inboxes.js', 'new_path': 'app/javascript/dashboard/store/modules/inboxes.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -12,7 +12,9 @@ const buildInboxData = inboxParams => {\n Object.keys(inboxProperties).forEach(key => {\n formData.append(key, inboxP...
Ruby
a7c947aeae42d5a0df7846d408a3fea702ac5be3
622
2022-01-20 15:30:21-08:00
-19,800
['ab864a86fdcc772f8bb0bb20a52d5d3a08374e95']
feat: Clone and update automation rules (#3782) - endpoints to clone and update automation rules fixes: #3740
[{'old_path': 'app/controllers/api/v1/accounts/automation_rules_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/automation_rules_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,6 @@\n class Api::V1::Accounts::AutomationRulesController < Api::V1::Accounts::BaseController\n before...
Ruby
e997aaceb7d7c1294bb8376bf8f7049c3b7d2cbd
622
2022-01-20 15:55:35-08:00
-19,800
['a7c947aeae42d5a0df7846d408a3fea702ac5be3']
Fix: Email Parsing for html fix (#3659)
[{'old_path': 'app/presenters/mail_presenter.rb', 'new_path': 'app/presenters/mail_presenter.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -8,30 +8,49 @@ class MailPresenter < SimpleDelegator\n end\n \n def subject\n- encode_to_unicode(@mail.subject || '')\n+ encode_to_unicode(@mail.subject)\n end\...
Ruby
693f2531ab556873a9565b2426e2236f450c71f9
603
2022-01-20 17:09:30-08:00
28,800
['e997aaceb7d7c1294bb8376bf8f7049c3b7d2cbd']
feat: Support 360Dialog Interactive Templates (#3823) fixes: #3795
[{'old_path': 'app/services/whatsapp/incoming_message_service.rb', 'new_path': 'app/services/whatsapp/incoming_message_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -29,6 +29,7 @@ class Whatsapp::IncomingMessageService\n def message_content(message)\n # TODO: map interactive messages back to butt...
Ruby
504fc24fb34d6943854135f8455a9de0faeefd13
90
2022-01-21 14:11:59-08:00
-19,800
['693f2531ab556873a9565b2426e2236f450c71f9']
feat: Add the ability to save filters for contact (#3791)
[{'old_path': 'app/javascript/dashboard/api/customViews.js', 'new_path': 'app/javascript/dashboard/api/customViews.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -6,8 +6,8 @@ class CustomViewsAPI extends ApiClient {\n super('custom_filters', { accountScoped: true });\n }\n \n- getCustomViews() {\n- re...
Ruby
e90d0646483b799495aab899d8cc617241ca87fa
545
2022-01-24 16:03:37+05:30
-19,800
['504fc24fb34d6943854135f8455a9de0faeefd13']
fix: Fixes typo in documentation on sidebar
[{'old_path': 'app/javascript/dashboard/i18n/locale/en/teamsSettings.json', 'new_path': 'app/javascript/dashboard/i18n/locale/en/teamsSettings.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,7 +2,7 @@\n "TEAMS_SETTINGS": {\n "NEW_TEAM": "Create new team",\n "HEADER": "Teams",\n- "SIDEBAR_TXT": ...
Ruby
b304f5a82679a279727b9dda78e3d19e784bbc25
90
2022-01-24 17:37:43+05:30
-19,800
['e90d0646483b799495aab899d8cc617241ca87fa']
feat: Adds the ability to delete a segment (#3836) * feat: Adds the ability to delete a segment * Minor fixes * Small changes
[{'old_path': 'app/javascript/dashboard/api/customViews.js', 'new_path': 'app/javascript/dashboard/api/customViews.js', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,6 +9,10 @@ class CustomViewsAPI extends ApiClient {\n getCustomViewsByFilterType(type) {\n return axios.get(`${this.url}?filter_type=${type}`...
Ruby
8cff690640d75759c3ce2b0ace4bb566d23642a8
9
2022-01-24 18:46:58-08:00
-19,800
['b304f5a82679a279727b9dda78e3d19e784bbc25']
feat: Support multiple file upload on dashboard (#3748) Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
[{'old_path': 'app/javascript/dashboard/api/inbox/message.js', 'new_path': 'app/javascript/dashboard/api/inbox/message.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -7,14 +7,16 @@ export const buildCreatePayload = ({\n isPrivate,\n contentAttributes,\n echoId,\n- file,\n+ files,\n ccEmails = '',\n ...
Ruby
23965fbaa3c729ab8da21c015e2682f1efb16422
540
2022-01-25 16:39:19-08:00
28,800
['8cff690640d75759c3ce2b0ace4bb566d23642a8']
fix: Return if window.$chatwoot is already defined (#3847)
[{'old_path': 'app/javascript/packs/sdk.js', 'new_path': 'app/javascript/packs/sdk.js', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -27,6 +27,10 @@ export const hasUserKeys = user =>\n REQUIRED_USER_KEYS.reduce((acc, key) => acc || !!user[key], false);\n \n const runSDK = ({ baseUrl, websiteToken }) => {\n+ if...
Ruby
34e8ad9dc55ec55137f8b8b066e1da63186b1eca
603
2022-01-25 16:58:49-08:00
28,800
['23965fbaa3c729ab8da21c015e2682f1efb16422']
feat: Unify user and super admin credentials (#3830) Fixes: #3061, #3489
[{'old_path': 'app/builders/account_builder.rb', 'new_path': 'app/builders/account_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -2,7 +2,7 @@\n \n class AccountBuilder\n include CustomExceptions::Account\n- pattr_initialize [:account_name!, :email!, :confirmed, :user, :user_full_name, :user_password...
Ruby
59deffc7e36c521e982973371f958f61ab0f6c10
603
2022-01-26 15:59:48-08:00
28,800
['34e8ad9dc55ec55137f8b8b066e1da63186b1eca']
feat: Ability to toggle conversation continuity via email (#3817) Fixes: #3368 Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
[{'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': '@@ -310,6 +310,10 @@\n "ENABLED": "Enabled",\n "DISABLED": "Disabled"\n },\n+ "ENABLE_CONTINUITY_VIA_EMA...
Ruby
8e6d8e765476a08893dabafbb77746f929a12910
243
2022-01-26 16:01:41-08:00
-19,800
['59deffc7e36c521e982973371f958f61ab0f6c10']
fix: Validate avatar only when it has changed (#3849)
[{'old_path': 'app/models/concerns/avatarable.rb', 'new_path': 'app/models/concerns/avatarable.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -6,7 +6,7 @@ module Avatarable\n \n included do\n has_one_attached :avatar\n- validate :acceptable_avatar\n+ validate :acceptable_avatar, if: -> { avatar.chan...
Ruby
5710b7559e532a436d3e2630c5d1ca7872c648a3
540
2022-01-26 17:52:08-08:00
28,800
['8e6d8e765476a08893dabafbb77746f929a12910']
fix: Fix email template to render the chat bubble properly (#3858)
[{'old_path': 'app/views/mailers/agent_notifications/conversation_notifications_mailer/conversation_assignment.liquid', 'new_path': 'app/views/mailers/agent_notifications/conversation_notifications_mailer/conversation_assignment.liquid', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,15 +4,16 @@\n \n {% for chat_...
Ruby
cd6c9a8fe9592f2f0a47184f38f8b535d8f9ffbb
90
2022-01-27 08:26:12+05:30
-19,800
['5710b7559e532a436d3e2630c5d1ca7872c648a3']
enhancement: Custom views (#3838) * enhancement: Custom views * Review fixes
[{'old_path': 'app/javascript/dashboard/components/ChatList.vue', 'new_path': 'app/javascript/dashboard/components/ChatList.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,7 +3,7 @@\n <slot></slot>\n <div\n class="chat-list__top"\n- :class="{ filter__applied: hasAppliedFiltersOrActiveCusto...
Ruby
69eaf3ff7fb88f950d3cb83ae69ceaaf4d3d5c91
622
2022-01-27 15:57:22+05:30
-19,800
['cd6c9a8fe9592f2f0a47184f38f8b535d8f9ffbb']
feat: Activestorage direct upload (#3768)
[{'old_path': 'app/builders/messages/message_builder.rb', 'new_path': 'app/builders/messages/message_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -31,7 +31,6 @@ class Messages::MessageBuilder\n @attachments.each do |uploaded_attachment|\n @message.attachments.build(\n account_id: @me...
Ruby
17018d392de83d698b43a6bf6f911f09e5aa4b09
312
2022-01-27 16:55:27+05:30
-3,600
['69eaf3ff7fb88f950d3cb83ae69ceaaf4d3d5c91']
chore: update deployment scripts to install sudo (#3841) * Update setup_20.04.sh to install sudo * Update setup_18.04.sh to install sudo
[{'old_path': 'deployment/setup_18.04.sh', 'new_path': 'deployment/setup_18.04.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -17,7 +17,7 @@ apt install -y \\\n libssl-dev libyaml-dev libreadline-dev gnupg2 nginx redis-server \\\n redis-tools postgresql postgresql-contrib certbot \\\n python-certbot...
Ruby
e7e46590a4d98ed1a2a875fe47f1db17b3b5497e
90
2022-01-27 17:39:21+05:30
-19,800
['17018d392de83d698b43a6bf6f911f09e5aa4b09']
bug: Fixes sidebar does not show an active page for settings page (#3861)
[{'old_path': 'app/javascript/dashboard/components/layout/sidebarComponents/SecondaryNavItem.vue', 'new_path': 'app/javascript/dashboard/components/layout/sidebarComponents/SecondaryNavItem.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -73,14 +73,48 @@ export default {\n hasSubMenu() {\n return !!th...
Ruby
13eaff156a9b7752467734c4aa1f3edd1b286883
12
2022-01-27 17:57:33+05:30
-19,800
['e7e46590a4d98ed1a2a875fe47f1db17b3b5497e']
Added keybindings for commandbar (#3854) Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.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': "@@ -100,6 +100,7 @@ import {\n isEscape,\n isEnter,\n hasPressedShift,\n+ hasPressedCommandPlu...
Ruby
1467a8fa33ee8d89c46881ae02302c9ef0bfe080
622
2022-01-27 15:45:26-08:00
-19,800
['13eaff156a9b7752467734c4aa1f3edd1b286883']
Fix: parse verification mail (#3864) Email parsing logic was stripping of HTML tables which was causing the issue in this case. Fixes: #3731
[{'old_path': 'app/mailboxes/mailbox_helper.rb', 'new_path': 'app/mailboxes/mailbox_helper.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -5,7 +5,7 @@ module MailboxHelper\n @message = @conversation.messages.create(\n account_id: @conversation.account_id,\n sender: @conversation.contact,\n- ...
Ruby
357a374478c0fb7ab1a6871c1dae3e3f6ab66fec
622
2022-01-28 13:19:22+05:30
-19,800
['1467a8fa33ee8d89c46881ae02302c9ef0bfe080']
Fix: Update yarn (#3866)
[{'old_path': 'yarn.lock', 'new_path': 'yarn.lock', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3081,6 +3081,13 @@ acorn@^8.1.0:\n resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.2.1.tgz#0d36af126fb6755095879c1dc6fd7edf7d60a5fb"\n integrity sha512-z716cpm5TX4uzOzILx8PavOE6C6DKshHDw1aQN52M/yNSqE9s5O8SM...
Ruby
a95d249ec13e8bdd574a80f17ae6ff0e37e19a41
622
2022-01-31 13:36:44+05:30
-19,800
['a1034a70c45dff43e432a69ba19936e8457939b5']
Feat: Custom attribute advanced filter (#3818)
[{'old_path': 'Gemfile', 'new_path': 'Gemfile', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -102,7 +102,7 @@ gem 'sentry-ruby'\n gem 'sentry-sidekiq'\n \n ##-- background job processing --##\n-gem 'sidekiq'\n+gem 'sidekiq', '~> 6.4.0'\n # We want cron jobs\n gem 'sidekiq-cron'\n \n"}, {'old_path': 'Gemfile.lock',...
Ruby
b1e1d7e423efef13d109e4c83d4274d87ed2a009
545
2022-02-01 11:12:20+05:30
-19,800
['a95d249ec13e8bdd574a80f17ae6ff0e37e19a41']
fix: Update the copy to use inclusive language (#3880) Fixes #3879
[{'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': '@@ -82,7 +82,7 @@\n },\n "CHANNEL_GREETING_TOGGLE": {\n "LABEL": "Enable channel greeting",\n- "...
Ruby
e0d24e0a73c67d61fc6b312bdb0173ed1910e3cd
540
2022-02-01 12:25:51+05:30
28,800
['b1e1d7e423efef13d109e4c83d4274d87ed2a009']
chore: Use globalConfig in NetworkNotification (#3871)
[{'old_path': 'app/javascript/dashboard/components/NetworkNotification.vue', 'new_path': 'app/javascript/dashboard/components/NetworkNotification.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,7 +4,12 @@\n <div class="ui-notification">\n <fluent-icon icon="wifi-off" />\n <p class="ui-n...
Ruby
52d1821cd3dfaf9e56e422f3821dacf704dba467
12
2022-02-01 13:13:55+05:30
-19,800
['e0d24e0a73c67d61fc6b312bdb0173ed1910e3cd']
feature: Filtering conversations and contacts with custom attributes (#3851)
[{'old_path': '.codeclimate.yml', 'new_path': '.codeclimate.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -22,6 +22,9 @@ checks:\n enabled: true\n config:\n threshold: 300\n+ method-lines:\n+ config:\n+ threshold: 50\n exclude_patterns:\n - 'spec/'\n - '**/specs/'\n@@ -44,3 +47,4 @@...
Ruby
c0276d252aaa8466faa870fa8aa3678266d2d1ec
650
2022-02-01 16:01:25+05:30
-19,800
['52d1821cd3dfaf9e56e422f3821dacf704dba467']
chore: add aws rds root cert for tls connection (#3812) * chore: add aws rds cert for tls connection * add aws rds ca cert * remove intermediate ca cert
[{'old_path': None, 'new_path': 'config/rds-ca-2019-root.pem', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,24 @@\n+-----BEGIN CERTIFICATE-----\n+MIIEBjCCAu6gAwIBAgIJAMc0ZzaSUK51MA0GCSqGSIb3DQEBCwUAMIGPMQswCQYD\n+VQQGEwJVUzEQMA4GA1UEBwwHU2VhdHRsZTETMBEGA1UECAwKV2FzaGluZ3RvbjEi\n+MCAGA1UECgwZQW1hem9uIFdlYiBTZX...
Ruby
1f3c5002b34c82327922c0e60b81e47fa1a5c323
9
2022-02-01 16:34:54+05:30
-19,800
['c0276d252aaa8466faa870fa8aa3678266d2d1ec']
feat: Shows agent avatar for message sent by agent (#3884) Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
[{'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': '@@ -228,8 +228,14 @@\n @include flex-align(right, null);\n \n .wrap {\n+ align-items: flex...
Ruby
91b9168fae5ae12ae16e6dbc0d3efa04f97bd614
500
2022-02-02 18:46:07+05:30
-19,800
['1f3c5002b34c82327922c0e60b81e47fa1a5c323']
feat: Add the ability to add new automation rule (#3459) * Add automation modal * Fix the v-model for automations * Actions and Condition dropdowns for automations * Fix merge conflicts * Handle event change and confirmation * Appends new action * Removes actions * Automation api integration *...
[{'old_path': '.codeclimate.yml', 'new_path': '.codeclimate.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -47,4 +47,5 @@ exclude_patterns:\n - 'app/javascript/shared/constants/countries.js'\n - 'app/javascript/dashboard/components/widgets/conversation/advancedFilterItems/languages.js'\n - 'app/javascrip...
Ruby
193a531e4998b2cf0deafb7466109b094e000caf
12
2022-02-02 19:15:02+05:30
-19,800
['91b9168fae5ae12ae16e6dbc0d3efa04f97bd614']
feat: Edit automation modal (#3876) * Add automation modal * Fix the v-model for automations * Actions and Condition dropdowns for automations * Fix merge conflicts * Handle event change and confirmation * Appends new action * Removes actions * Automation api integration * Api integration for c...
[{'old_path': 'app/javascript/dashboard/components/layout/config/sidebarItems/settings.js', 'new_path': 'app/javascript/dashboard/components/layout/config/sidebarItems/settings.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -69,13 +69,13 @@ const settings = accountId => ({\n ),\n toStateName: 'attri...
Ruby
e99ea0b5821cd13438ade966ce279e3f636c70f7
622
2022-02-02 19:37:33+05:30
-19,800
['193a531e4998b2cf0deafb7466109b094e000caf']
feat: Email signature API support (#3874)
[{'old_path': 'app/controllers/api/v1/profiles_controller.rb', 'new_path': 'app/controllers/api/v1/profiles_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -38,6 +38,8 @@ class Api::V1::ProfilesController < Api::BaseController\n :name,\n :display_name,\n :avatar,\n+ :message_sig...
Ruby
8821106da9fff246cee533631111dbb7074e7726
622
2022-02-02 14:21:17-08:00
-19,800
['e99ea0b5821cd13438ade966ce279e3f636c70f7']
Fix: Added the backend validation for name (#3878) - Added the backend validation for name - Add message size constraint
[{'old_path': 'app/models/account.rb', 'new_path': 'app/models/account.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -33,6 +33,7 @@ class Account < ApplicationRecord\n \n validates :name, presence: true\n validates :auto_resolve_duration, numericality: { greater_than_or_equal_to: 1, less_than_or_equal_to: ...
Ruby
fc1f25779316fdfaffbe0b54c90b4ef003f8b824
12
2022-02-03 09:14:22+05:30
-19,800
['8821106da9fff246cee533631111dbb7074e7726']
feat: Clone automation rules (#3893) Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
[{'old_path': 'app/javascript/dashboard/api/automation.js', 'new_path': 'app/javascript/dashboard/api/automation.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,9 +1,14 @@\n+/* global axios */\n import ApiClient from './ApiClient';\n \n class AutomationsAPI extends ApiClient {\n constructor() {\n super(...
Ruby
903072ef14807b3ae96596951452d30b412bd237
500
2022-02-03 10:05:56+05:30
-19,800
['fc1f25779316fdfaffbe0b54c90b4ef003f8b824']
chore: Add custom attributes in conversation webhook payload (#3839)
[{'old_path': 'app/presenters/conversations/event_data_presenter.rb', 'new_path': 'app/presenters/conversations/event_data_presenter.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -10,6 +10,7 @@ class Conversations::EventDataPresenter < SimpleDelegator\n messages: push_messages,\n meta: push_meta,\n...
Ruby
dbb50e59233d1bf7c78093e78432b7b42f181b0d
540
2022-02-03 10:11:02+05:30
-19,800
['903072ef14807b3ae96596951452d30b412bd237']
fix: Update font-size/width to fix iOS input zoom (#3894)
[{'old_path': 'app/javascript/widget/assets/scss/_forms.scss', 'new_path': 'app/javascript/widget/assets/scss/_forms.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -15,9 +15,9 @@ $input-height: $space-two * 2;\n color: $color-body;\n display: block;\n font-family: $font-family;\n- font-size: $font-size...
Ruby
8dcb4a5ed418128be4dd8aa07d38d2091798a8f9
540
2022-02-03 12:05:39+05:30
-19,800
['dbb50e59233d1bf7c78093e78432b7b42f181b0d']
chore: Add resolve action in Dialogflow Integration (#3900)
[{'old_path': 'lib/integrations/dialogflow/processor_service.rb', 'new_path': 'lib/integrations/dialogflow/processor_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -77,6 +77,8 @@ class Integrations::Dialogflow::ProcessorService\n case action\n when 'handoff'\n message.conversation.open!\n+...
Ruby
5c6958482f55c5fe0ac1e0cb2674ba2cade517e7
9
2022-02-03 12:14:34+05:30
-19,800
['8dcb4a5ed418128be4dd8aa07d38d2091798a8f9']
fix: Shows tooltip and avatar for template messages (#3898)
[{'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': '@@ -64,7 +64,7 @@\n >\n <woot-thumbnail\n :src="sender.thumbnail"\n- :...
Ruby
fba7f40beece9559c8fc2e778b647b8aae542013
622
2022-02-03 14:39:47+05:30
-19,800
['5c6958482f55c5fe0ac1e0cb2674ba2cade517e7']
Fix: Custom filter distinct select (#3895)
[{'old_path': 'app/services/contacts/filter_service.rb', 'new_path': 'app/services/contacts/filter_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -18,7 +18,7 @@ class Contacts::FilterService < FilterService\n @query_string += contact_query_string(current_filter, query_hash, current_index)\n en...
Ruby
cf10f3d03b666cd45b45df5d1fee28a533a21b46
603
2022-02-03 15:22:13-08:00
28,800
['fba7f40beece9559c8fc2e778b647b8aae542013']
chore: Provider APIs for SMS Channel - Bandwidth (#3889) fixes: #3888
[{'old_path': 'app/builders/contact_inbox_builder.rb', 'new_path': 'app/builders/contact_inbox_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -4,7 +4,7 @@ class ContactInboxBuilder\n def perform\n @contact = Contact.find(contact_id)\n @inbox = @contact.account.inboxes.find(inbox_id)\n- retu...
Ruby
9454c6b14f75e778ef98cf84bdafdf0ed8ae5705
603
2022-02-03 18:25:28-08:00
28,800
['cf10f3d03b666cd45b45df5d1fee28a533a21b46']
Fix: Conversation filter permissions (#3908) fixes: chatwoot/product#225
[{'old_path': 'app/finders/conversation_finder.rb', 'new_path': 'app/finders/conversation_finder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -55,7 +55,7 @@ class ConversationFinder\n \n def set_inboxes\n @inbox_ids = if params[:inbox_id]\n- current_account.inboxes.where(id: params[:in...
Ruby
32673ea8b402fafb8a15c8639b11bc972b1b92dd
572
2022-02-04 09:58:53+05:30
-3,600
['9454c6b14f75e778ef98cf84bdafdf0ed8ae5705']
chore: Allow Self Hosted Instances to use Support Inbox within Dashboard for Agents (#3907)
[{'old_path': 'app/views/layouts/vueapp.html.erb', 'new_path': 'app/views/layouts/vueapp.html.erb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -67,7 +67,7 @@\n <script>\n window.chatwootSettings = { hideMessageBubble: true, position: \'left\' };\n (function(d,t) {\n- var BASE_URL="https://...
Ruby
a7987d4d1cdf26a6913d2f123aafb83227037964
622
2022-02-04 13:14:20+05:30
-19,800
['32673ea8b402fafb8a15c8639b11bc972b1b92dd']
feat: Add date custom filter (#3892)
[{'old_path': 'app/services/contacts/filter_service.rb', 'new_path': 'app/services/contacts/filter_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -31,6 +31,8 @@ class Contacts::FilterService < FilterService\n case current_filter[\'attribute_type\']\n when \'additional_attributes\'\n " LOW...
Ruby
a737f89c473e64f9abdf8ff13a3e64edefa28877
500
2022-02-04 14:38:18+05:30
-19,800
['a7987d4d1cdf26a6913d2f123aafb83227037964']
fix: Ongoing campaign URL validation (#3890)
[{'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': '@@ -18,7 +18,7 @@ class Api::V1::Accounts::CampaignsController < Api::V1::Accounts::BaseController\n def show; end\n \n def u...
Ruby
1a3d39a7f32f2ea106bd43f8f89e94e7fb7877be
90
2022-02-07 12:27:20+05:30
-19,800
['a737f89c473e64f9abdf8ff13a3e64edefa28877']
feat: Shows an alert while replying if chats are not assigned to them (#3867) Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
[{'old_path': None, 'new_path': 'app/javascript/dashboard/components/ui/Banner.vue', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,129 @@\n+<template>\n+ <div class="banner" :class="bannerClasses">\n+ <span>\n+ {{ bannerMessage }}\n+ <a\n+ v-if="hrefLink"\n+ :href="hrefLink"\n+ ...
Ruby
047070ad87a2a077a33346e8c619cc213aaa7815
73
2022-02-07 12:44:05+05:30
-3,600
['1a3d39a7f32f2ea106bd43f8f89e94e7fb7877be']
chore: Fix translations in Swedish language (#3765) Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
[{'old_path': 'app/javascript/widget/i18n/locale/sv.json', 'new_path': 'app/javascript/widget/i18n/locale/sv.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -10,7 +10,7 @@\n },\n "TEAM_AVAILABILITY": {\n "ONLINE": "Vi är online",\n- "OFFLINE": "We are away at the moment"\n+ "OFFLINE": "Vi är bort...
Ruby
9f37a6e2ba7a7212bb419e318b8061f472e82d9f
500
2022-02-07 13:04:27+05:30
-19,800
['047070ad87a2a077a33346e8c619cc213aaa7815']
fix: Render valid urls only in custom attributes (#3921)
[{'old_path': 'app/javascript/dashboard/components/CustomAttribute.vue', 'new_path': 'app/javascript/dashboard/components/CustomAttribute.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -63,7 +63,7 @@\n rel="noopener noreferrer"\n class="value"\n >\n- {{ value || \'---\' }}\...
Ruby
f4c0ce5dfac96e004f3a078aec68dc7244f6e9d7
500
2022-02-07 13:43:16+05:30
-19,800
['9f37a6e2ba7a7212bb419e318b8061f472e82d9f']
chore: Assign to agent who create new message from contact panel (#3924)
[{'old_path': 'app/javascript/dashboard/routes/dashboard/conversation/contact/ConversationForm.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/conversation/contact/ConversationForm.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -133,6 +133,7 @@ export default {\n ...mapGetters({\n uiFlag...
Ruby
97675c61ea74a9925447d2d1a1e865fca4763a38
602
2022-02-07 17:19:34+05:30
28,800
['f4c0ce5dfac96e004f3a078aec68dc7244f6e9d7']
chore: Update to the latest translations (#3923) Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
[{'old_path': 'app/javascript/dashboard/i18n/locale/ar/advancedFilters.json', 'new_path': 'app/javascript/dashboard/i18n/locale/ar/advancedFilters.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,6 +1,6 @@\n {\n "FILTER": {\n- "TITLE": "تصفية المحادثة",\n+ "TITLE": "تصفية المحادثات",\n "SUBTITLE"...
Ruby
4c0f6c1333ef001964b336031bc326ddd235ae17
602
2022-02-07 20:17:49+05:30
28,800
['97675c61ea74a9925447d2d1a1e865fca4763a38']
chore: Update translations (#3927)
[{'old_path': 'app/javascript/dashboard/i18n/locale/el/conversation.json', 'new_path': 'app/javascript/dashboard/i18n/locale/el/conversation.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -22,7 +22,7 @@\n "LOADING_CONVERSATIONS": "Φόρτωση Συζητήσεων",\n "CANNOT_REPLY": "Δεν μπορείτε να απαντήσετε εξαι...
Ruby
375d943a48dede8c24c1b57d88442c72fa891892
12
2022-02-07 22:14:21+05:30
-19,800
['4c0f6c1333ef001964b336031bc326ddd235ae17']
fix: Avoid filter payload changing to null on load more conversations (#3926) Co-authored-by: Pranav Raj S <pranav@chatwoot.com> Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com>
[{'old_path': 'app/javascript/dashboard/helper/actionQueryGenerator.js', 'new_path': 'app/javascript/dashboard/helper/actionQueryGenerator.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,5 +1,6 @@\n const generatePayload = data => {\n- let payload = data.map(item => {\n+ const actions = JSON.parse(JSON.stri...
Ruby
2a07eae69f2d180fb32c3da834d5151e8256723f
540
2022-02-07 15:17:36-08:00
-19,800
['375d943a48dede8c24c1b57d88442c72fa891892']
fix: URL encode params on Platform API call (#3929) Add URL encoding for the params in platform API calls. Fixes: product#307 Fixes: #2186
[{'old_path': 'app/controllers/platform/api/v1/users_controller.rb', 'new_path': 'app/controllers/platform/api/v1/users_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -13,7 +13,8 @@ class Platform::Api::V1::UsersController < PlatformController\n end\n \n def login\n- render json: { url: "#{ENV...
Ruby
d891c1e7b52f9e3542d728ada0263ca88ab43b74
90
2022-02-08 10:11:56+05:30
-19,800
['2a07eae69f2d180fb32c3da834d5151e8256723f']
Fixes API call failing after opening the saved filter (#3932)
[{'old_path': 'app/javascript/dashboard/components/ChatList.vue', 'new_path': 'app/javascript/dashboard/components/ChatList.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -368,7 +368,7 @@ export default {\n if (this.$route.name !== 'home') {\n this.$router.push({ name: 'home' });\n }\n- ...
Ruby
e2ff1b1a152bdc739851f6b85a8801c0a8c542fe
602
2022-02-08 10:12:34+05:30
28,800
['d891c1e7b52f9e3542d728ada0263ca88ab43b74']
chore: Update German translations (#3928)
[{'old_path': 'app/javascript/dashboard/i18n/locale/de/conversation.json', 'new_path': 'app/javascript/dashboard/i18n/locale/de/conversation.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -22,7 +22,7 @@\n "LOADING_CONVERSATIONS": "Gespräche laden",\n "CANNOT_REPLY": "Du kannst nicht Antworten aufgrund...
Ruby
7b2ff2f112936c0905f4ef3ef608e1cae790ac38
540
2022-02-08 10:38:14+05:30
-19,800
['e2ff1b1a152bdc739851f6b85a8801c0a8c542fe']
feat: Show assignee name in folders view (#3933)
[{'old_path': 'app/javascript/dashboard/components/ChatList.vue', 'new_path': 'app/javascript/dashboard/components/ChatList.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -245,7 +245,10 @@ export default {\n });\n },\n showAssigneeInConversationCard() {\n- return this.activeAssigneeTab === w...
Ruby
4ae9ed8f945e1ab188c0cfb5f3a3f3f15b33e622
500
2022-02-08 16:39:19+05:30
-19,800
['7b2ff2f112936c0905f4ef3ef608e1cae790ac38']
chore: Assign the conversation to agent who opens the conversation (#3925)
[{'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': "@@ -61,6 +61,7 @@ class Api::V1::Accounts::ConversationsController < Api::V1::Accounts::BaseContro\n else\n @st...
Ruby
4e416b4d51cf6fe542379f751ee1e8e490b580b3
209
2022-02-08 03:26:13-08:00
28,800
['4ae9ed8f945e1ab188c0cfb5f3a3f3f15b33e622']
Add openssl verify mode and email encryption for smtp configuration (#3885) * Add openssl verify mode and email encryption for smtp configuration * Add spec for code coverage
[{'old_path': 'app/helpers/api/v1/inboxes_helper.rb', 'new_path': 'app/helpers/api/v1/inboxes_helper.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -26,8 +26,48 @@ module Api::V1::InboxesHelper\n def validate_smtp(channel_data)\n return unless channel_data.key?(\'smtp_enabled\') && channel_data[:smtp_enab...
Ruby
0ec3a560414be178f1f5064b29031693bf255658
90
2022-02-09 14:35:18+05:30
-19,800
['4e416b4d51cf6fe542379f751ee1e8e490b580b3']
fix: Blank page after deleting contact (#3948)
[{'old_path': 'app/javascript/dashboard/routes/dashboard/conversation/contact/ContactInfo.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/conversation/contact/ContactInfo.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -266,6 +266,9 @@ export default {\n await this.$store.dispatch('contacts...
Ruby
4201b573157c954d57a4c9311483653ac6250795
9
2022-02-10 12:48:22+05:30
-19,800
['0ec3a560414be178f1f5064b29031693bf255658']
fix: Fixes console error with image component in widget (#3955)
[{'old_path': 'app/javascript/widget/components/ImageBubble.vue', 'new_path': 'app/javascript/widget/components/ImageBubble.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -28,6 +28,9 @@ export default {\n onImgError() {\n this.$emit('error');\n },\n+ onClick() {\n+ this.$emit('click');\n+...
Ruby
e9a162e71aedfd4afd6ebf4946a25e3cabf6cb84
554
2022-02-10 19:20:30+05:30
-46,800
['4201b573157c954d57a4c9311483653ac6250795']
feat: Prefer reply-to over from in email channels (#3837) Co-authored-by: root <root@support.loomio.com>
[{'old_path': 'app/presenters/mail_presenter.rb', 'new_path': 'app/presenters/mail_presenter.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -91,11 +91,11 @@ class MailPresenter < SimpleDelegator\n \n def from\n # changing to downcase to avoid case mismatch while finding contact\n- @mail.from.map(&:down...
Ruby
1115bd18ed7f7b92eba713e38eed9a2689e72e8d
90
2022-02-11 07:15:07+05:30
-19,800
['e9a162e71aedfd4afd6ebf4946a25e3cabf6cb84']
fix: Icon colors are not recognizable in bubble (#3957)
[{'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': '@@ -137,12 +137,12 @@ export default {\n .time {\n color: var(--w-100);\n }...
Ruby
ba7f387ddef741d9b9cf494d47a920adad6dcbc2
9
2022-02-11 08:38:42+05:30
-19,800
['1115bd18ed7f7b92eba713e38eed9a2689e72e8d']
chore: Reduces clutter in inbox settings page (#3960) * chore: Reduces clutter in inbox settings page * Fix spacing issues Co-authored-by: Fayaz Ahmed <15716057+fayazara@users.noreply.github.com> Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
[{'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': '@@ -22,13 +22,14 @@\n <woot-avatar-uploader\n :label="$t(\'INBOX_MGMT.ADD.WEBSITE_C...
Ruby
2da618bd5e2fe055d98cfe1b6700fe2c9faae09f
500
2022-02-14 09:44:25+05:30
-19,800
['ba7f387ddef741d9b9cf494d47a920adad6dcbc2']
feat: Add `conversation_created` event in webhooks (#3949)
[{'old_path': 'app/listeners/webhook_listener.rb', 'new_path': 'app/listeners/webhook_listener.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -22,6 +22,13 @@ class WebhookListener < BaseListener\n deliver_webhook_payloads(payload, inbox)\n end\n \n+ def conversation_created(event)\n+ conversation = ex...
Ruby
25001689ecb2ad46cd879936946104fba2e35bee
622
2022-02-14 11:20:31+05:30
-19,800
['2da618bd5e2fe055d98cfe1b6700fe2c9faae09f']
fix: Use to_i in campaign scheduled_at key (#3968)
[{'old_path': 'app/views/api/v1/models/_campaign.json.jbuilder', 'new_path': 'app/views/api/v1/models/_campaign.json.jbuilder', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -13,7 +13,7 @@ json.campaign_status resource.campaign_status\n json.enabled resource.enabled\n json.campaign_type resource.campaign_type\n if ...
Ruby
74d9203868fff879b09e2ed04743cb0963823ef0
9
2022-02-14 15:46:20+05:30
-19,800
['25001689ecb2ad46cd879936946104fba2e35bee']
feat: Show the sender email address (#3974)
[{'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': '@@ -4,6 +4,10 @@\n class="message__mail-head"\n :class="{ \'is-incoming\': isIn...
Ruby
2c15d5b4f3445691a7b1ae734001b3ce3fccc3a1
9
2022-02-14 15:52:15+05:30
-19,800
['74d9203868fff879b09e2ed04743cb0963823ef0']
fix: Custom attribute not getting changed on conversations (#3965)
[{'old_path': 'app/javascript/dashboard/components/CustomAttribute.vue', 'new_path': 'app/javascript/dashboard/components/CustomAttribute.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -141,16 +141,6 @@ export default {\n editedValue: null,\n };\n },\n- validations() {\n- if (this.isAttributeTy...
Ruby
3d73d8935a3739f38446b08357a9e760f6cc98d8
603
2022-02-14 15:55:08+05:30
-19,800
['edd93ca4a3ebf20a1f140094cd5e4da90e541928']
feat: Add the ability for a super admin to define account limits (#3946) Fixes: #3773
[{'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': "@@ -2,6 +2,7 @@ class Api::V1::Accounts::InboxesController < Api::V1::Accounts::BaseController\n include Api::V1::InboxesHelper\n ...
Ruby
04148b95a6a815210e78758f742154fac0e201af
602
2022-02-14 17:11:43+05:30
-19,800
['3d73d8935a3739f38446b08357a9e760f6cc98d8']
chore: Update translations (#3937)
[{'old_path': 'app/javascript/dashboard/i18n/locale/ar/conversation.json', 'new_path': 'app/javascript/dashboard/i18n/locale/ar/conversation.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -184,6 +184,7 @@\n }\n },\n "EMAIL_HEADER": {\n+ "FROM": "From",\n "TO": "إلى",\n "BCC": "Bcc",\n "...
Ruby
9c7044c81b1172381b3528ea6435d013de35b9a7
540
2022-02-14 17:37:40+05:30
-19,800
['04148b95a6a815210e78758f742154fac0e201af']
fix: Use default from attribute if undefined (#3977)
[{'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': "@@ -51,7 +51,7 @@ export default {\n },\n computed: {\n fromMail() {\n- co...
Ruby
de4e4c6f65e32fc3259686dbe3fdc18c52ef1555
622
2022-02-14 20:22:58+05:30
-19,800
['f34a2e611507eeeeffab0bbe1cf766490567b16f']
fix: html content is available and mail_part empty (#3964)
[{'old_path': 'app/presenters/mail_presenter.rb', 'new_path': 'app/presenters/mail_presenter.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -27,17 +27,21 @@ class MailPresenter < SimpleDelegator\n end\n \n # returns encoded mail body text_part if available.\n- # returns encoded mail body as it is if mail_p...
Ruby
d5c9193d1ae54c6dbb7d82ce4cbd6bcc2b4f27b3
622
2022-02-15 10:28:04+05:30
-19,800
['de4e4c6f65e32fc3259686dbe3fdc18c52ef1555']
feat: Add specs for reply-to changes (#3959)
[{'old_path': 'app/presenters/mail_presenter.rb', 'new_path': 'app/presenters/mail_presenter.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -103,7 +103,7 @@ class MailPresenter < SimpleDelegator\n end\n \n def original_sender\n- @mail['X-Original-Sender'].try(:value) || from.first\n+ @mail[:reply_to]....
Ruby
351a3dc3726a6d79e9097a40512248ea16c177f4
9
2022-02-15 10:38:24+05:30
-19,800
['d5c9193d1ae54c6dbb7d82ce4cbd6bcc2b4f27b3']
feat: Adds email signature form to profile settings (#3906)
[{'old_path': 'app/javascript/dashboard/api/auth.js', 'new_path': 'app/javascript/dashboard/api/auth.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -142,9 +142,9 @@ export default {\n }) {\n const formData = new FormData();\n Object.keys(profileAttributes).forEach(key => {\n- const value = profil...
Ruby
2591a04c0b29e9d1ed39bf7fa75805d04cc19d2b
540
2022-02-15 12:10:53+05:30
-19,800
['351a3dc3726a6d79e9097a40512248ea16c177f4']
chore: Remove message_signature_enabled from users (#3982)
[{'old_path': 'app/controllers/api/v1/profiles_controller.rb', 'new_path': 'app/controllers/api/v1/profiles_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -39,7 +39,6 @@ class Api::V1::ProfilesController < Api::BaseController\n :display_name,\n :avatar,\n :message_signature,\n- ...
Ruby
94a473c9f83c1dacb34fd3930575059aea293419
622
2022-02-15 16:16:54+05:30
-19,800
['2591a04c0b29e9d1ed39bf7fa75805d04cc19d2b']
chore: Delayed deploy of direct uploads (#3966) 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': '@@ -29,10 +29,12 @@ class Messages::MessageBuilder\n return if @attachments.blank?\n \n @attachments.each do |uploaded_attachment|\n- @message.att...
Ruby
a703ef2de62ce497c1175c18106d85079d5296d8
602
2022-02-15 16:22:42+05:30
-19,800
['94a473c9f83c1dacb34fd3930575059aea293419']
chore: Update translations (#3980)
[{'old_path': 'app/javascript/dashboard/i18n/locale/ar/conversation.json', 'new_path': 'app/javascript/dashboard/i18n/locale/ar/conversation.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -57,6 +57,9 @@\n }\n },\n "FOOTER": {\n+ "MESSAGE_SIGN_TOOLTIP": "Message signature",\n+ "ENABLE_S...
Ruby
e6f8895c1bfc1ef7dfb33f0b677bff8a0ff6218b
209
2022-02-15 17:10:49+05:30
28,800
['a703ef2de62ce497c1175c18106d85079d5296d8']
feat: Group by filter in reports (#3973)
[{'old_path': '.codeclimate.yml', 'new_path': '.codeclimate.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -49,3 +49,4 @@ exclude_patterns:\n - 'app/javascript/dashboard/routes/dashboard/contacts/contactFilterItems/index.js'\n - 'app/javascript/dashboard/routes/dashboard/settings/automation/constants.js'\n...
Ruby
464e12ceb726dea5562ed4a110cf6c47833c5b4e
209
2022-02-15 17:11:28+05:30
28,800
['e6f8895c1bfc1ef7dfb33f0b677bff8a0ff6218b']
fix: Update auto reply and hide reply time for email inbox (#3985) Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
[{'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': '@@ -149,7 +149,7 @@\n :richtext="!textAreaChannels"\n />\n </div>\n- ...
Ruby
5ad7e930591037b08ed1c86e1425a3481538890b
603
2022-02-15 18:15:45+05:30
-19,800
['505c93c46748ca014adae079431f3a7617864322']
chore: Discard activities from email notifiable messages (#3989)
[{'old_path': 'app/models/message.rb', 'new_path': 'app/models/message.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -137,7 +137,8 @@ class Message < ApplicationRecord\n end\n \n def email_notifiable_message?\n- return false if private? || incoming?\n+ return false if private?\n+ return false if %...
Ruby
e345a4486dea849956e5266aa438c32700092180
90
2022-02-15 22:49:53+05:30
-19,800
['5ad7e930591037b08ed1c86e1425a3481538890b']
fix: Throwing NavigationDuplicated error (#3978)
[{'old_path': 'app/javascript/dashboard/components/widgets/conversation/ConversationCard.vue', 'new_path': 'app/javascript/dashboard/components/widgets/conversation/ConversationCard.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -255,6 +255,9 @@ export default {\n foldersId: this.foldersId,\n c...
Ruby
5ad6db07b4cf21a705e8b9c84f44930228fd33f4
12
2022-02-15 23:36:29+05:30
-19,800
['e345a4486dea849956e5266aa438c32700092180']
fix: Automation Bugs and minor enhancements (#3936)
[{'old_path': 'app/javascript/dashboard/components/layout/config/sidebarItems/settings.js', 'new_path': 'app/javascript/dashboard/components/layout/config/sidebarItems/settings.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -69,13 +69,13 @@ const settings = accountId => ({\n ),\n toStateName: 'attri...
Ruby
2586c8e7e5a304da46a69ff67477fc805d7e1fa4
90
2022-02-17 18:58:53+05:30
-19,800
['b9025a98d395f396c61a88a7e553af6d877cb41f']
fix: Lock icon colour issue in private messages (#4009) * fix: Lock icon colour issue in private messages * minor fixes
[{'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': '@@ -19,14 +19,16 @@\n v-if="isPrivate"\n v-tooltip.top-start="$t(\'CONVERSATI...
Ruby
ea3e011d3fdbdf07a3ed7e835860a66a0cb84209
90
2022-02-17 20:42:13+05:30
-19,800
['2586c8e7e5a304da46a69ff67477fc805d7e1fa4']
fix: Auto scroll to bottom when agent sends a message (#3764)
[{'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': "@@ -479,7 +479,7 @@ export default {\n 'createPendingMessageAndSend',\n messa...
Ruby
80d83b401ca12cf6c9139d702713b3726165894d
500
2022-02-18 11:09:43+05:30
-19,800
['ea3e011d3fdbdf07a3ed7e835860a66a0cb84209']
feat: Show refresh modal on action cable disconnect (#4010)
[{'old_path': 'app/javascript/dashboard/components/NetworkNotification.vue', 'new_path': 'app/javascript/dashboard/components/NetworkNotification.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -30,6 +30,7 @@\n <script>\n import globalConfigMixin from 'shared/mixins/globalConfigMixin';\n import { mapGetters } f...
Ruby
ea44a327589aa1608c5141218017582192728132
540
2022-02-18 20:02:50+05:30
-19,800
['80d83b401ca12cf6c9139d702713b3726165894d']
feat: Add hCaptcha for public forms (#4017) - added hCaptcha based verification for chatwoot signups Co-authored-by: Sojan <sojan@pepalo.com>
[{'old_path': 'app/controllers/api/v1/accounts_controller.rb', 'new_path': 'app/controllers/api/v1/accounts_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -4,6 +4,7 @@ class Api::V1::AccountsController < Api::BaseController\n skip_before_action :authenticate_user!, :set_current_user, :handle_with_e...
Ruby
7ba24b90c451fa423c9bb491b00f211ccaa74251
500
2022-02-21 09:40:11+05:30
-19,800
['3b015d4dd8fd311271c6084f302e03d0c7c3d5c4']
feat: Add `chatwoot:error` sdk event (#3998)
[{'old_path': 'app/javascript/packs/sdk.js', 'new_path': 'app/javascript/packs/sdk.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -2,17 +2,12 @@ import Cookies from 'js-cookie';\n import { IFrameHelper } from '../sdk/IFrameHelper';\n import { getBubbleView } from '../sdk/bubbleHelpers';\n import md5 from 'md5';...
Ruby
e348db1e37a7d281b24bbfa07317095407f74e38
209
2022-02-22 01:28:49-08:00
28,800
['7ba24b90c451fa423c9bb491b00f211ccaa74251']
Fix: add option to choose 24 hour working slot (#4018) * Add option to choose 24 hour working slot * fix spec * add check to update open hour and close hour for open all day * update 24 hour working slot change in widget side * add validation to check open_all_day and closed_all_day true at the same time
[{'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': '@@ -463,7 +463,8 @@\n "HOURS": "hours",\n "VALIDATION_ERROR": "Starting time should be before closing time.",\n ...
Ruby
eb0da2026f63de83645c8659f9c2b79609d60d38
603
2022-02-22 16:06:04+05:30
-19,800
['e348db1e37a7d281b24bbfa07317095407f74e38']
chore: Bundle update (#4038) - address the nokogiri security issues
[{'old_path': '.rubocop.yml', 'new_path': '.rubocop.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -26,6 +26,8 @@ Style/FrozenStringLiteralComment:\n Enabled: false\n Style/SymbolArray:\n Enabled: false\n+Style/OpenStructUse:\n+ Enabled: false\n Style/OptionalBooleanParameter:\n Exclude:\n - 'app/se...
Ruby
9059f5906ad665499cc31d5bca7962faa56b20d7
90
2022-02-23 16:48:53+05:30
-19,800
['eb0da2026f63de83645c8659f9c2b79609d60d38']
fix: Throwing error when click load more conversation (#4049)
[{'old_path': 'app/javascript/dashboard/components/ChatList.vue', 'new_path': 'app/javascript/dashboard/components/ChatList.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -219,7 +219,7 @@ export default {\n folders: 'customViews/getCustomViews',\n }),\n hasAppliedFilters() {\n- return this.a...
Ruby
1ca1b4d36b014bdc918c6adbbb69cda16b46c106
622
2022-02-23 16:53:36+05:30
-19,800
['9059f5906ad665499cc31d5bca7962faa56b20d7']
feat: bulk actions to update conversation objects (#3934) Added the endpoints for bulk updating conversation objects Fixes: #3845 #3940 #3943
[{'old_path': None, 'new_path': 'app/controllers/api/v1/accounts/bulk_actions_controller.rb', 'type': <ModificationType.ADD: 1>, 'diff': "@@ -0,0 +1,26 @@\n+class Api::V1::Accounts::BulkActionsController < Api::V1::Accounts::BaseController\n+ before_action :type_matches?\n+\n+ def create\n+ if type_matches?\n+ ...
Ruby
85f19fa25a408c43a74d0e3e299c49d2af3f8c6a
540
2022-02-23 20:18:20+05:30
-19,800
['1ca1b4d36b014bdc918c6adbbb69cda16b46c106']
chore: Show error messages from server in agent APIs (#4055)
[{'old_path': 'app/javascript/dashboard/routes/dashboard/settings/agents/AddAgent.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/settings/agents/AddAgent.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -127,11 +127,16 @@ export default {\n this.showAlert(this.$t('AGENT_MGMT.ADD.API.SUCCESS...
Ruby
dcecbf4b803f1c4006a190c014875f5a8973d217
9
2022-02-24 21:33:16-08:00
-19,800
['d590b0ebc4dc42f22f3fa53efbac7f7ece1011ce']
Fix: show empty emails in chat (#4030)
[{'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': '@@ -1,5 +1,8 @@\n <template>\n- <li v-if="hasAttachments || data.content" :class="alignBubble">\n+ <l...
Ruby
6c94768bdbe1da26c8009d8ab97c4d4343a1729e
540
2022-02-25 16:18:18+05:30
-19,800
['dcecbf4b803f1c4006a190c014875f5a8973d217']
feat: Add `flat` design for widget (#4065)
[{'old_path': 'app/controllers/widget_tests_controller.rb', 'new_path': 'app/controllers/widget_tests_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,5 +1,8 @@\n class WidgetTestsController < ActionController::Base\n- before_action :set_web_widget\n+ before_action :ensure_web_widget\n+ before_ac...
Ruby
2c8a3ef3b2afc9494d2ee86771e7065acf28e239
9
2022-02-25 16:36:10+05:30
-19,800
['6c94768bdbe1da26c8009d8ab97c4d4343a1729e']
fix: Message signature going with other channels message (#4024) Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
[{'old_path': 'app/javascript/dashboard/components/widgets/WootWriter/ReplyBottomPanel.vue', 'new_path': 'app/javascript/dashboard/components/widgets/WootWriter/ReplyBottomPanel.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -110,7 +110,7 @@ import { ALLOWED_FILE_TYPES } from 'shared/constants/messages';\n \n ...
Ruby
cc74bebc0f44dc452e4489e2bdeba858ef352a70
540
2022-02-25 16:36:36+05:30
-19,800
['2c8a3ef3b2afc9494d2ee86771e7065acf28e239']
feat: Display Account context in the UI (#4069)
[{'old_path': 'app/controllers/dashboard_controller.rb', 'new_path': 'app/controllers/dashboard_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -27,7 +27,9 @@ class DashboardController < ActionController::Base\n 'ANALYTICS_TOKEN',\n 'ANALYTICS_HOST',\n 'DIRECT_UPLOADS_ENABLED',\n- ...
Ruby
4ca66c119509bd5228bf9f71eb2c295836386bf9
603
2022-02-25 18:01:21+05:30
-19,800
['cc74bebc0f44dc452e4489e2bdeba858ef352a70']
fix: Automation loop on conversation_update (#4071)
[{'old_path': 'app/models/conversation.rb', 'new_path': 'app/models/conversation.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -183,6 +183,9 @@ class Conversation < ApplicationRecord\n end\n \n def notify_conversation_updation\n+ return unless previous_changes.keys.present? && (previous_changes.keys & %...
Ruby
9b615f11f1f670c5297460c6b20209c4e69a1f12
540
2022-02-28 10:56:24+05:30
-19,800
['4ca66c119509bd5228bf9f71eb2c295836386bf9']
fix: Consider timezone in the reports (#4027) Co-authored-by: Sojan Jose <sojan@pepalo.com>
[{'old_path': 'app/builders/v2/report_builder.rb', 'new_path': 'app/builders/v2/report_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -7,6 +7,9 @@ class V2::ReportBuilder\n def initialize(account, params)\n @account = account\n @params = params\n+\n+ timezone_offset = (params[:timezone_offs...
Ruby
46c1734ba19caa1b9cd36ce202637802da038f42
500
2022-02-28 12:10:55+05:30
-19,800
['9b615f11f1f670c5297460c6b20209c4e69a1f12']
feat: Add additional attributes in `setUser` method (#3958)
[{'old_path': 'app/actions/contact_identify_action.rb', 'new_path': 'app/actions/contact_identify_action.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -52,12 +52,11 @@ class ContactIdentifyAction\n end\n \n def update_contact\n- custom_attributes = params[:custom_attributes] ? @contact.custom_attributes...
Ruby
87a6266ddc07df23aeb01db1f26e060c2c3f567d
540
2022-02-28 14:53:11+05:30
-19,800
['cebb1bf871e0d8ad7c1627bd27e46489be30da9c']
fix: Add resetTriggered flag to fix reset loop (#4079)
[{'old_path': 'app/javascript/packs/sdk.js', 'new_path': 'app/javascript/packs/sdk.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -25,6 +25,7 @@ const runSDK = ({ baseUrl, websiteToken }) => {\n launcherTitle: chatwootSettings.launcherTitle || '',\n showPopoutButton: chatwootSettings.showPopoutButton ||...
Ruby
aff14b697f8ebf1cb09f6f70236e5db911675893
500
2022-02-28 15:44:02+05:30
-19,800
['87a6266ddc07df23aeb01db1f26e060c2c3f567d']
chore: Add webhook URL validation (#4080)
[{'old_path': 'app/models/webhook.rb', 'new_path': 'app/models/webhook.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -20,7 +20,7 @@ class Webhook < ApplicationRecord\n belongs_to :inbox, optional: true\n \n validates :account_id, presence: true\n- validates :url, uniqueness: { scope: [:account_id] }, form...
Ruby
12c0be002e20f0ed1bb44a83280941fcd6552ad4
209
2022-02-28 16:54:43+05:30
-19,800
['aff14b697f8ebf1cb09f6f70236e5db911675893']
feat: Format time in reports (#4072) Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
[{'old_path': 'app/javascript/dashboard/assets/scss/widgets/_report.scss', 'new_path': 'app/javascript/dashboard/assets/scss/widgets/_report.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -21,8 +21,9 @@\n }\n \n .metric {\n- font-size: $font-size-bigger;\n+ font-size: $font-size-big;\n font-weig...
Ruby
4260441f8c95b141095e61fbe23e12852cdd8347
603
2022-02-28 18:16:12+05:30
-19,800
['12c0be002e20f0ed1bb44a83280941fcd6552ad4']
Chore: clean up Reporting Events (#4044) Tech debt clean up Fixes #4057 Co-authored-by: Aswin Dev P S <aswin@chatwoot.com>
[{'old_path': 'app/builders/v2/report_builder.rb', 'new_path': 'app/builders/v2/report_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -95,15 +95,15 @@ class V2::ReportBuilder\n end\n \n def avg_first_response_time\n- (get_grouped_values scope.events.where(name: 'first_response')).average(:value)\...
Ruby