Search is not available for this dataset
hash
string
author
int32
committer_date
string
timezone
int64
parents
string
message
string
changes
string
language
string
6e13d22ff7590b1b26c1cb268559590be9b3d2fb
603
2023-09-08 11:11:07+05:30
25,200
['3e8b6e1aee75494ff969f0246af792d0463ae829']
chore: Updated prompt for Article Bot (#7872)
[{'old_path': 'enterprise/app/services/enterprise/message_templates/response_bot_service.rb', 'new_path': 'enterprise/app/services/enterprise/message_templates/response_bot_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,13 +4,22 @@ class Enterprise::MessageTemplates::ResponseBotService\n def perfor...
Ruby
bfd192ebb24017730f320b13be6a787be8ed9d7d
603
2023-09-08 11:16:24+05:30
25,200
['6e13d22ff7590b1b26c1cb268559590be9b3d2fb']
chore: Improve the behaviour of lock to single conversation (#7863)
[{'old_path': 'app/services/sms/incoming_message_service.rb', 'new_path': 'app/services/sms/incoming_message_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -57,7 +57,8 @@ class Sms::IncomingMessageService\n end\n \n def set_conversation\n- @conversation = @contact_inbox.conversations.last\n+ #...
Ruby
8bc2bc6d40a706182c1571588a60b9bf3188591e
90
2023-09-08 12:12:24+05:30
-19,800
['bfd192ebb24017730f320b13be6a787be8ed9d7d']
feat: Ability to send attachment in new conversation (#7698) Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
[{'old_path': 'app/javascript/dashboard/assets/scss/widgets/_conversation-view.scss', 'new_path': 'app/javascript/dashboard/assets/scss/widgets/_conversation-view.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -152,6 +152,10 @@\n \n &.is-image {\n @apply rounded-lg;\n+\n+ .message__mail-h...
Ruby
4503ba018d92bcb1988eb7f2aab049b1af33a037
540
2023-09-08 15:33:09+05:30
25,200
['8bc2bc6d40a706182c1571588a60b9bf3188591e']
chore: Increase the limit of greeting message (#7883)
[{'old_path': 'app/models/inbox.rb', 'new_path': 'app/models/inbox.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -51,6 +51,7 @@ class Inbox < ApplicationRecord\n validates :account_id, presence: true\n validates :timezone, inclusion: { in: TZInfo::Timezone.all_identifiers }\n validates :out_of_office_mes...
Ruby
8d43101892c3138b9a33c20d1b67590c5472469a
9
2023-09-11 09:31:11+05:30
-19,800
['f05535c5adc7ab2b7dc116edd3443256cea5465b']
chore: Improvements to dark mode usage in widget (#7873)
[{'old_path': 'app/javascript/widget/App.vue', 'new_path': 'app/javascript/widget/App.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -41,7 +41,7 @@ import {\n ON_CAMPAIGN_MESSAGE_CLICK,\n ON_UNREAD_MESSAGE_CLICK,\n } from './constants/widgetBusEvents';\n-\n+import darkModeMixin from 'widget/mixins/darkMode...
Ruby
6c39aed882360df4e07b3087f42d88971702c6f2
9
2023-09-11 09:31:50+05:30
-19,800
['8d43101892c3138b9a33c20d1b67590c5472469a']
fix: Refactor components in widget to show articles (#7874)
[{'old_path': 'app/javascript/widget/components/ArticleCategoryCard.vue', 'new_path': 'app/javascript/widget/components/ArticleCategoryCard.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,21 +1,27 @@\n <template>\n- <div class="py-2">\n- <h3 class="text-sm font-semibold text-slate-900 mb-0">{{ title }}</...
Ruby
e39d19b1e8de4e2e75926be1bb64d2ef1a6a3bce
90
2023-09-11 10:23:45+05:30
-19,800
['6c39aed882360df4e07b3087f42d88971702c6f2']
feat: Adds image support for message signature (#7827) Co-authored-by: Shivam Mishra <scm.mymail@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,6 +15,13 @@\n :search-key="variableSearchTerm"\n @click="insertVariable"\n />\n+ <i...
Ruby
272f9208117805768425a1d1f71a076a22377dc6
603
2023-09-11 19:12:38-07:00
25,200
['e39d19b1e8de4e2e75926be1bb64d2ef1a6a3bce']
chore: [Snyk] Security upgrade rails from 7.0.7.2 to 7.0.8 (#7888) Co-authored-by: snyk-bot <snyk-bot@snyk.io>
[{'old_path': 'Gemfile', 'new_path': 'Gemfile', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -4,7 +4,7 @@ ruby '3.2.2'\n \n ##-- base gems for rails --##\n gem 'rack-cors', require: 'rack/cors'\n-gem 'rails', '~> 7.0.7.2'\n+gem 'rails', '~> 7.0.8.0'\n # Reduces boot times through caching; required in config/boot.r...
Ruby
4fa299ff158940887e1aaf290a99923a5edc0a5c
500
2023-09-12 22:21:50+05:30
-19,800
['71e9566854c5df431d45885cf68ab496b14088b9']
chore: Disable archived channels from the slack integration (#7904)
[{'old_path': 'lib/integrations/slack/channel_builder.rb', 'new_path': 'lib/integrations/slack/channel_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -24,7 +24,7 @@ class Integrations::Slack::ChannelBuilder\n end\n \n def channels\n- conversations_list = slack_client.conversations_list(types: 'pu...
Ruby
cb07ac16d1355ea484d4f8415c8e19488c306ca8
603
2023-09-12 18:03:58-07:00
25,200
['4fa299ff158940887e1aaf290a99923a5edc0a5c']
chore: [Snyk] Fix for 1 vulnerabilities (#7906) Co-authored-by: snyk-bot <snyk-bot@snyk.io>
[{'old_path': 'Gemfile', 'new_path': 'Gemfile', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -113,9 +113,9 @@ gem 'sentry-ruby', require: false\n gem 'sentry-sidekiq', '>= 5.11.0', require: false\n \n ##-- background job processing --##\n-gem 'sidekiq'\n+gem 'sidekiq', '>= 7.1.3'\n # We want cron jobs\n-gem 'sidek...
Ruby
4f5c5e9f85dd7ed146117c7a3ba933142e9f2a87
394
2023-09-12 18:07:18-07:00
21,600
['cb07ac16d1355ea484d4f8415c8e19488c306ca8']
fix: Erase null bytes from incoming Twilio messages (#7901) We've had some messages come in from a few different phone numbers that had null bytes in them. I don't know how this happens. They don't seem to be malicious. They currently cause the Postgres gem to raise an error when Chatwoot attempts to save the messa...
[{'old_path': 'app/services/twilio/incoming_message_service.rb', 'new_path': 'app/services/twilio/incoming_message_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,7 +9,7 @@ class Twilio::IncomingMessageService\n set_contact\n set_conversation\n @message = @conversation.messages.create!(\n-...
Ruby
0245e01763c9296ab1b51e4ef100c87a139b39b5
11
2023-09-13 00:36:34-07:00
-7,200
['fcd40e9636e077810c4d92400b7bf562705910e6']
fix: Enable serbian translation (#7905) Enable language: Serbian. Co-authored-by: BikashSah999 <51731962+BikashSah999@users.noreply.github.com>
[{'old_path': 'app/javascript/dashboard/i18n/index.js', 'new_path': 'app/javascript/dashboard/i18n/index.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -26,6 +26,7 @@ import pt_BR from './locale/pt_BR';\n import ro from './locale/ro';\n import ru from './locale/ru';\n import sk from './locale/sk';\n+import sr f...
Ruby
18e9e771b53246bc8d6115cf2ab350e764599012
500
2023-09-13 13:40:26+05:30
-19,800
['0245e01763c9296ab1b51e4ef100c87a139b39b5']
fix: Check body exists before deleting null bytes in Twilio (#7910)
[{'old_path': 'app/services/twilio/incoming_message_service.rb', 'new_path': 'app/services/twilio/incoming_message_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -47,7 +47,7 @@ class Twilio::IncomingMessageService\n end\n \n def message_body\n- params[:Body].delete("\\u0000")\n+ params[:Body]&...
Ruby
5e6e234afe0d4511881a5b85de3e12af2b3835e5
650
2023-09-14 08:49:37+05:30
-19,800
['18e9e771b53246bc8d6115cf2ab350e764599012']
feat (perf): Remove conversation count in contacts list view (#7915) Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
[{'old_path': 'app/controllers/api/v1/accounts/contacts_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/contacts_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -18,7 +18,7 @@ class Api::V1::Accounts::ContactsController < Api::V1::Accounts::BaseController\n \n def index\n @contacts_...
Ruby
2d4ef0c32862a9ba4129fab38ad7611347a812a2
500
2023-09-14 09:01:58+05:30
-19,800
['5e6e234afe0d4511881a5b85de3e12af2b3835e5']
feat: Add `None` option in automation assign agent actions (#7900)
[{'old_path': 'app/javascript/dashboard/helper/automationHelper.js', 'new_path': 'app/javascript/dashboard/helper/automationHelper.js', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -120,9 +120,18 @@ export const generateConditionOptions = (options, key = \'id\') => {\n });\n };\n \n+// Add the "None" option to t...
Ruby
616371adbbb3a1e6cb6ed93331c9cb8723f01634
603
2023-09-14 12:32:57+05:30
25,200
['2d4ef0c32862a9ba4129fab38ad7611347a812a2']
chore: Improve the behavior of lock to single conversation (#7899)
[{'old_path': '.rubocop.yml', 'new_path': '.rubocop.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -8,15 +8,11 @@ Layout/LineLength:\n Max: 150\n \n Metrics/ClassLength:\n- Max: 125\n+ Max: 175\n Exclude:\n- - 'app/models/conversation.rb'\n- - 'app/models/contact.rb'\n- - 'app/mailers/conversati...
Ruby
94a20af9db72da65030c6f5325dc81b891e27b01
540
2023-09-14 19:56:17+05:30
25,200
['616371adbbb3a1e6cb6ed93331c9cb8723f01634']
fix: Render articles in widget if it is available (#7654) Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com> Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com> Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> Co-authored-by: iamsivin <iamsivin@gmail.co...
[{'old_path': 'app/javascript/shared/components/FluentIcon/icons.json', 'new_path': 'app/javascript/shared/components/FluentIcon/icons.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,6 +2,7 @@\n "arrow-clockwise-outline": "M12 4.75a7.25 7.25 0 1 0 7.201 6.406c-.068-.588.358-1.156.95-1.156.515 0 .968.358 1...
Ruby
7b6a56714fa92cb140f641739212864a59f54c99
650
2023-09-14 20:06:48+05:30
-19,800
['94a20af9db72da65030c6f5325dc81b891e27b01']
fix: double rendor error on message create api for suspended accounts (#7917)
[{'old_path': 'app/controllers/concerns/ensure_current_account_helper.rb', 'new_path': 'app/controllers/concerns/ensure_current_account_helper.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -8,7 +8,7 @@ module EnsureCurrentAccountHelper\n \n def ensure_current_account\n account = Account.find(params[:acco...
Ruby
f21298aeb9d9d337d3ce7d38358c3a12bbd14d1a
540
2023-09-14 20:44:08+05:30
25,200
['7b6a56714fa92cb140f641739212864a59f54c99']
chore: Increase the click area for the article list item (#7918)
[{'old_path': 'app/javascript/widget/components/ArticleListItem.vue', 'new_path': 'app/javascript/widget/components/ArticleListItem.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,11 +1,10 @@\n <template>\n <li\n class="py-1 flex items-center justify-between -mx-1 px-1 hover:bg-slate-25 dark:hover:bg-s...
Ruby
e9950afb1ac78b5189cb22e288d13667fc9140ad
603
2023-09-14 17:19:42-07:00
25,200
['f21298aeb9d9d337d3ce7d38358c3a12bbd14d1a']
refactor: Optimise article query in chat widget (#7919) - optimise article query in chatwidget
[{'old_path': 'app/views/public/api/v1/portals/articles/index.json.jbuilder', 'new_path': 'app/views/public/api/v1/portals/articles/index.json.jbuilder', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,5 +1,6 @@\n json.payload do\n- json.array! @articles, partial: 'public/api/v1/models/article', formats: [:json],...
Ruby
29110ffd6b9f125b9b3c800efbebbcd79c180a62
583
2023-09-15 18:46:40+05:30
-19,800
['e9950afb1ac78b5189cb22e288d13667fc9140ad']
feat: Allow signature in the editor directly (#7881) 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': "@@ -44,6 +44,10 @@ import {\n import TagAgents from '../conversation/TagAgents';\n import CannedResponse from...
Ruby
30b8a365dc711846aa5da33acb35bd64f782fdda
603
2023-09-15 15:55:15-07:00
25,200
['29110ffd6b9f125b9b3c800efbebbcd79c180a62']
chore: Improve the feature management styles in super admin (#7920)
[{'old_path': 'app/assets/stylesheets/administrate/application.scss', 'new_path': 'app/assets/stylesheets/administrate/application.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -29,3 +29,5 @@\n @import 'components/pagination';\n @import 'components/search';\n @import 'components/reports';\n+\n+@import 'custo...
Ruby
2429daa45cbd80209c05356e91f157c804688b5b
650
2023-09-18 23:49:29+05:30
-19,800
['86894b27b5af5ae25e4dda3087f7d39f59d6dbec']
feat: cwctl upgrade node for existing installations (#7772) Co-authored-by: Sojan Jose <sojan@pepalo.com>
[{'old_path': 'VERSION_CW', 'new_path': 'VERSION_CW', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1 +1 @@\n-2.17.0\n+3.1.0\n'}, {'old_path': 'VERSION_CWCTL', 'new_path': 'VERSION_CWCTL', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1 +1 @@\n-2.3.0\n+2.4.0\n'}, {'old_path': 'deployment/setup_20.04.sh', 'new...
Ruby
53d530b815fbee7b172ed6bba3073d7abd2908f6
583
2023-09-19 09:51:54+05:30
-19,800
['2429daa45cbd80209c05356e91f157c804688b5b']
feat: Add upload under account scope (#7914)
[{'old_path': 'app/controllers/api/v1/upload_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/upload_controller.rb', 'type': <ModificationType.RENAME: 3>, 'diff': '@@ -1,4 +1,4 @@\n-class Api::V1::UploadController < Api::BaseController\n+class Api::V1::Accounts::UploadController < Api::V1::Accounts::BaseCon...
Ruby
0968aead6ccbff8e506041cf8781200a1953778c
603
2023-09-19 10:31:41+05:30
25,200
['53d530b815fbee7b172ed6bba3073d7abd2908f6']
chore: Migration status in super admin (#7938)
[{'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': "@@ -6,6 +6,7 @@ class SuperAdmin::InstanceStatusesController < SuperAdmin::ApplicationController\n postgres_status\n ...
Ruby
0dd5104acb4f369d2fa02a17114175bb30647cba
500
2023-09-19 11:09:23+05:30
-19,800
['0968aead6ccbff8e506041cf8781200a1953778c']
chore: Move slack message concern to the helper (#7912)
[{'old_path': 'lib/integrations/slack/incoming_message_builder.rb', 'new_path': 'lib/integrations/slack/incoming_message_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,5 @@\n class Integrations::Slack::IncomingMessageBuilder\n- include SlackMessageCreation\n+ include Integrations::Slack::Slack...
Ruby
9ba5adfd60ce1399cd14a2453669554940a4d96c
603
2023-09-19 13:04:58+05:30
25,200
['0dd5104acb4f369d2fa02a17114175bb30647cba']
chore: Support multiple values for automation message content (#7871) Co-authored-by: Pranav Raj S <pranav@chatwoot.com> Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
[{'old_path': 'app/javascript/dashboard/helper/filterQueryGenerator.js', 'new_path': 'app/javascript/dashboard/helper/filterQueryGenerator.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,21 +1,34 @@\n const setArrayValues = item => {\n return item.values[0]?.id ? item.values.map(val => val.id) : item.values...
Ruby
f8cb806548387fcaaa0eb9635a12a2b6361299b3
583
2023-09-19 13:29:44+05:30
-19,800
['9ba5adfd60ce1399cd14a2453669554940a4d96c']
fix: remove trailing spaces before pushing signature (#7935) Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
[{'old_path': 'app/javascript/dashboard/helper/editorHelper.js', 'new_path': 'app/javascript/dashboard/helper/editorHelper.js', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,13 +4,26 @@\n */\n export const SIGNATURE_DELIMITER = \'--\';\n \n+/**\n+ * Remove trailing spaces from each line in a markdown text\n+ * ...
Ruby
0ad2f941515afbe35ec4a05c68b7e249ca497c4f
103
2023-09-19 21:16:11-07:00
-19,800
['f8cb806548387fcaaa0eb9635a12a2b6361299b3']
fix: Error when attempting to Delete User-Associated Accounts via Super Admin Console (#7810) This pull request addresses the issue where an error is encountered while attempting to delete user-associated accounts through the Super Admin Console. The problem arises from an error that occurs when the "destroy" action i...
[{'old_path': 'app/views/super_admin/users/_collection.html.erb', 'new_path': 'app/views/super_admin/users/_collection.html.erb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -83,7 +83,7 @@ to display a collection of resources in an HTML table.\n <% if existing_action? collection_presenter.resource_name, :...
Ruby
f1b556d4a3e39eb26624b8f4e3c69fe237ceefd5
540
2023-09-20 13:14:00+05:30
25,200
['73c119cd3df110202c4ebd6e8cd53fb59cec75c8']
fix: Downcase content filter values to fix the query (#7942)
[{'old_path': 'app/services/filter_service.rb', 'new_path': 'app/services/filter_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -47,11 +47,17 @@ class FilterService\n query_hash['values'].map { |x| Conversation.statuses[x.to_sym] }\n when 'message_type'\n query_hash['values'].map { |x| M...
Ruby
2c93d563c1bdc6150cde0d6effc86e4e84685300
90
2023-09-20 17:29:27+05:30
-19,800
['f1b556d4a3e39eb26624b8f4e3c69fe237ceefd5']
fix: Update colors to fix dark mode in the editor add-link modal header (#7947)
[{'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': '@@ -670,6 +670,10 @@ export default {\n \n .ProseMirror-prompt {\n @apply z-50 bg-slate-25 dark:bg-slate-70...
Ruby
71d1e98765e6f56c116e121d7b20d869c9967776
540
2023-09-20 18:18:55+05:30
25,200
['2c93d563c1bdc6150cde0d6effc86e4e84685300']
chore: Remove spinkit from dependencies (#7948)
[{'old_path': 'app/assets/stylesheets/administrate/utilities/_variables.scss', 'new_path': 'app/assets/stylesheets/administrate/utilities/_variables.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -78,11 +78,6 @@ $conv-header-height: 4rem;\n $inbox-thumb-size: 4.8rem;\n \n \n-// Spinner\n-$spinkit-spinner-colo...
Ruby
f999777a2db3f7f1a3d7ced74247df2f5b761020
2
2023-09-20 21:09:25-07:00
-19,800
['71d1e98765e6f56c116e121d7b20d869c9967776']
chore: Update message signature description (#7943) Co-authored-by: Shivam Mishra <scm.mymail@gmail.com> Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
[{'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': '@@ -36,7 +36,7 @@\n },\n "MESSAGE_SIGNATURE_SECTION": {\n "TITLE": "Personal message signature",\n- "NOTE"...
Ruby
27fc24375d6ecde6e7186e4c8f2920808b09bbf2
583
2023-09-21 11:28:29+05:30
-19,800
['f999777a2db3f7f1a3d7ced74247df2f5b761020']
fix: Handling markdown before replacing or appending signature [CW-2532] (#7944) Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
[{'old_path': 'app/javascript/dashboard/helper/editorHelper.js', 'new_path': 'app/javascript/dashboard/helper/editorHelper.js', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,3 +1,9 @@\n+import {\n+ messageSchema,\n+ MessageMarkdownTransformer,\n+ MessageMarkdownSerializer,\n+} from \'@chatwoot/prosemirror-sch...
Ruby
53dc38e65019a7c4b94031d0e97f7e410e3ea862
9
2023-09-21 00:16:03-07:00
-19,800
['27fc24375d6ecde6e7186e4c8f2920808b09bbf2']
fix: Renders youtube and vimeo links within blank lines as embeds (#7422) Within the article we are now rendering every link for youtube and vimeo as embeds. This isn't a good solution, as users might need to have plain links as well. This fix will render only links within two blank lines as embeds. Co-authored-by:...
[{'old_path': 'lib/custom_markdown_renderer.rb', 'new_path': 'lib/custom_markdown_renderer.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -15,11 +15,30 @@ class CustomMarkdownRenderer < CommonMarker::HtmlRenderer\n end\n \n def link(node)\n- render_embedded_content(node) || super\n+ return if surround...
Ruby
bdeb2f98122483f3c401677a475260d00d8001e5
50
2023-09-21 00:53:12-07:00
-3,600
['53dc38e65019a7c4b94031d0e97f7e410e3ea862']
feat: Searching contacts by company name (#7867) Implement the functionality of being able to search the contacts page by company name. Fixes: #7818 Co-authored-by: Sojan Jose <sojan@pepalo.com>
[{'old_path': 'app/controllers/api/v1/accounts/contacts_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/contacts_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -25,7 +25,8 @@ class Api::V1::Accounts::ContactsController < Api::V1::Accounts::BaseController\n render json: { error: \'Spe...
Ruby
fabb3c8da4352f9f58f2eae367066ec1160ffb0f
9
2023-09-21 17:06:15+05:30
-19,800
['bdeb2f98122483f3c401677a475260d00d8001e5']
fix: Help Center articles are not available on the widget [CW-2534] (#7954)
[{'old_path': 'app/javascript/widget/App.vue', 'new_path': 'app/javascript/widget/App.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -111,6 +111,7 @@ export default {\n 'setWidgetColor',\n 'setBubbleVisibility',\n 'setColorScheme',\n+ 'setLocale',\n ]),\n ...mapActions('conversat...
Ruby
48bf8d08e54f9f1110c8760ba23fa4049673531e
583
2023-09-21 17:55:54+05:30
-19,800
['fabb3c8da4352f9f58f2eae367066ec1160ffb0f']
feat: Update dependencies and fix import syntax for Vite migration (#7959) Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
[{'old_path': 'app/javascript/dashboard/App.vue', 'new_path': 'app/javascript/dashboard/App.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -26,14 +26,14 @@\n \n <script>\n import { mapGetters } from 'vuex';\n-import AddAccountModal from '../dashboard/components/layout/sidebarComponents/AddAccountModal';\n+impo...
Ruby
018c468303dc8fd8f7f21c7687e03144d098a17f
9
2023-09-21 18:24:03+05:30
-19,800
['48bf8d08e54f9f1110c8760ba23fa4049673531e']
chore: Refactors widget to use i18n locale for articles (#7958) Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
[{'old_path': 'app/javascript/widget/App.vue', 'new_path': 'app/javascript/widget/App.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -111,7 +111,6 @@ export default {\n 'setWidgetColor',\n 'setBubbleVisibility',\n 'setColorScheme',\n- 'setLocale',\n ]),\n ...mapActions('conversat...
Ruby
c16b8015624fcdaa650c19f479bc05d1b288a544
540
2023-09-21 19:40:46+05:30
25,200
['018c468303dc8fd8f7f21c7687e03144d098a17f']
chore: Update the filter for articles in the widget (#7961)
[{'old_path': 'app/controllers/public/api/v1/portals/articles_controller.rb', 'new_path': 'app/controllers/public/api/v1/portals/articles_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -44,7 +44,7 @@ class Public::Api::V1::Portals::ArticlesController < Public::Api::V1::Portals::B\n end\n \n def l...
Ruby
3f0d96c24dcc60f7e60e63360aca2098d9ae7a93
583
2023-09-22 16:41:04+05:30
-19,800
['c16b8015624fcdaa650c19f479bc05d1b288a544']
chore: Add better error messages for Facebook unauthorized (#7936)
[{'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': '@@ -371,6 +371,8 @@\n "DETAILS": {\n "LOADING_FB": "Authenticating you with Facebook...",\n "ERROR_FB_AUTH": "Somet...
Ruby
dd0930d75e298573c5893a46d81c2bf4048febd3
603
2023-09-22 19:41:13+05:30
25,200
['3f0d96c24dcc60f7e60e63360aca2098d9ae7a93']
chore: Improve search in super admin panel (#7952) Co-authored-by: Vishnu Narayanan <vishnu@chatwoot.com> Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
[{'old_path': 'Gemfile', 'new_path': 'Gemfile', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -76,6 +76,7 @@ gem 'pundit'\n # super admin\n gem 'administrate', '>= 0.19.0'\n gem 'administrate-field-active_storage'\n+gem 'administrate-field-belongs_to_search'\n \n ##--- gems for pubsub service ---##\n # https://karo...
Ruby
ff915dd2ea5f410cb9f3fa2bc377253673e9e54b
540
2023-09-22 19:48:56-07:00
25,200
['dd0930d75e298573c5893a46d81c2bf4048febd3']
fix: Avoid joining tables to fix the distinct value query (#7965) DISTINCT query with custom attributes return an error. To avoid the error, this PR refactors the query to include tags only when it is required. Fixes #7931 Fixes #7836 Co-authored-by: Sojan Jose <sojan@pepalo.com>
[{'old_path': 'app/services/contacts/filter_service.rb', 'new_path': 'app/services/contacts/filter_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -35,7 +35,7 @@ class Contacts::FilterService < FilterService\n " (contacts.#{attribute_key})::#{current_filter[\'data_type\']} #{filter_operator_value}#...
Ruby
cbbe9396620ae27eda4d11d027063ea05692f7e1
500
2023-09-26 09:38:14+05:30
-19,800
['30cb141e5ef1f6d19afedea4e4275c07d9fa7db4']
fix: Set avatar for users(agent/contact) in slack channels (#7960)
[{'old_path': None, 'new_path': 'app/controllers/slack_uploads_controller.rb', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,27 @@\n+class SlackUploadsController < ApplicationController\n+ include Rails.application.routes.url_helpers\n+ before_action :set_blob, only: [:show]\n+\n+ def show\n+ if @blob\n+...
Ruby
647161121e85098357922cb58c68f50ebd7e281d
603
2023-09-26 21:05:21-07:00
25,200
['cbbe9396620ae27eda4d11d027063ea05692f7e1']
chore: pass to agent if there is error parsing json (#7990) - GPT bot should pass the conversation to the agent if AI returns invalid json or any other error
[{'old_path': '.github/workflows/run_response_bot_spec.yml', 'new_path': '.github/workflows/run_response_bot_spec.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -69,7 +69,12 @@ jobs:\n # Run Response Bot specs\n - name: Run backend tests\n run: |\n- bundle exec rspec spec/enterprise/contr...
Ruby
b18cac77fbae394f407de1c85a952abfc3432c1b
90
2023-09-27 11:05:19+05:30
-19,800
['647161121e85098357922cb58c68f50ebd7e281d']
chore: Moved file upload methods to mixin (#7987) Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
[{'old_path': 'app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue', 'new_path': 'app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -159,12 +159,7 @@ import { REPLY_EDITOR_MODES } from 'dashboard/components/widgets/WootWriter/cons...
Ruby
a88d155dd753ec06ed26468e6c907e4403210600
583
2023-09-27 14:02:34+05:30
-19,800
['e8b7e791a50ca0918c6b5fbfff3e78e38d7ba94b']
feat: update tool-chain to latest (#7975) Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
[{'old_path': '.eslintrc.js', 'new_path': '.eslintrc.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -6,7 +6,7 @@ module.exports = {\n 'plugin:storybook/recommended',\n ],\n parserOptions: {\n- parser: 'babel-eslint',\n+ parser: '@babel/eslint-parser',\n ecmaVersion: 2020,\n sourceType: 'mo...
Ruby
f7f04f788e09e5a1328e1408a48269109545ce39
603
2023-09-27 18:16:36+05:30
25,200
['a88d155dd753ec06ed26468e6c907e4403210600']
feat: Add an option to view the generated articles by Robin AI (#7995) Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
[{'old_path': 'app/assets/stylesheets/administrate/base/_forms.scss', 'new_path': 'app/assets/stylesheets/administrate/base/_forms.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -24,14 +24,6 @@ select {\n font-size: $base-font-size;\n }\n \n-input,\n-select,\n-textarea {\n- display: block;\n- font-family:...
Ruby
ffc2d98fb87de9ae7224ce96306ef9ce08fe83ce
540
2023-09-27 19:06:36+05:30
25,200
['f7f04f788e09e5a1328e1408a48269109545ce39']
fix: Use installation locale if configured (#8002)
[{'old_path': 'app/javascript/v3/App.vue', 'new_path': 'app/javascript/v3/App.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -15,6 +15,7 @@ export default {\n mounted() {\n this.setColorTheme();\n this.listenToThemeChanges();\n+ this.setLocale(window.chatwootConfig.selectedLocale);\n },\n meth...
Ruby
12a64f1b104b3be22513214d2ecc8f646d96b844
540
2023-09-28 15:26:28-07:00
25,200
['ffc2d98fb87de9ae7224ce96306ef9ce08fe83ce']
chore: Add an API to find the contacts using contact inbox sourceId (#8012) Fixes: https://linear.app/chatwoot/issue/CW-2578/search-by-facebook-id
[{'old_path': None, 'new_path': 'app/controllers/api/v1/accounts/contact_inboxes_controller.rb', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,21 @@\n+class Api::V1::Accounts::ContactInboxesController < Api::V1::Accounts::BaseController\n+ before_action :ensure_inbox\n+\n+ def filter\n+ contact_inbox = @i...
Ruby
fd633e16131755e52db34ead382dd884b09c5d56
540
2023-09-28 15:28:10-07:00
25,200
['12a64f1b104b3be22513214d2ecc8f646d96b844']
feat: Add inbox webhook events (#8006) - Add webhook events for inbox creation/updation. - Right now, the feature is added under a feature_flag. It is not available by default on all installations.
[{'old_path': 'app/listeners/base_listener.rb', 'new_path': 'app/listeners/base_listener.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -24,6 +24,11 @@ class BaseListener\n [contact, contact.account]\n end\n \n+ def extract_inbox_and_account(event)\n+ inbox = event.data[:inbox]\n+ [inbox, inbox.acc...
Ruby
5ee980465f949a48802bf22334359a15af2479c1
583
2023-09-29 12:05:32+05:30
-19,800
['fd633e16131755e52db34ead382dd884b09c5d56']
fix: Token type `hr` not supported by Markdown parser (#8003)
[{'old_path': 'app/javascript/dashboard/helper/editorHelper.js', 'new_path': 'app/javascript/dashboard/helper/editorHelper.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -3,6 +3,7 @@ import {\n MessageMarkdownTransformer,\n MessageMarkdownSerializer,\n } from '@chatwoot/prosemirror-schema';\n+import * as Se...
Ruby
845b0c0a68d5bdec331869a4c09ce7e0a2a33db1
90
2023-09-29 17:53:54+05:30
-19,800
['8ce7539c5e7c0c370717b89cef3733d7586f27d2']
fix: Editor file upload browser showing bug (#8019)
[{'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': '@@ -711,6 +711,6 @@ export default {\n }\n \n .editor-warning__message {\n- @apply text-red-400 dark:text-re...
Ruby
24fe3805d8bc878403ea485aade8a012b2d9fb29
500
2023-09-29 19:35:56+05:30
-19,800
['845b0c0a68d5bdec331869a4c09ce7e0a2a33db1']
feat: Slack link unfurling (#7940) Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
[{'old_path': '.rubocop.yml', 'new_path': '.rubocop.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -58,6 +58,7 @@ Metrics/BlockLength:\n Metrics/ModuleLength:\n Exclude:\n - lib/seeders/message_seeder.rb\n+ - spec/support/slack_stubs.rb\n Rails/ApplicationController:\n Exclude:\n - 'app/controll...
Ruby
08ced452e1250313bc3d34533a55c4d44daf2a47
394
2023-09-30 19:46:58-07:00
21,600
['24fe3805d8bc878403ea485aade8a012b2d9fb29']
chore: Log errors handled by RequestExceptionHandler (#8013) - Logging this info is invaluable when using logs to track down the reason why a particular request failed.
[{'old_path': 'app/controllers/concerns/request_exception_handler.rb', 'new_path': 'app/controllers/concerns/request_exception_handler.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,11 +9,14 @@ module RequestExceptionHandler\n \n def handle_with_exception\n yield\n- rescue ActiveRecord::RecordNotFound...
Ruby
d8b53f5d2f48f7ce5fb5b723e5b99e4f5c098096
603
2023-09-30 19:49:03-07:00
25,200
['08ced452e1250313bc3d34533a55c4d44daf2a47']
chore: [Snyk] Security upgrade audited from 5.3.3 to 5.4.0 (#8023) Co-authored-by: snyk-bot <snyk-bot@snyk.io>
[{'old_path': 'Gemfile', 'new_path': 'Gemfile', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -159,7 +159,7 @@ gem 'lograge', '~> 0.13.0', require: false\n # worked with microsoft refresh token\n gem 'omniauth-oauth2'\n \n-gem 'audited', '~> 5.3'\n+gem 'audited', '~> 5.4', '>= 5.4.0'\n \n # need for google auth\n g...
Ruby
826d9ec5a72da14fd6f66909d2cf47b0606b2a6b
603
2023-10-01 19:31:38-07:00
25,200
['d8b53f5d2f48f7ce5fb5b723e5b99e4f5c098096']
chore: Refactor Response Bot Data Schema (#8011) This PR refactors the schema we introduced in #7518 based on the feedback from production tests. Here is the change log - Decouple Inbox association to a new table inbox_response_sources -> this lets us share the same response source between multiple inboxes - Add a...
[{'old_path': 'app/views/api/v1/models/_response_source.json.jbuilder', 'new_path': 'app/views/api/v1/models/_response_source.json.jbuilder', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,7 +2,6 @@ json.id resource.id\n json.name resource.name\n json.source_link resource.source_link\n json.source_type resource.s...
Ruby
249bfe44bb5185f9c39bd19793e1ddbd1e5474b0
89
2023-10-03 08:41:30+05:30
10,800
['826d9ec5a72da14fd6f66909d2cf47b0606b2a6b']
fix: issue of translation for `TimeAgo.vue` (#7951) Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> Co-authored-by: iamsivin <iamsivin@gmail.com>
[{'old_path': 'app/javascript/dashboard/components/ui/TimeAgo.vue', 'new_path': 'app/javascript/dashboard/components/ui/TimeAgo.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -53,16 +53,24 @@ export default {\n const createdTimeDiff = Date.now() - this.createdAtTimestamp * 1000;\n const isBeforeAMo...
Ruby
fa118ad18c903c9d559dd1e5fa4f5016a8b88553
11
2023-10-03 09:20:46+05:30
-18,000
['249bfe44bb5185f9c39bd19793e1ddbd1e5474b0']
fix: Issue on the status filter field (#7949) Co-authored-by: AqidaHaidari <42426077+AqidaHaidari@users.noreply.github.com> Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
[{'old_path': 'app/javascript/dashboard/assets/scss/plugins/_multiselect.scss', 'new_path': 'app/javascript/dashboard/assets/scss/plugins/_multiselect.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -149,15 +149,11 @@\n }\n \n .multiselect-wrap--small {\n- .multiselect__tags,\n- .multiselect__input {\n- @...
Ruby
c19cfeaa81ead7e96ef29fbc92f030d823e2f132
90
2023-10-03 13:45:28+05:30
-19,800
['fa118ad18c903c9d559dd1e5fa4f5016a8b88553']
feat: Adds message signature for new email conversations (#7946) Co-authored-by: Shivam Mishra <scm.mymail@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': '@@ -23,6 +23,7 @@\n @change="onFileChange"\n />\n <div ref="editor" />\n+ <slot name="footer...
Ruby
4b12dd89b0f545bc7581d78301f8bca4ebe305dc
583
2023-10-03 20:57:23+05:30
-19,800
['c19cfeaa81ead7e96ef29fbc92f030d823e2f132']
fix: videojs-record version (#8029)
[{'old_path': 'package.json', 'new_path': 'package.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -136,6 +136,7 @@\n "fake-indexeddb": "^4.0.1",\n "husky": "^7.0.0",\n "jest": "^29.7.0",\n+ "jest-environment-jsdom": "^29.7.0",\n "jest-serializer-vue": "^2.0.2",\n "jest-transform-stub": ...
Ruby
e4de366b8d23054ce4e9feec6e8b843b88b08f2a
603
2023-10-03 18:01:40-07:00
25,200
['373c3dcd6c5e013cef82d76ebbe9fe8034fefe3e']
feat: Add an option to listen to the start conversation click events (#8038) This PR will add a new event chatwoot:on-start-conversation to the chat widget, which you can listen to and trigger custom interactions on your end. Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
[{'old_path': 'app/javascript/sdk/IFrameHelper.js', 'new_path': 'app/javascript/sdk/IFrameHelper.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -23,11 +23,7 @@ import {\n } from './bubbleHelpers';\n import { isWidgetColorLighter } from 'shared/helpers/colorHelper';\n import { dispatchWindowEvent } from 'shared/...
Ruby
336af1ac9a01e1b501b928f0a1d96d946646ae45
603
2023-10-03 22:18:35-07:00
25,200
['e4de366b8d23054ce4e9feec6e8b843b88b08f2a']
chore: Create client API conversations with custom attributes (#8040) - Update client API create conversations endpoint to accept custom attributes as well.
[{'old_path': 'app/controllers/public/api/v1/inboxes/conversations_controller.rb', 'new_path': 'app/controllers/public/api/v1/inboxes/conversations_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -33,7 +33,7 @@ class Public::Api::V1::Inboxes::ConversationsController < Public::Api::V1::Inbox\n end\n ...
Ruby
6a739530035c1abc0ed2b24fb5de1d11ff5847ac
603
2023-10-03 22:18:57-07:00
25,200
['336af1ac9a01e1b501b928f0a1d96d946646ae45']
chore: Add delay before running dataimport job (#8039) - We have observed some failures for data import jobs in the cloud due to race conditions with job executions and active storage file uploading. This PR adds delays and retries to accommodate that.
[{'old_path': 'app/jobs/data_import_job.rb', 'new_path': 'app/jobs/data_import_job.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,6 +3,7 @@\n \n class DataImportJob < ApplicationJob\n queue_as :low\n+ retry_on ActiveStorage::FileNotFoundError, wait: 1.minute, attempts: 3\n \n def perform(data_import)\n ...
Ruby
b71a580573d0fea88fe9d2e2dfc9605e8e9b4ea6
9
2023-10-04 11:56:00+05:30
-19,800
['6a739530035c1abc0ed2b24fb5de1d11ff5847ac']
feat: Adds dark theme support for public portal [CW-2525] (#7979) Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
[{'old_path': 'app/controllers/public/api/v1/portals/base_controller.rb', 'new_path': 'app/controllers/public/api/v1/portals/base_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,5 +1,6 @@\n class Public::Api::V1::Portals::BaseController < PublicController\n before_action :show_plain_layout\n+ be...
Ruby
5c9ab216178e0cdb574e6b8c24e08bbed0a0e3d5
465
2023-10-04 15:56:20+05:30
-10,800
['b71a580573d0fea88fe9d2e2dfc9605e8e9b4ea6']
fix: Application not loading after setting RACK_ATTACK_LIMIT ENV variable [CW-2587] (#8044)
[{'old_path': '.env.example', 'new_path': '.env.example', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -199,7 +199,7 @@ ANDROID_SHA256_CERT_FINGERPRINT=AC:73:8E:DE:EB:56:EA:CC:10:87:02:A7:65:37:7B:38:\n ## Rack Attack configuration\n ## To prevent and throttle abusive requests\n # ENABLE_RACK_ATTACK=true\n-# RACK_...
Ruby
6f19546c3c25bce6facd238ca79ae49a958e0b37
603
2023-10-04 15:40:59-07:00
25,200
['5c9ab216178e0cdb574e6b8c24e08bbed0a0e3d5']
feat: Add article messages along with bot responses (#7993) ref: https://linear.app/chatwoot/issue/CW-2464/bot-should-also-return-links-to-the-information
[{'old_path': 'enterprise/app/services/enterprise/message_templates/response_bot_service.rb', 'new_path': 'enterprise/app/services/enterprise/message_templates/response_bot_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,8 +3,8 @@ class Enterprise::MessageTemplates::ResponseBotService\n \n def perfo...
Ruby
3ea54065b13d137d1607d3777f4c5250c1404d52
90
2023-10-05 08:34:21+05:30
-19,800
['6f19546c3c25bce6facd238ca79ae49a958e0b37']
feat: Upgrade prompt for help center (#8010) Co-authored-by: Sojan Jose <sojan@pepalo.com> Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
[{'old_path': 'app/javascript/dashboard/App.vue', 'new_path': 'app/javascript/dashboard/App.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,13 +1,13 @@\n <template>\n <div\n- v-if="!authUIFlags.isFetching"\n+ v-if="!authUIFlags.isFetching && !accountUIFlags.isFetchingItem"\n id="app"\n class=...
Ruby
f0740120a8a3edcc1c1581eabab49358f2c098fb
11
2023-10-05 10:44:31+05:30
-28,800
['3ea54065b13d137d1607d3777f4c5250c1404d52']
chore: Add a fix for mouse up event in modal (#7950) Co-authored-by: BikashSah999 <51731962+BikashSah999@users.noreply.github.com> 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': 'app/javascript/dashboard/components/Modal.vue', 'new_path': 'app/javascript/dashboard/components/Modal.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,9 +4,13 @@\n v-if="show"\n :class="modalClassName"\n transition="modal"\n- @click="onBackDropClick"\n+ @mousedown="...
Ruby
3227cf7ff3aeb2f52fe233cff986ca5aab03ee51
540
2023-10-05 10:47:42+05:30
25,200
['f0740120a8a3edcc1c1581eabab49358f2c098fb']
fix: Update query to support multiple tag conditions (#8054)
[{'old_path': 'app/services/contacts/filter_service.rb', 'new_path': 'app/services/contacts/filter_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -35,7 +35,7 @@ class Contacts::FilterService < FilterService\n " (contacts.#{attribute_key})::#{current_filter[\'data_type\']} #{filter_operator_value}#...
Ruby
72ba42915999abe3f9d4a9d7ae76a244e787d8d8
603
2023-10-05 00:11:01-07:00
25,200
['3227cf7ff3aeb2f52fe233cff986ca5aab03ee51']
fix: Show sources in bot response only if documents are present (#8055) - show sources section in bot only based on appropriate conditions
[{'old_path': 'enterprise/app/services/enterprise/message_templates/response_bot_service.rb', 'new_path': 'enterprise/app/services/enterprise/message_templates/response_bot_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -63,23 +63,22 @@ class Enterprise::MessageTemplates::ResponseBotService\n \n def c...
Ruby
e5c198f8390b89dfda5f591bc0f05cf0394d62f3
583
2023-10-05 13:54:04+05:30
-19,800
['72ba42915999abe3f9d4a9d7ae76a244e787d8d8']
refactor: Remove redundant accounts/get (#8056) Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
[{'old_path': 'app/javascript/dashboard/routes/dashboard/settings/account/Index.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/settings/account/Index.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -220,14 +220,11 @@ export default {\n },\n },\n mounted() {\n- if (!this.id) {\n this...
Ruby
e27274a5a8ef8efef54f2b0d1b90570ea4a17a69
9
2023-10-05 14:37:01+05:30
-19,800
['e5c198f8390b89dfda5f591bc0f05cf0394d62f3']
chore: Adds a bus event to insert text at cursor in editor (#7968) Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.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': "@@ -41,6 +41,7 @@ import {\n suggestionsPlugin,\n triggerCharacters,\n } from '@chatwoot/prosemirror-sche...
Ruby
1b63adfb2e3a29f317d0a091fc58ec7e55704985
583
2023-10-05 20:01:20+05:30
-19,800
['e27274a5a8ef8efef54f2b0d1b90570ea4a17a69']
feat: add option for reply to in context menu (#8043) Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.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': '@@ -124,6 +124,7 @@\n :message="data"\n @open="openContextMenu"\n @close="close...
Ruby
26e8877cd967315ee6dd6937ae306998ded66750
500
2023-10-08 17:55:03+05:30
-19,800
['1b63adfb2e3a29f317d0a091fc58ec7e55704985']
feat: Support link unfurling for all the channels within the same connected channel account. (#8033)
[{'old_path': 'Gemfile', 'new_path': 'Gemfile', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -92,7 +92,7 @@ gem 'twitty', '~> 0.1.5'\n # facebook client\n gem 'koala'\n # slack client\n-gem 'slack-ruby-client', '~> 2.0.0'\n+gem 'slack-ruby-client', '~> 2.2.0'\n # for dialogflow integrations\n gem 'google-cloud-dia...
Ruby
86ca90aa159d55683b93526bf44cd95fdddbeabe
90
2023-10-09 13:20:12+05:30
-19,800
['26e8877cd967315ee6dd6937ae306998ded66750']
feat: Support image resize in message signature (#8042)
[{'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': '@@ -1,5 +1,5 @@\n <template>\n- <div class="editor-root">\n+ <div ref="editorRoot" class="editor-root relat...
Ruby
b6ba0f343e59260e9efeca1263d5a733884a5f39
90
2023-10-10 08:20:48+05:30
-19,800
['86ca90aa159d55683b93526bf44cd95fdddbeabe']
feat: Reverse the contact merge (#8057) Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
[{'old_path': 'app/controllers/api/v1/accounts/actions/contact_merges_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/actions/contact_merges_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,7 +9,6 @@ class Api::V1::Accounts::Actions::ContactMergesController < Api::V1::Accounts::B\n ...
Ruby
8189dd932c8e55741b00a225cdc5fd6b10bfa891
650
2023-10-10 09:16:03+05:30
-19,800
['b6ba0f343e59260e9efeca1263d5a733884a5f39']
feat: Report cwctl events to hub (#8009)
[{'old_path': 'VERSION_CWCTL', 'new_path': 'VERSION_CWCTL', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1 +1 @@\n-2.4.0\n+2.5.0\n'}, {'old_path': 'deployment/setup_20.04.sh', 'new_path': 'deployment/setup_20.04.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,7 +2,7 @@\n \n # Description: Install and ma...
Ruby
759a66dd2130402024b8145e813db70eaa5d496b
90
2023-10-10 09:34:36+05:30
-19,800
['8189dd932c8e55741b00a225cdc5fd6b10bfa891']
feat: Add the ability to send attachment in new conversation (#7913)
[{'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': '@@ -152,6 +152,10 @@\n \n &.is-image {\n @apply rounded-lg;\n+\n+ .message__mail-h...
Ruby
6a07251007aafcd57ad11e6bb537c111d12fcff2
603
2023-10-10 09:38:23+05:30
25,200
['759a66dd2130402024b8145e813db70eaa5d496b']
feat: Add the ability to self-assign conversations in macros (#8048) Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
[{'old_path': 'app/javascript/dashboard/mixins/macrosMixin.js', 'new_path': 'app/javascript/dashboard/mixins/macrosMixin.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -7,7 +7,7 @@ export default {\n case 'send_email_to_team':\n return this.teams;\n case 'assign_agent':\n- ret...
Ruby
bb5c6a416a606c067fcb7a2028b0b690817ceac5
583
2023-10-10 10:36:10+05:30
-19,800
['6a07251007aafcd57ad11e6bb537c111d12fcff2']
fix: insert position for canned responses (#8069)
[{'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': '@@ -1,5 +1,5 @@\n <template>\n- <div ref="editorRoot" class="editor-root relative">\n+ <div ref="editorRoot...
Ruby
1e54d6deb3a5e481e06e73abd5574fa046eb3f1f
540
2023-10-10 16:46:32+05:30
25,200
['bb5c6a416a606c067fcb7a2028b0b690817ceac5']
fix: Update duplicate ids for dashboard app frame (#8077)
[{'old_path': 'app/javascript/dashboard/components/widgets/DashboardApp/Frame.vue', 'new_path': 'app/javascript/dashboard/components/widgets/DashboardApp/Frame.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -12,7 +12,7 @@\n />\n <iframe\n v-if="configItem.type === \'frame\' && configItem.ur...
Ruby
081c845c5656232e5058f1673adfe24d6cec3162
583
2023-10-10 16:48:58+05:30
-19,800
['1e54d6deb3a5e481e06e73abd5574fa046eb3f1f']
chore: Remove twitter actions (#8079)
[{'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': "@@ -324,6 +324,8 @@ export default {\n left: isLeftAligned,\n right: isRightAligned,\n ...
Ruby
cbae95422ddcbc0ee9c6b7d10cda8348283b3b68
583
2023-10-10 19:13:12+05:30
-19,800
['081c845c5656232e5058f1673adfe24d6cec3162']
feat: Implement reply to for reply editor (#8063) 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': "@@ -150,6 +150,8 @@ import { MESSAGE_TYPE, MESSAGE_STATUS } from 'shared/constants/messages';\n import ...
Ruby
a3d008da06325739d1b5798dcf19f97a169f067c
603
2023-10-11 13:16:59+05:30
14,400
['cbae95422ddcbc0ee9c6b7d10cda8348283b3b68']
chore: Ensure null validation for private attribute in messages (#8085)
[{'old_path': 'app/models/message.rb', 'new_path': 'app/models/message.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,7 +9,7 @@\n # content_type :integer default("text"), not null\n # external_source_ids :jsonb\n # message_type :integer not null\n-# priva...
Ruby
88de3359a59699800189f4bf631bfb2377590357
90
2023-10-11 13:25:20+05:30
-19,800
['a3d008da06325739d1b5798dcf19f97a169f067c']
fix: Long names hide the resolve button (#8083) Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
[{'old_path': 'app/javascript/dashboard/components/widgets/conversation/ConversationHeader.vue', 'new_path': 'app/javascript/dashboard/components/widgets/conversation/ConversationHeader.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,10 +3,10 @@\n class="bg-white dark:bg-slate-900 flex justify-between it...
Ruby
0bc20873f641a83ddc5fab991151b234b76e695c
500
2023-10-11 21:17:46+05:30
-19,800
['88de3359a59699800189f4bf631bfb2377590357']
feat: Add delivery status for Twilio Channel (#8082) Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
[{'old_path': None, 'new_path': 'app/controllers/twilio/delivery_status_controller.rb', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,21 @@\n+class Twilio::DeliveryStatusController < ApplicationController\n+ def create\n+ ::Twilio::DeliveryStatusService.new(params: permitted_params).perform\n+\n+ head :...
Ruby
7ffa669c5cc82f5bbe7d9115c3f247dc879f0b20
583
2023-10-11 22:04:12+05:30
-19,800
['0bc20873f641a83ddc5fab991151b234b76e695c']
feat: Implement message bubble reply to (#8068) Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
[{'old_path': 'app/javascript/dashboard/components/widgets/conversation/ConversationCard.vue', 'new_path': 'app/javascript/dashboard/components/widgets/conversation/ConversationCard.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,6 +1,6 @@\n <template>\n <div\n- class="conversation flex flex-shrink-0 fl...
Ruby
7c9884b8531c2235a849be673976553c34ff7f3c
583
2023-10-12 12:14:39+05:30
-19,800
['7ffa669c5cc82f5bbe7d9115c3f247dc879f0b20']
feat: Remove unused prop (#8093)
[{'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': '@@ -181,10 +181,6 @@ export default {\n type: Object,\n required: true,\n },\n- curr...
Ruby
bd918ee5062c2bd7b04ad66f2e12c47e5feea143
500
2023-10-12 15:27:38+05:30
-19,800
['7c9884b8531c2235a849be673976553c34ff7f3c']
fix: Change the message status to `failed` if the Twilio message delivery status is `undelivered` (#8097)
[{'old_path': 'app/services/twilio/delivery_status_service.rb', 'new_path': 'app/services/twilio/delivery_status_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -13,7 +13,7 @@ class Twilio::DeliveryStatusService\n private\n \n def process_statuses\n- @message.status = params[:MessageStatus]\n+ ...
Ruby
9e173fca3cec7acbb70489de22bd049089bac0db
540
2023-10-12 17:00:51+05:30
25,200
['bd918ee5062c2bd7b04ad66f2e12c47e5feea143']
fix: Return 404 if conversation is nil (#8098)
[{'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': "@@ -1,5 +1,6 @@\n class Api::V1::Widget::ConversationsController < Api::V1::Widget::BaseController\n include Events::Types\...
Ruby
415bb23c37a0c5b709c0be5806235cba959d9f1b
650
2023-10-12 17:01:23+05:30
-19,800
['9e173fca3cec7acbb70489de22bd049089bac0db']
fix: Handle invalid metric in ReportsController (#8086) Co-authored-by: Pranav Raj S <pranav@chatwoot.com> Fixes CW-2643
[{'old_path': 'app/builders/v2/report_builder.rb', 'new_path': 'app/builders/v2/report_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -15,7 +15,10 @@ class V2::ReportBuilder\n end\n \n def timeseries\n- send(params[:metric])\n+ return send(params[:metric]) if metric_valid?\n+\n+ Rails.logge...
Ruby
ae52ca87aa6c85cdb7d8aa0be637e0ba6cb6bcdf
650
2023-10-12 17:11:04+05:30
-19,800
['415bb23c37a0c5b709c0be5806235cba959d9f1b']
fix: Handle empty status in conversation controller (#8091) Fixes CW-2644
[{'old_path': 'app/controllers/api/v1/accounts/conversations_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/conversations_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -60,7 +60,7 @@ class Api::V1::Accounts::ConversationsController < Api::V1::Accounts::BaseContro\n end\n \n def tog...
Ruby
5c729ccea53007da7ab778a1c8afa5e412c0cff2
583
2023-10-12 19:39:19+05:30
-19,800
['ae52ca87aa6c85cdb7d8aa0be637e0ba6cb6bcdf']
chore: Add null checks (#8100)
[{'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': '@@ -1085,7 +1085,7 @@ export default {\n this.conversationId\n );\n \n- this.inRep...
Ruby
980013abae97d31717c12c1b49a4a22bd4931655
500
2023-10-12 20:48:20+05:30
-19,800
['5c729ccea53007da7ab778a1c8afa5e412c0cff2']
feat: Add delivery reports for live chat (#8092)
[{'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': '@@ -28,6 +28,7 @@ class Api::V1::Widget::ConversationsController < Api::V1::Widget::BaseController\n \n conversation.cont...
Ruby
7b09fa4a0364ad37fd0545e375368b84e86762ab
603
2023-10-13 09:24:50+05:30
14,400
['980013abae97d31717c12c1b49a4a22bd4931655']
chore(snyk): Upgrade gems to fix SNYK-RUBY-RACK-1061917 (#8104) Co-authored-by: snyk-bot <snyk-bot@snyk.io>
[{'old_path': 'Gemfile', 'new_path': 'Gemfile', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -15,7 +15,7 @@ gem 'browser'\n gem 'hashie'\n gem 'jbuilder'\n gem 'kaminari'\n-gem 'responders'\n+gem 'responders', '>= 3.1.1'\n gem 'rest-client'\n gem 'telephone_number'\n gem 'time_diff'\n@@ -67,7 +67,7 @@ gem 'webpack...
Ruby
62d8ec7edb60c879ce269187221b453832c4800d
583
2023-10-13 16:33:50+05:30
-19,800
['7b09fa4a0364ad37fd0545e375368b84e86762ab']
feat: support reply to for incoming messages on facebook (#8076) Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
[{'old_path': 'app/builders/messages/facebook/message_builder.rb', 'new_path': 'app/builders/messages/facebook/message_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -93,6 +93,9 @@ class Messages::Facebook::MessageBuilder < Messages::Messenger::MessageBuilder\n message_type: @message_type,\n ...
Ruby
f77db4d814cda27f5a8a5787a0e072916b63a3bb
583
2023-10-13 21:34:22+05:30
-19,800
['62d8ec7edb60c879ce269187221b453832c4800d']
refactor: disable bubble by flag (#8109)
[{'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': '@@ -35,7 +35,7 @@\n />\n </blockquote>\n <bubble-reply-to\n- v-if="i...
Ruby
b28721e10b299b0bcf247557dc6e1be602b2bea6
9
2023-10-16 15:02:02+05:30
-19,800
['f77db4d814cda27f5a8a5787a0e072916b63a3bb']
feat: Creates components for Article Search in Reply [CW-2285] (#7957) Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
[{'old_path': 'app/javascript/dashboard/routes/dashboard/helpcenter/components/ArticleSearchResultItem.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/helpcenter/components/ArticleSearch/ArticleSearchResultItem.vue', 'type': <ModificationType.RENAME: 3>, 'diff': '@@ -1,31 +1,35 @@\n <template>\n- <div cla...
Ruby
28db18ebbd0702e278743fa2ad84a566a8c6c953
9
2023-10-16 16:59:15+05:30
-19,800
['b28721e10b299b0bcf247557dc6e1be602b2bea6']
chore: Shows articles in dark mode for widget (#8115)
[{'old_path': 'app/javascript/portal/portalHelpers.js', 'new_path': 'app/javascript/portal/portalHelpers.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -60,10 +60,10 @@ export const InitializationHelpers = {\n appendPlainParamToURLs: () => {\n document.getElementsByTagName('a').forEach(aTagElement => {\n ...
Ruby