Search is not available for this dataset
hash string | author int32 | committer_date string | timezone int64 | parents string | message string | changes string | language string |
|---|---|---|---|---|---|---|---|
bb16780278bd8ee19476b78167ebe2f2ad3173b7 | 500 | 2022-02-28 18:50:29+05:30 | -19,800 | ['4260441f8c95b141095e61fbe23e12852cdd8347'] | chore: Upgrade utils to 0.0.5 (#4082) | [{'old_path': 'package.json', 'new_path': 'package.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -19,7 +19,7 @@\n "dependencies": {\n "@braid/vue-formulate": "^2.5.2",\n "@chatwoot/prosemirror-schema": "https://github.com/chatwoot/prosemirror-schema.git#7e8acadd10d7b932c0dc0bd0a18f804434f83517",\n-... | Ruby |
1de18391b4545566b03078e4f32c77ba926b6848 | 500 | 2022-02-28 19:48:13+05:30 | -19,800 | ['bb16780278bd8ee19476b78167ebe2f2ad3173b7'] | fix: Handle invalid country code in contact details (#4081) | [{'old_path': 'app/javascript/dashboard/routes/dashboard/conversation/contact/ContactInfo.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/conversation/contact/ContactInfo.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -210,8 +210,7 @@ export default {\n if (!cityAndCountry) {\n retur... | Ruby |
eee89bf0d82822c5ee09b02734b7d029c5d07e89 | 9 | 2022-02-28 21:42:50+05:30 | -19,800 | ['1de18391b4545566b03078e4f32c77ba926b6848'] | feat: Show cc from last email on reply editor (#3983)
* Adds last emails to reply editor
* Fixes bug in reply box
* Adds test cases
* Prevents private notes having cc bcc data
* Prevents private notes having cc bcc data
* Init reply head with values
* fix broken tests
Co-authored-by: Sivin Varghes... | [{'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': "@@ -190,6 +190,7 @@ export default {\n currentChat: 'getSelectedChat',\n messageSignature... | Ruby |
a3cb26a317694b5d26ff5bc90cd970920422a847 | 90 | 2022-02-28 21:43:24+05:30 | -19,800 | ['eee89bf0d82822c5ee09b02734b7d029c5d07e89'] | fix: AudioContext warning when loading widget on Chrome (#3956)
* fix: AudioContext warning when loading widget on Chrome
* minor fixes
* Minor fixes
* adds event on document
* Play audio from parent window through SDK
* Adds notification to dashboard
Co-authored-by: Nithin David Thomas <1277421+nith... | [{'old_path': 'app/javascript/packs/application.js', 'new_path': 'app/javascript/packs/application.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -21,7 +21,10 @@ import App from '../dashboard/App';\n import i18n from '../dashboard/i18n';\n import createAxios from '../dashboard/helper/APIHelper';\n import common... | Ruby |
f08d1b35d0d90788b9dea2e470d03c33da59d5ba | 500 | 2022-03-01 14:14:23+05:30 | -19,800 | ['a3cb26a317694b5d26ff5bc90cd970920422a847'] | feat: Toggle automation status (#3991) | [{'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': '@@ -3,7 +3,7 @@ class Api::V1::Accounts::AutomationRulesController < Api::V1::Accounts::BaseCont\n before_action ... | Ruby |
915fe3897ccdeb9175b652ace276a0b4cc3e2150 | 500 | 2022-03-01 14:33:26+05:30 | -19,800 | ['f08d1b35d0d90788b9dea2e470d03c33da59d5ba'] | chore: Add Github in contact social profiles (#4086)
* Add github in social links
* Code cleanup
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> | [{'old_path': 'app/javascript/dashboard/routes/dashboard/conversation/contact/ContactForm.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/conversation/contact/ContactForm.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -130,11 +130,13 @@ export default {\n facebook: '',\n twitter: '... | Ruby |
4d458c21845bdf42b9bdeb927ba45c6c5682f2c9 | 12 | 2022-03-02 14:16:42+05:30 | -19,800 | ['0582d15eb526f5ce23eb30c332842881896c94a2'] | feat: Support respective input types in custom attributes - filters (#4032)
* Support differnt input types in custom attributes
* Handle list type custom attributes
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
Co-authored-by: Vishnu Narayanan <vishnu@chatwoot.com>
Co-authored-by:... | [{'old_path': 'app/javascript/dashboard/components/widgets/conversation/ConversationAdvancedFilter.vue', 'new_path': 'app/javascript/dashboard/components/widgets/conversation/ConversationAdvancedFilter.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -141,6 +141,12 @@ export default {\n switch (key) {\n ... | Ruby |
7b9e4982cf46d3e1581ba5dd9faea79004e1179b | 603 | 2022-03-02 15:09:56+05:30 | -19,800 | ['4d458c21845bdf42b9bdeb927ba45c6c5682f2c9'] | Feat: Support MMS in SMS Channel ( Bandwidth ) (#4046)
Ability to send and receive MMS to bandwidth channel
fixes: #3961 | [{'old_path': 'app/helpers/file_type_helper.rb', 'new_path': 'app/helpers/file_type_helper.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -3,7 +3,7 @@ module FileTypeHelper\n def file_type(content_type)\n return :image if image_file?(content_type)\n return :video if video_file?(content_type)\n- ret... | Ruby |
3d7ca6148154a22fb6a552a690eb8d5175492676 | 92 | 2022-03-02 15:28:56+05:30 | -3,600 | ['7b9e4982cf46d3e1581ba5dd9faea79004e1179b'] | Show email signature with maximum height 8vh, fixes #4021 (#4063)
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
Co-authored-by: Fayaz Ahmed <15716057+fayazara@users.noreply.github.com>
Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com> | [{'old_path': 'app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue', 'new_path': 'app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -700,6 +700,8 @@ export default {\n justify-content: space-between;\n border: 1px dashed var(-... | Ruby |
28d102f526284e2973a96eaaae13f80a68f2cd02 | 540 | 2022-03-03 12:36:31+05:30 | -19,800 | ['3d7ca6148154a22fb6a552a690eb8d5175492676'] | fix: Show new message screen instead of input field (#4102) | [{'old_path': 'app/javascript/widget/components/ChatFooter.vue', 'new_path': 'app/javascript/widget/components/ChatFooter.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -37,12 +37,13 @@ import CustomButton from 'shared/components/Button';\n import ChatInputWrap from 'widget/components/ChatInputWrap.vue';\n imp... | Ruby |
11adfd2384b2cd15b78f99efb046ba0a10e216f9 | 603 | 2022-03-03 13:02:02+05:30 | -19,800 | ['28d102f526284e2973a96eaaae13f80a68f2cd02'] | chore: remove unnecessary dependent destroy (#4104) | [{'old_path': 'app/models/agent_bot.rb', 'new_path': 'app/models/agent_bot.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -26,7 +26,7 @@ class AgentBot < ApplicationRecord\n has_many :agent_bot_inboxes, dependent: :destroy_async\n has_many :inboxes, through: :agent_bot_inboxes\n has_many :messages, as: :s... | Ruby |
9583a2dbad7169aa91b7631c7421f50c159d0ffa | 540 | 2022-03-03 20:49:51+05:30 | -19,800 | ['11adfd2384b2cd15b78f99efb046ba0a10e216f9'] | chore: Pass sso_account_id to select the account during SSO Login (#4103) | [{'old_path': 'app/javascript/dashboard/api/auth.js', 'new_path': 'app/javascript/dashboard/api/auth.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -13,7 +13,7 @@ export default {\n .post('auth/sign_in', creds)\n .then(response => {\n setAuthCredentials(response);\n- resolve()... | Ruby |
b94e67f5d714cde69b8ca653be2d4479a7ef3b03 | 210 | 2022-03-04 03:49:26-08:00 | -19,800 | ['c76b5888504f96092442d6cac6a7650bb3fa52f5'] | feat: Add agents filter in CSAT reports (#4106)
* add agents filter in csat reports | [{'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': '@@ -30,8 +30,7 @@ class Api::V1::Accounts::CsatSurveyResponsesController < Api::V1::Accounts::Base\n de... | Ruby |
96b719017b7a32a81729a8f09dd79a79171bf175 | 320 | 2022-03-04 19:43:07+05:30 | 10,800 | ['b94e67f5d714cde69b8ca653be2d4479a7ef3b03'] | feat: Ability to send voice message to channel (#4064)
Created the possibility to send audio as an attachment via the dashboard.
The channels that can send audio are the same channels that can send any type of attachment.
Used RecordRTC (https://github.com/muaz-khan/RecordRTC) to capture the audio and Wavesurfer (ht... | [{'old_path': 'app/javascript/dashboard/components/widgets/AttachmentsPreview.vue', 'new_path': 'app/javascript/dashboard/components/widgets/AttachmentsPreview.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -25,6 +25,7 @@\n </div>\n <div class="remove-file-wrap">\n <woot-button\n+ ... | Ruby |
1aa7d6f7d8bc134f56f5fb462f8d5c778ffce54a | 540 | 2022-03-08 09:22:57+05:30 | -19,800 | ['96b719017b7a32a81729a8f09dd79a79171bf175'] | fix: Update brand name in mailers (#4123) | [{'old_path': 'app/views/devise/mailer/confirmation_instructions.html.erb', 'new_path': 'app/views/devise/mailer/confirmation_instructions.html.erb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -2,7 +2,7 @@\n \n <% account_user = @resource&.account_users&.first %>\n <% if account_user&.inviter.present? && @resour... | Ruby |
fb03b6f43450bb03e38800a7e1d5a332ebd5e4ba | 540 | 2022-03-10 11:01:40+05:30 | -19,800 | ['1aa7d6f7d8bc134f56f5fb462f8d5c778ffce54a'] | chore: Upgrade rails to 6.1.4.7 to fix (#4143)
Fixes CVE-2022-21831 | [{'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.6)\n- actionpack (= 6.1.4.6)\n- activesupport (= 6.1.4.6)\n+ actioncable (6.1.4.7)\n+ actionpack (=... | Ruby |
b3545f42f12ac2a158c093cc1c9951188fda54ad | 90 | 2022-03-10 11:15:41+05:30 | -19,800 | ['fb03b6f43450bb03e38800a7e1d5a332ebd5e4ba'] | fixes: Contact search is skipping the '+' sign for email. (#4142)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'old_path': 'app/javascript/dashboard/routes/dashboard/contacts/components/ContactsView.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/contacts/components/ContactsView.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -253,7 +253,7 @@ export default {\n this.$store.dispatch('contacts/get... | Ruby |
647efa12e707792ebb466cec32a113701e0a8345 | 622 | 2022-03-10 20:27:30+05:30 | -19,800 | ['b3545f42f12ac2a158c093cc1c9951188fda54ad'] | fix: Attach instagram images with file type story_mentions (#4100) | [{'old_path': 'app/builders/messages/messenger/message_builder.rb', 'new_path': 'app/builders/messages/messenger/message_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,10 +1,14 @@\n class Messages::Messenger::MessageBuilder\n+ include ::FileTypeHelper\n+\n def process_attachment(attachment)\n ... | Ruby |
3c3b6f90c7e4f023322b0fcec33a8de5d51a44a6 | 9 | 2022-03-10 20:40:47+05:30 | -19,800 | ['647efa12e707792ebb466cec32a113701e0a8345'] | fix: Add base_url to the audio notification file (#4116) | [{'old_path': 'app/javascript/dashboard/routes/dashboard/settings/reports/components/ReportFilters.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/settings/reports/components/ReportFilters.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -255,7 +255,6 @@ export default {\n },\n methods: {\n ... | Ruby |
619441ce1cb7142939d041fe6ea44520c6aee4bd | 90 | 2022-03-10 22:06:59+05:30 | -19,800 | ['3c3b6f90c7e4f023322b0fcec33a8de5d51a44a6'] | fixes: Showing vue warning in the console (#4152)
* fixes: Showing vue warn with PR#4100
* Minor fixes | [{'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': '@@ -217,10 +217,10 @@ export default {\n return this.data.sender || {};\n },\n storySende... | Ruby |
578414d788233fa441769dcf2f3275599ea7d830 | 90 | 2022-03-11 17:00:55+05:30 | -19,800 | ['619441ce1cb7142939d041fe6ea44520c6aee4bd'] | feat: Adds ability to delete contact without having to type name (#4155) | [{'old_path': 'app/javascript/dashboard/i18n/locale/en/contact.json', 'new_path': 'app/javascript/dashboard/i18n/locale/en/contact.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -77,7 +77,6 @@\n "CONFIRM": {\n "TITLE": "Confirm Deletion",\n "MESSAGE": "Are you sure to delete ",\n- "PLACE_... | Ruby |
e730804b4888fa0fc21fb1681f4e2a53d752e645 | 500 | 2022-03-14 15:06:56+05:30 | -19,800 | ['578414d788233fa441769dcf2f3275599ea7d830'] | feat: Custom fields in pre-chat form (#4135)
Fixes: #2744 | [{'old_path': 'app/controllers/api/v1/accounts/inboxes_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/inboxes_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -49,7 +49,6 @@ class Api::V1::Accounts::InboxesController < Api::V1::Accounts::BaseController\n return if permitted_params(cha... | Ruby |
dd1fe4f93a6fbafa1d1eed87ac7d4143e701ec08 | 12 | 2022-03-14 18:13:21+05:30 | -19,800 | ['e730804b4888fa0fc21fb1681f4e2a53d752e645'] | fix: Handle unsanitized markup in DOM (#4110) | [{'old_path': 'app/javascript/shared/helpers/MessageFormatter.js', 'new_path': 'app/javascript/shared/helpers/MessageFormatter.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -47,7 +47,12 @@ class MessageFormatter {\n const markedDownOutput = marked(withHash);\n return markedDownOutput;\n }\n- ... | Ruby |
5edf0f2bbe3abbb87b7c6f6e219c30c412bc3ffc | 90 | 2022-03-14 18:14:16+05:30 | -19,800 | ['dd1fe4f93a6fbafa1d1eed87ac7d4143e701ec08'] | fix: Fix modal responsiveness (#4149) | [{'old_path': 'app/javascript/dashboard/components/layout/Sidebar.vue', 'new_path': 'app/javascript/dashboard/components/layout/Sidebar.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -19,23 +19,6 @@\n :current-role="currentRole"\n @add-label="showAddLabelPopup"\n />\n- <woot-key-shortcut-mod... | Ruby |
c62d74a01db36ddbc85c777cd6b610fa1ca24f09 | 210 | 2022-03-14 18:15:27+05:30 | -19,800 | ['5edf0f2bbe3abbb87b7c6f6e219c30c412bc3ffc'] | feat: Display trends in report metrics (#4144) | [{'old_path': 'app/controllers/api/v2/accounts/reports_controller.rb', 'new_path': 'app/controllers/api/v2/accounts/reports_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -41,12 +41,22 @@ class Api::V2::Accounts::ReportsController < Api::V1::Accounts::BaseController\n raise Pundit::NotAuthorizedE... | Ruby |
4a2452173e6f2b98451d23651b0ee3bc5f67defb | 12 | 2022-03-14 20:24:53+05:30 | -19,800 | ['c62d74a01db36ddbc85c777cd6b610fa1ca24f09'] | feat: Added support for Created At, Last Activity At filters in the UI (#4031) | [{'old_path': 'app/javascript/dashboard/components/widgets/FilterInput/FilterOperatorTypes.js', 'new_path': 'app/javascript/dashboard/components/widgets/FilterInput/FilterOperatorTypes.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -69,7 +69,22 @@ export const OPERATOR_TYPES_4 = [\n label: 'Is greater than'... | Ruby |
b3ba8b951337a62c0f983cb4012617cbaf6276e9 | 90 | 2022-03-14 20:43:56+05:30 | -19,800 | ['4a2452173e6f2b98451d23651b0ee3bc5f67defb'] | fix: Could not able to create label (#4161)
* fixes: Could not able to create label
* review fixes
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com> | [{'old_path': 'app/javascript/dashboard/routes/dashboard/settings/labels/AddLabel.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/settings/labels/AddLabel.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -93,21 +93,21 @@ export default {\n }\n return color;\n },\n- addLabel() {\n-... | Ruby |
25876993ff840534995cf0f5e367f3b0fa0d6218 | 603 | 2022-03-15 14:30:33+05:30 | -19,800 | ['b3ba8b951337a62c0f983cb4012617cbaf6276e9'] | fix: NoMethodError: undefined method `id' for nil:NilClass (#4172)
fixes: #4171 | [{'old_path': 'app/channels/room_channel.rb', 'new_path': 'app/channels/room_channel.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,5 +1,8 @@\n class RoomChannel < ApplicationCable::Channel\n def subscribed\n+ # TODO: should we only do ensure stream if current account is present?\n+ # for now going ... | Ruby |
02dd5ecfabdb515851c73643b6a52b0a4aad746c | 603 | 2022-03-15 17:42:21+05:30 | -19,800 | ['f405572e5c9fcac4d609517730c2896945aeed07'] | chore: 360Dialog attachments fix (#4173)
fixes: #3701 | [{'old_path': 'app/services/whatsapp/incoming_message_service.rb', 'new_path': 'app/services/whatsapp/incoming_message_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -73,7 +73,7 @@ class Whatsapp::IncomingMessageService\n return :audio if %w[audio voice].include?(file_type)\n return :video if ['... | Ruby |
8c8c5a77c803ccb17c155bedaf7de5e70ca0f75f | 500 | 2022-03-15 21:09:14+05:30 | -19,800 | ['02dd5ecfabdb515851c73643b6a52b0a4aad746c'] | feat: Show banner message if Chatwoot update available (#3999)
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com>
Co-authored-by: Fayaz Ahmed <15716057+fayazara@users.noreply.github.com>
Co-authored-by: Prana... | [{'old_path': 'app/javascript/dashboard/App.vue', 'new_path': 'app/javascript/dashboard/App.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,6 @@\n <template>\n <div id="app" class="app-wrapper app-root">\n+ <update-banner :latest-chatwoot-version="latestChatwootVersion" />\n <transition name="f... | Ruby |
4b748e2c8c6c5fdf83d6db9c2267bbf24b585913 | 540 | 2022-03-15 22:01:16+05:30 | -19,800 | ['8c8c5a77c803ccb17c155bedaf7de5e70ca0f75f'] | fix: Delete content_attributes in message destroy API (#4184) | [{'old_path': 'app/controllers/api/v1/accounts/conversations/messages_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/conversations/messages_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -13,7 +13,7 @@ class Api::V1::Accounts::Conversations::MessagesController < Api::V1::Accounts::\n \n... | Ruby |
c4837cd7ace3f1a606b4f5b71cd2642fd6adfad8 | 210 | 2022-03-15 22:07:30+05:30 | -19,800 | ['4b748e2c8c6c5fdf83d6db9c2267bbf24b585913'] | feat: End conversation from widget (#3660)
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
Co-authored-by: Fayaz Ahmed <15716057+fayazara@users.noreply.github.com>
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.norep... | [{'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': '@@ -34,6 +34,8 @@ class Api::V1::Widget::BaseController < ApplicationController\n )\n @contact = @contact_inbox&.contact\n raise Ac... | Ruby |
207a03155e977bf5f429128e9bdf5f206e9ccf7a | 622 | 2022-03-16 13:54:18+05:30 | -19,800 | ['796a7805dbc67ff7e0b27e95c6c2bc320b32a856'] | Feat: authenticate direct upload (#4160) | [{'old_path': 'app/controllers/api/v1/accounts/base_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/base_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,32 +1,6 @@\n class Api::V1::Accounts::BaseController < Api::BaseController\n include SwitchLocale\n+ include EnsureCurrentAccountH... | Ruby |
4a3ddad02f2b403e139e92e2140b30e7bb16b029 | 540 | 2022-03-16 14:45:57+05:30 | -19,800 | ['207a03155e977bf5f429128e9bdf5f206e9ccf7a'] | fix: Reduce the height of the unread container while campaign is active (#4185) | [{'old_path': 'app/javascript/sdk/sdk.js', 'new_path': 'app/javascript/sdk/sdk.js', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -29,7 +29,7 @@ export const SDK_CSS = `\n \n .woot-widget-holder.has-unread-view {\n border-radius: 0 !important;\n- min-height: 80px;\n+ min-height: 80px !important;\n height: aut... | Ruby |
9f8e4423332768d82df49d28238289cc8f3cb393 | 603 | 2022-03-17 15:57:32+05:30 | -19,800 | ['4a3ddad02f2b403e139e92e2140b30e7bb16b029'] | chore: Improve n+1 queries (#4202)
Fixes the n+1 queries that get triggered while accessing agents endpoint | [{'old_path': 'app/controllers/api/v1/accounts/agents_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/agents_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -68,7 +68,7 @@ class Api::V1::Accounts::AgentsController < Api::V1::Accounts::BaseController\n end\n \n def agents\n- @agents... | Ruby |
23fe8847d8ae12c26e0f316ed5dffd82011e7e2e | 500 | 2022-03-17 18:56:36+05:30 | -19,800 | ['430547e026cc4ff9796275664756b39115a35306'] | feat: Notification action cable event (#4154) | [{'old_path': '.rubocop.yml', 'new_path': '.rubocop.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -16,6 +16,7 @@ Metrics/ClassLength:\n - 'app/models/message.rb'\n - 'app/builders/messages/facebook/message_builder.rb'\n - 'app/controllers/api/v1/accounts/contacts_controller.rb'\n+ - 'app/listen... | Ruby |
7f8a199b29e00ce70d647bbfa771a9f38ec4a8c8 | 603 | 2022-03-17 20:02:32+05:30 | -19,800 | ['23fe8847d8ae12c26e0f316ed5dffd82011e7e2e'] | chore: Update translations (#4099)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'old_path': 'app/javascript/dashboard/i18n/locale/ar/advancedFilters.json', 'new_path': 'app/javascript/dashboard/i18n/locale/ar/advancedFilters.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -21,7 +21,12 @@\n "is_present": "موجود",\n "is_not_present": "غير موجود",\n "is_greater_than": "هو... | Ruby |
40f31cb0a3c98edb89a93387cf0e2306c9de7b70 | 603 | 2022-03-18 11:24:22+05:30 | -19,800 | ['7f8a199b29e00ce70d647bbfa771a9f38ec4a8c8'] | chore: Update translations (#4208) | [{'old_path': 'app/javascript/dashboard/i18n/locale/hi/agentMgmt.json', 'new_path': 'app/javascript/dashboard/i18n/locale/hi/agentMgmt.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -29,9 +29,9 @@\n "PLACEHOLDER": "Please enter a name of the agent"\n },\n "AGENT_TYPE": {\n- ... | Ruby |
b77fad52fb35f028f61ae9646b710825d3fd822c | 540 | 2022-03-18 13:43:02+05:30 | -19,800 | ['40f31cb0a3c98edb89a93387cf0e2306c9de7b70'] | fix: Add missing contact information to fix invalid activity messages (#4195)
Co-authored-by: Tejaswini <tejaswini@chatwoot.com> | [{'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': "@@ -47,7 +47,7 @@ class Api::V1::Widget::ConversationsController < Api::V1::Widget::BaseController\n def toggle_status\n ... | Ruby |
71391d982b1736603b6886557774aacdf2b3d906 | 603 | 2022-03-18 19:00:36+05:30 | -19,800 | ['b77fad52fb35f028f61ae9646b710825d3fd822c'] | chore: filter .xml files for Bandwidth SMS (#4206)
MMS sent from an ATT or Verizon phone number seems to be appending a SMIL file in .xml format for MMS. | [{'old_path': 'app/services/sms/incoming_message_service.rb', 'new_path': 'app/services/sms/incoming_message_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -75,7 +75,7 @@ class Sms::IncomingMessageService\n \n params[:media].each do |media_url|\n # we don't need to process this files since cha... | Ruby |
8372ae418e121c1731226c6ead7249e9788f3016 | 12 | 2022-03-19 20:56:29+05:30 | -19,800 | ['71391d982b1736603b6886557774aacdf2b3d906'] | System default monospace fonts for code elem (#4222) | [{'old_path': 'app/javascript/dashboard/assets/scss/_foundation-custom.scss', 'new_path': 'app/javascript/dashboard/assets/scss/_foundation-custom.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -26,7 +26,8 @@\n \n code {\n border: 0;\n- font-family: \'Monaco\', Verdana;\n+ font-family: \'ui-monospace\', \... | Ruby |
6097f4c122d027da74c9c270109b616338bbcdf4 | 540 | 2022-03-20 13:07:36+05:30 | -19,800 | ['8372ae418e121c1731226c6ead7249e9788f3016'] | fix: Update survey locale based on the account (#4207) | [{'old_path': '.codeclimate.yml', 'new_path': '.codeclimate.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -50,3 +50,6 @@ exclude_patterns:\n - 'app/javascript/dashboard/routes/dashboard/settings/automation/constants.js'\n - 'app/javascript/dashboard/components/widgets/FilterInput/FilterOperatorTypes.js'\n... | Ruby |
c608ca37e0711a29bcde4afb3776caa3e75dfb34 | 90 | 2022-03-21 11:46:43+05:30 | -19,800 | ['6097f4c122d027da74c9c270109b616338bbcdf4'] | fix: Contact conversations are showing in the chat list (#4078)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'old_path': 'app/javascript/dashboard/routes/dashboard/conversation/ConversationView.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/conversation/ConversationView.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -80,7 +80,11 @@ export default {\n return false;\n },\n },\n-\n+ watch: {... | Ruby |
e06a6a7c55e20e61f7b60a29a1d3bc7c5ebd3acf | 622 | 2022-03-21 13:12:27+05:30 | -19,800 | ['c608ca37e0711a29bcde4afb3776caa3e75dfb34'] | Automation enhancement (#4087) | [{'old_path': 'Gemfile', 'new_path': 'Gemfile', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -42,7 +42,7 @@ gem 'down', '~> 5.0'\n gem 'aws-sdk-s3', require: false\n gem 'azure-storage-blob', require: false\n gem 'google-cloud-storage', require: false\n-gem 'image_processing'\n+gem 'image_processing', '~> 1.12.2'\... | Ruby |
6169d172d8381a52be77659cc97a3cd3d6fa8566 | 603 | 2022-03-21 13:15:33+05:30 | -19,800 | ['e06a6a7c55e20e61f7b60a29a1d3bc7c5ebd3acf'] | chore: Update translations from Crowdin (#4217) | [{'old_path': 'app/javascript/dashboard/i18n/locale/ar/advancedFilters.json', 'new_path': 'app/javascript/dashboard/i18n/locale/ar/advancedFilters.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -22,7 +22,7 @@\n "is_not_present": "غير موجود",\n "is_greater_than": "هو أكبر من",\n "is_less_than... | Ruby |
7b4cac746a6f6b7c33d8f081b09a7ec390a199dd | 622 | 2022-03-21 17:10:15+05:30 | -19,800 | ['6169d172d8381a52be77659cc97a3cd3d6fa8566'] | feat: enhancement to un-send instagram message (#4120) | [{'old_path': 'app/services/instagram/message_text.rb', 'new_path': 'app/services/instagram/message_text.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -20,6 +20,8 @@ class Instagram::MessageText < Instagram::WebhooksBaseService\n # person can connect the channel and then delete the inbox\n return if @i... | Ruby |
715400f7ab3e96ce4e7566b758ff235c587235eb | 500 | 2022-03-22 01:28:22+05:30 | -19,800 | ['7b4cac746a6f6b7c33d8f081b09a7ec390a199dd'] | fix: Disable pre-chat fields for identified users (#4234) | [{'old_path': 'app/javascript/widget/views/Home.vue', 'new_path': 'app/javascript/widget/views/Home.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -40,12 +40,16 @@ export default {\n availableAgents: 'agent/availableAgents',\n activeCampaign: 'campaign/getActiveCampaign',\n conversationSize: ... | Ruby |
467f3b9191f4eccb129489211ada347bfd3a31cb | 603 | 2022-03-22 12:14:17+05:30 | -19,800 | ['715400f7ab3e96ce4e7566b758ff235c587235eb'] | chore: Disable fetching new emails after mailbox error (#4176)
- Disabled email fetch job if credentials for the channel isn't working
- notify customers when the email channel isn't working
fixes: https://github.com/chatwoot/chatwoot/issues/4174 | [{'old_path': 'app/controllers/api/v1/accounts/inboxes_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/inboxes_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -48,7 +48,10 @@ class Api::V1::Accounts::InboxesController < Api::V1::Accounts::BaseController\n # Inbox update doesn't necess... | Ruby |
f43018e0177436e743b512ae67bb76b247add5ab | 603 | 2022-03-22 12:42:10+05:30 | -19,800 | ['467f3b9191f4eccb129489211ada347bfd3a31cb'] | chore: New translations automation.json (Italian) (#4231) | [{'old_path': 'app/javascript/dashboard/i18n/locale/it/automation.json', 'new_path': 'app/javascript/dashboard/i18n/locale/it/automation.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,41 +1,41 @@\n {\n "AUTOMATION": {\n- "HEADER": "Automations",\n+ "HEADER": "Automazioni",\n "HEADER_BTN_TXT": "... | Ruby |
771cb5b9fcaef35ca6b50e21a431f52570be5b04 | 540 | 2022-03-23 13:27:50+05:30 | -19,800 | ['f43018e0177436e743b512ae67bb76b247add5ab'] | fix: Update scroll event name to fix auto-scroll (#4251)
Fixes #3622 | [{'old_path': 'app/javascript/dashboard/store/modules/conversations/index.js', 'new_path': 'app/javascript/dashboard/store/modules/conversations/index.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -4,6 +4,7 @@ import getters, { getSelectedChatConversation } from './getters';\n import actions from './actions';\... | Ruby |
f8c46341f60f2f52c0e24a176d20629e853157b9 | 603 | 2022-03-23 16:08:42+05:30 | -19,800 | ['771cb5b9fcaef35ca6b50e21a431f52570be5b04'] | chore: Disable invalid contact resolved activity messages (#4253)
Fixes the bug which triggered "Contact resolved conversation" activity messages when snoozed conversations where reopened | [{'old_path': 'app/models/concerns/activity_message_handler.rb', 'new_path': 'app/models/concerns/activity_message_handler.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -20,7 +20,7 @@ module ActivityMessageHandler\n def create_status_change_message(user_name)\n content = if user_name\n I1... | Ruby |
4a21633a2b3c75ef5d74f3801da8c6276921dcd8 | 394 | 2022-03-23 16:09:10+05:30 | 21,600 | ['f8c46341f60f2f52c0e24a176d20629e853157b9'] | chore: Use bang version of "find_or_create_by!" in Platform UsersController (#4248) | [{'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': '@@ -9,7 +9,7 @@ class Platform::Api::V1::UsersController < PlatformController\n @resource = (User.find_by(email: user_params[:email])... | Ruby |
86b4183bdedb363b5b4a8020be40cda93cdd6498 | 90 | 2022-03-23 18:25:57+05:30 | -19,800 | ['4a21633a2b3c75ef5d74f3801da8c6276921dcd8'] | fix: Add multiple file paste support and fix for bugs (#4066)
- Add multiple files paste support.
- Fixes showing file name in the editor field when we paste the file from finder.
- Fixes showing the image in the advance editor when we paste the image as an attachment from the clipboard.
Fixes: #4036
Co-author... | [{'old_path': 'app/javascript/dashboard/components/widgets/AttachmentsPreview.vue', 'new_path': 'app/javascript/dashboard/components/widgets/AttachmentsPreview.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,5 @@\n <template>\n- <div>\n+ <div class="preview-item__wrap">\n <div\n v-for="(atta... | Ruby |
b7351354315560ca641b4cbfbb601f4196a98fe2 | 394 | 2022-03-23 20:46:28+05:30 | 21,600 | ['160e8a8ab4a86b9f08bfe1ad7db9481f25c8350e'] | chore: Fix "action_mailer.delivery_method" in the test env (#4257)
Fixes: #4247 | [{'old_path': 'config/initializers/mailer.rb', 'new_path': 'config/initializers/mailer.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -3,7 +3,6 @@ Rails.application.configure do\n # Configuration Related to Action Mailer\n #########################################\n \n- config.action_mailer.delivery_method... | Ruby |
8b9aea231c271458bf3de594b3a09f04439ac82c | 320 | 2022-03-24 12:44:34+05:30 | 10,800 | ['b7351354315560ca641b4cbfbb601f4196a98fe2'] | feat: support audio player on widget (#4250) | [{'old_path': 'app/javascript/widget/assets/scss/views/_conversation.scss', 'new_path': 'app/javascript/widget/assets/scss/views/_conversation.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -51,7 +51,10 @@\n \n .has-attachment {\n overflow: hidden;\n+\n+ :not([audio]) {\n padding: 0;\n+ }\n ... | Ruby |
c2647a1f271afb5e9593bb6353c81df90704740d | 394 | 2022-03-24 13:28:25+05:30 | 21,600 | ['8b9aea231c271458bf3de594b3a09f04439ac82c'] | chore: Use "destroy!" instead of "destroy" when not checking the return value (#4259) | [{'old_path': 'app/controllers/api/v1/accounts/agent_bots_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/agent_bots_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -18,7 +18,7 @@ class Api::V1::Accounts::AgentBotsController < Api::V1::Accounts::BaseController\n end\n \n def destroy\n... | Ruby |
0cf970dafda39dcdf21d0ce51c1f3ddfeeaf6045 | 394 | 2022-03-24 13:31:19+05:30 | 21,600 | ['c2647a1f271afb5e9593bb6353c81df90704740d'] | chore: Eliminate deprecation warning in "app_config_controller_spec.rb" (#4258)
Fix the warning:
Using `should` from rspec-expectations' old `:should` syntax without
explicitly enabling the syntax is deprecated. Use the new `:expect` syntax
or explicitly enable `:should` with `config.expect_with(:rspec) { |c| c.s... | [{'old_path': 'spec/controllers/super_admin/app_config_controller_spec.rb', 'new_path': 'spec/controllers/super_admin/app_config_controller_spec.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -37,7 +37,7 @@ RSpec.describe 'Super Admin Application Config API', type: :request do\n post '/super_admin/app_c... | Ruby |
7577c9c888bd1c79edfc946ddd8e63984915d2bd | 650 | 2022-03-24 13:33:15+05:30 | -19,800 | ['0cf970dafda39dcdf21d0ce51c1f3ddfeeaf6045'] | fix: drop conv and campaign seq on account delete (#4256)
Conversation and campaign sequences persist in the database even after the related account is deleted. This PR adds an after_desttory callback on the account model that will delete the associated sequences.
Fixes: #4252 | [{'old_path': 'app/models/account.rb', 'new_path': 'app/models/account.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -79,6 +79,7 @@ class Account < ApplicationRecord\n \n before_validation :validate_limit_keys\n after_create_commit :notify_creation\n+ after_destroy :remove_account_sequences\n \n def age... | Ruby |
14c53b8b5449e675ce339223ddd0e43e43a4ebdb | 394 | 2022-03-24 13:50:04+05:30 | 21,600 | ['7577c9c888bd1c79edfc946ddd8e63984915d2bd'] | chore: Use "contain_exactly" in some tests (#4243) | [{'old_path': 'spec/controllers/api/v1/accounts/bulk_actions_controller_spec.rb', 'new_path': 'spec/controllers/api/v1/accounts/bulk_actions_controller_spec.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -109,8 +109,8 @@ RSpec.describe \'Api::V1::Accounts::BulkActionsController\', type: :request do\n ... | Ruby |
60a0709de61348dd8ea72a3b399a9967851973eb | 622 | 2022-03-24 15:38:28+05:30 | -19,800 | ['14c53b8b5449e675ce339223ddd0e43e43a4ebdb'] | Fix: added validation for custom and additional attribute (#4260) | [{'old_path': 'app/models/conversation.rb', 'new_path': 'app/models/conversation.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -50,6 +50,8 @@ class Conversation < ApplicationRecord\n validates :account_id, presence: true\n validates :inbox_id, presence: true\n before_validation :validate_additional_attri... | Ruby |
8e153d6350ffc5eab8f8dc2d64492a9500843397 | 603 | 2022-03-24 19:25:07+05:30 | -19,800 | ['60a0709de61348dd8ea72a3b399a9967851973eb'] | fix: Redis 6 on Heroku breaks ActionCable config (#4269)
Heroku made some SSL/TLS changes with Redis 6, which is breaking the ActionCable configuration.
Hence providing an environment variable configuration `REDIS_OPENSSL_VERIFY_MODE` to fix that.
set the value `none` for this environment variable in your Heroku i... | [{'old_path': '.env.example', 'new_path': '.env.example', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -32,6 +32,11 @@ REDIS_SENTINELS=\n # You can find list of master using "SENTINEL masters" command\n REDIS_SENTINEL_MASTER_NAME=\n \n+# Redis premium breakage in heroku fix\n+# enable the following configuration\n... | Ruby |
131c0a8668c45eaebcbe416dd6d9daf01855b583 | 394 | 2022-03-25 00:36:59+05:30 | 21,600 | ['8e153d6350ffc5eab8f8dc2d64492a9500843397'] | chore: Don't send confirmation email when creating User via platform api (#4272)
The platform api automatically confirms users so we don't need to send this
email. | [{'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': '@@ -7,8 +7,8 @@ class Platform::Api::V1::UsersController < PlatformController\n \n def create\n @resource = (User.find_by(email: us... | Ruby |
6bfe0f2fc15af58cdf47c326f7c7bd2eb750679b | 90 | 2022-03-25 11:27:45+05:30 | -19,800 | ['131c0a8668c45eaebcbe416dd6d9daf01855b583'] | feat: Add support for rich editor and allow CCs in email for a new conversation. (#4194)
* feat: Add support for rich editor and allow CCs in email for a new conversation.
* Minor fixes
Co-authored-by: Fayaz Ahmed <15716057+fayazara@users.noreply.github.com>
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.co... | [{'old_path': 'app/javascript/dashboard/components/widgets/conversation/ReplyEmailHead.vue', 'new_path': 'app/javascript/dashboard/components/widgets/conversation/ReplyEmailHead.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -8,7 +8,7 @@\n <div class="input-group-field">\n <woot-input\n ... | Ruby |
a8cfcbc168f513afc9db160eb270d63bb8c2593e | 394 | 2022-03-25 14:00:27+05:30 | 21,600 | ['6bfe0f2fc15af58cdf47c326f7c7bd2eb750679b'] | chore: Timezone fixes for ReportBuilder and for ReportController spec (#4246)
- ReportBuilder wasn't using the specified time zone for the timestamp in the
"build" method
- The ReportController spec was calling `Time.zone.today.to_time`, but
`Date#to_time` disregards the zone from `Time.zone` and reverts to the sys... | [{'old_path': 'app/builders/v2/report_builder.rb', 'new_path': 'app/builders/v2/report_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -19,7 +19,7 @@ class V2::ReportBuilder\n # For backward compatible with old report\n def build\n timeseries.each_with_object([]) do |p, arr|\n- arr << { valu... | Ruby |
5da0b0667f1af77b06a84f522ba501b3ea96faa6 | 572 | 2022-03-25 16:05:26+05:30 | -3,600 | ['a8cfcbc168f513afc9db160eb270d63bb8c2593e'] | Fix: SMTP IMAP configuration from email
This fix should allow emails from the "Email" inbox to show from as "Name <email@example.com>". if SMTP within Inbox is disabled. | [{'old_path': 'app/mailers/conversation_reply_mailer_helper.rb', 'new_path': 'app/mailers/conversation_reply_mailer_helper.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -40,6 +40,10 @@ module ConversationReplyMailerHelper\n end\n \n def email_smtp_enabled\n+ @inbox.inbox_type == 'Email' && @channel.smtp... | Ruby |
ff881fcad9675f65b4b798635f13fddf33052837 | 603 | 2022-03-25 16:13:45+05:30 | -19,800 | ['5da0b0667f1af77b06a84f522ba501b3ea96faa6'] | chore: Support Email should give priority to environment variable (#4270)
Account.support_email should give priority to environment variables over installation config
Fixes: #3304 | [{'old_path': 'app/models/account.rb', 'new_path': 'app/models/account.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -111,7 +111,7 @@ class Account < ApplicationRecord\n end\n \n def support_email\n- super || GlobalConfig.get('MAILER_SUPPORT_EMAIL')['MAILER_SUPPORT_EMAIL'] || ENV.fetch('MAILER_SENDER_EM... | Ruby |
48389d69d8463e9c7204c289f49e745db5dc6f8e | 90 | 2022-03-25 19:02:45+05:30 | -19,800 | ['ff881fcad9675f65b4b798635f13fddf33052837'] | feat: New notification panel for unread notifications (#4061)
Fixes: #4052 | [{'old_path': 'app/javascript/dashboard/components/layout/Sidebar.vue', 'new_path': 'app/javascript/dashboard/components/layout/Sidebar.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -8,6 +8,7 @@\n :active-menu-item="activePrimaryMenu.key"\n @toggle-accounts="toggleAccountModal"\n @key-shortc... | Ruby |
0667d9f0165b47d78aa5e3d64cdf67b5ff070417 | 90 | 2022-03-25 19:20:53+05:30 | -19,800 | ['48389d69d8463e9c7204c289f49e745db5dc6f8e'] | fix: Avatars get cropped on the widget (#4238)
Co-authored-by: Fayaz Ahmed <15716057+fayazara@users.noreply.github.com>
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com> | [{'old_path': 'app/javascript/widget/components/GroupedAvatars.vue', 'new_path': 'app/javascript/widget/components/GroupedAvatars.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,5 @@\n <template>\n- <div class="flex overflow-hidden">\n+ <div class="flex">\n <span\n v-for="(user, index) in us... | Ruby |
971755b84570e8c23f83193dd98fec0f93482356 | 540 | 2022-03-25 20:25:07+05:30 | -19,800 | ['0667d9f0165b47d78aa5e3d64cdf67b5ff070417'] | fix: Remove unnecessary dispatchWindowEvent (#4288) | [{'old_path': 'app/javascript/sdk/IFrameHelper.js', 'new_path': 'app/javascript/sdk/IFrameHelper.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -154,8 +154,6 @@ export const IFrameHelper = {\n IFrameHelper.sendMessage('set-user', window.$chatwoot.user);\n }\n \n- dispatchWindowEvent({ eventNa... | Ruby |
e0f29b9d8163ad2797d3c7461fcf8c6f9318056c | 603 | 2022-03-26 00:43:44+05:30 | -19,800 | ['971755b84570e8c23f83193dd98fec0f93482356'] | chore: Add swagger docs for Canned Responses (#4295)
fixes: #3962 | [{'old_path': 'config/routes.rb', 'new_path': 'config/routes.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -52,8 +52,8 @@ Rails.application.routes.draw do\n post :reauthorize_page\n end\n end\n- resources :canned_responses, except: [:show, :edit, :new]\n- r... | Ruby |
ba0188aefca9b8662b9c0546ff7bae8e94156ac4 | 210 | 2022-03-28 12:31:09+05:30 | -19,800 | ['e0f29b9d8163ad2797d3c7461fcf8c6f9318056c'] | fix: Report spec failure (#4304) | [{'old_path': 'spec/controllers/api/v2/accounts/report_controller_spec.rb', 'new_path': 'spec/controllers/api/v2/accounts/report_controller_spec.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -7,7 +7,8 @@ RSpec.describe 'Reports API', type: :request do\n let!(:user) { create(:user, account: account) }\n let... | Ruby |
0ba6e772a4b8d8df294870ac7439c6df66407bdd | 210 | 2022-03-28 00:38:23-07:00 | -19,800 | ['ba0188aefca9b8662b9c0546ff7bae8e94156ac4'] | feat: Display how many conversations are considered for the metric calculation (#4273)
* feat: Display how many conversations are considered for the metric calculation | [{'old_path': 'app/builders/v2/report_builder.rb', 'new_path': 'app/builders/v2/report_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -18,10 +18,16 @@ class V2::ReportBuilder\n \n # For backward compatible with old report\n def build\n+ if %w[avg_first_response_time avg_resolution_time].include?(... | Ruby |
30ac8054ba09338bb80f860990221f84c7d84399 | 12 | 2022-03-28 13:31:51+05:30 | -19,800 | ['0ba6e772a4b8d8df294870ac7439c6df66407bdd'] | feat: Add an SDK method for opening conversation in popout window (#4232) | [{'old_path': 'app/javascript/packs/sdk.js', 'new_path': 'app/javascript/packs/sdk.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -31,6 +31,14 @@ const runSDK = ({ baseUrl, websiteToken }) => {\n IFrameHelper.events.toggleBubble(state);\n },\n \n+ popoutChatWindow() {\n+ IFrameHelper.events.po... | Ruby |
e8bc30e3c6a44908f7f80253ed11102cd321d7ff | 35 | 2022-03-28 14:19:12+05:30 | -25,200 | ['30ac8054ba09338bb80f860990221f84c7d84399'] | feat: Add a confirmation note before deleting a note about a contact (#4294)
Co-authored-by: Richardo <richardokusuma.sali@medirecords.com>
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'old_path': 'app/javascript/dashboard/i18n/locale/en/contact.json', 'new_path': 'app/javascript/dashboard/i18n/locale/en/contact.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -70,6 +70,14 @@\n "SUCCESS_MESSAGE": "Contacts saved successfully",\n "ERROR_MESSAGE": "There was an error, please try again... | Ruby |
823c0ab6a7bdc6ce418787a451ad2423594e2290 | 603 | 2022-03-28 14:38:07+05:30 | -19,800 | ['e8bc30e3c6a44908f7f80253ed11102cd321d7ff'] | chore: Use Round Robin service for team assignment (#4237)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'old_path': '.circleci/config.yml', 'new_path': '.circleci/config.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -110,7 +110,7 @@ jobs:\n - run:\n name: Run backend tests\n command: |\n- bundle exec rspec $(circleci tests glob "spec/**/*_spec.rb" | circleci tests split --... | Ruby |
8155024b6a0f36112f49044aa83b14d1ce3bcba4 | 650 | 2022-03-28 18:14:30+05:30 | -19,800 | ['823c0ab6a7bdc6ce418787a451ad2423594e2290'] | feat: fix logging levels (#4314)
https://ruby-doc.org/stdlib-2.7.0/libdoc/logger/rdoc/Logger.html
Fixes https://github.com/chatwoot/chatwoot/issues/4313 | [{'old_path': 'app/builders/contact_builder.rb', 'new_path': 'app/builders/contact_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -70,7 +70,7 @@ class ContactBuilder\n update_contact_avatar(contact)\n contact_inbox\n rescue StandardError => e\n- Rails.logger.info e\n+ Rails.log... | Ruby |
ec0ea0b1dc4433c2693f51c88c77fe5da8510764 | 650 | 2022-03-28 18:15:38+05:30 | -19,800 | ['8155024b6a0f36112f49044aa83b14d1ce3bcba4'] | chore: Upgrade to next gen docker convenience image (#4310)
* chore: Upgrade to next gen docker convenience image
https://discuss.circleci.com/t/legacy-convenience-image-deprecation/41034/16
* switch to postgres:14.1 and redis:6.2 images | [{'old_path': '.circleci/config.yml', 'new_path': '.circleci/config.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -12,8 +12,8 @@ defaults: &defaults\n # Specify service dependencies here if necessary\n # CircleCI maintains a library of pre-built images\n # documented at https://circleci.com/docs/2... | Ruby |
ccf52a620b9cafe2a9c5f15e00113cd18e522206 | 500 | 2022-03-28 20:01:23+05:30 | -19,800 | ['ec0ea0b1dc4433c2693f51c88c77fe5da8510764'] | feat: Update notifications and unread count in real time (#4261) | [{'old_path': 'app/javascript/dashboard/helper/actionCable.js', 'new_path': 'app/javascript/dashboard/helper/actionCable.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -22,6 +22,7 @@ class ActionCableConnector extends BaseActionCableConnector {\n 'contact.deleted': this.onContactDelete,\n 'contact.u... | Ruby |
5e8fd689c91f1387011703003408ef7318b6d1e7 | 210 | 2022-03-29 10:31:52+05:30 | -19,800 | ['ccf52a620b9cafe2a9c5f15e00113cd18e522206'] | feat: Add live agent load report api (#4297)
This change allows the admin user to fetch conversation metrics for an account, agents, and filter conversation metrics for a specific agent.
Fixes #4305 | [{'old_path': 'app/builders/v2/report_builder.rb', 'new_path': 'app/builders/v2/report_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,5 +1,6 @@\n class V2::ReportBuilder\n include DateRangeHelper\n+ include ReportHelper\n attr_reader :account, :params\n \n DEFAULT_GROUP_BY = 'day'.freeze\n@@ -... | Ruby |
cffc984ef6e38dfc83c062ef87d1209afe058b9d | 423 | 2022-03-29 11:43:07+05:30 | 25,200 | ['5e8fd689c91f1387011703003408ef7318b6d1e7'] | chore: Add active_storage_purge queue to Sidekiq (#4322)
I found that these jobs were just enqueuing without processing until I added this queue after switching to S3 storage. This fixed that issue. | [{'old_path': 'config/sidekiq.yml', 'new_path': 'config/sidekiq.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -18,6 +18,7 @@\n - [bots, 1]\n - [active_storage_analysis, 1]\n - [action_mailbox_incineration, 1]\n+ - [active_storage_purge, 1]\n - [integrations, 2]\n - [default, 2]\n - [mailers, 2]\n... | Ruby |
c674393c0245fa06f0763c176de18f28a6077a82 | 12 | 2022-03-29 13:27:16+05:30 | -19,800 | ['cffc984ef6e38dfc83c062ef87d1209afe058b9d'] | feat: New automation actions (#4033) | [{'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': '@@ -34,7 +34,7 @@ class Api::V1::Accounts::AutomationRulesController < Api::V1::Accounts::BaseCont\n params.per... | Ruby |
315896624152b001c7e20adb8bbe4150f6be1127 | 622 | 2022-03-29 17:29:34+05:30 | -19,800 | ['c674393c0245fa06f0763c176de18f28a6077a82'] | Feat: automation rule based on contact conditions (#4230) | [{'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': '@@ -8,6 +8,7 @@ class Api::V1::Accounts::AutomationRulesController < Api::V1::Accounts::BaseCont\n \n def create\... | Ruby |
3f2ac2042faeac065925ea8c0a4f0f9c427a8202 | 540 | 2022-03-29 19:51:51+05:30 | -19,800 | ['315896624152b001c7e20adb8bbe4150f6be1127'] | fix: Fetch conversation attributes after contact reset (#4319)
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com> | [{'old_path': 'app/javascript/widget/store/modules/contacts.js', 'new_path': 'app/javascript/widget/store/modules/contacts.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -58,6 +58,7 @@ export const actions = {\n if (identifier_hash) {\n dispatch('conversation/clearConversations', {}, { root: true ... | Ruby |
15fd37b12413bf334a5b025dcab73d5c68cd09e3 | 622 | 2022-03-30 08:08:58+05:30 | -19,800 | ['3f2ac2042faeac065925ea8c0a4f0f9c427a8202'] | Feat: attachments automation (#4266) | [{'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': '@@ -7,14 +7,22 @@ class Api::V1::Accounts::AutomationRulesController < Api::V1::Accounts::BaseCont\n end\n \n d... | Ruby |
bfe6324d9a4ba4f15e2d739c4d210688cb400e06 | 622 | 2022-03-30 11:37:36+05:30 | -19,800 | ['15fd37b12413bf334a5b025dcab73d5c68cd09e3'] | chore: Webhook event data improvements (#4317) | [{'old_path': 'app/listeners/base_listener.rb', 'new_path': 'app/listeners/base_listener.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -22,4 +22,12 @@ class BaseListener\n contact = event.data[:contact]\n [contact, contact.account]\n end\n+\n+ def extract_changed_attributes(event)\n+ changed_attr... | Ruby |
24b20c10cebd25e61de8d4266c63fde94772e889 | 500 | 2022-03-30 14:36:22+05:30 | -19,800 | ['bfe6324d9a4ba4f15e2d739c4d210688cb400e06'] | fix: Referer URL validation (#4309)
Fixes #354 | [{'old_path': '.rubocop.yml', 'new_path': '.rubocop.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -17,6 +17,7 @@ Metrics/ClassLength:\n - 'app/builders/messages/facebook/message_builder.rb'\n - 'app/controllers/api/v1/accounts/contacts_controller.rb'\n - 'app/listeners/action_cable_listener.rb'\n+... | Ruby |
5be9380547ba1ebc1cd0e98066a82bd4e9fbb849 | 622 | 2022-03-30 18:04:30+05:30 | -19,800 | ['24b20c10cebd25e61de8d4266c63fde94772e889'] | Fix: html mail fix with html_body content (#4011) | [{'old_path': 'app/presenters/mail_presenter.rb', 'new_path': 'app/presenters/mail_presenter.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -11,45 +11,60 @@ class MailPresenter < SimpleDelegator\n encode_to_unicode(@mail.subject)\n end\n \n+ # encode decoded mail text_part or html_part if mail is multipa... | Ruby |
baf697f064bfdd8c691d1c2ee84fff8f8130a699 | 9 | 2022-03-30 18:53:24+05:30 | -19,800 | ['5be9380547ba1ebc1cd0e98066a82bd4e9fbb849'] | design: Changes yellow color palette for better contrast ratio (#4334)
Co-authored-by: Fayaz Ahmed <15716057+fayazara@users.noreply.github.com> | [{'old_path': 'app/javascript/dashboard/assets/scss/widgets/_buttons.scss', 'new_path': 'app/javascript/dashboard/assets/scss/widgets/_buttons.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -62,13 +62,13 @@ $default-button-height: 4.0rem;\n }\n \n &.warning {\n- @include button-style(var(--y-100)... | Ruby |
eff3a5031641b4b655806109315b1ea52f342588 | 500 | 2022-03-31 17:35:39+05:30 | -19,800 | ['0477123f92234c7e1e060ce5e190f90eac0af9a8'] | fix: Disable showing read messages in unread view (#4324) | [{'old_path': 'app/javascript/widget/App.vue', 'new_path': 'app/javascript/widget/App.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -138,7 +138,13 @@ export default {\n }\n },\n registerUnreadEvents() {\n- bus.$on(ON_AGENT_MESSAGE_RECEIVED, this.setUnreadView);\n+ bus.$on(ON_AGENT_MESS... | Ruby |
3cd1616df624f25205c338398466e978fcee0db9 | 90 | 2022-03-31 20:22:52+05:30 | -19,800 | ['eff3a5031641b4b655806109315b1ea52f342588'] | fix: Fix agent name in Twitter channel private note acting as a link (#4326) | [{'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': '@@ -207,7 +207,11 @@ export default {\n }\n }\n return (\n- this.formatMessa... | Ruby |
cb23ff53bf7f1b190223b13aedbfefcb7c4ec85f | 90 | 2022-03-31 21:20:37+05:30 | -19,800 | ['3cd1616df624f25205c338398466e978fcee0db9'] | fix: Reset Captcha if account signup is an error (#4279)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'old_path': 'app/javascript/dashboard/components/widgets/conversation/AvailabilityStatusBadge.vue', 'new_path': 'app/javascript/dashboard/components/widgets/conversation/AvailabilityStatusBadge.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -23,7 +23,7 @@ export default {\n background: var(--s-500);\n ... | Ruby |
c397fe1964a2e139d29dc1273f7673f2a7fd8980 | 540 | 2022-03-31 21:21:25+05:30 | -19,800 | ['cb23ff53bf7f1b190223b13aedbfefcb7c4ec85f'] | fix: Update the URL for POST inbox_members (#4354) | [{'old_path': 'swagger/paths/index.yml', 'new_path': 'swagger/paths/index.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -253,13 +253,17 @@\n - $ref: '#/parameters/inbox_id'\n get:\n $ref: ./application/inboxes/inbox_members/show.yml\n- post:\n- $ref: ./application/inboxes/inbox_members/create.ym... | Ruby |
3813b3b372d5dfd9e6a5b6c5ad403295ed322ad7 | 650 | 2022-04-01 00:34:50+05:30 | -19,800 | ['c397fe1964a2e139d29dc1273f7673f2a7fd8980'] | feat: make linux script installation non-interactive (#4355)
This PR changes the LetsEncrypt behaviour to be non-interactive. Earlier, the installation flow was waiting for user input at the SSL cert generation stage. With this change, once the user confirms completes the initial selection, the installation can be com... | [{'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: Chatwoot installation script\n # OS: Ubuntu 20.04 LTS / Ubuntu 20.10\n-# Script Version: 0.7\n+# Script Version: 0.8\n # Run this script as root\n \n rea... | Ruby |
caee9535f1f99168a19a88187c170e0b695179b6 | 90 | 2022-04-01 20:59:03+05:30 | -19,800 | ['3813b3b372d5dfd9e6a5b6c5ad403295ed322ad7'] | feat: Support Dark mode for the widget (#4137)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'old_path': 'app/controllers/widget_tests_controller.rb', 'new_path': 'app/controllers/widget_tests_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -3,6 +3,7 @@ class WidgetTestsController < ActionController::Base\n before_action :ensure_widget_position\n before_action :ensure_widget_type\n be... | Ruby |
5d85a212875c0b3de125881abbfbe8e6af939f13 | 90 | 2022-04-01 21:03:53+05:30 | -19,800 | ['caee9535f1f99168a19a88187c170e0b695179b6'] | fix: Fix login button is missing in Safari (#4332)
Fixes #4328 | [{'old_path': 'app/javascript/dashboard/components/buttons/FormSubmitButton.vue', 'new_path': 'app/javascript/dashboard/components/buttons/FormSubmitButton.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -57,3 +57,13 @@ export default {\n },\n };\n </script>\n+<style lang="scss" scoped>\n+button:disabled {\n+... | Ruby |
3509692055912b5796d9dac7b922e1a11e8b94b8 | 540 | 2022-04-03 19:22:56+05:30 | -19,800 | ['5d85a212875c0b3de125881abbfbe8e6af939f13'] | chore: Fix brand name in survey translations (#4360) | [{'old_path': 'app/javascript/survey/i18n/locale/ar.json', 'new_path': 'app/javascript/survey/i18n/locale/ar.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -15,5 +15,5 @@\n "ERROR_MESSAGE": "تعذر الاتصال بالخادم، الرجاء المحاولة مرة أخرى لاحقاً"\n }\n },\n- "POWERED_BY": "مدعوم بواسطة تشات وت"\n+... | Ruby |
1dd0c7249c21a5482f08cfc7fe3546003238aea4 | 500 | 2022-04-04 14:34:01+05:30 | -19,800 | ['3509692055912b5796d9dac7b922e1a11e8b94b8'] | fix: Unread notification count in multiple accounts (#4373)
Fixes: #4367 | [{'old_path': 'app/listeners/base_listener.rb', 'new_path': 'app/listeners/base_listener.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -8,8 +8,9 @@ class BaseListener\n \n def extract_notification_and_account(event)\n notification = event.data[:notification]\n- unread_count = notification.user.notific... | Ruby |
73d8073530a7dab8fa95b1deecb7fa3ad8028296 | 394 | 2022-04-04 15:15:45+05:30 | 25,200 | ['1dd0c7249c21a5482f08cfc7fe3546003238aea4'] | chore: Fix test failure in action_cable_listener_spec.rb due to ordering (#4357) | [{'old_path': 'spec/listeners/action_cable_listener_spec.rb', 'new_path': 'spec/listeners/action_cable_listener_spec.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -24,7 +24,9 @@ describe ActionCableListener do\n expect(conversation.inbox.reload.inbox_members.count).to eq(1)\n \n expect(ActionCableB... | Ruby |
591d186d667633f83ba83183c2e69a7221e283d8 | 500 | 2022-04-04 18:23:38+05:30 | -19,800 | ['73d8073530a7dab8fa95b1deecb7fa3ad8028296'] | chore: Add `agent_last_seen_at` in conversation API (#4377) | [{'old_path': 'app/views/public/api/v1/models/_conversation.json.jbuilder', 'new_path': 'app/views/public/api/v1/models/_conversation.json.jbuilder', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -2,6 +2,7 @@ json.id resource.display_id\n json.inbox_id resource.inbox_id\n json.contact_last_seen_at resource.contact_... | Ruby |
76f53d9a1168d2e2e3d2d9cedc37c6401d8efa5c | 650 | 2022-04-04 19:27:01+05:30 | -19,800 | ['591d186d667633f83ba83183c2e69a7221e283d8'] | feat: add gh action to run CE edition tests (#4342)
* feat: add gh action to run CE spec
* setup ruby
* add pg,redis services
* fix failing tests | [{'old_path': None, 'new_path': '.github/workflows/run-foss-spec.yml', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,72 @@\n+# #\n+# # This action will strip the enterprise folder\n+# # and run the spec.\n+# # This is set to run against every PR.\n+# #\n+\n+name: Run Chatwoot CE spec\n+on:\n+ push:\n+ bran... | Ruby |