Search is not available for this dataset
hash
string
author
int32
committer_date
string
timezone
int64
parents
string
message
string
changes
string
language
string
cd5646b4b9aee239d68887bf8687d23a52a18c31
500
2022-04-05 14:00:07+05:30
-19,800
['76f53d9a1168d2e2e3d2d9cedc37c6401d8efa5c']
fix: Skip `contact_last_seen_at` in empty conversation payload (#4387) * Fix undefined `last_seen_at` empty conversation * chore: remove the comment Co-authored-by: Sojan Jose <sojan@pepalo.com>
[{'old_path': 'app/views/api/v1/widget/messages/index.json.jbuilder', 'new_path': 'app/views/api/v1/widget/messages/index.json.jbuilder', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -12,5 +12,5 @@ json.payload do\n end\n end\n json.meta do\n- json.contact_last_seen_at @conversation.contact_last_seen_at.to_i\n+...
Ruby
9a8a0bd8655a1af62e003cb0bdceff873404d8f1
603
2022-04-05 15:20:34+05:30
-19,800
['cd5646b4b9aee239d68887bf8687d23a52a18c31']
feat: Ability to customize the online presence duration (#4385)
[{'old_path': 'lib/online_status_tracker.rb', 'new_path': 'lib/online_status_tracker.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,5 +1,6 @@\n module OnlineStatusTracker\n- PRESENCE_DURATION = 20.seconds\n+ # NOTE: You can customise the environment variable to keep your agents/contacts as online for longe...
Ruby
2595e774e5e1525aa32c7540e9d3a839d918b1dc
622
2022-04-05 15:22:56+05:30
-19,800
['9a8a0bd8655a1af62e003cb0bdceff873404d8f1']
fix: Update validations in automation edit actions (#4370) Co-authored-by: fayazara <fayazara@gmail.com>
[{'old_path': 'app/javascript/dashboard/components/widgets/AutomationActionInput.vue', 'new_path': 'app/javascript/dashboard/components/widgets/AutomationActionInput.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -18,7 +18,7 @@\n {{ attribute.label }}\n </option>\n </select>\n- <di...
Ruby
7a8aa4ca2e29cda09217f590eb09dcc1edfa44b5
603
2022-04-05 16:05:49+05:30
-19,800
['2595e774e5e1525aa32c7540e9d3a839d918b1dc']
chore: Add Swagger Doc for Team Members (#4390) Add swagger documentation for Team Members APIs
[{'old_path': 'app/views/api/v1/accounts/team_members/create.json.jbuilder', 'new_path': 'app/views/api/v1/accounts/team_members/create.json.jbuilder', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,7 +1,3 @@\n-if @team_member\n- json.partial! 'api/v1/models/agent.json.jbuilder', resource: @team_member\n-elsif @...
Ruby
821b953ee9b02d68ab2152fb05ac7a437b0708e4
622
2022-04-06 12:36:32+05:30
-19,800
['7a8aa4ca2e29cda09217f590eb09dcc1edfa44b5']
Fix: handling UTF encoded mail (#4384)
[{'old_path': 'app/presenters/mail_presenter.rb', 'new_path': 'app/presenters/mail_presenter.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -33,7 +33,7 @@ class MailPresenter < SimpleDelegator\n # encodes mail raw body if mail.content_type is plain/text\n # encodes mail raw body if mail.content_type is html...
Ruby
0b03e4b296c8c522ea346fb4d93f215a808a9aa3
540
2022-04-06 13:54:55+05:30
-19,800
['821b953ee9b02d68ab2152fb05ac7a437b0708e4']
feat: Add an option to disable endConversation button (#4352)
[{'old_path': 'app/controllers/api/v1/widget/conversations_controller.rb', 'new_path': 'app/controllers/api/v1/widget/conversations_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -45,7 +45,10 @@ class Api::V1::Widget::ConversationsController < Api::V1::Widget::BaseController\n end\n \n def toggle...
Ruby
9329f08e1408308c1bb798dbd39a8acda0ef7f7a
67
2022-04-06 20:21:19+05:30
-7,200
['0b03e4b296c8c522ea346fb4d93f215a808a9aa3']
chore: Fix typo in en localisation file (#4405) Fix Co-authored-by: Vishnu Narayanan <vishnu@chatwoot.com>
[{'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': '@@ -83,7 +83,7 @@\n "SELECT_ALL": "select all agents",\n "SELECTED_COUNT": "%{selected} out of %{total} agents ...
Ruby
75ce5345a9b20be2402bf1fc83aa92262da79f30
650
2022-04-06 21:14:04+05:30
-19,800
['9329f08e1408308c1bb798dbd39a8acda0ef7f7a']
feat: add gh action to build Chatwoot CE/foss docker image (#4406) Github action to build and push chatwoot-ce(foss) edition images. This action will run on merges to master, develop and when tags are created. Corresponding docker tags are as follows. GitHub branch/tag --> docker tag ---- master --> latest-ce ...
[{'old_path': None, 'new_path': '.github/workflows/publish_foss_docker.yml', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,55 @@\n+# #\n+# # This action will publish Chatwoot CE docker image.\n+# # This is set to run against merges to develop, master\n+# # when tags are created.\n+# #\n+\n+name: Publish Chatwo...
Ruby
c2afdd5c93cc05b5b90b4c87a875ad3cee886742
500
2022-04-07 00:07:53+05:30
-19,800
['75ce5345a9b20be2402bf1fc83aa92262da79f30']
chore: Remove unnecessary fields from notification payload (#4403)
[{'old_path': 'app/models/notification.rb', 'new_path': 'app/models/notification.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -64,9 +64,15 @@ class Notification < ApplicationRecord\n \n def primary_actor_data\n if %w[assigned_conversation_new_message conversation_mention].include? notification_type\n- ...
Ruby
5b490bc8cc5f284d85bbb601bb20940f968606a1
90
2022-04-07 07:14:40+05:30
-19,800
['c2afdd5c93cc05b5b90b4c87a875ad3cee886742']
chore: fix scroll bar color in the dark mode (#4404)
[{'old_path': 'app/javascript/widget/App.vue', 'new_path': 'app/javascript/widget/App.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -302,4 +302,9 @@ export default {\n \n <style lang="scss">\n @import \'~widget/assets/scss/woot.scss\';\n+@media (prefers-color-scheme: dark) {\n+ html {\n+ color-scheme: dar...
Ruby
8482ecc1b10306f86e999f38d2cc7938e059084d
12
2022-04-07 10:01:08+05:30
-19,800
['5b490bc8cc5f284d85bbb601bb20940f968606a1']
Feat - Sort inboxes alphabetically (#4383)
[{'old_path': 'app/javascript/dashboard/components/layout/sidebarComponents/Secondary.vue', 'new_path': 'app/javascript/dashboard/components/layout/sidebarComponents/Secondary.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -85,14 +85,20 @@ export default {\n toState: frontendURL(`accounts/${this.accoun...
Ruby
d4a046a21ef5de3fb3722b6d72872b2bd05b8eb3
90
2022-04-07 10:23:18+05:30
-19,800
['8482ecc1b10306f86e999f38d2cc7938e059084d']
fix: Audio notification would not work without action on the dashboard (#4303) * fixes: Audio notification would not work without an action on dashboard * fixes spec * Minor fixes * Minor fixes * Review fixes Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
[{'old_path': 'app/javascript/shared/helpers/AudioNotificationHelper.js', 'new_path': 'app/javascript/shared/helpers/AudioNotificationHelper.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -3,7 +3,7 @@ import { IFrameHelper } from 'widget/helpers/utils';\n \n import { showBadgeOnFavicon } from './faviconHelper';...
Ruby
dfb56f6bb8ecec578cefae06d718331359d073de
500
2022-04-07 19:01:31+05:30
-19,800
['d4a046a21ef5de3fb3722b6d72872b2bd05b8eb3']
doc: Swagger for custom attribute APIs (#4382)
[{'old_path': 'swagger/definitions/index.yml', 'new_path': 'swagger/definitions/index.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -14,6 +14,8 @@ generic_id:\n $ref: ./resource/extension/generic.yml\n canned_response:\n $ref: ./resource/canned_response.yml\n+custom_attribute:\n+ $ref: ./resource/custom_...
Ruby
5ea043605120677824ff948ea023f03e191473c2
9
2022-04-07 22:16:45+05:30
-19,800
['dfb56f6bb8ecec578cefae06d718331359d073de']
feat: Adds support for draft in conversation reply box (#4205) * Add draft support * Fixes issue with draft loading * Adds draft for private notes * Use localstorage helper * .remove instead of .clear * Remove timestamp * clearLocalStorageOnLogout * Fix draft save on refresh * Remove usage of d...
[{'old_path': 'app/javascript/dashboard/components/app/UpdateBanner.vue', 'new_path': 'app/javascript/dashboard/components/app/UpdateBanner.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -12,12 +12,11 @@\n </template>\n <script>\n import Banner from 'dashboard/components/ui/Banner.vue';\n-import LocalStorage f...
Ruby
14e6a5d6b025ec645157f3a458bd289435146511
90
2022-04-08 10:54:51+05:30
-19,800
['5ea043605120677824ff948ea023f03e191473c2']
fix: Background dark mode colour issue in campaign view (#4416)
[{'old_path': 'app/javascript/widget/App.vue', 'new_path': 'app/javascript/widget/App.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -302,9 +302,4 @@ export default {\n \n <style lang="scss">\n @import \'~widget/assets/scss/woot.scss\';\n-@media (prefers-color-scheme: dark) {\n- html {\n- color-scheme: dar...
Ruby
57359be37e88b7230b079a01a20f69bc1c89f31c
622
2022-04-08 11:20:19+05:30
-19,800
['14e6a5d6b025ec645157f3a458bd289435146511']
Fix: Find mailbox with cc email (#4372)
[{'old_path': None, 'new_path': 'app/finders/email_channel_finder.rb', 'type': <ModificationType.ADD: 1>, 'diff': "@@ -0,0 +1,15 @@\n+class EmailChannelFinder\n+ def initialize(email_object)\n+ @email_object = email_object\n+ end\n+\n+ def perform\n+ channel = nil\n+ recipient_mails = @email_object.to.to_a ...
Ruby
d5536d65f75be6ebb3238f133df61b88d65c8668
210
2022-04-08 00:18:18-07:00
-19,800
['57359be37e88b7230b079a01a20f69bc1c89f31c']
feat: Consider business hours while generating the reports (#4330) * feat: Consider business hours while generating the reports
[{'old_path': 'Gemfile', 'new_path': 'Gemfile', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -125,6 +125,9 @@ gem 'procore-sift'\n gem 'email_reply_trimmer'\n gem 'html2text'\n \n+# to calculate working hours\n+gem 'working_hours'\n+\n group :production, :staging do\n # we dont want request timing out in develop...
Ruby
727993aa193170eb7d59b35098fd3041f7e2c101
500
2022-04-08 14:02:26+05:30
-19,800
['d5536d65f75be6ebb3238f133df61b88d65c8668']
feat: Add toggle button component(#4419) Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
[{'old_path': None, 'new_path': 'app/javascript/dashboard/components/buttons/ToggleButton.vue', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,66 @@\n+<template>\n+ <button\n+ type="button"\n+ class="toggle-button"\n+ :class="{ active }"\n+ role="switch"\n+ :aria-checked="active.toString()"\n+ ...
Ruby
7e5ec7925c35188d0c67cb9ce06afd213aeb5023
500
2022-04-08 14:53:37+05:30
-19,800
['727993aa193170eb7d59b35098fd3041f7e2c101']
feat: Add `phone_number` & `custom_attributes` in create conversation end point (#4421)
[{'old_path': 'app/controllers/api/v1/widget/base_controller.rb', 'new_path': 'app/controllers/api/v1/widget/base_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -39,7 +39,8 @@ class Api::V1::Widget::BaseController < ApplicationController\n browser: browser_params,\n referer: permitted...
Ruby
b1efcde495179ec4c3fa5eaa7bbe78e7872eb9cc
540
2022-04-08 18:25:08+05:30
-19,800
['bc7bcc20b8ff4b1f3a302f13bc028958876d4c4d']
feat: Remove duplicate Switch Component (#4427)
[{'old_path': 'app/javascript/dashboard/components/buttons/ToggleButton.vue', 'new_path': None, 'type': <ModificationType.DELETE: 4>, 'diff': '@@ -1,66 +0,0 @@\n-<template>\n- <button\n- type="button"\n- class="toggle-button"\n- :class="{ active }"\n- role="switch"\n- :aria-checked="active.toString()"\n...
Ruby
f1ae09d21bf52c7516bf5297832db3a27215d6fe
210
2022-04-11 00:05:03-07:00
-19,800
['b1efcde495179ec4c3fa5eaa7bbe78e7872eb9cc']
fix: SMTP shouldn't be configurable without IMAP enabled (#4428) * fix: Configure SMTP only if IMAP is enabled
[{'old_path': 'app/javascript/dashboard/components/SettingsSection.vue', 'new_path': 'app/javascript/dashboard/components/SettingsSection.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -7,6 +7,10 @@\n <p class="sub-head">\n {{ subTitle }}\n </p>\n+ <p v-if="note">\n+ <span class...
Ruby
fb3ed29c90cc6a31b1e8737f3ef0b98bc93e90e0
500
2022-04-11 14:06:44+05:30
-19,800
['f1ae09d21bf52c7516bf5297832db3a27215d6fe']
chore: Add missing test cases in `conversations_controller_spec` (#4438)
[{'old_path': 'app/views/api/v1/widget/conversations/create.json.jbuilder', 'new_path': 'app/views/api/v1/widget/conversations/create.json.jbuilder', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -7,4 +7,5 @@ json.messages do\n json.partial! 'api/v1/models/widget_message', resource: message\n end\n end\n+json...
Ruby
9b5eb98c5924201a3aae8e98c62b20b63284eb24
210
2022-04-11 03:13:05-07:00
-19,800
['8622740161237398bcafd7384ecac262dfd01940']
feat: Support additional authentication mechanisms for SMTP (#4431) * Support additional authentication mechanisms for SMTP
[{'old_path': 'app/helpers/api/v1/inboxes_helper.rb', 'new_path': 'app/helpers/api/v1/inboxes_helper.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -29,8 +29,12 @@ module Api::V1::InboxesHelper\n smtp = Net::SMTP.new(channel_data[:smtp_address], channel_data[:smtp_port])\n \n set_smtp_encryption(channel...
Ruby
1194188f135a0b7e59e6db1471e7a5781dde6ba8
603
2022-04-11 16:43:09+05:30
-19,800
['9b5eb98c5924201a3aae8e98c62b20b63284eb24']
chore: Swagger doc for Conversation meta API (#4394) fixes: https://github.com/chatwoot/chatwoot/issues/4327
[{'old_path': 'swagger/definitions/resource/extension/conversation/list.yml', 'new_path': 'swagger/definitions/resource/extension/conversation/list.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -10,6 +10,8 @@ properties:\n type: number\n unassigned_count:\n type: number\n+ ...
Ruby
3d164271a85b13486b72e40ead24052514febd5c
9
2022-04-11 17:27:28+05:30
-19,800
['1194188f135a0b7e59e6db1471e7a5781dde6ba8']
fix: Yellow color shades are inconsistent (#4391)
[{'old_path': 'app/javascript/dashboard/assets/scss/_utility-helpers.scss', 'new_path': 'app/javascript/dashboard/assets/scss/_utility-helpers.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -51,10 +51,6 @@\n background-color: var(--white);\n }\n \n-.text-y-800 {\n- color: var(--y-800);\n-}\n-\n .text-ellip...
Ruby
31cdc63e18f3ceda86ae4014469ac7ac70a09fe6
210
2022-04-11 07:07:20-07:00
-19,800
['3d164271a85b13486b72e40ead24052514febd5c']
fix: Remove IMAP and SMTP email validation (#4435) * Remove IMAP and SMTP email validation * Rename imap_email & smtp_email columns to imap_login & smtp_login respectively. * Use channel email domain if inbound email domain not present
[{'old_path': 'app/helpers/api/v1/inboxes_helper.rb', 'new_path': 'app/helpers/api/v1/inboxes_helper.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -14,7 +14,7 @@ module Api::V1::InboxesHelper\n Mail.defaults do\n retriever_method :imap, { address: channel_data[:imap_address],\n ...
Ruby
c64e2e3bc5e4b6579366e8ae9b0fca19ed3932ae
210
2022-04-11 20:57:22+05:30
-19,800
['31cdc63e18f3ceda86ae4014469ac7ac70a09fe6']
chore: Report improvements (#4392) Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
[{'old_path': 'app/javascript/dashboard/i18n/locale/en/report.json', 'new_path': 'app/javascript/dashboard/i18n/locale/en/report.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -20,12 +20,14 @@\n "FIRST_RESPONSE_TIME": {\n "NAME": "First Response Time",\n "DESC": "( Avg )",\n- "INF...
Ruby
14503b5fe0940d90219a27d5c3ba1a04b3de9588
90
2022-04-12 11:08:12+05:30
-19,800
['c64e2e3bc5e4b6579366e8ae9b0fca19ed3932ae']
feat: Add missing password validation at signup (#4441) Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
[{'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': '@@ -21,7 +21,8 @@\n "PASSWORD": {\n "LABEL": "Password",\n "PLACEHOLDER": "Password",\n- "ERROR": "Password is too s...
Ruby
b6ad468eb442ed36b92e892f0bc00a5176492dbd
622
2022-04-12 11:30:54+05:30
-19,800
['14503b5fe0940d90219a27d5c3ba1a04b3de9588']
fix: Nokogiri bundle update (#4448) Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
[{'old_path': 'Gemfile.lock', 'new_path': 'Gemfile.lock', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -378,14 +378,14 @@ GEM\n netrc (0.11.0)\n newrelic_rpm (8.4.0)\n nio4r (2.5.8)\n- nokogiri (1.13.3)\n+ nokogiri (1.13.4)\n mini_portile2 (~> 2.8.0)\n racc (~> 1.4)\n- nokogiri (1....
Ruby
923b4637db3d255da9607b0b60206c23d4cee02c
622
2022-04-12 20:23:34+05:30
-19,800
['b6ad468eb442ed36b92e892f0bc00a5176492dbd']
chore: Automation bug fix (#4442)
[{'old_path': 'app/javascript/dashboard/routes/dashboard/settings/automation/AddAutomationRule.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/settings/automation/AddAutomationRule.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -194,7 +194,7 @@ export default {\n required: requiredIf(p...
Ruby
a6b119d1876b09a54675c04371c9d0a7323fccad
622
2022-04-13 01:29:51+05:30
-19,800
['923b4637db3d255da9607b0b60206c23d4cee02c']
Feat: twitter image support (#4429)
[{'old_path': 'app/services/twitter/direct_message_parser_service.rb', 'new_path': 'app/services/twitter/direct_message_parser_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -7,7 +7,7 @@ class Twitter::DirectMessageParserService < Twitter::WebhooksBaseService\n set_inbox\n ensure_contacts\n ...
Ruby
d4be268cc36b0dd0d971625297e9d19c8e22dd2a
9
2022-04-13 12:04:34+05:30
-19,800
['a6b119d1876b09a54675c04371c9d0a7323fccad']
enhancement: Remove clickaway for expanded reply box (#4414) * enhancement: Remove clickaway for expanded reply box * Removes unused imports Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
[{'old_path': 'app/javascript/dashboard/components/widgets/conversation/MessagesView.vue', 'new_path': 'app/javascript/dashboard/components/widgets/conversation/MessagesView.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -83,7 +83,6 @@\n </div>\n </div>\n <reply-box\n- v-on-clickaway...
Ruby
337a74a10ca1a2b4a4127c81c3339d5e591e721d
12
2022-04-14 13:36:55+05:30
-19,800
['d4be268cc36b0dd0d971625297e9d19c8e22dd2a']
feat: Add send message, fix issues with message conditions (#4423) Co-authored-by: Tejaswini <tejaswini@chatwoot.com>
[{'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': '@@ -20,9 +20,15 @@ class Api::V1::Accounts::AutomationRulesController < Api::V1::Accounts::BaseCont\n def show; e...
Ruby
80e5d6d7a0fdf03b3a313b3ea679d42aac06ce7e
650
2022-04-14 17:15:57+05:30
-19,800
['337a74a10ca1a2b4a4127c81c3339d5e591e721d']
feat: add chatwoot_edition variable for CE docker images (#4462) * chore: add chatwoot_edition variable for CE docker images * fix cw_edition variable * chore: update comment * feat: include cw_edition data in payload to hub * refactor cw_edition to edition
[{'old_path': '.github/workflows/publish_foss_docker.yml', 'new_path': '.github/workflows/publish_foss_docker.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,7 +1,7 @@\n # #\n # # This action will publish Chatwoot CE docker image.\n # # This is set to run against merges to develop, master\n-# # when tags are...
Ruby
0319b78eacce64ffa0d6751b530475ad8ab4c503
540
2022-04-14 20:54:26+05:30
-19,800
['80e5d6d7a0fdf03b3a313b3ea679d42aac06ce7e']
fix: Allow users to login even if they have access to more than 15 accounts (#4475)
[{'old_path': 'app/javascript/dashboard/App.vue', 'new_path': 'app/javascript/dashboard/App.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,5 @@\n <template>\n- <div id="app" class="app-wrapper app-root">\n+ <div v-if="!authUIFlags.isFetching" id="app" class="app-wrapper app-root">\n <update-banne...
Ruby
04e890070dde3c89d54831a8e19f0c21b637a190
243
2022-04-18 11:38:22+05:30
-19,800
['0319b78eacce64ffa0d6751b530475ad8ab4c503']
fix: Change report_type to type in report API docs (#4492)
[{'old_path': 'swagger/parameters/report_type.yml', 'new_path': 'swagger/parameters/report_type.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,5 @@\n in: query\n-name: report_type\n+name: type\n type: string\n enum:\n - account\n'}, {'old_path': 'swagger/swagger.json', 'new_path': 'swagger/swagger.js...
Ruby
e010f0c6f033eb9153b07e01ce5cd5c5dd484aba
500
2022-04-18 14:06:27+05:30
-19,800
['04e890070dde3c89d54831a8e19f0c21b637a190']
chore: Sync pre-chat fields after custom attribute destroy (#4456)
[{'old_path': None, 'new_path': 'app/jobs/inboxes/sync_widget_pre_chat_custom_fields_job.rb', 'type': <ModificationType.ADD: 1>, 'diff': "@@ -0,0 +1,11 @@\n+class Inboxes::SyncWidgetPreChatCustomFieldsJob < ApplicationJob\n+ queue_as :default\n+\n+ def perform(account, field_name)\n+ account.web_widgets.all.find_e...
Ruby
17fb6b8d550b0e3fccb8b6ec6bbd7595628b449c
540
2022-04-18 18:15:20+05:30
-19,800
['e010f0c6f033eb9153b07e01ce5cd5c5dd484aba']
fix: Update business hour calculation (#4496)
[{'old_path': 'app/javascript/shared/helpers/DateHelper.js', 'new_path': 'app/javascript/shared/helpers/DateHelper.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -2,7 +2,6 @@ import fromUnixTime from 'date-fns/fromUnixTime';\n import format from 'date-fns/format';\n import isToday from 'date-fns/isToday';\n imp...
Ruby
615a575bdd3eeb346169d0c432107380dc140a24
603
2022-04-18 19:05:45+05:30
-19,800
['17fb6b8d550b0e3fccb8b6ec6bbd7595628b449c']
fix: Agent typing indicator for website widget (#4495) When we migrated the pubsub tokens from contact to contact inboxes, we missed out on doing this update for the typing indicator events. Hence the agent typing events weren't visible on the widget side. This change fixes that and removes the necessary column contac...
[{'old_path': 'app/jobs/data_import_job.rb', 'new_path': 'app/jobs/data_import_job.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -21,9 +21,6 @@ class DataImportJob < ApplicationJob\n \n contact.name = params[:name] if params[:name].present?\n contact.assign_attributes(custom_attributes: contact.custom_...
Ruby
1ccd29140dc67f8b2d52d8479d5929d4af47ee5c
622
2022-04-19 12:21:20+05:30
-19,800
['d2d838afd102deb2b62729efb51f8d8a66effaea']
Feat: send fb message outside of standard messaging window (#4439)
[{'old_path': 'app/models/channel/facebook_page.rb', 'new_path': 'app/models/channel/facebook_page.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -33,7 +33,7 @@ class Channel::FacebookPage < ApplicationRecord\n end\n \n def has_24_hour_messaging_window?\n- true\n+ false\n end\n \n def create_conta...
Ruby
26f23a6e214c74b5b6abaa7b3d3a5282bfd03b97
500
2022-04-19 12:47:29+05:30
-19,800
['1ccd29140dc67f8b2d52d8479d5929d4af47ee5c']
feat: Custom fields in pre-chat form (#4189)
[{'old_path': 'app/javascript/dashboard/components/ui/Switch.vue', 'new_path': 'app/javascript/dashboard/components/ui/Switch.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -17,8 +17,12 @@ export default {\n value: { type: Boolean, default: false },\n },\n methods: {\n- onClick() {\n+ onClick(eve...
Ruby
4f3a2713552a3d862104fc8a33f00ca7aae30a3b
500
2022-04-20 10:49:52+05:30
-19,800
['5b9c4bf7f18a8bdc783386d54e3c749713f279ea']
chore: Add `custom attributes` in `campaign.triggered` event (#4463)
[{'old_path': 'app/builders/campaigns/campaign_conversation_builder.rb', 'new_path': 'app/builders/campaigns/campaign_conversation_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,5 @@\n class Campaigns::CampaignConversationBuilder\n- pattr_initialize [:contact_inbox_id!, :campaign_display_id!, :...
Ruby
f2f0d466f2d82be179bed531c021b86be942661a
540
2022-04-20 16:00:37+05:30
-19,800
['4f3a2713552a3d862104fc8a33f00ca7aae30a3b']
chore: Update Help Center APIs to accomodate locale (#4515)
[{'old_path': 'app/controllers/api/v1/accounts/kbase/base_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/kbase/base_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,6 +4,6 @@ class Api::V1::Accounts::Kbase::BaseController < Api::V1::Accounts::BaseControll\n private\n \n def portal\...
Ruby
2b2252b66e71a4e8d109e398df1d7f4094cbc4cc
12
2022-04-20 16:03:12+05:30
-19,800
['f2f0d466f2d82be179bed531c021b86be942661a']
feat: Add a read indicator for web-widget channel (#4224) 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': '@@ -60,6 +60,7 @@\n :readable-time="readableTime"\n :source-id="data.source_id"\n ...
Ruby
2c73df429259755dc7ced8994859d5c052111a08
603
2022-04-20 22:42:13+05:30
-19,800
['2b2252b66e71a4e8d109e398df1d7f4094cbc4cc']
Chore: Provide fixed attachment URLs for Channels (#4507) Prior to this change, The attachment URL sent from Chatwoot to 3rd party integrations like Whatsapp and Facebook involved a 301 redirect before the original content is served. This causes intermittent breakages for the sent attachments. fixes: #3632 ref: h...
[{'old_path': 'app/models/attachment.rb', 'new_path': 'app/models/attachment.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -44,12 +44,15 @@ class Attachment < ApplicationRecord\n base_data.merge(file_metadata)\n end\n \n+ # NOTE: the URl returned does a 301 redirect to the actual file\n def file_url\n...
Ruby
27ddd77a1b621f503fe89a436a49f44b0b1204b5
500
2022-04-21 11:27:28+05:30
-19,800
['2c73df429259755dc7ced8994859d5c052111a08']
chore: Sanitize html content (#4498)
[{'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': '@@ -80,8 +80,8 @@\n >\n <p\n v-if="isSignatureAvailable"\n+ v-dompurify-html...
Ruby
f7694714394c47e980b45e82f1e66de658146421
540
2022-04-21 14:14:56+05:30
-19,800
['f2815a2c002a81516473825ce7432cd4cc35846e']
fix: Issue with closed all hours (#4521) fixing the accidentally merged conditions for open all day and closed all day.
[{'old_path': 'app/javascript/widget/mixins/availability.js', 'new_path': 'app/javascript/widget/mixins/availability.js', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -34,10 +34,14 @@ export default {\n openAllDay,\n } = this.currentDayAvailability;\n \n- if (openAllDay || closedAllDay) {\n+ ...
Ruby
b082b0e58c441de39de186f6fabfcaa4cd3a0f5f
500
2022-04-21 20:39:45+05:30
-19,800
['bd0ed322cc4d2923fcb0281e69cf753d2b742536']
fix: Dig params in widget contact end point (#4516)
[{'old_path': 'app/controllers/api/v1/widget/base_controller.rb', 'new_path': 'app/controllers/api/v1/widget/base_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -71,7 +71,7 @@ class Api::V1::Widget::BaseController < ApplicationController\n end\n \n def contact_email\n- permitted_params[:contac...
Ruby
2acb48bbe0cd3a98980593bfe321f428a7ddf35d
622
2022-04-21 20:52:23+05:30
-19,800
['b082b0e58c441de39de186f6fabfcaa4cd3a0f5f']
feat: Add support for conversation attribute automation conditions in message event (#4518) 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': "@@ -9,6 +9,7 @@ class Messages::MessageBuilder\n @user = user\n @message_type = params[:message_type] || 'outgoing'\n @attachments = params[:attach...
Ruby
1b3011b27beecb7f4098f4e1387e5824c3c39829
622
2022-04-24 12:02:40+05:30
-19,800
['2acb48bbe0cd3a98980593bfe321f428a7ddf35d']
fix: Add Attachment endpoint to save file against automation rule (#4480) Co-authored-by: fayazara <fayazara@gmail.com> Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
[{'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': "@@ -17,6 +17,16 @@ class Api::V1::Accounts::AutomationRulesController < Api::V1::Accounts::BaseCont\n @automati...
Ruby
fa51fd1d736bb1a398eeedb792839652720dd589
500
2022-04-25 12:25:38+05:30
-19,800
['1b3011b27beecb7f4098f4e1387e5824c3c39829']
fix: Bypass invalid values in contact patch end point (#4519)
[{'old_path': 'app/models/contact.rb', 'new_path': 'app/models/contact.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -31,8 +31,7 @@ class Contact < ApplicationRecord\n validates :email, allow_blank: true, uniqueness: { scope: [:account_id], case_sensitive: false }\n validates :identifier, allow_blank: true...
Ruby
899176a793c43572fd7fda9c52a99af78baa10bc
540
2022-04-25 17:44:42+05:30
-19,800
['fa51fd1d736bb1a398eeedb792839652720dd589']
feat: Add event subscription option to webhooks (#4540) Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
[{'old_path': 'app/controllers/api/v1/accounts/webhooks_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/webhooks_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -23,7 +23,7 @@ class Api::V1::Accounts::WebhooksController < Api::V1::Accounts::BaseController\n private\n \n def webhook_pa...
Ruby
676796ddc75a4a53282d544270890f2aa0b77264
210
2022-04-25 07:34:41-07:00
-19,800
['899176a793c43572fd7fda9c52a99af78baa10bc']
feat: Add reports about live agent load (#4537) * feat: Add reports about live agent load
[{'old_path': 'app/builders/v2/report_builder.rb', 'new_path': 'app/builders/v2/report_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -4,6 +4,7 @@ class V2::ReportBuilder\n attr_reader :account, :params\n \n DEFAULT_GROUP_BY = 'day'.freeze\n+ AGENT_RESULTS_PER_PAGE = 10\n \n def initialize(accoun...
Ruby
fa031a0e2d8a5b8dada9c76e679c0e14603aacea
90
2022-04-26 09:04:34+05:30
-19,800
['676796ddc75a4a53282d544270890f2aa0b77264']
feat: Adds support for canned responses in contact messages (#4453)
[{'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': '@@ -59,6 +59,13 @@\n </div>\n <div class="row">\n <di...
Ruby
3a5e34fccb23b2c3f7054b00ba22a635fb4cacb3
500
2022-04-26 15:13:28+05:30
-19,800
['fa031a0e2d8a5b8dada9c76e679c0e14603aacea']
fix: Check `phone_number` and `email` changes are exist before validation (#4551)
[{'old_path': 'app/models/contact.rb', 'new_path': 'app/models/contact.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -145,13 +145,13 @@ class Contact < ApplicationRecord\n def phone_number_format\n return if phone_number.blank?\n \n- self.phone_number = changes['phone_number'].first unless phone_numbe...
Ruby
1bf2da180bc33074173063cbc813db3cd5fb62a1
210
2022-04-26 05:52:13-07:00
-19,800
['3a5e34fccb23b2c3f7054b00ba22a635fb4cacb3']
fix: Update agent metrics query to show data from current account (#4557) * Update agent metrics query to fetch data from current account
[{'old_path': 'app/builders/v2/report_builder.rb', 'new_path': 'app/builders/v2/report_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -4,7 +4,7 @@ class V2::ReportBuilder\n attr_reader :account, :params\n \n DEFAULT_GROUP_BY = 'day'.freeze\n- AGENT_RESULTS_PER_PAGE = 10\n+ AGENT_RESULTS_PER_PAGE =...
Ruby
3d824855f0d8ceba733092f8048e809a92d5628a
12
2022-04-27 08:12:30+05:30
-19,800
['1bf2da180bc33074173063cbc813db3cd5fb62a1']
Fix positioning of read ticks on attachment message bubbles (#4545) * Fix positioning of read ticks * Review fixes Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> Co-authored-by: iamsivin <iamsivin@gmail.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': '@@ -1,6 +1,8 @@\n <template>\n <div class="message-text--metadata">\n- <span class="...
Ruby
4250c40d1d550511eb0d9788c7353e94846dca78
540
2022-04-27 18:33:22+05:30
-19,800
['3d824855f0d8ceba733092f8048e809a92d5628a']
chore: Upgrade rails to 6.1.5.1 (#4570)
[{'old_path': 'Gemfile.lock', 'new_path': 'Gemfile.lock', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,63 +9,63 @@ GIT\n GEM\n remote: https://rubygems.org/\n specs:\n- actioncable (6.1.4.7)\n- actionpack (= 6.1.4.7)\n- activesupport (= 6.1.4.7)\n+ actioncable (6.1.5.1)\n+ actionpack (=...
Ruby
95c7a24dd1fc05fb2a692c5b4e14bda8ce85be2b
210
2022-04-27 06:26:35-07:00
-19,800
['4250c40d1d550511eb0d9788c7353e94846dca78']
fix: Unattendeed conversation count in agent metrics (#4568)
[{'old_path': 'app/builders/v2/report_builder.rb', 'new_path': 'app/builders/v2/report_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -96,7 +96,7 @@ class V2::ReportBuilder\n \n def conversations\n @open_conversations = scope.conversations.where(account_id: @account.id).open\n- first_response_c...
Ruby
8348392d43b79950bb6c307629201b711aaabe40
540
2022-04-27 20:10:40+05:30
-19,800
['95c7a24dd1fc05fb2a692c5b4e14bda8ce85be2b']
fix: Disable automation on tweets (#4571) Fixes #4565
[{'old_path': 'app/services/automation_rules/action_service.rb', 'new_path': 'app/services/automation_rules/action_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -22,6 +22,8 @@ class AutomationRules::ActionService\n private\n \n def send_attachment(blob_ids)\n+ return if conversation_a_tweet?\n+\...
Ruby
cb38ec32679605ed579d680a6b70ae41a5e70da2
622
2022-04-28 01:14:03+05:30
-19,800
['8348392d43b79950bb6c307629201b711aaabe40']
chore: Allow Facebook channel to receive standby messages (#4511)
[{'old_path': 'app/models/channel/facebook_page.rb', 'new_path': 'app/models/channel/facebook_page.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -54,7 +54,7 @@ class Channel::FacebookPage < ApplicationRecord\n response = Facebook::Messenger::Subscriptions.subscribe(\n access_token: page_access_token,...
Ruby
8d04894744860c8979936227f9c7017dd7103062
210
2022-04-28 16:58:06+05:30
-19,800
['cb38ec32679605ed579d680a6b70ae41a5e70da2']
fix: Add index in conversation and reporting event (#4577) Fixes chatwoot/product#422
[{'old_path': 'app/models/conversation.rb', 'new_path': 'app/models/conversation.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -31,6 +31,7 @@\n # index_conversations_on_assignee_id_and_account_id (assignee_id,account_id)\n # index_conversations_on_campaign_id (campaign_id)\n # index_convers...
Ruby
04194e7247715d53565de8e9c44b3e338c22eca8
243
2022-04-28 21:02:17+05:30
-19,800
['8d04894744860c8979936227f9c7017dd7103062']
Fix: attachment name for incoming messages Use original_filename to get the name of the file attached to the message. Had to add the message_type method to the WhatsApp/incoming_message_service due to the Assignment Branch Condition linter error for the attach_files method. Fixes #4183
[{'old_path': 'app/services/sms/incoming_message_service.rb', 'new_path': 'app/services/sms/incoming_message_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -87,7 +87,7 @@ class Sms::IncomingMessageService\n file_type: file_type(attachment_file.content_type),\n file: {\n io: att...
Ruby
e5136c2691da01ec22a5bda7e2b238d348a43eb7
622
2022-04-28 21:09:39+05:30
-19,800
['04194e7247715d53565de8e9c44b3e338c22eca8']
Fix: File upload from slack (#4494) When you upload a file from slack chat it's not appearing in the chatwoot inbox. This is because Slack updated the webhook event format
[{'old_path': 'spec/support/slack_stubs.rb', 'new_path': 'spec/support/slack_stubs.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -22,17 +22,7 @@ module SlackStubs\n end\n \n def slack_attachment_stub\n- {\n- token: '[FILTERED]',\n- team_id: 'TLST3048H',\n- api_app_id: 'A012S5UETV4',\n- ...
Ruby
b5e0921d0d9e5831aa477a015bb03fa06c84a994
243
2022-04-29 00:43:10+05:30
-19,800
['e5136c2691da01ec22a5bda7e2b238d348a43eb7']
fix: sidekiq cron deprecation warnings (#4581) Updates sidekiq-cron to fix the deprecation warnings Fixes #4090
[{'old_path': 'Gemfile', 'new_path': 'Gemfile', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -104,7 +104,7 @@ gem 'sentry-sidekiq'\n ##-- background job processing --##\n gem 'sidekiq', '~> 6.4.0'\n # We want cron jobs\n-gem 'sidekiq-cron'\n+gem 'sidekiq-cron', '~> 1.3'\n \n ##-- Push notification service --##\n g...
Ruby
45099f40f1575c8730e9795a54ea35ca69b395a1
650
2022-04-29 14:38:10+05:30
-19,800
['b5e0921d0d9e5831aa477a015bb03fa06c84a994']
fix: ce spec action for PRs from forks (#4587) CE spec action was failing for PRs from external forks at the checkout stage. This PR modifies the checkout action to use the full repo name and branch. #4586
[{'old_path': '.github/workflows/run_foss_spec.yml', 'new_path': '.github/workflows/run_foss_spec.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -42,7 +42,8 @@ jobs:\n steps:\n - uses: actions/checkout@v3\n with:\n- ref: ${{ github.head_ref }}\n+ ref: ${{ github.event.pull_request.h...
Ruby
c1cc94e37c5da6d553df51f59ab0068e7b53bbc5
243
2022-04-29 20:54:12+05:30
-19,800
['45099f40f1575c8730e9795a54ea35ca69b395a1']
Fix: Accept phone number in public contact api (#4580) This PR makes it possible to pass a phone number to the public contacts API. Fixes #4023
[{'old_path': 'app/controllers/public/api/v1/inboxes/contacts_controller.rb', 'new_path': 'app/controllers/public/api/v1/inboxes/contacts_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -43,6 +43,6 @@ class Public::Api::V1::Inboxes::ContactsController < Public::Api::V1::InboxesCon\n end\n \n def p...
Ruby
b3c8c8383099cc3bd42589e7feda778b25cb005c
320
2022-05-02 13:14:04+05:30
10,800
['c1cc94e37c5da6d553df51f59ab0068e7b53bbc5']
fix: unable to send audio messages on Telegram (#4493) - Changed the lib used to record the audio (videojs-record). - Changed the audio recording format to .ogg, this will keep compatibility with sending to channels, Telegram, Whatsapp, Web Widget and API. - Changed the visualization of recording waves, it is now u...
[{'old_path': 'app/javascript/dashboard/assets/scss/widgets/_reply-box.scss', 'new_path': 'app/javascript/dashboard/assets/scss/widgets/_reply-box.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -27,6 +27,16 @@\n padding: 0 $space-small;\n }\n \n+ .video-js {\n+ background: transparent;\n+ ...
Ruby
c9a8796a36244a18f9f209d602470f125f4e8726
603
2022-05-05 00:31:11+05:30
-19,800
['b3c8c8383099cc3bd42589e7feda778b25cb005c']
chore: Sentry Issue fixes (#4618) Address the following sentry issues fixes: #4616, #4617
[{'old_path': 'app/models/inbox_member.rb', 'new_path': 'app/models/inbox_member.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -32,6 +32,6 @@ class InboxMember < ApplicationRecord\n end\n \n def remove_agent_from_round_robin\n- ::RoundRobin::ManageService.new(inbox: inbox).remove_agent_from_queue(user_i...
Ruby
832a0f24a09fcdf79c909cf7cd2d8f74d0a22930
540
2022-05-05 19:29:51+05:30
-19,800
['c9a8796a36244a18f9f209d602470f125f4e8726']
chore: Update missing packages in yarn.lock (#4627)
[{'old_path': 'config/schedule.yml', 'new_path': 'config/schedule.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -16,6 +16,6 @@ trigger_scheduled_items_job:\n \n # executed At every 5th minute..\n trigger_imap_email_inboxes_job:\n- cron: '*/1 * * * *'\n+ cron: '*/5 * * * *'\n class: 'Inboxes::FetchImapEmai...
Ruby
66d366f0ff7768d4df154b731d80fb1ac73bc5c9
650
2022-05-05 23:57:55+05:30
-19,800
['832a0f24a09fcdf79c909cf7cd2d8f74d0a22930']
chore: update newrelic gem to support log forwarding (#4626) Newrelic gem 8.7 has application log forwarding support and this is enabled by default. Update the gem to make use of this feature. Chatwoot have turned this off by default though. Set `NEW_RELIC_APPLICATION_LOGGING_ENABLED` to enable this feature. Make...
[{'old_path': '.env.example', 'new_path': '.env.example', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -161,13 +161,15 @@ USE_INBOX_AVATAR_FOR_BOT=true\n ## NewRelic\n # https://docs.newrelic.com/docs/agents/ruby-agent/configuration/ruby-agent-configuration/\n # NEW_RELIC_LICENSE_KEY=\n+# Set this to true to allow...
Ruby
4f9d41962a3f98206297679ff65d72b9ab3af214
500
2022-05-06 12:01:34+05:30
-19,800
['66d366f0ff7768d4df154b731d80fb1ac73bc5c9']
fix: Pre chat custom fields drag and drop (#4530)
[{'old_path': 'app/javascript/dashboard/components/ui/Switch.vue', 'new_path': 'app/javascript/dashboard/components/ui/Switch.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -17,12 +17,8 @@ export default {\n value: { type: Boolean, default: false },\n },\n methods: {\n- onClick(event) {\n- if (...
Ruby
8d2b719dc1f3cd9261e0ca0998fdb86943ea11f8
603
2022-05-06 14:50:55+05:30
-19,800
['4f9d41962a3f98206297679ff65d72b9ab3af214']
chore: Sentry issues (#4623) Fixes various issues reported on sentry - Twilio channel creation validation errors - Room Channel error with nil class - Webhook Uri exception
[{'old_path': 'app/builders/contact_builder.rb', 'new_path': 'app/builders/contact_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -15,11 +15,10 @@ class ContactBuilder\n end\n \n def create_contact_inbox(contact)\n- ::ContactInbox.create!(\n+ ::ContactInbox.create_with(hmac_verified: hmac_veri...
Ruby
77a6893203c85153d730618f27573cdd47c72809
394
2022-05-06 14:55:38+05:30
21,600
['8d2b719dc1f3cd9261e0ca0998fdb86943ea11f8']
feat: Open "Switch Account" modal when clicking account name on dashboard (#4613) Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
[{'old_path': 'app/javascript/dashboard/components/layout/Sidebar.vue', 'new_path': 'app/javascript/dashboard/components/layout/Sidebar.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -19,6 +19,7 @@\n :menu-config="activeSecondaryMenu"\n :current-role="currentRole"\n @add-label="showAddLabelPo...
Ruby
80b8f5f915528bac7df92ca6aa7fe56d5e54f73c
603
2022-05-06 16:38:44+05:30
-19,800
['77a6893203c85153d730618f27573cdd47c72809']
chore: Update puma config as per recommendations (#3640) Ability to configure workers for puma ref: https://devcenter.heroku.com/articles/concurrency-and-database-connections#threaded-servers https://www.speedshop.co/2017/10/12/appserver.html
[{'old_path': 'config/puma.rb', 'new_path': 'config/puma.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -25,14 +25,14 @@ pidfile ENV.fetch(\'PIDFILE\') { \'tmp/pids/server.pid\' }\n # Workers do not work on JRuby or Windows (both of which do not support\n # processes).\n #\n-# workers ENV.fetch("WEB_CONCURRENCY...
Ruby
ef850eda0fbcb8bf5e555cd8e3d8e55d92ca5665
12
2022-05-06 19:30:48+05:30
-19,800
['80b8f5f915528bac7df92ca6aa7fe56d5e54f73c']
feat: Add the SDK method to programatically toggle live chat bubble (#4223) Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
[{'old_path': 'app/javascript/packs/sdk.js', 'new_path': 'app/javascript/packs/sdk.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -10,7 +10,8 @@ import {\n getUserCookieName,\n hasUserKeys,\n } from '../sdk/cookieHelpers';\n-\n+import { addClass, removeClass } from '../sdk/DOMHelpers';\n+import { SDK_SET_BU...
Ruby
2e0d43c09373199284437466b111d55c8b1f404c
540
2022-05-06 20:19:36+05:30
-19,800
['ef850eda0fbcb8bf5e555cd8e3d8e55d92ca5665']
chore: Use different files for widget and dashboard audio alert (#4637)
[{'old_path': 'app/javascript/sdk/IFrameHelper.js', 'new_path': 'app/javascript/sdk/IFrameHelper.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -121,7 +121,7 @@ export const IFrameHelper = {\n \n setupAudioListeners: () => {\n const { baseUrl = '' } = window.$chatwoot;\n- getAlertAudio(baseUrl).then(()...
Ruby
5b5a6d89c0cf7f3148a1439d6fcd847784a79b94
394
2022-05-07 17:57:16+05:30
21,600
['2e0d43c09373199284437466b111d55c8b1f404c']
chore: "Channel::TwilioSms" to be unique on account_sid+phone_number (#4188) "Twilio::IncomingMessageService" searches for the correct "Channel::TwilioSms" by account_sid+phone_number. If these values are duplicated then which record it finds is indeterminate and may alternate between queries. Co-authored-by: S...
[{'old_path': 'app/models/channel/twilio_sms.rb', 'new_path': 'app/models/channel/twilio_sms.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -13,7 +13,8 @@\n #\n # Indexes\n #\n-# index_channel_twilio_sms_on_account_id_and_phone_number (account_id,phone_number) UNIQUE\n+# index_channel_twilio_sms_on_account_s...
Ruby
360b438a55582259b8206dbe4872afb858025d75
210
2022-05-09 01:34:52-07:00
-19,800
['5b5a6d89c0cf7f3148a1439d6fcd847784a79b94']
Fix: Campaign triggers first_response reporting event (#4607) * Fix: Campaign triggers first_response reporting event * fix spec failure
[{'old_path': 'app/builders/campaigns/campaign_conversation_builder.rb', 'new_path': 'app/builders/campaigns/campaign_conversation_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -21,7 +21,8 @@ class Campaigns::CampaignConversationBuilder\n \n def message_params\n ActionController::Parameters.new({...
Ruby
04dfb034ccb52f4ad85aa66dc5265b95ed60b8c5
603
2022-05-09 14:23:19+05:30
-19,800
['360b438a55582259b8206dbe4872afb858025d75']
chore: Upgrade Exception tracking (#4638) - Upgrade Sentry Libraries - Enable provision for account and user info in error tracking - Add ChatwootExceptionTracker fixes: #4375
[{'old_path': 'Gemfile', 'new_path': 'Gemfile', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -97,9 +97,9 @@ gem 'brakeman'\n gem 'ddtrace'\n gem 'newrelic_rpm'\n gem 'scout_apm'\n-gem 'sentry-rails'\n-gem 'sentry-ruby'\n-gem 'sentry-sidekiq'\n+gem 'sentry-rails', '~> 5.3'\n+gem 'sentry-ruby', '~> 5.3'\n+gem 'sentr...
Ruby
5ce29a7bebd4b661aa06dbeeb6fb78b02c91ed7b
603
2022-05-09 18:57:05+05:30
-19,800
['04dfb034ccb52f4ad85aa66dc5265b95ed60b8c5']
chore: Update translations from Crowdin (#4652)
[{'old_path': 'app/javascript/dashboard/i18n/locale/ar/automation.json', 'new_path': 'app/javascript/dashboard/i18n/locale/ar/automation.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -89,7 +89,9 @@\n "DELETE_MESSAGE": "يجب أن يكون لديك على الأقل شرط واحد للحفظ"\n },\n "ACTION": {\n- "DELET...
Ruby
0eeab8c56c1af6cd5ff8e5b9e048a49e59fb2fc1
622
2022-05-09 19:18:30+05:30
-19,800
['5ce29a7bebd4b661aa06dbeeb6fb78b02c91ed7b']
Fix: slack repeated callback event message for attached files (#4610)
[{'old_path': 'lib/integrations/slack/incoming_message_builder.rb', 'new_path': 'lib/integrations/slack/incoming_message_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -35,9 +35,9 @@ class Integrations::Slack::IncomingMessageBuilder\n \n def supported_message?\n if message.present?\n- SUPPORT...
Ruby
f64cf85ab24e933e9469d0eab45c748f4f859f3e
622
2022-05-09 23:54:45+05:30
-19,800
['0eeab8c56c1af6cd5ff8e5b9e048a49e59fb2fc1']
Fix: sentry issue for slack incoming files check (#4656) Interpreter error for nil. any? added nil. present? Fixes: https://sentry.io/share/issue/48c10d26490f4bdaab78c82244fcea98/
[{'old_path': 'lib/integrations/slack/incoming_message_builder.rb', 'new_path': 'lib/integrations/slack/incoming_message_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -37,7 +37,7 @@ class Integrations::Slack::IncomingMessageBuilder\n if message.present?\n SUPPORTED_MESSAGE_TYPES.include?(mess...
Ruby
81d0405473109971e24773657705fa4e77af49fb
603
2022-05-10 00:28:46+05:30
-19,800
['f64cf85ab24e933e9469d0eab45c748f4f859f3e']
chore: Ability to update user email via Platform APIs (#4659) When the platform update API is called with a new user email, Chatwoot will still follow the same behaviour as in the dashboard where the user will have to confirm the new email activation link until the email gets updated on the user record. In the case...
[{'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': "@@ -21,6 +21,10 @@ class Platform::Api::V1::UsersController < PlatformController\n \n def update\n @resource.assign_attributes(user...
Ruby
9ed1f5d96b558564bfcd5e3d1c6cc2b47790e33f
622
2022-05-10 19:20:55+05:30
-19,800
['81d0405473109971e24773657705fa4e77af49fb']
Fix: Make version changeable from the environment vars (#4654)
[{'old_path': 'app/controllers/dashboard_controller.rb', 'new_path': 'app/controllers/dashboard_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -38,9 +38,12 @@ class DashboardController < ActionController::Base\n end\n \n def app_config\n- { APP_VERSION: Chatwoot.config[:version],\n+ {\n+ ...
Ruby
9cec0917165a21651b335f8beac10f259da1ba56
540
2022-05-11 12:05:42+05:30
-19,800
['9ed1f5d96b558564bfcd5e3d1c6cc2b47790e33f']
chore: Remove unused method scriptGenerator (#4671)
[{'old_path': 'app/javascript/dashboard/helper/scriptGenerator.js', 'new_path': None, 'type': <ModificationType.DELETE: 4>, 'diff': '@@ -1,25 +0,0 @@\n-export const createMessengerScript = pageId => `\n-<script>\n- window.fbAsyncInit = function() {\n- FB.init({\n- appId: "${window.chatwootConfig.fbAppId}",\n- ...
Ruby
5c161e0fefd14aa1769480a78829761cf464ecb2
603
2022-05-11 13:33:24+05:30
-19,800
['9cec0917165a21651b335f8beac10f259da1ba56']
chore: Split Inbox Settings Page Component (#4664) Clean up the Inbox settings page component as the logic was growing complex. - Moved subpages like collaborators and configuration to new components - Moved Assignment settings to the collaborators tab - Introduced a new inbox seeder to quickly preview setting pa...
[{'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': '@@ -341,10 +341,6 @@\n "AUTO_ASSIGNMENT_SUCCESS_MESSAGE": "Auto assignment updated successfully",\n "ERROR_MESSAGE"...
Ruby
329d305e9272ae62113a3cfd6564500e5c5d1cca
622
2022-05-11 14:29:38+05:30
-19,800
['5c161e0fefd14aa1769480a78829761cf464ecb2']
Fix: Creating contacts for already outgoing/echo messages (#4668) Check if the Instagram contact is already present in the system before throwing the exception. Fixes: #4666
[{'old_path': 'app/services/instagram/message_text.rb', 'new_path': 'app/services/instagram/message_text.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -22,7 +22,7 @@ class Instagram::MessageText < Instagram::WebhooksBaseService\n \n return unsend_message if message_is_deleted?\n \n- ensure_contact(conta...
Ruby
41b89014324772d8351b15936d25623f852980cb
210
2022-05-11 14:31:57+05:30
-19,800
['329d305e9272ae62113a3cfd6564500e5c5d1cca']
Fix: Agent Reports counts when they have access to multiple accounts (#4663) This change restricts the agent report API to fetch agent metrics from the current account. Fixes: #4660
[{'old_path': 'app/helpers/report_helper.rb', 'new_path': 'app/helpers/report_helper.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -17,30 +17,30 @@ module ReportHelper\n end\n \n def conversations_count\n- (get_grouped_values scope.conversations).count\n+ (get_grouped_values scope.conversations.where...
Ruby
ab3ee74a8672f4ac07c6107448c2d9ba6f012653
2
2022-05-13 11:34:09+05:30
-19,800
['41b89014324772d8351b15936d25623f852980cb']
chore: Update the note of Personal message signature (#4679)
[{'old_path': 'app/javascript/dashboard/i18n/locale/bg/settings.json', 'new_path': 'app/javascript/dashboard/i18n/locale/bg/settings.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -21,7 +21,7 @@\n },\n "MESSAGE_SIGNATURE_SECTION": {\n "TITLE": "Personal message signature",\n- "NOTE"...
Ruby
8fbe470bdd9b65ceeb36a3f25b25f9fefd89ece6
650
2022-05-13 11:34:43+05:30
-19,800
['ab3ee74a8672f4ac07c6107448c2d9ba6f012653']
feat: Control sidekiq log level via rails LOG_LEVEL env variable (#4675)
[{'old_path': 'config/initializers/sidekiq.rb', 'new_path': 'config/initializers/sidekiq.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -8,6 +8,7 @@ end\n \n Sidekiq.configure_server do |config|\n config.redis = Redis::Config.app\n+ config.logger.level = Logger.const_get(ENV.fetch('LOG_LEVEL', 'info').upcase...
Ruby
6535624cd6bb0aca76421e452b64645f8c1b015e
603
2022-05-13 11:38:49+05:30
-19,800
['8fbe470bdd9b65ceeb36a3f25b25f9fefd89ece6']
chore: Update translations from Crowdin (#4665)
[{'old_path': 'app/javascript/dashboard/i18n/locale/ar/inboxMgmt.json', 'new_path': 'app/javascript/dashboard/i18n/locale/ar/inboxMgmt.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -341,10 +341,6 @@\n "AUTO_ASSIGNMENT_SUCCESS_MESSAGE": "تم تحديث إعدادات الإسناد التلقائي بنجاح",\n "ERROR_MESSA...
Ruby
45e2cd4903c0697f6d7c37a1714da2aa69ce8ffb
540
2022-05-16 11:29:05+05:30
-19,800
['2060f270d3b6b8149ba6062e2a25327484c9264c']
fix: Render links with target attribute (#4685)
[{'old_path': 'app/javascript/packs/application.js', 'new_path': 'app/javascript/packs/application.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -39,6 +39,7 @@ import {\n } from '../dashboard/helper/scriptHelpers';\n import FluentIcon from 'shared/components/FluentIcon/DashboardIcon';\n import VueDOMPurifyHTML...
Ruby
f620bdec542eba61f60f800516df8e06d154ac4d
603
2022-05-16 12:45:45+05:30
-19,800
['45e2cd4903c0697f6d7c37a1714da2aa69ce8ffb']
chore: Update translations (#4682)
[{'old_path': 'app/javascript/dashboard/i18n/locale/ar/inboxMgmt.json', 'new_path': 'app/javascript/dashboard/i18n/locale/ar/inboxMgmt.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -398,8 +398,8 @@\n "MESSENGER_SUB_HEAD": "ضع هذا الكود داخل وسم الـ body في موقعك",\n "INBOX_AGENTS": "موظف الدعم",\...
Ruby
938fb887c4269ff3eb25afe1222e6196da5fb5b6
622
2022-05-16 13:59:59+05:30
-19,800
['6535624cd6bb0aca76421e452b64645f8c1b015e']
feat: Portal endpoint (#4633)
[{'old_path': 'app/controllers/api/v1/accounts/kbase/categories_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/categories_controller.rb', 'type': <ModificationType.RENAME: 3>, 'diff': '@@ -1,4 +1,5 @@\n-class Api::V1::Accounts::Kbase::CategoriesController < Api::V1::Accounts::Kbase::BaseController\n+class...
Ruby
b8f25d77bf59a6ba012b524e19c17a2e65c0a98d
540
2022-05-16 16:41:40+05:30
-19,800
['f620bdec542eba61f60f800516df8e06d154ac4d']
chore: Enable New Message Button on Contact Panel (#4681) Fixes: #4653
[{'old_path': 'app/javascript/dashboard/routes/dashboard/contacts/components/ContactInfoPanel.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/contacts/components/ContactInfoPanel.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -8,7 +8,6 @@\n </span>\n <contact-info\n :show-avatar="sho...
Ruby
47f04ee3fec88e2b839b6019f226e1fb533d644c
540
2022-05-17 21:01:45+05:30
-19,800
['361ffbab82614ef4a00cc08ec40b015f0ee2652e']
chore: Add an option to download CSAT Reports (#4694)
[{'old_path': 'app/controllers/api/v1/accounts/csat_survey_responses_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/csat_survey_responses_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -5,7 +5,7 @@ class Api::V1::Accounts::CsatSurveyResponsesController < Api::V1::Accounts::Base\n RESU...
Ruby
20565d09c0771a3d229edc795affa2aef66268b4
540
2022-05-18 12:15:30+05:30
-19,800
['47f04ee3fec88e2b839b6019f226e1fb533d644c']
fix: Update report method to fix issues with special characters (#4697)
[{'old_path': 'app/javascript/dashboard/helper/downloadHelper.js', 'new_path': 'app/javascript/dashboard/helper/downloadHelper.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,11 +1,16 @@\n import fromUnixTime from 'date-fns/fromUnixTime';\n import format from 'date-fns/format';\n \n-export const downloadCsvFi...
Ruby
8538660bbd69e43109d1c3292ad2b47261f02c30
210
2022-05-18 21:16:33-07:00
-19,800
['20565d09c0771a3d229edc795affa2aef66268b4']
Add first_reply_created event in conversation (#4576)
[{'old_path': None, 'new_path': 'app/jobs/migration/conversations_first_reply_scheduler_job.rb', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,17 @@\n+# Delete migration and spec after 2 consecutive releases.\n+class Migration::ConversationsFirstReplySchedulerJob < ApplicationJob\n+ queue_as :scheduled_jobs\n...
Ruby
11ea8a3032a7199c71308fbcc5d52056d73412a9
540
2022-05-19 21:43:23+05:30
-19,800
['8538660bbd69e43109d1c3292ad2b47261f02c30']
chore: Update the documentation for configuring webhooks in the account (#4703)
[{'old_path': 'swagger/definitions/index.yml', 'new_path': 'swagger/definitions/index.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -36,6 +36,8 @@ contactable_inboxes:\n $ref: ./resource/contactable_inboxes.yml\n custom_filter:\n $ref: ./resource/custom_filter.yml\n+webhook:\n+ $ref: ./resource/webhook.y...
Ruby