Search is not available for this dataset
hash string | author int32 | committer_date string | timezone int64 | parents string | message string | changes string | language string |
|---|---|---|---|---|---|---|---|
94a83ea995b70c9d800c8a71465260ee6b7ce699 | 500 | 2021-06-06 16:59:47+05:30 | -19,800 | ['14b51e108ac57fd7106621fd5473fb56b81bc058'] | feat: Add an option to edit webhook URL (#2316)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'old_path': 'app/javascript/dashboard/i18n/locale/en/integrations.json', 'new_path': 'app/javascript/dashboard/i18n/locale/en/integrations.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -12,10 +12,25 @@\n "LIST": {\n "404": "There are no webhooks configured for this account.",\n "TITLE... | Ruby |
1155b49e420580cc3433147f8990b0b8c987375f | 540 | 2021-06-06 21:18:47+05:30 | -19,800 | ['94a83ea995b70c9d800c8a71465260ee6b7ce699'] | fix: Add swagger definition for platform_user_id (#2385) | [{'old_path': 'swagger/parameters/index.yml', 'new_path': 'swagger/parameters/index.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -24,3 +24,6 @@ contact_sort_param:\n \n page:\n $ref: ./page.yml\n+\n+platform_user_id:\n+ $ref: ./platform_user_id.yml\n'}, {'old_path': None, 'new_path': 'swagger/parameters/p... | Ruby |
ae3cbf4f79d65205b836465ea1197f0df040936e | 603 | 2021-06-07 11:46:47+05:30 | -19,800 | ['1155b49e420580cc3433147f8990b0b8c987375f'] | chore: Expose contact identifier in API (#2391) | [{'old_path': 'app/views/api/v1/models/_contact.json.jbuilder', 'new_path': 'app/views/api/v1/models/_contact.json.jbuilder', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,6 +4,7 @@ json.email resource.email\n json.id resource.id\n json.name resource.name\n json.phone_number resource.phone_number\n+json.identifi... | Ruby |
d1b3c7b0c2f78987cda3c8ebd7b3db61553371e6 | 603 | 2021-06-07 13:58:01+05:30 | -19,800 | ['ae3cbf4f79d65205b836465ea1197f0df040936e'] | chore: Update Facebook Messenger gem (#2342) | [{'old_path': 'Gemfile', 'new_path': 'Gemfile', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -72,7 +72,7 @@ gem 'wisper', '2.0.0'\n \n ##--- gems for channels ---##\n # TODO: bump up gem to 2.0\n-gem 'facebook-messenger', '1.5.0'\n+gem 'facebook-messenger'\n gem 'telegram-bot-ruby'\n gem 'twilio-ruby', '~> 5.32.0'... | Ruby |
467b45b4278dd191507c92ec9d15c086b18c36e7 | 603 | 2021-06-07 17:26:08+05:30 | -19,800 | ['d1b3c7b0c2f78987cda3c8ebd7b3db61553371e6'] | feat: Improved password security policy (#2345)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'old_path': 'Gemfile', 'new_path': 'Gemfile', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -59,6 +59,7 @@ gem 'barnes'\n \n ##--- gems for authentication & authorization ---##\n gem 'devise'\n+gem 'devise-secure_password', '~> 2.0'\n gem 'devise_token_auth'\n # authorization\n gem 'jwt'\n"}, {'old_path': 'Gemfil... | Ruby |
9e56565a30d25f3a8bca560f7eab4b362d7b079e | 603 | 2021-06-07 20:04:31+05:30 | -19,800 | ['467b45b4278dd191507c92ec9d15c086b18c36e7'] | chore: Add status param in conversation APIs (#2394)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'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': '@@ -98,13 +98,14 @@ class Api::V1::Accounts::ConversationsController < Api::V1::Accounts::BaseContro\n \n def conversat... | Ruby |
1ebab21cfa606aea61a71c90d96228dc8215ca3a | 540 | 2021-06-08 00:22:36+05:30 | -19,800 | ['9e56565a30d25f3a8bca560f7eab4b362d7b079e'] | chore: Configure API channel name and thumbnail (#2398) | [{'old_path': 'app/controllers/dashboard_controller.rb', 'new_path': 'app/controllers/dashboard_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -21,7 +21,9 @@ class DashboardController < ActionController::Base\n 'PRIVACY_URL',\n 'DISPLAY_MANIFEST',\n 'CREATE_NEW_ACCOUNT_FROM_DASHBOAR... | Ruby |
0a087c95fddba70b9c071ab2f7cad280d4c298f0 | 603 | 2021-06-08 01:11:06+05:30 | -19,800 | ['1ebab21cfa606aea61a71c90d96228dc8215ca3a'] | chore: Message API improvements (#2396)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'old_path': 'app/builders/messages/message_builder.rb', 'new_path': 'app/builders/messages/message_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -39,7 +39,17 @@ class Messages::MessageBuilder\n end\n \n def sender\n- message_type == 'outgoing' ? @user : @conversation.contact\n+ message_type... | Ruby |
67ce6f57047f4e756ae8f25c90eeeb2bf7195b48 | 90 | 2021-06-08 16:32:01+05:30 | -19,800 | ['0a087c95fddba70b9c071ab2f7cad280d4c298f0'] | feat: Add regex validation on form message inputs (#2317)
Co-authored-by: Nithin David Thomas <webofnithin@gmail.com>
Co-authored-by: Sojan <sojan@pepalo.com> | [{'old_path': '.rubocop.yml', 'new_path': '.rubocop.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -44,6 +44,9 @@ Metrics/BlockLength:\n - '**/routes.rb'\n - 'config/environments/*'\n - db/schema.rb\n+Metrics/ModuleLength:\n+ Exclude:\n+ - lib/woot_message_seeder.rb\n Rails/ApplicationControlle... | Ruby |
1bf722784396082c1f07e876c98d78217f9356c5 | 603 | 2021-06-08 22:45:01+05:30 | -19,800 | ['67ce6f57047f4e756ae8f25c90eeeb2bf7195b48'] | chore: Fix emails being sent with the wrong translations (#2236)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'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': '@@ -38,6 +38,8 @@ class Api::V1::Accounts::AgentsController < Api::V1::Accounts::BaseController\n @user = User.find_by(email: new_... | Ruby |
8a0afb912c59e3c262fa9b538d4977f4f10e867f | 500 | 2021-06-09 13:57:42+05:30 | -19,800 | ['1bf722784396082c1f07e876c98d78217f9356c5'] | chore: Add validation error for label create/edit modal (#2381)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'old_path': 'app/javascript/dashboard/i18n/locale/en/labelsMgmt.json', 'new_path': 'app/javascript/dashboard/i18n/locale/en/labelsMgmt.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,17 +9,15 @@\n "404": "There are no labels available in this account.",\n "TITLE": "Manage labels",\n "DES... | Ruby |
f79e489a0ada8c6781dd9f9b2d65ee04581ed83c | 656 | 2021-06-09 14:01:43+05:30 | -19,800 | ['8a0afb912c59e3c262fa9b538d4977f4f10e867f'] | chore: Use button component in ReplyBox
Co-authored-by: Sivin Varghese <64252451+iamsivin@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': '@@ -1,31 +1,24 @@\n+$default-button-height: 4.0rem;\n+\n .button {\n align-items: center;\n display: inline-flex;\n- h... | Ruby |
77d4f86ec951ad2c631a33f48475ac5754d9fcce | 656 | 2021-06-09 18:25:05+05:30 | -19,800 | ['f79e489a0ada8c6781dd9f9b2d65ee04581ed83c'] | chore: Clean up contact note styles (#2404) | [{'old_path': 'app/javascript/dashboard/routes/dashboard/contacts/components/ContactNote.stories.js', 'new_path': 'app/javascript/dashboard/routes/dashboard/contacts/components/ContactNote.stories.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -24,7 +24,7 @@ export default {\n },\n },\n timeStamp:... | Ruby |
174886671dbcab03a2c1edaa6a7b4e7a9638aa7b | 500 | 2021-06-09 21:26:23+05:30 | -19,800 | ['77d4f86ec951ad2c631a33f48475ac5754d9fcce'] | feat: Add the ability to edit inbox name (#2406) | [{'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': '@@ -28,6 +28,14 @@\n }\n ],\n "ADD": {\n+ "CHANNEL_NAME": {\n+ "LABEL": "Inbox Name",\n+ "PLACEHOL... | Ruby |
8ca63f0b79dbe3f1e227528fe5f8fe001f24eec8 | 90 | 2021-06-10 09:35:15+05:30 | -19,800 | ['174886671dbcab03a2c1edaa6a7b4e7a9638aa7b'] | chore: Cleanup page-top-bar style conflicts (#2407)
* chore: Class name cleanup page-top-bar.
* prettier spacing fixes
* Review fixes and adds storybook
* Circleci fixes | [{'old_path': 'app/javascript/dashboard/assets/scss/views/settings/inbox.scss', 'new_path': 'app/javascript/dashboard/assets/scss/views/settings/inbox.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,9 +1,5 @@\n .settings {\n overflow: auto;\n-\n- .page-top-bar {\n- @include padding($space-normal $spac... | Ruby |
b9e40d145236967d2aa7bfdca5b9d899e142ed49 | 500 | 2021-06-10 02:34:03-07:00 | -19,800 | ['8ca63f0b79dbe3f1e227528fe5f8fe001f24eec8'] | feat: Add an option to enable/disable email collect box (#2399)
* add email collect enabled migration
* migrations
* expose enable_email_collect field
* add select for email collect
* add enable_email condition on new conversation
* add default value true for enable_email_collect
* add specs for emai... | [{'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': '@@ -87,12 +87,12 @@ class Api::V1::Accounts::InboxesController < Api::V1::Accounts::BaseController\n end\n \n def permitted_param... | Ruby |
5a95c74bf6f72970b6be5bf34acd2280c93e1273 | 500 | 2021-06-10 03:41:55-07:00 | -19,800 | ['b9e40d145236967d2aa7bfdca5b9d899e142ed49'] | fix: Add missing translation in inbox settings page (#2411) | [{'old_path': 'app/javascript/dashboard/routes/dashboard/settings/inbox/channels/Website.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/settings/inbox/channels/Website.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -15,13 +15,11 @@\n >\n <div class="medium-12 columns">\n <label>... | Ruby |
534acfbf96778610b82146cb653b78fdc2a22d5b | 603 | 2021-06-11 11:44:31+05:30 | -19,800 | ['5a95c74bf6f72970b6be5bf34acd2280c93e1273'] | chore: Ensure privilege validations for API endpoints (#2224)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'old_path': 'app/controllers/api/base_controller.rb', 'new_path': 'app/controllers/api/base_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -16,4 +16,8 @@ class Api::BaseController < ApplicationController\n \n authorize(model)\n end\n+\n+ def check_admin_authorization?\n+ raise Pundit::Not... | Ruby |
e9fa9e5eff7a54b9a8772f8a18a5130255c0a4e3 | 90 | 2021-06-11 15:38:46+05:30 | -19,800 | ['534acfbf96778610b82146cb653b78fdc2a22d5b'] | feat: Add assign to me button next to assign agents. (#2414) | [{'old_path': 'app/javascript/dashboard/i18n/locale/en/conversation.json', 'new_path': 'app/javascript/dashboard/i18n/locale/en/conversation.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -110,6 +110,7 @@\n "CONVERSATION_SIDEBAR": {\n "DETAILS_TITLE": "Conversations Details",\n "ASSIGNEE_LABEL": "As... | Ruby |
75d05e55ae0a131723b75217cdba96fbed653380 | 656 | 2021-06-11 17:11:13+05:30 | -19,800 | ['e9fa9e5eff7a54b9a8772f8a18a5130255c0a4e3'] | Chore: Refactors sidebar styles (#2416)
* Chore: Refactors sidebar styles
* Removes unused i18n | [{'old_path': 'app/javascript/dashboard/assets/scss/_foundation-settings.scss', 'new_path': 'app/javascript/dashboard/assets/scss/_foundation-settings.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -131,7 +131,7 @@ $header-text-rendering: optimizeLegibility;\n $small-font-size: 80%;\n $header-small-font-color... | Ruby |
fe2af370e01a8588ffbddc10cad2f2be97346e22 | 656 | 2021-06-14 09:49:17+05:30 | -19,800 | ['75d05e55ae0a131723b75217cdba96fbed653380'] | Feat: Show notes panel on crm page (#2320)
* Feat: Show notes panel on CRM page
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com> | [{'old_path': None, 'new_path': 'app/javascript/dashboard/api/contactNotes.js', 'type': <ModificationType.ADD: 1>, 'diff': "@@ -0,0 +1,9 @@\n+import ApiClient from './ApiClient';\n+\n+class ContactNotes extends ApiClient {\n+ constructor() {\n+ super('contact_notes', { accountScoped: true });\n+ }\n+}\n+\n+export ... | Ruby |
d21c1c773b26eb87cdc938a3e8bcf596a778c3ab | 90 | 2021-06-14 10:36:00+05:30 | -19,800 | ['fe2af370e01a8588ffbddc10cad2f2be97346e22'] | feat: Ability to add label for contact page (#2350)
* feat: Ability to add label for contact page
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
Co-authored-by: Nithin David Thomas <webofnithin@gmail.com> | [{'old_path': 'app/javascript/dashboard/api/contacts.js', 'new_path': 'app/javascript/dashboard/api/contacts.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -18,6 +18,14 @@ class ContactAPI extends ApiClient {\n return axios.get(`${this.url}/${contactId}/contactable_inboxes`);\n }\n \n+ getContactLabels(c... | Ruby |
fe3f1c3a40ff0c90318e4a4f3101910d5a0c3b8c | 656 | 2021-06-14 10:37:01+05:30 | -19,800 | ['d21c1c773b26eb87cdc938a3e8bcf596a778c3ab'] | Chore: Update style for new message buton (#2423)
- Changes button style for new message and edit contact in contact page side panel | [{'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': '@@ -60,14 +60,13 @@\n <div v-else class="contact-actions">\n <woot-bu... | Ruby |
a56aa5656d6f49dbfbd18a905cb264da4ca7aab9 | 656 | 2021-06-14 16:48:33+05:30 | -19,800 | ['fe3f1c3a40ff0c90318e4a4f3101910d5a0c3b8c'] | chore: Fixes contact panel scroll issue (#2424) | [{'old_path': 'app/javascript/dashboard/routes/dashboard/contacts/components/ContactInfoPanel.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/contacts/components/ContactInfoPanel.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -57,6 +57,7 @@ export default {\n }\n }\n .contact--panel {\n+ height... | Ruby |
0f377da1091d54fd42d95cd71d59950b086143d6 | 500 | 2021-06-15 14:14:59+05:30 | -19,800 | ['a56aa5656d6f49dbfbd18a905cb264da4ca7aab9'] | feat: Add an option to delete campaigns (#2402)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'old_path': 'app/controllers/api/v1/accounts/campaigns_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/campaigns_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -10,6 +10,11 @@ class Api::V1::Accounts::CampaignsController < Api::V1::Accounts::BaseController\n @campaign = Current.acc... | Ruby |
853db60f8eb6291f68f1aed1152e9ddd56d2eb58 | 603 | 2021-06-15 20:09:17+05:30 | -19,800 | ['0f377da1091d54fd42d95cd71d59950b086143d6'] | feat: Add Public APIs for API Channel (#2375) | [{'old_path': '.rubocop.yml', 'new_path': '.rubocop.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -54,6 +54,7 @@ Rails/ApplicationController:\n - 'app/controllers/widget_tests_controller.rb'\n - 'app/controllers/widgets_controller.rb'\n - 'app/controllers/platform_controller.rb'\n+ - 'app/contr... | Ruby |
fb2f3ff89fc9358e103d7fe2caae270ecfd7b5ce | 500 | 2021-06-15 20:09:42+05:30 | -19,800 | ['853db60f8eb6291f68f1aed1152e9ddd56d2eb58'] | feat: Create campaign conversation only if user interacts with the bubble (#2335)
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': "@@ -156,6 +156,16 @@ export const IFrameHelper = {\n }\n },\n \n+ setCampaignMode: () => {\n+ const { isOpen } = window.$chatwoot;\n+ const toggleVa... | Ruby |
e41957ae02c27a6ebce11e02642a468fa5b9d33b | 500 | 2021-06-15 08:53:16-07:00 | -19,800 | ['fb2f3ff89fc9358e103d7fe2caae270ecfd7b5ce'] | fix: Campaign message is hiding the conversation view after opening the widget (#2428)
* Fix the widget triggered- campain collision
* fix spelling mistakes | [{'old_path': 'app/javascript/widget/App.vue', 'new_path': 'app/javascript/widget/App.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -33,6 +33,7 @@ export default {\n hideMessageBubble: false,\n widgetPosition: 'right',\n showPopoutButton: false,\n+ isWebWidgetTriggered: false,\n };\... | Ruby |
7a7f6234b1572b699572c50569bf111ed5a7944e | 603 | 2021-06-15 22:15:18+05:30 | -19,800 | ['e41957ae02c27a6ebce11e02642a468fa5b9d33b'] | chore: Enable Polish (pl), update translations (#2403)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'old_path': 'app/javascript/dashboard/i18n/locale/ar/campaign.json', 'new_path': 'app/javascript/dashboard/i18n/locale/ar/campaign.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -42,6 +42,19 @@\n "ERROR_MESSAGE": "There was an error. Please try again."\n }\n },\n+ "DELETE": {\n+ "B... | Ruby |
2b9c93a1b3ecdd15a5303c7def092e19ebd4bf08 | 540 | 2021-06-15 11:35:31-07:00 | -19,800 | ['2d2382a3f877e687b7ab1c9ba932f9ec87f6e8a4'] | chore: Disallow unread/campaign view if widget is active (#2432) | [{'old_path': 'app/javascript/widget/views/Router.vue', 'new_path': 'app/javascript/widget/views/Router.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -15,6 +15,7 @@\n :show-popout-button="showPopoutButton"\n />\n <unread\n+ v-else\n :show-unread-view="showUnreadView"\n :has-fetc... | Ruby |
af8223545e9a24763de295e890539654ac2c7ce8 | 603 | 2021-06-16 00:14:09+05:30 | -19,800 | ['2b9c93a1b3ecdd15a5303c7def092e19ebd4bf08'] | chore: Swagger documentation for public APIs (#2417) | [{'old_path': 'swagger/definitions/index.yml', 'new_path': 'swagger/definitions/index.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,10 +1,15 @@\n-# ERROR\n+## ---------- ERRORS ------------- ##\n+## -------------------------------- ##\n bad_request_error:\n $ref: ./error/bad_request.yml\n request_error:... | Ruby |
6cdefb19a2993889c6f3a77949d9e2850b7be5db | 9 | 2021-06-18 14:29:43+05:30 | -19,800 | ['0a96ded5bd08da6baf69f2f368b26c05c30cda73'] | chore: Add multiselect support in stories (#2427) | [{'old_path': '.storybook/preview.js', 'new_path': '.storybook/preview.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -3,6 +3,7 @@ import Vue from 'vue';\n import Vuex from 'vuex';\n import VueI18n from 'vue-i18n';\n import Vuelidate from 'vuelidate';\n+import Multiselect from 'vue-multiselect';\n \n import Woo... | Ruby |
50e4bb3e639449a61b0b4102a792b27f0025dbcb | 603 | 2021-06-18 15:55:48+05:30 | -19,800 | ['6cdefb19a2993889c6f3a77949d9e2850b7be5db'] | chore: Add CSAT survey toggle attribute to Inboxes (#2455)
ref: #1890 | [{'old_path': 'app/models/inbox.rb', 'new_path': 'app/models/inbox.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -6,6 +6,7 @@\n #\n # id :integer not null, primary key\n # channel_type :string\n+# csat_survey_enabled :boolean default(FALSE)\n # email_addre... | Ruby |
6c49e58ff870a5e599563a0a8fc9f3251578d6c5 | 540 | 2021-06-18 20:08:58+05:30 | -19,800 | ['50e4bb3e639449a61b0b4102a792b27f0025dbcb'] | feat: Add contact label filter (#2454)
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': '@@ -15,7 +15,7 @@ class Api::V1::Accounts::ContactsController < Api::V1::Accounts::BaseController\n \n def index\n @contacts_... | Ruby |
e45abebe3991557a292414c01706c4aebb9b016e | 199 | 2021-06-18 20:12:43+05:30 | -19,800 | ['6c49e58ff870a5e599563a0a8fc9f3251578d6c5'] | feat: Improve scrolling for last message on agent side (#2421)
* Improve chat widget scrolling
* refactor the class names to snake-case
* refactor the scrollTop calculations to a helper
* Add tests for scrollTopCalculationHelper
Co-authored-by: Nithin David Thomas <webofnithin@gmail.com>
Co-authored-by: N... | [{'old_path': 'app/javascript/dashboard/components/widgets/conversation/MessagesView.vue', 'new_path': 'app/javascript/dashboard/components/widgets/conversation/MessagesView.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -56,6 +56,7 @@\n <message\n v-for="message in getReadMessages"\n :ke... | Ruby |
e34fe1c614e2bc9e1eaa7335b62782ac88a8a8b4 | 500 | 2021-06-20 19:25:36+05:30 | -19,800 | ['e45abebe3991557a292414c01706c4aebb9b016e'] | fix: Fix the sender tooltip getting `undefined` in bot messages (#2453) | [{'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': "@@ -71,7 +71,7 @@ import BubbleText from './bubble/Text';\n import BubbleImage from './bubble/Image';\n... | Ruby |
f809431074d9312e9e6848a25a953b4c8fa58cbc | 90 | 2021-06-20 19:54:57+05:30 | -19,800 | ['e34fe1c614e2bc9e1eaa7335b62782ac88a8a8b4'] | chore: Update the design of the attachments preview (#2447) | [{'old_path': 'app/javascript/dashboard/components/widgets/AttachmentsPreview.vue', 'new_path': 'app/javascript/dashboard/components/widgets/AttachmentsPreview.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -65,7 +65,11 @@ export default {\n display: flex;\n padding: var(--space-slab) 0 0;\n background: ... | Ruby |
3d748aa8d4ac0960dcfc63e7f8accb5135c668a5 | 500 | 2021-06-21 15:16:26+05:30 | -19,800 | ['f809431074d9312e9e6848a25a953b4c8fa58cbc'] | chore: Add contact note model (#2462) | [{'old_path': 'app/models/account.rb', 'new_path': 'app/models/account.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -37,6 +37,7 @@ class Account < ApplicationRecord\n has_many :data_imports, dependent: :destroy\n has_many :users, through: :account_users\n has_many :inboxes, dependent: :destroy\n+ has_m... | Ruby |
a357b657a86535869f21af5c14ba0cb0ec130b83 | 90 | 2021-06-22 07:05:23+05:30 | -19,800 | ['3d748aa8d4ac0960dcfc63e7f8accb5135c668a5'] | chore: Adds story for woot input (#2449) | [{'old_path': None, 'new_path': 'app/javascript/widget/components/Form/Input.stories.js', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,50 @@\n+import { action } from \'@storybook/addon-actions\';\n+import wootInput from \'./Input\';\n+\n+export default {\n+ title: \'Components/Form/Input\',\n+ component: wo... | Ruby |
29b9915d3b6f9a3c54a4b64aa2ac33086f55869c | 500 | 2021-06-22 13:01:19+05:30 | -19,800 | ['a357b657a86535869f21af5c14ba0cb0ec130b83'] | feat: Add customer satisfaction component (#2456) | [{'old_path': '.codeclimate.yml', 'new_path': '.codeclimate.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -30,6 +30,7 @@ exclude_patterns:\n - "**/*.md"\n - "**/*.yml"\n - "app/javascript/dashboard/i18n/locale"\n+ - "**/*.stories.js"\n - "stories/**/*"\n - "**/*.stories.js"\n - "**/stories/"\n'},... | Ruby |
bd9bac75adfe944cdeec1d5dd55dfdb2be37c735 | 603 | 2021-06-22 15:57:48+05:30 | -19,800 | ['29b9915d3b6f9a3c54a4b64aa2ac33086f55869c'] | fix: Adds condition to handle base and mergee contact being same (#2485)
When an agent updates a contact email in the dashboard and the contact also update his email via the email collect box,
Merge action receives the same base and mergee contacts which could cause data corruption. | [{'old_path': 'app/actions/contact_merge_action.rb', 'new_path': 'app/actions/contact_merge_action.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,6 +2,10 @@ class ContactMergeAction\n pattr_initialize [:account!, :base_contact!, :mergee_contact!]\n \n def perform\n+ # This case happens when an agent u... | Ruby |
640e028bde7c40e3103632e047f01bee7f992e90 | 603 | 2021-06-23 11:52:06+05:30 | -19,800 | ['bd9bac75adfe944cdeec1d5dd55dfdb2be37c735'] | chore: Add help-text for slack integration (#2409) | [{'old_path': 'app/javascript/dashboard/i18n/locale/en/integrations.json', 'new_path': 'app/javascript/dashboard/i18n/locale/en/integrations.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -63,6 +63,12 @@\n }\n }\n },\n+ "SLACK": {\n+ "HELP_TEXT" : { \n+ "TITLE": "Using Slack I... | Ruby |
cd11efea1de5d7f1ed85b7ae64fccdf26c08405f | 603 | 2021-06-23 19:29:27+05:30 | -19,800 | ['640e028bde7c40e3103632e047f01bee7f992e90'] | feat: Add CSAT Message Template Hooks (#2494) | [{'old_path': 'app/models/inbox.rb', 'new_path': 'app/models/inbox.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -67,11 +67,11 @@ class Inbox < ApplicationRecord\n end\n \n def facebook?\n- channel.class.name.to_s == 'Channel::FacebookPage'\n+ channel_type == 'Channel::FacebookPage'\n end\n \n de... | Ruby |
ae53aa6cfbb447221c555341d4abf654f19eb5ef | 90 | 2021-06-23 19:29:50+05:30 | -19,800 | ['cd11efea1de5d7f1ed85b7ae64fccdf26c08405f'] | feat: Add inbox info to previous conversations (#2491) | [{'old_path': 'app/javascript/dashboard/routes/dashboard/conversation/ContactConversations.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/conversation/ContactConversations.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -16,7 +16,7 @@\n v-for="conversation in previousConversations"\n ... | Ruby |
2f9637bde548126da2c12fc843fc474f17687a16 | 90 | 2021-06-24 17:47:56+05:30 | -19,800 | ['ae53aa6cfbb447221c555341d4abf654f19eb5ef'] | feat: Adds time zone in Business Hours (#2497) | [{'old_path': 'app/javascript/dashboard/routes/dashboard/settings/inbox/helpers/specs/businessHour.spec.js', 'new_path': 'app/javascript/dashboard/routes/dashboard/settings/inbox/helpers/specs/businessHour.spec.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -79,7 +79,7 @@ describe('#timeZoneOptions', () => {\n ... | Ruby |
dbddb1ece428191de8cfc553d947897860259550 | 500 | 2021-06-25 12:00:49+05:30 | -19,800 | ['2f9637bde548126da2c12fc843fc474f17687a16'] | feat: Add CSAT response submit action (#2506)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'old_path': 'app/controllers/api/v1/widget/messages_controller.rb', 'new_path': 'app/controllers/api/v1/widget/messages_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -54,7 +54,7 @@ class Api::V1::Widget::MessagesController < Api::V1::Widget::BaseController\n end\n \n def message_update_params\... | Ruby |
ad431c200843fae69f46dc8e48d24206c4904c1d | 90 | 2021-06-25 12:56:10+05:30 | -19,800 | ['dbddb1ece428191de8cfc553d947897860259550'] | chore: fixes gutter space between settings page content and sidebar (#2505)
* chore: fixes no gutter space between the settings page content and right content.
* Review fixes | [{'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': '@@ -45,3 +45,7 @@ code {\n .cursor-pointer {\n cursor: pointer;\n }\n+// remove when grid gutters are fixed\n+.column... | Ruby |
b769fc87d00b6368061c5113aedf475188df3eff | 90 | 2021-06-25 13:18:24+05:30 | -19,800 | ['ad431c200843fae69f46dc8e48d24206c4904c1d'] | chore: Adds storybook for woot textarea (#2451)
* chore: Adds storybook for woot textarea
* Review fixes
* Minor fixes
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com> | [{'old_path': None, 'new_path': 'app/javascript/widget/components/Form/TextArea.stories.js', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,51 @@\n+import { action } from \'@storybook/addon-actions\';\n+import wootTextArea from \'./TextArea\';\n+\n+export default {\n+ title: \'Components/Form/Text Area\',\n+ ... | Ruby |
bd1b17baf3209e04431f1b800537aba8b3bc2ec4 | 540 | 2021-06-25 13:37:51+05:30 | -19,800 | ['b769fc87d00b6368061c5113aedf475188df3eff'] | feat: Show the CSAT response to the agent (#2511) | [{'old_path': 'app/controllers/api/v1/widget/messages_controller.rb', 'new_path': 'app/controllers/api/v1/widget/messages_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -54,7 +54,7 @@ class Api::V1::Widget::MessagesController < Api::V1::Widget::BaseController\n end\n \n def message_update_params\... | Ruby |
d840b7b13da14d3c8ee2ee270d8e3ac91f583f25 | 90 | 2021-06-25 17:14:37+05:30 | -19,800 | ['bd1b17baf3209e04431f1b800537aba8b3bc2ec4'] | feat: Adds storybook for search component. (#2444)
* feat: Adds storybook for search component.
* Review fixes
* Uses woot-label for conv-id
Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com> | [{'old_path': None, 'new_path': 'app/javascript/dashboard/routes/dashboard/conversation/search/ResultItem.stories.js', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,41 @@\n+import ResultItem from \'./ResultItem\';\n+\n+export default {\n+ title: \'Components/Search/Result Items\',\n+ component: ResultItem,\n... | Ruby |
151bfbd1dd683466e4e388e7f6773e21d6c1d627 | 90 | 2021-06-25 17:41:24+05:30 | -19,800 | ['d840b7b13da14d3c8ee2ee270d8e3ac91f583f25'] | feat: Creates new component for multiselect. (#2446) | [{'old_path': '.codeclimate.yml', 'new_path': '.codeclimate.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -34,3 +34,4 @@ exclude_patterns:\n - "stories/**/*"\n - "**/*.stories.js"\n - "**/stories/"\n+ - "app/javascript/**/*.stories.js"\n'}, {'old_path': 'app/javascript/dashboard/assets/scss/widgets/_bu... | Ruby |
bed197998690a2429d5535acbbc6e9bb5d0bc355 | 361 | 2021-06-25 21:19:08+05:30 | -19,800 | ['151bfbd1dd683466e4e388e7f6773e21d6c1d627'] | fix: rvm gpg key issue (#2514)
sks-keyserver gpg pool is now deprecated due to GDPR issues and is
no longer reliable. Switching to use ubuntu keyserver for the time
being as this is the only server returning rvm maintainers gpg keys. | [{'old_path': 'deployment/setup_18.04.sh', 'new_path': 'deployment/setup_18.04.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -22,7 +22,7 @@ apt install -y \\\n adduser --disabled-login --gecos "" chatwoot\n \n sudo -i -u chatwoot bash << EOF\n-gpg --keyserver hkp://pool.sks-keyservers.net --recv-keys 409B6B179... | Ruby |
ac657e3bf964c3614e9896b6e96e0bebf3f1984c | 540 | 2021-06-26 11:50:40+05:30 | -19,800 | ['bed197998690a2429d5535acbbc6e9bb5d0bc355'] | fix: Remove style tags from email content (#2515) | [{'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': "@@ -76,6 +76,8 @@ import contentTypeMixin from 'shared/mixins/contentTypeMixin';\n import BubbleActions... | Ruby |
b705eb39e2a89ad8d2802a4ede6c90fcfcd18f12 | 540 | 2021-06-28 18:32:01+05:30 | -19,800 | ['ac657e3bf964c3614e9896b6e96e0bebf3f1984c'] | fix: Add missing Cache-Control headers in the production config (#2518) | [{'old_path': 'config/environments/production.rb', 'new_path': 'config/environments/production.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -21,6 +21,9 @@ Rails.application.configure do\n # Disable serving static files from the `/public` folder by default since\n # Apache or NGINX already handles this.\n ... | Ruby |
044b6872a4f6cb66b953fd941dd7b7d82da8a65d | 9 | 2021-06-29 11:19:08+05:30 | -19,800 | ['b705eb39e2a89ad8d2802a4ede6c90fcfcd18f12'] | feat: Add actions and API for deleting message via API (#2519) | [{'old_path': 'app/javascript/dashboard/api/inbox/message.js', 'new_path': 'app/javascript/dashboard/api/inbox/message.js', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -30,6 +30,10 @@ class MessageApi extends ApiClient {\n });\n }\n \n+ delete(conversationID, messageId) {\n+ return axios.delete(`${this.... | Ruby |
8027c69c1c781025c488ce82c2394ed2ca0bff1a | 500 | 2021-06-29 14:32:57+05:30 | -19,800 | ['044b6872a4f6cb66b953fd941dd7b7d82da8a65d'] | chore: Change the notification text for mention notification type (#2534) | [{'old_path': None, 'new_path': 'app/helpers/message_format_helper.rb', 'type': <ModificationType.ADD: 1>, 'diff': "@@ -0,0 +1,6 @@\n+module MessageFormatHelper\n+ include RegexHelper\n+ def transform_user_mention_content(message_content)\n+ message_content.gsub(MENTION_REGEX, '\\1')\n+ end\n+end\n"}, {'old_path'... | Ruby |
07a422219a8d62f95e29e6dd4066b78e0ce88442 | 603 | 2021-06-29 18:12:33+05:30 | -19,800 | ['8027c69c1c781025c488ce82c2394ed2ca0bff1a'] | chore: New translation updates (#2533)
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com> | [{'old_path': 'app/javascript/dashboard/i18n/locale/ar/agentMgmt.json', 'new_path': 'app/javascript/dashboard/i18n/locale/ar/agentMgmt.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -90,7 +90,7 @@\n }\n },\n "SEARCH": {\n- "NO_RESULTS": "لم يتم العثور على موظفين."\n+ "NO_RESULTS": "لم ... | Ruby |
fa37f8e185c3a03cd7e6decb46b8ba9c6efde167 | 603 | 2021-06-29 19:18:10+05:30 | -19,800 | ['07a422219a8d62f95e29e6dd4066b78e0ce88442'] | chore: Support Github Codespaces (#2510)
Note: Update the ruby version 2.7.3. For production Linux VM, install 2.7.3 and follow the upgrade steps as shown in https://www.chatwoot.com/docs/self-hosted/deployment/linux-vm#upgrading-to-a-newer-version-of-chatwoot | [{'old_path': '.circleci/config.yml', 'new_path': '.circleci/config.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -7,7 +7,7 @@ defaults: &defaults\n working_directory: ~/build\n docker:\n # specify the version you desire here\n- - image: circleci/ruby:2.7.2-node-browsers\n+ - image: circleci/rub... | Ruby |
30832d8a34e97b753b6c0d959d6f902e949c3f72 | 540 | 2021-06-29 19:29:57+05:30 | -19,800 | ['fa37f8e185c3a03cd7e6decb46b8ba9c6efde167'] | feat: Add APIs to create custom views on the dashboard (#2498) | [{'old_path': None, 'new_path': 'app/controllers/api/v1/accounts/custom_filters_controller.rb', 'type': <ModificationType.ADD: 1>, 'diff': "@@ -0,0 +1,50 @@\n+class Api::V1::Accounts::CustomFiltersController < Api::V1::Accounts::BaseController\n+ protect_from_forgery with: :null_session\n+ before_action :fetch_custom... | Ruby |
2e71006f9d399fea08721316aceeced8bfc629a7 | 9 | 2021-06-29 20:06:40+05:30 | -19,800 | ['30832d8a34e97b753b6c0d959d6f902e949c3f72'] | feat: Add option to delete message content (#2532) | [{'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': '@@ -43,6 +43,16 @@\n :source-id="data.source_id"\n />\n </div>\n+ <context... | Ruby |
dd9d5e410cfbdfe879363506d085bfc55b5fd041 | 603 | 2021-06-29 20:59:41+05:30 | -19,800 | ['2e71006f9d399fea08721316aceeced8bfc629a7'] | feat: Add CSAT response APIs (#2503)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'old_path': None, 'new_path': 'app/builders/csat_surveys/response_builder.rb', 'type': <ModificationType.ADD: 1>, 'diff': "@@ -0,0 +1,28 @@\n+class CsatSurveys::ResponseBuilder\n+ pattr_initialize [:message]\n+\n+ def perform\n+ raise 'Invalid Message' unless message.input_csat?\n+\n+ conversation = message.c... | Ruby |
e6e9916fdb377400af0a7a9985a9a394b9819013 | 90 | 2021-06-30 20:32:17+05:30 | -19,800 | ['dd9d5e410cfbdfe879363506d085bfc55b5fd041'] | feat: Add drag and drop for images/files in the agent input box (#2546) | [{'old_path': 'app/javascript/dashboard/components/widgets/WootWriter/ReplyBottomPanel.vue', 'new_path': 'app/javascript/dashboard/components/widgets/WootWriter/ReplyBottomPanel.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -12,8 +12,11 @@\n />\n \n <file-upload\n+ ref="upload"\n :s... | Ruby |
f0f66c7da683128f39e6bf07c79c6fb80c44b872 | 500 | 2021-06-30 21:09:44+05:30 | -19,800 | ['e6e9916fdb377400af0a7a9985a9a394b9819013'] | feat: Add ability to create a new conversation if the previous conversation is resolved (#2512)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'old_path': 'app/javascript/shared/constants/busEvents.js', 'new_path': 'app/javascript/shared/constants/busEvents.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -2,4 +2,5 @@ export const BUS_EVENTS = {\n SET_REFERRER_HOST: 'SET_REFERRER_HOST',\n SET_TWEET_REPLY: 'SET_TWEET_REPLY',\n ATTACHMENT_SIZE_CHE... | Ruby |
8341a43143a564b01297ca41e9eb8fa4ce3aded6 | 500 | 2021-07-02 14:52:20+05:30 | -19,800 | ['f0f66c7da683128f39e6bf07c79c6fb80c44b872'] | chore: Update CSAT submit action behaviour (#2556)
* update behaviour of CSAT submit
* code cleanup | [{'old_path': 'app/javascript/shared/components/CustomerSatisfaction.vue', 'new_path': 'app/javascript/shared/components/CustomerSatisfaction.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -14,7 +14,7 @@\n </button>\n </div>\n <form\n- v-if="!isCSATSubmitted"\n+ v-if="!isFeedbackSubmitt... | Ruby |
abda86f9a7d5279b80f8b06d80288034765a30b5 | 90 | 2021-07-02 15:28:32+05:30 | -19,800 | ['8341a43143a564b01297ca41e9eb8fa4ce3aded6'] | bug: fixes typing indicator out of position in widget (#2551)
Fixes typing indicator out of position in the widget when the agent did not send the last message. | [{'old_path': 'app/javascript/widget/components/AgentTypingBubble.vue', 'new_path': 'app/javascript/widget/components/AgentTypingBubble.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -23,6 +23,10 @@ export default {\n <!-- Add "scoped" attribute to limit CSS to this component only -->\n <style lang="scss" scop... | Ruby |
48127e00d7a27919831707f4a4883299b4f482ba | 500 | 2021-07-05 11:07:02+05:30 | -19,800 | ['abda86f9a7d5279b80f8b06d80288034765a30b5'] | feat: Enable/disable CSAT in web widget settings (#2531) | [{'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': '@@ -88,12 +88,12 @@ class Api::V1::Accounts::InboxesController < Api::V1::Accounts::BaseController\n end\n \n def permitted_param... | Ruby |
0bd48129b9fa3420572a756b9c01630ba2054be9 | 90 | 2021-07-05 12:01:54+05:30 | -19,800 | ['48127e00d7a27919831707f4a4883299b4f482ba'] | feat: Add settings for audio alert notifications (#2415)
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': '@@ -28,7 +28,9 @@\n "AUDIO_NOTIFICATIONS_SECTION": {\n "TITLE": "Audio Notifications",\n "NOTE": "Enable audio ... | Ruby |
e11b3c4f178be3dd7cbcc8adb4d9572d77d7f92a | 603 | 2021-07-05 14:35:53+05:30 | -19,800 | ['0bd48129b9fa3420572a756b9c01630ba2054be9'] | chore: Expose contact custom attributes in events (#2562)
Expose contact custom attributes in events so the external system can behave accordingly without triggering an additional API call. | [{'old_path': 'app/models/contact.rb', 'new_path': 'app/models/contact.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -55,6 +55,7 @@ class Contact < ApplicationRecord\n def push_event_data\n {\n additional_attributes: additional_attributes,\n+ custom_attributes: custom_attributes,\n email... | Ruby |
104ae8de2e194623919a9f8cae7ca041728e00e1 | 9 | 2021-07-06 13:02:37+05:30 | -19,800 | ['e11b3c4f178be3dd7cbcc8adb4d9572d77d7f92a'] | feat: Create component to merge contacts (#2412)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'old_path': '.codeclimate.yml', 'new_path': '.codeclimate.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -31,7 +31,4 @@ exclude_patterns:\n - "**/*.yml"\n - "app/javascript/dashboard/i18n/locale"\n - "**/*.stories.js"\n- - "stories/**/*"\n- - "**/*.stories.js"\n- - "**/stories/"\n- - "app/javascrip... | Ruby |
bbc47971d7f08f834ff2f3fdce7c6b4f0f60b6ff | 603 | 2021-07-06 21:21:40+05:30 | -19,800 | ['104ae8de2e194623919a9f8cae7ca041728e00e1'] | chore: Reduce steps to spin up Codespaces (#2576) | [{'old_path': '.devcontainer/Dockerfile', 'new_path': '.devcontainer/Dockerfile', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,11 +1,8 @@\n # The below image is created out of the Dockerfile.base\n # It has the dependencies already installed so that codespace will boot up fast\n-FROM ghcr.io/sojan-official/chat... | Ruby |
0d02142925bbc971f1798009239c962ad4217b40 | 540 | 2021-07-07 10:04:48+05:30 | -19,800 | ['bbc47971d7f08f834ff2f3fdce7c6b4f0f60b6ff'] | feat: Support messages along with the actions in Dialogflow response (#2579) | [{'old_path': 'lib/integrations/dialogflow/processor_service.rb', 'new_path': 'lib/integrations/dialogflow/processor_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -39,15 +39,23 @@ class Integrations::Dialogflow::ProcessorService\n end\n \n def process_response(message, response)\n- text_response... | Ruby |
e89e184d3ba880909d175eb8e57b51a3cb29bc4a | 500 | 2021-07-07 11:24:08+05:30 | -19,800 | ['0d02142925bbc971f1798009239c962ad4217b40'] | chore: Add loader for email and csat submit buttons (#2569)
* fix the loader issue in submit button
* review fixes
Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com> | [{'old_path': 'app/javascript/shared/components/CustomerSatisfaction.vue', 'new_path': 'app/javascript/shared/components/CustomerSatisfaction.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -29,8 +29,8 @@\n :disabled="isButtonDisabled"\n :style="{ background: widgetColor, borderColor: widgetColo... | Ruby |
efd6f735dc19001c1124e7d21a14ac6244874689 | 9 | 2021-07-09 10:53:28+05:30 | -19,800 | ['38cce3c1c009392a25e36f1c820c62f859873008'] | fix: Align delete message menu on twitter bubble correctly (#2591)
* fix: Aligns delete message menu on twitter bubble correctly
* Fixes alignment issues | [{'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': '@@ -43,16 +43,6 @@\n :source-id="data.source_id"\n />\n </div>\n- <context... | Ruby |
4a2195aeda5ade31965b5556fd6c2dd3e9b49051 | 500 | 2021-07-09 12:34:09+05:30 | -19,800 | ['efd6f735dc19001c1124e7d21a14ac6244874689'] | chore: Disable delete option for deleted messages (#2600)
* disable delete option for deleted message
* review 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': '@@ -44,7 +44,6 @@\n />\n </div>\n <spinner v-if="isPending" size="tiny" />\n-\n ... | Ruby |
64e69a85f8bbd6961776941dddf1569dbc090f03 | 500 | 2021-07-09 13:20:54+05:30 | -19,800 | ['4a2195aeda5ade31965b5556fd6c2dd3e9b49051'] | chore: Update availability status everywhere if the user changes the status from the account menu (#2581)
* add agent mixin
* apply agent mixin in components
* review fixes
* fix specs | [{'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': '@@ -39,7 +39,7 @@\n :loading="uiFlags.isFetching"\n :allow-em... | Ruby |
a9ccded62bf3129ef373a21525c52aa2ef113783 | 90 | 2021-07-09 14:16:55+05:30 | -19,800 | ['64e69a85f8bbd6961776941dddf1569dbc090f03'] | feat: Creates custom date range picker component (#2597)
* feat: Adds custom date range in reports
* error fixes
* Creates new component for date range and adds stories
* Revert files
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com> | [{'old_path': None, 'new_path': 'app/javascript/dashboard/components/ui/DateRangePicker.vue', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,57 @@\n+<template>\n+ <div class="woot-date-range-picker">\n+ <date-picker\n+ :range="true"\n+ :confirm="true"\n+ :clearable="false"\n+ :confirm-te... | Ruby |
5726447e473183b97b0b2e93ddbbf008aff709bc | 540 | 2021-07-09 17:45:02+05:30 | -19,800 | ['a9ccded62bf3129ef373a21525c52aa2ef113783'] | fix: Unescape Slack incoming messages (#2604) | [{'old_path': 'lib/integrations/slack/incoming_message_builder.rb', 'new_path': 'lib/integrations/slack/incoming_message_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -83,7 +83,7 @@ class Integrations::Slack::IncomingMessageBuilder\n message_type: :outgoing,\n account_id: conversation.accou... | Ruby |
ba547b3f605e628980cb8b4a032e3cff693ed61b | 500 | 2021-07-12 12:28:16+05:30 | -19,800 | ['5726447e473183b97b0b2e93ddbbf008aff709bc'] | chore: Delete related notifications if a conversation is deleted (#2592) | [{'old_path': 'app/models/conversation.rb', 'new_path': 'app/models/conversation.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -61,6 +61,7 @@ class Conversation < ApplicationRecord\n \n has_many :messages, dependent: :destroy, autosave: true\n has_one :csat_survey_response, dependent: :destroy\n+ has_many... | Ruby |
fc4ef1595bbe9a2a41b1d7c4ca28d6fe12ac3e66 | 594 | 2021-07-12 22:33:39+05:30 | -19,800 | ['ba547b3f605e628980cb8b4a032e3cff693ed61b'] | chore: Twilio to individual(SMS/Whatsapp) channels (#2566) | [{'old_path': 'app/javascript/dashboard/assets/images/channels/sms.png', 'new_path': 'app/javascript/dashboard/assets/images/channels/sms.png', 'type': <ModificationType.ADD: 1>, 'diff': 'Binary files /dev/null and b/app/javascript/dashboard/assets/images/channels/sms.png differ\n'}, {'old_path': 'app/javascript/dashbo... | Ruby |
15085cfb98b4ad9c82f038f76d2917c9e5b00aec | 500 | 2021-07-13 11:31:21+05:30 | -19,800 | ['fc4ef1595bbe9a2a41b1d7c4ca28d6fe12ac3e66'] | feat: Conversation transcript in widget (#2549) | [{'old_path': 'app/javascript/shared/components/Button.vue', 'new_path': 'app/javascript/shared/components/Button.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -26,6 +26,10 @@ export default {\n computed: {\n buttonClassName() {\n let className = 'text-white py-3 px-4 rounded shadow-sm';\n+ i... | Ruby |
deb45135849d069acb3d23f1bf01289fa2ed3a3f | 9 | 2021-07-13 12:00:29+05:30 | -19,800 | ['15085cfb98b4ad9c82f038f76d2917c9e5b00aec'] | bug: Fixes alignment issue with deleted messages (#2613) | [{'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': '@@ -61,6 +61,7 @@\n </div>\n </a>\n </div>\n+ <div class="context-menu-wrap">\n ... | Ruby |
f9b55944ad653db5c28ae77c9e7de738baeff30e | 90 | 2021-07-13 03:41:03-07:00 | 25,200 | ['fae8466a6c2e3ffd2532316f8244404988f4ecf0'] | feat: Adds custom date range component for reports (#2602)
* feat: Adds custom date range for reports
* Review fixes
* Minor fixes
* Review fixes
* Use computed property
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'old_path': 'app/javascript/dashboard/components/ui/DateRangePicker.vue', 'new_path': 'app/javascript/dashboard/components/ui/DateRangePicker.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,6 +4,7 @@\n :range="true"\n :confirm="true"\n :clearable="false"\n+ :editable="false"\n ... | Ruby |
b7806fc210fda02a3a00e34fa11d7c0a06a55c48 | 540 | 2021-07-13 18:54:33+05:30 | -19,800 | ['f9b55944ad653db5c28ae77c9e7de738baeff30e'] | fix: Update styles to fix the image resolution on smaller devices (#2618) | [{'old_path': 'app/javascript/dashboard/assets/scss/views/settings/channel.scss', 'new_path': 'app/javascript/dashboard/assets/scss/views/settings/channel.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -8,12 +8,12 @@\n .channel {\n @include flex;\n @include padding($space-normal $zero);\n- @inclu... | Ruby |
cb44eb2964b31a657b2483a5f57080deb74a47bc | 540 | 2021-07-14 10:20:06+05:30 | -19,800 | ['b7806fc210fda02a3a00e34fa11d7c0a06a55c48'] | feat: Add CSAT reports (#2608) | [{'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': '@@ -4,16 +4,33 @@ class Api::V1::Accounts::CsatSurveyResponsesController < Api::V1::Accounts::Base\n RE... | Ruby |
dfddf9cacc83922cf455e88ca80cc5f77f16100a | 603 | 2021-07-14 12:24:09+05:30 | -19,800 | ['cb44eb2964b31a657b2483a5f57080deb74a47bc'] | chore: one off SMS campaign APIs (#2589) | [{'old_path': '.devcontainer/devcontainer.json', 'new_path': '.devcontainer/devcontainer.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -12,23 +12,21 @@\n "extensions": [\n "rebornix.Ruby",\n "misogi.ruby-rubocop",\n- "wingrunr21.vscode-ruby"\n+ "wingrunr21.vscode-ruby",\n+ "davidpallinder.... | Ruby |
a5bc81b304ac9d0ada34ee360b7642bc53c07793 | 603 | 2021-07-14 18:40:24+05:30 | -19,800 | ['dfddf9cacc83922cf455e88ca80cc5f77f16100a'] | chore: Suppress the unnecessary CSRF warning (#2606)
Suppress the unnecessary CSRF warning | [{'old_path': '.devcontainer/scripts/setup.sh', 'new_path': '.devcontainer/scripts/setup.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,3 +3,6 @@ sed -i -e \'/REDIS_URL/ s/=.*/=redis:\\/\\/localhost:6379/\' .env\n sed -i -e \'/POSTGRES_HOST/ s/=.*/=localhost/\' .env\n sed -i -e \'/SMTP_ADDRESS/ s/=.*/=localh... | Ruby |
3d18ec9e4039c1ffed19b21dc2fd8b9567f12a3e | 540 | 2021-07-14 20:15:57+05:30 | -19,800 | ['a5bc81b304ac9d0ada34ee360b7642bc53c07793'] | feat: Add date-range filter on CSAT Reports (#2622) | [{'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': '@@ -1,4 +1,5 @@\n class Api::V1::Accounts::CsatSurveyResponsesController < Api::V1::Accounts::BaseControl... | Ruby |
d7982a6ffd74cc3e9085ac28842dd0dca12733d0 | 603 | 2021-07-14 22:51:27+05:30 | -19,800 | ['3d18ec9e4039c1ffed19b21dc2fd8b9567f12a3e'] | chore: Add assigned option to conversation finder API (#2630)
- Adds the ability to filter all the conversations which are assigned
- Add rack timeout gem
- Remove size attribute from Sidekiq config | [{'old_path': 'Gemfile', 'new_path': 'Gemfile', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -53,6 +53,7 @@ gem 'activerecord-import'\n gem 'dotenv-rails'\n gem 'foreman'\n gem 'puma'\n+gem 'rack-timeout'\n gem 'webpacker', '~> 5.x'\n # metrics on heroku\n gem 'barnes'\n"}, {'old_path': 'Gemfile.lock', 'new_path':... | Ruby |
aa7db90cd2d23dbcf22a94f1e4c100dd909e2172 | 540 | 2021-07-15 12:54:31+05:30 | -19,800 | ['d7982a6ffd74cc3e9085ac28842dd0dca12733d0'] | fix: Use Dompurify to strip style characters (#2632) | [{'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': "@@ -91,7 +91,6 @@ import contentTypeMixin from 'shared/mixins/contentTypeMixin';\n import BubbleActions... | Ruby |
cf785123a5e3815197b76a7f4ddb58233a69ae67 | 500 | 2021-07-15 13:31:43+05:30 | -19,800 | ['aa7db90cd2d23dbcf22a94f1e4c100dd909e2172'] | feat: One off campaign UI (#2621) | [{'old_path': None, 'new_path': 'app/javascript/dashboard/assets/scss/_date-picker.scss', 'type': <ModificationType.ADD: 1>, 'diff': "@@ -0,0 +1,29 @@\n+@import '~vue2-datepicker/scss/index';\n+\n+.mx-datepicker-popup {\n+ z-index: 99999;\n+}\n+\n+.date-picker {\n+ .mx-datepicker {\n+ width: 100%;\n+ }\n+\n+ .mx... | Ruby |
b56512eb56242a8216dcb8dd564a4f0a3e293edf | 500 | 2021-07-15 14:27:37+05:30 | -19,800 | ['cf785123a5e3815197b76a7f4ddb58233a69ae67'] | fix: Hide deleted messages on widget side (#2614) | [{'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': '@@ -63,7 +63,7 @@\n </div>\n <div class="context-menu-wrap">\n <context-menu\n- v-... | Ruby |
e0535168a059f45d98b4f8aa12d468f63a62d220 | 497 | 2021-07-15 15:24:38+05:30 | -19,800 | ['b56512eb56242a8216dcb8dd564a4f0a3e293edf'] | chore: Removing duplicate callback to create auth token (#2624)
Removed after create callback in user model to create a new access token. This is already being taken care of by AccessTokenable module.
Fixes #2620 | [{'old_path': 'app/models/user.rb', 'new_path': 'app/models/user.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -88,7 +88,6 @@ class User < ApplicationRecord\n \n before_validation :set_password_and_uid, on: :create\n \n- after_create_commit :create_access_token\n after_save :update_presence_in_redis, if: ... | Ruby |
72069e45ef97a399638989f0870df34c1d153136 | 540 | 2021-07-15 20:06:43+05:30 | -19,800 | ['e0535168a059f45d98b4f8aa12d468f63a62d220'] | fix: Use mail.decoded as fallback for text content to fix char-rendering | [{'old_path': 'app/presenters/mail_presenter.rb', 'new_path': 'app/presenters/mail_presenter.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -12,7 +12,10 @@ class MailPresenter < SimpleDelegator\n end\n \n def text_content\n- @decoded_text_content ||= encode_to_unicode(text_part&.decoded || fallback_conte... | Ruby |
85ea56b765e86e5051e3ec548b55139cf616efca | 500 | 2021-07-15 21:06:54+05:30 | -19,800 | ['72069e45ef97a399638989f0870df34c1d153136'] | fix: Disable sender tooltip and copy button in deleted messages (#2637) | [{'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': '@@ -63,7 +63,7 @@\n </div>\n <div class="context-menu-wrap">\n <context-menu\n- v-... | Ruby |
5aac2acf56fb42c342d4fafcd4ea9e997272f737 | 540 | 2021-07-15 22:50:32+05:30 | -19,800 | ['85ea56b765e86e5051e3ec548b55139cf616efca'] | fix: Improve mail content parsing (#2638) | [{'old_path': 'app/mailboxes/support_mailbox.rb', 'new_path': 'app/mailboxes/support_mailbox.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,11 +9,13 @@ class SupportMailbox < ApplicationMailbox\n :decorate_mail\n \n def process\n+ ActiveRecord::Base.transaction do\n find_or_cre... | Ruby |
eda52930be6e10c61d444a18fe789de933f69a58 | 603 | 2021-07-15 23:58:54+05:30 | -19,800 | ['5aac2acf56fb42c342d4fafcd4ea9e997272f737'] | chore: Add Telemetry (#2631)
ref: https://www.chatwoot.com/docs/self-hosted/telemetry | [{'old_path': 'app/controllers/installation/onboarding_controller.rb', 'new_path': 'app/controllers/installation/onboarding_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -27,7 +27,13 @@ class Installation::OnboardingController < ApplicationController\n \n def finish_onboarding\n ::Redis::Alfre... | Ruby |
3941c6f32ba05dad1bb730b60ed9f111aca38afc | 603 | 2021-07-16 00:04:09+05:30 | -19,800 | ['eda52930be6e10c61d444a18fe789de933f69a58'] | chore: Translation updates (#2639) | [{'old_path': 'app/javascript/dashboard/i18n/locale/ar/campaign.json', 'new_path': 'app/javascript/dashboard/i18n/locale/ar/campaign.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -14,6 +14,17 @@\n "PLACEHOLDER": "Please enter the title of campaign",\n "ERROR": "Title is required"\n ... | Ruby |
a2fca2edb8b3146f812a373caf18618cee107974 | 540 | 2021-07-16 19:56:54+05:30 | -19,800 | ['9de36f2b9e0a775d003d654351cba13b699afb86'] | fix: Fix HTML only email rendering (#2644) | [{'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': "@@ -134,11 +134,17 @@ export default {\n const {\n email: {\n html_content: { f... | Ruby |
a235e82a021f9016fe480917dfe32eed90be9229 | 540 | 2021-07-19 14:41:16+05:30 | -19,800 | ['a2fca2edb8b3146f812a373caf18618cee107974'] | fix: Update attribute name to conversationsCount (#2662) | [{'old_path': 'app/javascript/dashboard/routes/dashboard/contacts/components/ContactsTable.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/contacts/components/ContactsTable.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -98,7 +98,7 @@ export default {\n profiles: additional.social_profil... | Ruby |
217dd8a6f0cc6c16701d69f28ae3522b537123d6 | 603 | 2021-07-19 19:10:58+05:30 | -19,800 | ['a235e82a021f9016fe480917dfe32eed90be9229'] | chore: Add assigned_count to conversation APIs (#2665) | [{'old_path': 'app/finders/conversation_finder.rb', 'new_path': 'app/finders/conversation_finder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -21,17 +21,10 @@ class ConversationFinder\n end\n \n def perform\n- set_inboxes\n- set_team\n- set_assignee_type\n-\n- find_all_conversations\n- filt... | Ruby |