Search is not available for this dataset
hash
string
author
int32
committer_date
string
timezone
int64
parents
string
message
string
changes
string
language
string
fc06ee7726742a77227fead53ae3d056c0108e48
540
2023-01-04 15:39:03-08:00
28,800
['88053c60c714011a757c819499b8ce1969d65782']
fix: Update the page size to 15, change default sort to last_activity (#6177)
[{'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': "@@ -66,11 +66,11 @@ export default {\n },\n sortParam: {\n type: St...
Ruby
269ad8f6972deaa5a5f1e9faa918b3b586c25c55
603
2023-01-05 18:36:21+05:30
-19,800
['9cb75b55f70d286fe3b166ae970bf3269fa0dfea']
Fix: Errors in Heroku deployments (#6182) Due to 86ca7f4a8d5e2b7d45033e85d5e100870ed0bfa0 the redis configuration in Heroku deployments was breaking, temporarily reverting the part until we identify a fix. fixes: #5938
[{'old_path': 'config/initializers/01_redis.rb', 'new_path': 'config/initializers/01_redis.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,4 +1,3 @@\n-Rails.application.reloader.to_prepare do\n # Alfred\n # Add here as you use it for more features\n # Used for Round Robin, Conversation Emails & Online Presenc...
Ruby
b9ae664d4740e222d6958f67d1baf2184edf04a6
583
2023-01-05 19:35:11-08:00
-19,800
['269ad8f6972deaa5a5f1e9faa918b3b586c25c55']
fix: Update incorrect label for team selection (#6180)
[{'old_path': 'app/javascript/dashboard/routes/dashboard/settings/reports/components/ReportFilters.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/settings/reports/components/ReportFilters.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -90,7 +90,16 @@\n </div>\n <div v-else class="small-12...
Ruby
4bbd56f87de3193b25529ec1e5271887eeaf4478
2
2023-01-06 13:58:05+05:30
-19,800
['b9ae664d4740e222d6958f67d1baf2184edf04a6']
chore: Update error message in Custom Attributes (#6187)
[{'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': '@@ -42,8 +42,8 @@\n }\n },\n "API": {\n- "SUCCESS_MESSAGE": "Custom Attribute added successful...
Ruby
74c6db37b37acc69fd6da237b5cc89e479b7cbaa
9
2023-01-06 15:37:28+05:30
-19,800
['4bbd56f87de3193b25529ec1e5271887eeaf4478']
fix: Fixes broken style in automation page (#6171) * fix: Fixes broken style in automation page * Fix the position of drag handle Co-authored-by: fayazara <fayazara@gmail.com> Co-authored-by: Fayaz Ahmed <15716057+fayazara@users.noreply.github.com>
[{'old_path': 'app/javascript/dashboard/assets/scss/_foundation-settings.scss', 'new_path': 'app/javascript/dashboard/assets/scss/_foundation-settings.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -75,7 +75,7 @@ Arial,\n sans-serif;\n $body-antialiased: true;\n $global-margin: $space-small;\n-$global-padding...
Ruby
fbdc921ee5eaca13f337723b71f6aaecad3f6b2a
603
2023-01-06 17:18:31+05:30
-19,800
['3beafe31f8ee0af248d1ede39ceca8bca9dd9658']
chore: Fix sentry errors for Instagram channel (#6189) fixes: #6188
[{'old_path': 'app/services/instagram/message_text.rb', 'new_path': 'app/services/instagram/message_text.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -12,14 +12,12 @@ class Instagram::MessageText < Instagram::WebhooksBaseService\n \n def perform\n create_test_text\n- instagram_id, contact_id = if age...
Ruby
50894fd591bf57b525cb386d1c7e1b7c72d9d589
583
2023-01-06 13:44:30-08:00
-19,800
['fbdc921ee5eaca13f337723b71f6aaecad3f6b2a']
fix: Add padding for an empty state (#6190)
[{'old_path': 'app/views/public/api/v1/portals/categories/show.html.erb', 'new_path': 'app/views/public/api/v1/portals/categories/show.html.erb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -26,7 +26,7 @@\n <section class="bg-white max-w-5xl w-full mx-auto py-6 px-4 flex flex-col items-center justify-center flex-...
Ruby
cbfbe6dbad6014c2eebdc725e538dd1ef789edad
540
2023-01-09 12:37:18+05:30
28,800
['50894fd591bf57b525cb386d1c7e1b7c72d9d589']
feat: Add backend APIs for Dyte integration (#6197) - The backend changes required for Dyte Integration.
[{'old_path': None, 'new_path': 'app/controllers/api/v1/accounts/integrations/dyte_controller.rb', 'type': <ModificationType.ADD: 1>, 'diff': "@@ -0,0 +1,48 @@\n+class Api::V1::Accounts::Integrations::DyteController < Api::V1::Accounts::BaseController\n+ before_action :fetch_conversation, only: [:create_a_meeting]\n+ ...
Ruby
4172cb4b23664564ba04c3ac215116f53c897aad
90
2023-01-09 13:26:31+05:30
-19,800
['cbfbe6dbad6014c2eebdc725e538dd1ef789edad']
feat: Uses expanded layout as default if the breakpoint is less than or equal to 992px (#6134) * feat: Uses expanded layout as default if the breakpoint is below 992px * fixes: ES lint issue * chore: Review fixes * chore: Hide toggle sidebar menu in profile settings * chore: Fix login screen * Update ap...
[{'old_path': 'app/javascript/dashboard/assets/scss/widgets/_conv-header.scss', 'new_path': 'app/javascript/dashboard/assets/scss/widgets/_conv-header.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -42,7 +42,6 @@ $resolve-button-width: 13.2rem;\n margin-right: var(--space-normal);\n min-width: 0;\n \n...
Ruby
0a65a233d7ba2187fae4567ae7906dcc30f3443b
90
2023-01-09 13:42:19+05:30
-19,800
['4172cb4b23664564ba04c3ac215116f53c897aad']
fix: Invalid portal domain validation (#6166) * fix: Invalid portal domain validation Co-authored-by: Shivam Mishra <scm.mymail@gmail.com> Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
[{'old_path': 'app/javascript/dashboard/routes/dashboard/helpcenter/components/PortalSettingsBasicForm.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/helpcenter/components/PortalSettingsBasicForm.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -81,7 +81,8 @@\n </template>\n \n <script>\n-import { ...
Ruby
24cf7af30b5aa094510c9e7f8bac8dc597857b3f
540
2023-01-09 11:49:27-08:00
28,800
['0a65a233d7ba2187fae4567ae7906dcc30f3443b']
feat: Add video call option with Dyte in the dashboard (#6207) Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com> Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
[{'old_path': None, 'new_path': 'app/javascript/dashboard/api/integrations/dyte.js', 'type': <ModificationType.ADD: 1>, 'diff': "@@ -0,0 +1,23 @@\n+/* global axios */\n+\n+import ApiClient from '../ApiClient';\n+\n+class DyteAPI extends ApiClient {\n+ constructor() {\n+ super('integrations/dyte', { accountScoped: t...
Ruby
ffb4bd0109320ef84d22efdd7bf891885ebf0d07
540
2023-01-09 11:52:31-08:00
28,800
['24cf7af30b5aa094510c9e7f8bac8dc597857b3f']
feat: Add the support for video calls with Dyte in the live-chat widget (#6208) Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com> Co-authored-by: iamsivin <iamsivin@gmail.com>
[{'old_path': None, 'new_path': 'app/controllers/api/v1/widget/integrations/dyte_controller.rb', 'type': <ModificationType.ADD: 1>, 'diff': "@@ -0,0 +1,36 @@\n+class Api::V1::Widget::Integrations::DyteController < Api::V1::Widget::BaseController\n+ before_action :set_message\n+\n+ def add_participant_to_meeting\n+ ...
Ruby
817ec4c50f06e3f6c921b141364d8148c1e32e17
583
2023-01-09 20:16:53-08:00
-19,800
['ffb4bd0109320ef84d22efdd7bf891885ebf0d07']
fix: Fix the default article sidebar state (#6191) Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
[{'old_path': 'app/javascript/dashboard/routes/dashboard/helpcenter/components/Header/EditArticleHeader.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/helpcenter/components/Header/EditArticleHeader.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -113,6 +113,10 @@ const { ARTICLE_STATUS_TYPES } = w...
Ruby
28c8023bad764d9e934686583ce94e47f96dfc56
603
2023-01-09 21:23:11-08:00
-19,800
['817ec4c50f06e3f6c921b141364d8148c1e32e17']
chore: Update translations (#6211)
[{'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': '@@ -42,8 +42,8 @@\n }\n },\n "API": {\n- "SUCCESS_MESSAGE": "تم إضافة سمة مخصصة بنجاح",\n- ...
Ruby
add33d032c48c6dc8e5c99da1d9ff966a8af8cd7
90
2023-01-10 11:35:56+05:30
-19,800
['28c8023bad764d9e934686583ce94e47f96dfc56']
feat: Adds automation view for assigning an agent (#6131) * feat: Adds automation view for assigning an agent Co-authored-by: Tejaswini Chile <tejaswini@chatwoot.com> Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com> Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
[{'old_path': 'app/javascript/dashboard/helper/automationHelper.js', 'new_path': 'app/javascript/dashboard/helper/automationHelper.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -97,8 +97,9 @@ export const generateConditionOptions = (options, key = 'id') => {\n });\n };\n \n-export const getActionOptions = ({...
Ruby
e7a52c3a461b0313f7169c5ba9f590c4e626fd42
90
2023-01-10 15:36:16+05:30
-19,800
['add33d032c48c6dc8e5c99da1d9ff966a8af8cd7']
fix: If desktop view is false then the view not getting updated (#6214) * fix: Desktop view is false then the view not getting updated * chore: Handle sidebar in small screen * fix: Scroll issue in touch screens
[{'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': '@@ -81,8 +81,12 @@\n }\n \n .conversations-list {\n- @include scroll-on-hover;\n+ overflow-y:...
Ruby
078ff615ee100fb386846d08ea148f3e75465419
500
2023-01-10 16:00:34+05:30
-19,800
['e7a52c3a461b0313f7169c5ba9f590c4e626fd42']
feat: Add support for template variables in messages content (#6215) Fixes: #6078 Co-authored-by: Sojan <sojan@pepalo.com>
[{'old_path': None, 'new_path': 'app/drops/contact_drop.rb', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,17 @@\n+class ContactDrop < BaseDrop\n+ def email\n+ @obj.try(:email)\n+ end\n+\n+ def phone_number\n+ @obj.try(:phone_number)\n+ end\n+\n+ def first_name\n+ @obj.try(:name).try(:split).try(...
Ruby
60f16e895437a0d8b1d64816d5c20dc2b837abd1
12
2023-01-10 17:50:16+05:30
-19,800
['078ff615ee100fb386846d08ea148f3e75465419']
Use woot-editor instead of native textarea (#6216)
[{'old_path': 'app/javascript/dashboard/components/widgets/AutomationActionInput.vue', 'new_path': 'app/javascript/dashboard/components/widgets/AutomationActionInput.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -88,9 +88,9 @@\n v-model="action_params"\n :teams="dropdownValues"\n />\n- <tex...
Ruby
c16624dc5d9c1e1a29d1c0d75aebdf9eb64c6d27
603
2023-01-10 18:57:34+05:30
-19,800
['60f16e895437a0d8b1d64816d5c20dc2b837abd1']
fix: Duplicate messages in Whatsapp Channel (#6220) fixes: #5433
[{'old_path': 'app/services/whatsapp/incoming_message_base_service.rb', 'new_path': 'app/services/whatsapp/incoming_message_base_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -7,26 +7,36 @@ class Whatsapp::IncomingMessageBaseService\n def perform\n processed_params\n \n- perform_statuses\n+ ...
Ruby
14382ad881a3e4be1bc4cca99aedf1091089f322
90
2023-01-10 20:50:35+05:30
-19,800
['c16624dc5d9c1e1a29d1c0d75aebdf9eb64c6d27']
fix: Not able to create a portal if the custom domain is empty (#6224)
[{'old_path': 'app/javascript/shared/helpers/Validators.js', 'new_path': 'app/javascript/shared/helpers/Validators.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -18,6 +18,9 @@ export const isValidPassword = value => {\n };\n export const isNumber = value => /^\\d+$/.test(value);\n export const isDomain = value...
Ruby
d041f5fc9f44c190414e69e50dacfa27793ac192
9
2023-01-10 20:51:21+05:30
-19,800
['14382ad881a3e4be1bc4cca99aedf1091089f322']
fix: Fixes inconsistent spacing in message bubble (#6219) Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
[{'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': '@@ -280,7 +280,6 @@ export default {\n .message-text--metadata {\n align-items: flex-st...
Ruby
0ba5e47308fd54ae5cd6a3333f51efb812443d2e
12
2023-01-11 00:40:48+05:30
-19,800
['d041f5fc9f44c190414e69e50dacfa27793ac192']
chore: Update the widescreen layout button icon and background (#6217) * Update the button icon and background * Use the woot-button * Minor css cleanup Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> Co-authored-by: Nithin David <1277421+nithindavid@users.noreply.github.com>
[{'old_path': 'app/javascript/dashboard/routes/dashboard/conversation/search/SwitchLayout.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/conversation/search/SwitchLayout.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,22 +1,16 @@\n <template>\n- <button\n+ <div>\n+ <woot-button\n v-t...
Ruby
98eb20d6009126a93cddc9f4cdc8b55ee7e224f2
12
2023-01-11 11:37:30+05:30
-19,800
['0ba5e47308fd54ae5cd6a3333f51efb812443d2e']
Use the table-layout: fixed prop (#6232)
[{'old_path': 'app/javascript/dashboard/routes/dashboard/settings/attributes/CustomAttribute.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/settings/attributes/CustomAttribute.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -213,6 +213,7 @@ export default {\n .woot-table {\n width: 100%;\n mar...
Ruby
ad782e450efc2609f169f5d39122c233ed351994
603
2023-01-11 17:41:02+05:30
-19,800
['98eb20d6009126a93cddc9f4cdc8b55ee7e224f2']
fix: Stop processing broken liquid tags (#6236)
[{'old_path': 'app/models/concerns/liquidable.rb', 'new_path': 'app/models/concerns/liquidable.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -26,6 +26,8 @@ module Liquidable\n \n template = Liquid::Template.parse(modified_liquid_content)\n self.content = template.render(message_drops)\n+ rescue Liquid...
Ruby
9bbadc2388dd1514ed84c3322bd1b40309465101
540
2023-01-11 21:13:51-08:00
28,800
['ad782e450efc2609f169f5d39122c233ed351994']
chore: Create a resuable component for selecting a channel (#6241)
[{'old_path': 'app/javascript/dashboard/assets/images/channels/facebook.png', 'new_path': 'app/javascript/dashboard/assets/images/channels/facebook.png', 'type': <ModificationType.DELETE: 4>, 'diff': 'Binary files a/app/javascript/dashboard/assets/images/channels/facebook.png and /dev/null differ\n'}, {'old_path': 'app...
Ruby
9e4a5d028c8241395f83f069f551889543424f67
523
2023-01-12 23:44:21+05:30
-32,400
['9bbadc2388dd1514ed84c3322bd1b40309465101']
fix: Path traversal at SwaggerController (#6205)
[{'old_path': 'app/controllers/swagger_controller.rb', 'new_path': 'app/controllers/swagger_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -11,8 +11,8 @@ class SwaggerController < ApplicationController\n \n def derived_path\n params[:path] ||= \'index.html\'\n- path = params[:path]\n- pat...
Ruby
d488a42664c3f70bf204bbdc3107abaf1daf0fa6
12
2023-01-13 22:28:45+05:30
-19,800
['9e4a5d028c8241395f83f069f551889543424f67']
feat: Allow disconnecting agent bots (#6245) * Allow disconnecting the bot * Code Climate fix * Show error message if exists * Codeclimate test - rename file Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
[{'old_path': 'app/javascript/dashboard/i18n/locale/en/agentBots.json', 'new_path': 'app/javascript/dashboard/i18n/locale/en/agentBots.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -24,8 +24,11 @@\n "TITLE": "Select an agent bot",\n "DESC": "You can set an agent bot from the list to this inbox. T...
Ruby
70cb0a8ed9ff5bc367c530b79186eaf7c9a3ce22
9
2023-01-16 12:14:35+05:30
-19,800
['d488a42664c3f70bf204bbdc3107abaf1daf0fa6']
fix: Use account locale as the default locale on widget (#6248) * fix: Use account locale as the default locale on widget * Refactors check for invalid locale Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
[{'old_path': 'app/javascript/packs/sdk.js', 'new_path': 'app/javascript/packs/sdk.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -18,7 +18,8 @@ const runSDK = ({ baseUrl, websiteToken }) => {\n }\n \n const chatwootSettings = window.chatwootSettings || {};\n- let locale = chatwootSettings.locale || 'en';\...
Ruby
72f206025a4516f1f2a527d8343ec21484952b04
603
2023-01-16 17:50:23+05:30
-19,800
['70cb0a8ed9ff5bc367c530b79186eaf7c9a3ce22']
chore: Fix connection pool (#6005) We want to allocate as much database connection to the pool to match the sidekiq concurrency configuration. ref: https://maxencemalbois.medium.com/the-ruby-on-rails-database-connections-pool-4ce1099a9e9f fixes: #6004
[{'old_path': '.env.example', 'new_path': '.env.example', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -213,3 +213,8 @@ STRIPE_WEBHOOK_SECRET=\n # Set to true if you want to upload files to cloud storage using the signed url\n # Make sure to follow https://edgeguides.rubyonrails.org/active_storage_overview.html#cr...
Ruby
0d894e0abccf9ef7bfc1990e8508ef35a17b9415
9
2023-01-16 09:07:10-08:00
-19,800
['72f206025a4516f1f2a527d8343ec21484952b04']
fix: Add animation to live chat trigger button (#6252) Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
[{'old_path': 'app/javascript/sdk/sdk.js', 'new_path': 'app/javascript/sdk/sdk.js', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -180,7 +180,6 @@ export const SDK_CSS = `\n \n .woot--hide {\n bottom: -100vh !important;\n- transform: translateY(40px);\n top: unset !important;\n opacity: 0;\n visibility: hi...
Ruby
e707778490e9050a88ec84976ad4bded23d07401
9
2023-01-16 09:08:47-08:00
-19,800
['0d894e0abccf9ef7bfc1990e8508ef35a17b9415']
feat: Revamp editor for message and article (#6145) Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
[{'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': '@@ -15,29 +15,25 @@\n </template>\n \n <script>\n-import { EditorView } from \'prosemirror-view\';\n-\n-impor...
Ruby
d0972a22b447ec26c0a845d7d6e13576f322b6a3
540
2023-01-16 12:40:13-08:00
28,800
['e707778490e9050a88ec84976ad4bded23d07401']
chore: Update styles for canned response (#6262)
[{'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': '@@ -374,6 +374,8 @@ export default {\n \n .ProseMirror-menubar {\n min-height: var(--space-two) !import...
Ruby
00cbdaa8ca392ccc8b18776e5fa662ffd4f88f2c
622
2023-01-17 02:39:05+05:30
-19,800
['d0972a22b447ec26c0a845d7d6e13576f322b6a3']
Feat: Support for Microsoft Oauth in Email Channel (#6227) - Adds the backend APIs required for Microsoft Email Channels Co-authored-by: Pranav Raj S <pranav@chatwoot.com> Co-authored-by: Sojan <sojan@pepalo.com>
[{'old_path': '.env.example', 'new_path': '.env.example', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -214,6 +214,10 @@ STRIPE_WEBHOOK_SECRET=\n # Make sure to follow https://edgeguides.rubyonrails.org/active_storage_overview.html#cross-origin-resource-sharing-cors-configuration on the cloud storage after setting...
Ruby
16085fdfbd4fc242ec0284f9406a25e60efd6098
540
2023-01-16 15:43:18-08:00
28,800
['00cbdaa8ca392ccc8b18776e5fa662ffd4f88f2c']
fix: Add missing translations (#6263)
[{'old_path': 'app/javascript/widget/i18n/locale/en.json', 'new_path': 'app/javascript/widget/i18n/locale/en.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -86,5 +86,11 @@\n "BUTTON_TEXT": "Request a conversation transcript",\n "SEND_EMAIL_SUCCESS": "The chat transcript was sent successfully",\n "...
Ruby
d46f96e45c9811be1b4818871942f13f5782bf02
463
2023-01-17 09:27:50+05:30
-3,600
['032699930cb24d38280fa0a29a4222232d5a6316']
Fix performance of report builder spec (#6024)
[{'old_path': 'Gemfile', 'new_path': 'Gemfile', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -162,6 +162,8 @@ group :test do\n gem 'database_cleaner'\n # mock http calls\n gem 'webmock'\n+ # test profiling\n+ gem 'test-prof'\n end\n \n group :development, :test do\n"}, {'old_path': 'Gemfile.lock', 'new_pat...
Ruby
74b9c79f49efdfd2e0e9da98421b9a08d592fdb0
545
2023-01-17 15:45:59+05:30
-19,800
['d46f96e45c9811be1b4818871942f13f5782bf02']
Fixes #3670 (#6265) Success toast content for copy action made generic that fits all the context and scenarios.
[{'old_path': 'app/javascript/dashboard/i18n/locale/en/settings.json', 'new_path': 'app/javascript/dashboard/i18n/locale/en/settings.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -158,7 +158,7 @@\n "COMPONENTS": {\n "CODE": {\n "BUTTON_TEXT": "Copy",\n- "COPY_SUCCESSFUL": "Code copied to cli...
Ruby
66cb0ee8650c548e4255d52bacdf9f0122e133ca
394
2023-01-17 17:30:03+05:30
25,200
['74b9c79f49efdfd2e0e9da98421b9a08d592fdb0']
chore: Refactor code in ApplicationMailbox (#5857) Refactor code in ApplicationMailbox * short-circuiting as soon as we get a "true" value in some cases * using ".exists?" instead of instantiating an ActiveRecord object * using "match?" instead of "match"
[{'old_path': 'app/mailboxes/application_mailbox.rb', 'new_path': 'app/mailboxes/application_mailbox.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -6,80 +6,41 @@ class ApplicationMailbox < ActionMailbox::Base\n REPLY_EMAIL_UUID_PATTERN = /^reply\\+([0-9a-f]{8}\\b-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-\\b[0-9a-...
Ruby
f6a56edf862284eab9bc617e634c84e66f08d7a3
540
2023-01-17 17:48:14+05:30
28,800
['66cb0ee8650c548e4255d52bacdf9f0122e133ca']
feat: Add the UI flow for Microsoft Oauth (#6243)
[{'old_path': 'app/controllers/dashboard_controller.rb', 'new_path': 'app/controllers/dashboard_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -55,7 +55,8 @@ class DashboardController < ActionController::Base\n ENABLE_ACCOUNT_SIGNUP: GlobalConfigService.load('ENABLE_ACCOUNT_SIGNUP', 'false'),\n...
Ruby
1df1b1f8e41e3d32a2d96d0777c508f276ec48a5
540
2023-01-18 00:09:17+05:30
28,800
['0b595211e3274fd6e11f3137a4d1a1136b96fc6a']
fix: Update the inbox id if changed (#6272)
[{'old_path': 'app/javascript/dashboard/routes/dashboard/settings/campaigns/EditCampaign.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/settings/campaigns/EditCampaign.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -259,7 +259,7 @@ export default {\n id: this.selectedCampaign.id,\n ...
Ruby
37b9816827b9c3e046aff97ccb01f173650093d0
583
2023-01-17 21:53:40-08:00
-19,800
['1df1b1f8e41e3d32a2d96d0777c508f276ec48a5']
feat: more events tracking for SaaS (#6234)
[{'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': "@@ -43,9 +43,7 @@ import {\n import eventListenerMixins from 'shared/mixins/eventListenerMixins';\n import ui...
Ruby
8d60bd99708e4dbf1781ba664b7d9164d4da070d
545
2023-01-18 14:45:37+05:30
-19,800
['37b9816827b9c3e046aff97ccb01f173650093d0']
Fixes #3655 (#6264)
[{'old_path': 'app/javascript/dashboard/i18n/locale/en/signup.json', 'new_path': 'app/javascript/dashboard/i18n/locale/en/signup.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,10 +1,10 @@\n {\n "REGISTER": {\n- "TRY_WOOT": "Register an account",\n+ "TRY_WOOT": "Create an account",\n "TITLE": "R...
Ruby
83ea2a87e2fff95cea3cbcb3c3115f6b893ed908
622
2023-01-19 01:06:01+05:30
-19,800
['8d60bd99708e4dbf1781ba664b7d9164d4da070d']
Microsoft Re-authorization flow (#6268)
[{'old_path': None, 'new_path': 'app/controllers/microsoft_controller.rb', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,5 @@\n+class MicrosoftController < ApplicationController\n+ def identity_association\n+ render layout: false\n+ end\n+end\n'}, {'old_path': 'app/javascript/dashboard/routes/dashboard/se...
Ruby
6151e42bdf4b42c65178aa0e92e2c6a8953a3d8e
12
2023-01-19 13:40:50+05:30
-19,800
['83ea2a87e2fff95cea3cbcb3c3115f6b893ed908']
Filter and return only approved templates (#6288)
[{'old_path': 'app/javascript/dashboard/components/widgets/conversation/WhatsappTemplates/TemplatesPicker.vue', 'new_path': 'app/javascript/dashboard/components/widgets/conversation/WhatsappTemplates/TemplatesPicker.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -67,7 +67,9 @@ export default {\n },\n compu...
Ruby
905fca7869a4c6e2e67ab6f6008b20d42e47505c
12
2023-01-19 16:40:46+05:30
-19,800
['6151e42bdf4b42c65178aa0e92e2c6a8953a3d8e']
fix: Whatsapp template picker bug - Enforce lowercasing the template status value before checking the value
[{'old_path': 'app/javascript/dashboard/components/widgets/conversation/WhatsappTemplates/TemplatesPicker.vue', 'new_path': 'app/javascript/dashboard/components/widgets/conversation/WhatsappTemplates/TemplatesPicker.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -69,7 +69,7 @@ export default {\n whatsAppTe...
Ruby
a86c2705e989c56cab325cedecb988eb8d8e24dc
241
2023-01-19 17:19:27+05:30
10,800
['905fca7869a4c6e2e67ab6f6008b20d42e47505c']
Fix: more events tracking for SaaS (#6234) (#6298)
[{'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': '@@ -175,8 +175,8 @@ const actions = {\n const response = await MessageApi.create(pendingMessage);\n A...
Ruby
1193cf1847ce09d11fad9a5d87dddc693268090b
583
2023-01-19 18:49:57+05:30
-19,800
['a86c2705e989c56cab325cedecb988eb8d8e24dc']
feat: ignore errors from extensions (#6297) This PR ignores errors from chrome and safari extensions, and any local scripts by developers
[{'old_path': 'app/javascript/packs/application.js', 'new_path': 'app/javascript/packs/application.js', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -37,6 +37,19 @@ if (window.errorLoggingConfig) {\n Sentry.init({\n Vue,\n dsn: window.errorLoggingConfig,\n+ denyUrls: [\n+ // Chrome extensions\n+ ...
Ruby
e2ccac78d27691e8c3ef2a69aea54e764ee6156a
603
2023-01-19 18:52:38+05:30
-19,800
['1193cf1847ce09d11fad9a5d87dddc693268090b']
fix: Error when unsupported Whatsapp message status (#6295) fixes error when unsupported WhatsApp message status
[{'old_path': 'app/services/whatsapp/incoming_message_base_service.rb', 'new_path': 'app/services/whatsapp/incoming_message_base_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,6 +2,8 @@\n # https://docs.360dialog.com/whatsapp-api/whatsapp-api/media\n # https://developers.facebook.com/docs/whatsapp/ap...
Ruby
845311a539286376a07c05848d1539423cc7cfda
583
2023-01-19 18:53:21+05:30
-19,800
['e2ccac78d27691e8c3ef2a69aea54e764ee6156a']
chore: add stale PR bot (#6289) The PR only adds the stale label and puts a comment, does not close them (yet)
[{'old_path': None, 'new_path': '.github/workflows/stale.yml', 'type': <ModificationType.ADD: 1>, 'diff': "@@ -0,0 +1,28 @@\n+# This workflow warns and then closes PRs that have had no activity for a specified amount of time.\n+#\n+# You can adjust the behavior by modifying this file.\n+# For more information, see:\n+#...
Ruby
a74506847386bfc1eb04ebc121367c69458b8cd9
90
2023-01-19 18:53:42+05:30
-19,800
['845311a539286376a07c05848d1539423cc7cfda']
chore: Adds a settings button to the notification settings from the notification popup (#6233)
[{'old_path': 'app/javascript/dashboard/routes/dashboard/notifications/components/NotificationPanel.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/notifications/components/NotificationPanel.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -25,6 +25,14 @@\n >\n {{ $t(\'NOTIFICA...
Ruby
3b1036e3d6a0ecec77eafd825c457128b3c11c3c
540
2023-01-19 14:07:02-08:00
28,800
['a74506847386bfc1eb04ebc121367c69458b8cd9']
chore: Add an event for conversation filter (#6306)
[{'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': "@@ -61,6 +61,7 @@ import { mapGetters } from 'vuex';\n import { f...
Ruby
4deff9ce77e244b4872a7f19714cfa8ae50a445a
12
2023-01-23 11:36:11+05:30
-19,800
['3b1036e3d6a0ecec77eafd825c457128b3c11c3c']
Break words in phones - iPhones etc (#6287)
[{'old_path': 'app/views/public/api/v1/portals/articles/show.html.erb', 'new_path': 'app/views/public/api/v1/portals/articles/show.html.erb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -47,7 +47,7 @@\n </div>\n <div class="max-w-5xl flex-grow w-full px-6 py-8 mx-auto space-y-12">\n <article class="space-y-8 ">...
Ruby
551dd81d21052141d5381f5d07a37f419e287cb1
622
2023-01-23 16:23:35+05:30
-19,800
['4deff9ce77e244b4872a7f19714cfa8ae50a445a']
chore: change the execution flow for deleting the invalid instagram story (#6313) * fix: change the execution flow for deleting the invalid instagram story * fix: bundle audit update fix
[{'old_path': 'Gemfile.lock', 'new_path': 'Gemfile.lock', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,63 +9,63 @@ GIT\n GEM\n remote: https://rubygems.org/\n specs:\n- actioncable (6.1.6.1)\n- actionpack (= 6.1.6.1)\n- activesupport (= 6.1.6.1)\n+ actioncable (6.1.7.1)\n+ actionpack (=...
Ruby
487d90207b42a12276e6003e8774e6532fb60226
120
2023-01-23 16:34:45+05:30
-25,200
['551dd81d21052141d5381f5d07a37f419e287cb1']
fix: Update node version in setup_20.04.sh (#5986) Co-authored-by: Vishnu Narayanan <vishnu@chatwoot.com>
[{'old_path': 'deployment/setup_20.04.sh', 'new_path': 'deployment/setup_20.04.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -172,7 +172,7 @@ EOF\n function install_dependencies() {\n apt update && apt upgrade -y\n apt install -y curl\n- curl -sL https://deb.nodesource.com/setup_12.x | bash -\n+ curl -sL...
Ruby
9782f71bdf0228a44cdeae0e2ade1ad623e1037e
90
2023-01-23 21:50:16+05:30
-19,800
['487d90207b42a12276e6003e8774e6532fb60226']
feat: Shows the last activity, created at timestamp in the same row (#6267)
[{'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': '@@ -17,9 +17,10 @@\n }\n \n .tooltip {\n+ background-color: var(--black-transparent);\n border-radius: $space-smalle...
Ruby
af5c71e060fe122f4c2f91e3860f92d72bd102de
90
2023-01-24 09:10:17+05:30
-19,800
['9782f71bdf0228a44cdeae0e2ade1ad623e1037e']
chore: Adds the ability to see the existing filter when we apply a new filter (#6310) * feat: Adds existing filter to advance filter modal when we apply a filter
[{'old_path': 'app/javascript/dashboard/components/ChatList.vue', 'new_path': 'app/javascript/dashboard/components/ChatList.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -151,13 +151,14 @@\n </div>\n <woot-modal\n :show.sync="showAdvancedFilters"\n- :on-close="onToggleAdvanceFiltersModal"\n...
Ruby
cab409f3ef41daa18d4a3416448d2fbee7f8af76
545
2023-01-24 11:46:26+05:30
-19,800
['af5c71e060fe122f4c2f91e3860f92d72bd102de']
chore: Fixes grammatical errors with content on inbox page (#6308) * Fixes #6307 - Typo fixed. - Period added. * Update app/javascript/dashboard/i18n/locale/en/inboxMgmt.json Co-authored-by: Hricha Shandily <103104754+Hricha-Shandily@users.noreply.github.com> Co-authored-by: Nithin David Thomas <1277421+n...
[{'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': '@@ -276,7 +276,7 @@\n },\n "EMAIL": {\n "LABEL": "Email",\n- "SUBTITLE": "Email where your custo...
Ruby
d9a11549779689eca5d7fe6a1704f0bb08321d76
500
2023-01-24 13:06:50+05:30
-19,800
['cab409f3ef41daa18d4a3416448d2fbee7f8af76']
feat: Support variables in canned response (#6077) - Added the option to insert variables in canned responses. - Populate variables on selecting a canned response. - Show a warning if there are any undefined variables in the message before sending a message.
[{'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': '@@ -6,10 +6,15 @@\n @click="insertMentionNode"\n />\n <canned-response\n- v-if="showCanned...
Ruby
b196492f23f4cbc5c2dbc03a848af5be5f4b2e6b
12
2023-01-24 18:45:39+05:30
-19,800
['d9a11549779689eca5d7fe6a1704f0bb08321d76']
fix: Remove whatsapp formats which do we do not support yet (#6331) - Filters out all the templates where formats are either of these ['DOCUMENT', 'IMAGE', 'VIDEO']
[{'old_path': 'app/javascript/dashboard/components/widgets/conversation/WhatsappTemplates/TemplatesPicker.vue', 'new_path': 'app/javascript/dashboard/components/widgets/conversation/WhatsappTemplates/TemplatesPicker.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -53,6 +53,9 @@\n </template>\n \n <script>\n+// ...
Ruby
5d331f0bb23fe682a364b97b7d60494e30de90b7
540
2023-01-25 15:21:41-08:00
28,800
['b1ec67d11020ac52b74fa96af9803abdaa521509']
fix: Add missing timestamp in the real-time event (#6349) * fix: Add missing timestamp in the real-time event * Fix broken specs
[{'old_path': 'app/presenters/conversations/event_data_presenter.rb', 'new_path': 'app/presenters/conversations/event_data_presenter.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -38,7 +38,8 @@ class Conversations::EventDataPresenter < SimpleDelegator\n {\n agent_last_seen_at: agent_last_seen_at.to_i...
Ruby
6bd4e8853bab00acea017d4e2bdad71bbb8f5d29
540
2023-01-25 19:11:54-08:00
28,800
['5d331f0bb23fe682a364b97b7d60494e30de90b7']
fix: Update styles for canned responses modal (#6350)
[{'old_path': 'app/javascript/dashboard/components/widgets/conversation/CannedResponse.vue', 'new_path': 'app/javascript/dashboard/components/widgets/conversation/CannedResponse.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,9 @@\n <template>\n- <mention-box :items="items" @mention-select="handleMenti...
Ruby
6013cc9bea32ec11660dbae1a57ede36e814ca54
622
2023-01-30 13:03:59+05:30
-19,800
['6bd4e8853bab00acea017d4e2bdad71bbb8f5d29']
fix: validate instagram story only while saving the message (#6340)
[{'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': '@@ -45,6 +45,9 @@\n :longitude="attachment.coordinates_long"\n :name="attac...
Ruby
024af909e3c9d2006c98cd76d2b6c2ee15e93483
500
2023-01-30 13:17:33+05:30
-19,800
['6013cc9bea32ec11660dbae1a57ede36e814ca54']
feat: Add support of variables in macros and automation (#6358)
[{'old_path': 'app/javascript/dashboard/components/widgets/AutomationActionInput.vue', 'new_path': 'app/javascript/dashboard/components/widgets/AutomationActionInput.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -92,6 +92,7 @@\n v-if="inputType === \'textarea\'"\n v-model="castMessageVmodel"\n ...
Ruby
747e6cacb9ea91d62f55465137bf56581e3048ff
9
2023-01-30 16:59:22+05:30
-19,800
['024af909e3c9d2006c98cd76d2b6c2ee15e93483']
fix: Fixes enter key sending text while mentions menu is active (#6359)
[{'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': "@@ -236,6 +236,7 @@ export default {\n updateEditorSelectionWith: '',\n undefinedVariable...
Ruby
b1af814eabbcfbdd23f7bcb17723c82580135e63
650
2023-01-30 18:37:51+05:30
-19,800
['747e6cacb9ea91d62f55465137bf56581e3048ff']
feat: add chatwoot instance status in superadmin (#6045) * feat: add chatwoot instance status in superadmin * feat: add redis metrics to instance health page * chore: fix rubocop * chore: rescue redis no connection * chore: add rspec * chore: refactor * feat: add instance health to /api * chore: r...
[{'old_path': 'app/controllers/api_controller.rb', 'new_path': 'app/controllers/api_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -2,6 +2,24 @@ class ApiController < ApplicationController\n skip_before_action :set_current_user, only: [:index]\n \n def index\n- render json: { version: Chatwoot...
Ruby
ee3124cf8431620f41335157784ea571bfd7786d
9
2023-01-31 16:25:24+05:30
-19,800
['b1af814eabbcfbdd23f7bcb17723c82580135e63']
fix: Uses woot-button in mention box (#6317) * fix: Uses woot-button in mention box * Style changes to fix mention box position * Fixes review comments * Fixes review comments --------- Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com> Co-authored-by: Vishnu Narayanan <vishnu@chatwoot.com> Co-au...
[{'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': "@@ -210,6 +210,8 @@ export default {\n }\n },\n editorId() {\n+ this.showCannedMenu = fals...
Ruby
4d92cafd3fca92f801a90c2c6a384e4d631dff65
592
2023-01-31 17:28:14+05:30
-19,800
['ee3124cf8431620f41335157784ea571bfd7786d']
feat: Order articles by updated_at (#6324) * feat: Order articles by updated_at * Sort before pagination --------- Co-authored-by: Fayaz Ahmed <15716057+fayazara@users.noreply.github.com> Co-authored-by: Vishnu Narayanan <vishnu@chatwoot.com> Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.n...
[{'old_path': 'app/controllers/api/v1/accounts/articles_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/articles_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -8,7 +8,7 @@ class Api::V1::Accounts::ArticlesController < Api::V1::Accounts::BaseController\n @portal_articles = @portal.ar...
Ruby
e1e836cb594e5a393790601dce36c7157b2a2d73
583
2023-01-31 17:29:34+05:30
-19,800
['4d92cafd3fca92f801a90c2c6a384e4d631dff65']
chore: Run linters on staged files only (#6347) - This PR speeds up the pre-commit hook to lint only the staged files instead of running it across all files as it does now.
[{'old_path': '.husky/pre-commit', 'new_path': '.husky/pre-commit', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,11 @@\n #!/bin/sh\n . "$(dirname "$0")/_/husky.sh"\n-npm run eslint\n-bundle exec rubocop -a\n-git add\n+\n+# lint js and vue files\n+npx --no-install lint-staged\n+\n+# lint only staged ruby fi...
Ruby
992a367d938bbc3f0c12176ebd0f223c29699941
650
2023-01-31 22:57:49+05:30
-19,800
['e1e836cb594e5a393790601dce36c7157b2a2d73']
fix: redis health status in superadmin panel (#6363)
[{'old_path': 'app/controllers/super_admin/instance_statuses_controller.rb', 'new_path': 'app/controllers/super_admin/instance_statuses_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -28,7 +28,7 @@ class SuperAdmin::InstanceStatusesController < SuperAdmin::ApplicationController\n r = Redis.new(Re...
Ruby
2d245cef9143f32624b74bec23a1f6c366b8f4cb
603
2023-02-01 09:43:29-08:00
-19,800
['992a367d938bbc3f0c12176ebd0f223c29699941']
chore: Enable language icelandic(is) (#6373)
[{'old_path': 'config/initializers/languages.rb', 'new_path': 'config/initializers/languages.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -37,7 +37,8 @@ LANGUAGES_CONFIG = {\n 32 => { name: 'slovenčina (sk)', iso_639_3_code: 'slk', iso_639_1_code: 'sk', enabled: true },\n 33 => { name: 'украї́нська мо́ва ...
Ruby
2ab0b8552af51a9b2eed77d951ab29f56cf3d445
622
2023-02-02 11:01:18+05:30
-19,800
['2d245cef9143f32624b74bec23a1f6c366b8f4cb']
fix: Identity JSON response header (#6326)
[{'old_path': 'app/controllers/microsoft_controller.rb', 'new_path': 'app/controllers/microsoft_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,5 +1,17 @@\n class MicrosoftController < ApplicationController\n+ after_action :set_version_header\n+\n def identity_association\n- render layout: fa...
Ruby
2030c2ebd6cd7755d90868f617e4eb79c316e029
278
2023-02-02 17:32:04+05:30
-19,800
['2ab0b8552af51a9b2eed77d951ab29f56cf3d445']
fix: added cc and bcc email validation to message (#6320)
[{'old_path': 'app/builders/messages/message_builder.rb', 'new_path': 'app/builders/messages/message_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -51,10 +51,19 @@ class Messages::MessageBuilder\n cc_emails = @params[:cc_emails].split(',') if @params[:cc_emails]\n bcc_emails = @params[:bcc_emai...
Ruby
5cce04da78cfa7ccf8aee9629575e1ab488601bc
622
2023-02-02 18:36:52+05:30
-19,800
['2030c2ebd6cd7755d90868f617e4eb79c316e029']
Chore: specs for process_emails in message builder (#6379)
[{'old_path': 'spec/builders/messages/message_builder_spec.rb', 'new_path': 'spec/builders/messages/message_builder_spec.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -78,5 +78,26 @@ describe ::Messages::MessageBuilder do\n end\n end\n end\n+\n+ context 'when email channel messages' do\n+ ...
Ruby
c9667190f609ce9d15155132b2902288a5512d4d
9
2023-02-02 10:58:03-08:00
-19,800
['5cce04da78cfa7ccf8aee9629575e1ab488601bc']
fix: Increase font size for canned response list item (#6380)
[{'old_path': 'app/javascript/dashboard/components/widgets/mentions/MentionBox.vue', 'new_path': 'app/javascript/dashboard/components/widgets/mentions/MentionBox.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -8,7 +8,6 @@\n @mouseover="onHover(index)"\n >\n <woot-button\n- size="...
Ruby
84e46adf1c2370ec311b4d16e727b456ef1c3268
90
2023-02-02 11:03:19-08:00
-19,800
['c9667190f609ce9d15155132b2902288a5512d4d']
fix: Cannot delete message with attachments without content (#6378)
[{'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': '@@ -105,7 +105,8 @@\n v-if="isBubble && !isMessageDeleted"\n :is-open="showContextMenu"...
Ruby
51e0388779255ede8f9fa9c526f8edc7c6825692
592
2023-02-03 12:20:49+05:30
-19,800
['30fcb47477481772c9a447f7406af3a72be26ed1']
feat: Skip gh thread lock gh action on forks (#6381)
[{'old_path': '.github/workflows/lock.yml', 'new_path': '.github/workflows/lock.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -19,6 +19,7 @@ concurrency:\n jobs:\n action:\n runs-on: ubuntu-latest\n+ if: ${{ github.repository == 'chatwoot/chatwoot' }}\n steps:\n - uses: dessant/lock-threads...
Ruby
ef02fff71e6dfe2ddfd868928619dacbad0c6ea4
603
2023-02-03 16:47:10+05:30
-19,800
['51e0388779255ede8f9fa9c526f8edc7c6825692']
chore: Update Newrelic agent (#6388) - update new relic agent to 8.15
[{'old_path': 'Gemfile.lock', 'new_path': 'Gemfile.lock', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -444,7 +444,7 @@ GEM\n net-smtp (0.3.3)\n net-protocol\n netrc (0.11.0)\n- newrelic_rpm (8.9.0)\n+ newrelic_rpm (8.15.0)\n nio4r (2.5.8)\n nokogiri (1.13.10)\n mini_portile2 (~> ...
Ruby
76731ae31a8fdbf88af602f9667177193f3d87a3
650
2023-02-03 18:45:35+05:30
-19,800
['e054c2a32f3495c402ad924af307eac72a4f5996']
chore: fix docker public assets issue #6341
[{'old_path': '.dockerignore', 'new_path': '.dockerignore', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -11,7 +11,6 @@ storage\n public/system\n tmp\n .codeclimate.yml\n-public/assets\n public/packs\n node_modules\n vendor/bundle\n'}]
Ruby
76b027957134182de47aaec6b0e46e4f8d0725c1
650
2023-02-03 18:46:25+05:30
-19,800
['76731ae31a8fdbf88af602f9667177193f3d87a3']
chore: Bump version to v2.13.1
[{'old_path': 'config/app.yml', 'new_path': 'config/app.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,5 +1,5 @@\n shared: &shared\n- version: '2.13.0'\n+ version: '2.13.1'\n \n development:\n <<: *shared\n"}, {'old_path': 'package.json', 'new_path': 'package.json', 'type': <ModificationType.MODIFY: 5>,...
Ruby
38aee8d9eabfd208dd7c5c88807ad3fcb5b23bb2
603
2023-02-03 18:55:22+05:30
-19,800
['46eeee7d9209af7f0dd18cfe4dea8244d40b9408']
chore: Switch to web-push gem (#6390) - The previous gem, `webpush` was last updated a while ago. Also, with the recent ruby upgrade, we needed a fix for zaru/webpush#106. Hence switching to the `web-push` gem where the issues are fixed.
[{'old_path': 'Gemfile', 'new_path': 'Gemfile', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -107,12 +107,7 @@ gem 'sidekiq-cron', '~> 1.3'\n \n ##-- Push notification service --##\n gem 'fcm'\n-\n-# Ref: https://github.com/mastodon/mastodon/pull/18449\n-# ref: https://github.com/zaru/webpush/pull/106\n-# lets swi...
Ruby
8ac1cab27e41886e34caf8b480cb03302f164257
12
2023-02-04 10:40:23+05:30
-19,800
['38aee8d9eabfd208dd7c5c88807ad3fcb5b23bb2']
feat: Show contact created date in contact panel (#6364) * feat: Show contact created date in contact panel * Add created at in Contacts table * Moves created at info as tooltip --------- Co-authored-by: Nithin David <1277421+nithindavid@users.noreply.github.com>
[{'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': '@@ -15,6 +15,7 @@\n "INITIATED_FROM": "Initiated from",\n "INITIATED_AT": "Initiated at",\n "IP_ADDRESS": "IP Address",\n+ ...
Ruby
0a2d3130e05f0b5fad68773b77d4712309c0f355
126
2023-02-06 13:20:59+05:30
10,800
['8ac1cab27e41886e34caf8b480cb03302f164257']
Wrong Translation (#6384) The "open action" translation would be "Abrir" (verb) instead of "Abertas" (which is the adjective).
[{'old_path': 'app/javascript/dashboard/i18n/locale/pt_BR/conversation.json', 'new_path': 'app/javascript/dashboard/i18n/locale/pt_BR/conversation.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -48,7 +48,7 @@\n "HEADER": {\n "RESOLVE_ACTION": "Resolver",\n "REOPEN_ACTION": "Reabrir",\n- "...
Ruby
6b839a0442f1b6be8f93c29af368f4f9992ed2c5
603
2023-02-06 11:00:08-08:00
-19,800
['0a2d3130e05f0b5fad68773b77d4712309c0f355']
feat: Ability for super admin to impersonate a user (#6382)
[{'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,8 +13,7 @@ class Platform::Api::V1::UsersController < PlatformController\n end\n \n def login\n- encoded_email = ERB::Util....
Ruby
5902c7a5e1344ad8fd83beff57f32c1dd35350fe
500
2023-02-06 11:07:31-08:00
-19,800
['6b839a0442f1b6be8f93c29af368f4f9992ed2c5']
chore: Update user account availability status (#6375)
[{'old_path': 'app/javascript/dashboard/store/modules/auth.js', 'new_path': 'app/javascript/dashboard/store/modules/auth.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -209,7 +209,16 @@ export const actions = {\n // mutations\n export const mutations = {\n [types.SET_CURRENT_USER_AVAILABILITY](_state, availab...
Ruby
527bf593b117627272149efdc2bbe066cd03e16b
540
2023-02-06 11:45:15-08:00
28,800
['5902c7a5e1344ad8fd83beff57f32c1dd35350fe']
fix: data.attachments is undefined for emails without body (#6403)
[{'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': '@@ -105,7 +105,7 @@\n v-if="isBubble && !isMessageDeleted"\n :is-open="showContextMenu"...
Ruby
d672aa357b1778f6d4407a64e691b0ba8b676cad
540
2023-02-06 12:42:06-08:00
28,800
['527bf593b117627272149efdc2bbe066cd03e16b']
chore: Add subject to the slack message (#6404)
[{'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': '@@ -36,10 +36,23 @@ class Integrations::Slack::SendOnSlackService < Base::SendOnChannelService\n if conversation.identifier.present?\n ...
Ruby
f8aa544aae27fba6edf4c5084d34d4fac62ece2e
583
2023-02-06 12:53:48-08:00
-19,800
['d672aa357b1778f6d4407a64e691b0ba8b676cad']
fix: order for canned response (#6400) * feat: order canned response Order canned responses by short_code match first and then with content * Added specs --------- Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
[{'old_path': 'app/controllers/api/v1/accounts/canned_responses_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/canned_responses_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -33,7 +33,10 @@ class Api::V1::Accounts::CannedResponsesController < Api::V1::Accounts::BaseCont\n \n def cann...
Ruby
bc96e5ed22c543f2704c0bba66be10693ffaefa9
540
2023-02-06 18:12:45-08:00
28,800
['f8aa544aae27fba6edf4c5084d34d4fac62ece2e']
fix: Add defaults for the cc, bcc emails (#6405)
[{'old_path': 'app/builders/messages/message_builder.rb', 'new_path': 'app/builders/messages/message_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -48,8 +48,11 @@ class Messages::MessageBuilder\n def process_emails\n return unless @conversation.inbox&.inbox_type == 'Email'\n \n- cc_emails = @p...
Ruby
73d14f204e236c433654d34ed87e2dedf9c7857f
125
2023-02-07 19:36:38-08:00
10,800
['bc96e5ed22c543f2704c0bba66be10693ffaefa9']
feat: Add the ability to receive contact(vCard) on a WhatsApp inbox (#6330) Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
[{'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': '@@ -45,6 +45,11 @@\n :longitude="attachment.coordinates_long"\n :name="atta...
Ruby
7c21cef467ea1d3a556dc2ed5d0db033bfc5d883
622
2023-02-08 12:05:22+05:30
-19,800
['73d14f204e236c433654d34ed87e2dedf9c7857f']
Added event for conversation opened (#6412)
[{'old_path': 'app/javascript/dashboard/helper/automationHelper.js', 'new_path': 'app/javascript/dashboard/helper/automationHelper.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -165,6 +165,17 @@ export const getDefaultConditions = eventName => {\n },\n ];\n }\n+ if (eventName === 'conversation_ope...
Ruby
8a6f64702779cc252713716b5554ae112f97303b
377
2023-02-08 12:51:52+05:30
-28,800
['7c21cef467ea1d3a556dc2ed5d0db033bfc5d883']
fixBug: email notification error, Attachment Message without content (#6408)
[{'old_path': 'app/helpers/message_format_helper.rb', 'new_path': 'app/helpers/message_format_helper.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -2,7 +2,8 @@ module MessageFormatHelper\n include RegexHelper\n \n def transform_user_mention_content(message_content)\n- message_content.gsub(MENTION_REGEX,...
Ruby
aab6b10b67c341e3647215b6f0e8e6415d6f6062
603
2023-02-08 18:29:41+05:30
-19,800
['8a6f64702779cc252713716b5554ae112f97303b']
[Snyk] Fix for 9 vulnerabilities (#6304)
[{'old_path': 'Gemfile', 'new_path': 'Gemfile', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -4,7 +4,7 @@ ruby '3.1.3'\n \n ##-- base gems for rails --##\n gem 'rack-cors', require: 'rack/cors'\n-gem 'rails', '~> 6.1', '>= 6.1.6.1'\n+gem 'rails', '~> 6.1', '>= 6.1.7.1'\n # Reduces boot times through caching; requi...
Ruby
0a7a5abec134e2bb0a96478d1de95dd0c0c94c75
90
2023-02-08 19:57:59+05:30
-19,800
['aab6b10b67c341e3647215b6f0e8e6415d6f6062']
feat: Adds the ability to change WhatsApp API key (#6348) This PR adds the ability to change the WhatsApp API key through the settings under the configuration section Fixes: #6199 Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com> Co-authored-by: Sojan <sojan@pepalo.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': '@@ -472,7 +472,11 @@\n "ALLOW_MESSAGES_AFTER_RESOLVED": "Allow messages after conversation resolved",\n "ALLOW_MESSAGES...
Ruby
c5b245977a353584ee591e2df51774ebd250f6d8
622
2023-02-09 14:05:45+05:30
-19,800
['0a7a5abec134e2bb0a96478d1de95dd0c0c94c75']
Added one more endpoint to attach tempfile and get logo (#6407)
[{'old_path': 'app/controllers/api/v1/accounts/articles_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/articles_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,7 +1,7 @@\n class Api::V1::Accounts::ArticlesController < Api::V1::Accounts::BaseController\n before_action :portal\n bef...
Ruby
e18f4aeee943e644881c6ae3326f559674de88bb
12
2023-02-09 16:50:11+05:30
-19,800
['c5b245977a353584ee591e2df51774ebd250f6d8']
fix: Text color bug on attachment bubble in widget (#6399) * fix: Text color bug on attachment bubble * chore: Fix file bubble text color issue --------- Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> Co-authored-by: iamsivin <iamsivin@gmail.com>
[{'old_path': 'app/javascript/widget/components/AgentMessage.vue', 'new_path': 'app/javascript/widget/components/AgentMessage.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -24,7 +24,7 @@\n <div\n v-if="hasAttachments"\n class="chat-bubble has-attachment agent"\n- :class="(...
Ruby
53d5d2af3c6b6fb535770090f65b1f9aaa958a7c
12
2023-02-09 16:56:37+05:30
-19,800
['e18f4aeee943e644881c6ae3326f559674de88bb']
chore: Remove pagination from macros listing api (#6419) Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
[{'old_path': 'app/models/macro.rb', 'new_path': 'app/models/macro.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -38,10 +38,10 @@ class Macro < ApplicationRecord\n self.visibility = :personal if user.agent?\n end\n \n- def self.with_visibility(user, params)\n+ def self.with_visibility(user, _params)\n ...
Ruby
8db40f2d8201678327c4c950186cb69960bc250b
540
2023-02-09 12:48:22-08:00
28,800
['53d5d2af3c6b6fb535770090f65b1f9aaa958a7c']
chore: Add chatwoot:on-message event (#6425)
[{'old_path': 'app/javascript/sdk/IFrameHelper.js', 'new_path': 'app/javascript/sdk/IFrameHelper.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -23,7 +23,11 @@ import {\n } from './bubbleHelpers';\n import { isWidgetColorLighter } from 'shared/helpers/colorHelper';\n import { dispatchWindowEvent } from 'shared/...
Ruby
a06a5a574ad908b0ef2db7b47d05c3774eeb493d
583
2023-02-10 17:20:15+05:30
-19,800
['8db40f2d8201678327c4c950186cb69960bc250b']
fix: use innerText instead of innerHTML (#6431) * refactor: use inner text instead of inner html * refactor: use innerText instead of innerHTML
[{'old_path': 'app/javascript/sdk/bubbleHelpers.js', 'new_path': 'app/javascript/sdk/bubbleHelpers.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -16,7 +16,7 @@ export const notificationBubble = document.createElement('span');\n export const setBubbleText = bubbleText => {\n if (isExpandedView(window.$chatwoo...
Ruby
5cbfcfbfa0b27e7fc9366a698f57da9e748d1483
603
2023-02-13 14:00:52+05:30
-19,800
['a06a5a574ad908b0ef2db7b47d05c3774eeb493d']
chore: Limit conversation resolution Job (#6433) We will be adding a limit to the resolution job so that it is performed at a spaced interval. This will ensure there won't be a sudden spike in resource usage fixes: chatwoot/product#707
[{'old_path': 'app/jobs/conversations/resolution_job.rb', 'new_path': 'app/jobs/conversations/resolution_job.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,8 +1,9 @@\n class Conversations::ResolutionJob < ApplicationJob\n- queue_as :medium\n+ queue_as :low\n \n def perform(account:)\n- resolvable_conv...
Ruby
ba69f4cd35af4ed0aec57a038a2653c410ac0feb
583
2023-02-13 18:35:09+05:30
-19,800
['5cbfcfbfa0b27e7fc9366a698f57da9e748d1483']
test: fix time spec breaking circle CI (#6443)
[{'old_path': 'app/javascript/dashboard/mixins/specs/time.spec.js', 'new_path': 'app/javascript/dashboard/mixins/specs/time.spec.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -12,7 +12,7 @@ describe('#messageStamp', () => {\n describe('#dynamicTime', () => {\n it('returns correct value', () => {\n expect...
Ruby
29025759d64fb34b74b11b25289bfc91d91876f9
592
2023-02-13 13:28:27-08:00
-19,800
['ba69f4cd35af4ed0aec57a038a2653c410ac0feb']
feat: Add webhook events for contact created, updated (#6415) Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
[{'old_path': '.rubocop.yml', 'new_path': '.rubocop.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -163,7 +163,7 @@ RSpec/NamedSubject:\n Enabled: false\n # we should bring this down\n RSpec/MultipleMemoizedHelpers:\n- Max: 12\n+ Max: 14\n \n AllCops:\n NewCops: enable\n'}, {'old_path': 'app/javascript/d...
Ruby