Search is not available for this dataset
hash
string
author
int32
committer_date
string
timezone
int64
parents
string
message
string
changes
string
language
string
a0886d37bc19e4556c4f4c6d48db45e985fa5bff
603
2021-07-21 01:26:32+05:30
-19,800
['caf8669db55c6c9187165df81618424343a9b60d']
chore: Expose widget config via an API (#2645) Expose widget config via an API so that the UI could be detached from the rails Application.
[{'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': '@@ -94,6 +94,10 @@ class Api::V1::Widget::BaseController < ApplicationController\n { timestamp: permitted_params[:message][:timestamp] }\n ...
Ruby
a7ca55c0801561bbd0c4a9e21a775569914a7d6c
603
2021-07-21 22:02:43+05:30
-19,800
['a0886d37bc19e4556c4f4c6d48db45e985fa5bff']
chore: Change the conversation `bot` status to `pending` (#2677) fixes: #2649
[{'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': "@@ -49,7 +49,8 @@ class Api::V1::Accounts::ConversationsController < Api::V1::Accounts::BaseContro\n \n def toggle_stat...
Ruby
6b6df7a70d14ca270a8c684ba64b8620315e80f6
500
2021-07-22 16:31:53+05:30
-19,800
['a7ca55c0801561bbd0c4a9e21a775569914a7d6c']
fix: Disable "none" option from agent dropdown If agent is not selected (#2687)
[{'old_path': 'app/javascript/dashboard/mixins/agentMixin.js', 'new_path': 'app/javascript/dashboard/mixins/agentMixin.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -10,9 +10,14 @@ export default {\n ...mapGetters({\n currentUser: 'getCurrentUser',\n }),\n+ isAgentSelected() {\n+ return t...
Ruby
ecdf977de70f1a1972dbb0f7dd48b31fe1427761
575
2021-07-22 18:36:33+05:30
-19,800
['6b6df7a70d14ca270a8c684ba64b8620315e80f6']
Live chat widget preview #2441 (#2523) * update widget preview on storybook * removed default value for logo * add online dot * resolve PR comments - split widget to head, body & footer - updated reply time to a select box * update spacing with variables * update reply-time with i18 * update with...
[{'old_path': None, 'new_path': 'app/javascript/dashboard/modules/widget-preview/components/Widget.vue', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,83 @@\n+<template>\n+ <div class="widget-wrapper">\n+ <WidgetHead :config="getWidgetHeadConfig" />\n+ <WidgetBody />\n+ <WidgetFooter />\n+ </div>\n+...
Ruby
4d45ac3bfc82e7d32b810a62ea5c01c6c99691b2
361
2021-07-22 19:49:12+05:30
-19,800
['ecdf977de70f1a1972dbb0f7dd48b31fe1427761']
chore: Switch from addgroup to adduser (#2688)
[{'old_path': 'deployment/setup_20.04.sh', 'new_path': 'deployment/setup_20.04.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -25,7 +25,7 @@ adduser --disabled-login --gecos "" chatwoot\n gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105B...
Ruby
d955d8e7dc73d1cec4e27bb25de1f3302afbba07
603
2021-07-23 15:24:07+05:30
-19,800
['4d45ac3bfc82e7d32b810a62ea5c01c6c99691b2']
feat: Ability to snooze conversations (#2682) 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': "@@ -1,5 +1,6 @@\n class Api::V1::Accounts::ConversationsController < Api::V1::Accounts::BaseController\n include Events...
Ruby
7e0937f3edcca6ac93078f69ebdf090120c04e12
575
2021-07-23 16:38:44+05:30
-19,800
['d955d8e7dc73d1cec4e27bb25de1f3302afbba07']
chore: Cypress test case for create label flow
[{'old_path': 'app/javascript/dashboard/routes/dashboard/contacts/components/Header.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/contacts/components/Header.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -30,6 +30,7 @@\n color-scheme="success"\n icon="ion-android-add-circle"\...
Ruby
6e1493501a7f3c2131ddbfd65c84718e44beab8d
540
2021-07-23 17:04:33+05:30
-19,800
['7e0937f3edcca6ac93078f69ebdf090120c04e12']
feat: Add APIs for custom attribute definitions (#2689)
[{'old_path': None, 'new_path': 'app/controllers/api/v1/accounts/custom_attribute_definitions_controller.rb', 'type': <ModificationType.ADD: 1>, 'diff': "@@ -0,0 +1,50 @@\n+class Api::V1::Accounts::CustomAttributeDefinitionsController < Api::V1::Accounts::BaseController\n+ before_action :fetch_custom_attributes_defini...
Ruby
766400662546e5ce93d41756a16e3da76de9e007
540
2021-07-23 18:39:24+05:30
-19,800
['6e1493501a7f3c2131ddbfd65c84718e44beab8d']
chore: Improve search, list performance of contact/conversation APIs (#2696)
[{'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': "@@ -11,6 +11,7 @@ class Api::V1::Accounts::ContactsController < Api::V1::Accounts::BaseController\n before_action :check_authoriz...
Ruby
d7da6fbfb58d94e947ed99a11bb92bf892576fe3
121
2021-07-26 14:33:42+05:30
-7,200
['766400662546e5ce93d41756a16e3da76de9e007']
fix: Make "Search Results" in PopOverSearch translateable (#2705)
[{'old_path': 'app/javascript/dashboard/i18n/locale/de/conversation.json', 'new_path': 'app/javascript/dashboard/i18n/locale/de/conversation.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,6 +9,7 @@\n "SEARCH_MESSAGES": "Nachrichten durchsuchen",\n "SEARCH": {\n "TITLE": "Nachrichten durchsuch...
Ruby
359c3c8ccb387450279485a27a1cd52e28302c96
575
2021-07-27 07:38:27+05:30
-19,800
['d7da6fbfb58d94e947ed99a11bb92bf892576fe3']
Fix: type error trim of undefined#2595 (#2702)
[{'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': "@@ -169,7 +169,7 @@ export default {\n return this.maxLength - this.message.length;\n },\n ...
Ruby
b44f9b792b1af87a4af09d7a16341f5bcb643eaf
603
2021-07-27 21:27:23+05:30
-19,800
['359c3c8ccb387450279485a27a1cd52e28302c96']
chore: Block & throttle abusive requests (#2706) Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
[{'old_path': '.env.example', 'new_path': '.env.example', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -147,6 +147,10 @@ USE_INBOX_AVATAR_FOR_BOT=true\n # maxmindb api key to use geoip2 service\n # IP_LOOKUP_API_KEY=\n \n+## Rack Attack configuration\n+## To prevent and throttle abusive requests\n+# ENABLE_RACK_AT...
Ruby
a47ca9cf4b6b15dceb75a723ae7385a95210431d
9
2021-07-28 14:43:44+05:30
-19,800
['b44f9b792b1af87a4af09d7a16341f5bcb643eaf']
feat: Show e-mail meta data for conversations (#2708) Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
[{'old_path': 'app/javascript/dashboard/components/widgets/conversation/Message.vue', 'new_path': 'app/javascript/dashboard/components/widgets/conversation/Message.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,6 +2,11 @@\n <li v-if="hasAttachments || data.content" :class="alignBubble">\n <div :class=...
Ruby
7662fdce4791af91307e5b223285ab2d5e90b0a5
500
2021-07-28 14:59:13+05:30
-19,800
['a47ca9cf4b6b15dceb75a723ae7385a95210431d']
feat: CSAT response public APIs (#2670)
[{'old_path': None, 'new_path': 'app/controllers/public/api/v1/csat_survey_controller.rb', 'type': <ModificationType.ADD: 1>, 'diff': "@@ -0,0 +1,32 @@\n+class Public::Api::V1::CsatSurveyController < PublicController\n+ before_action :set_conversation\n+ before_action :set_message\n+\n+ def show; end\n+\n+ def upda...
Ruby
223385d1348602f8b27fe2755fedcc4f6ee93acc
361
2021-07-28 19:36:51+05:30
-19,800
['7662fdce4791af91307e5b223285ab2d5e90b0a5']
fix: Specify external db with non-standard port (#2711) POSTGRES_PORT was not taking effect if provided separately instead of using DATABASE_URL. This adds support for using databases running on non-standard ports. #1145 #1147 Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
[{'old_path': 'app/models/account.rb', 'new_path': 'app/models/account.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -21,7 +21,8 @@ class Account < ApplicationRecord\n include Featurable\n \n DEFAULT_QUERY_SETTING = {\n- flag_query_mode: :bit_operator\n+ flag_query_mode: :bit_operator,\n+ check_fo...
Ruby
8f30abb98bcc94cedb8b2f1ddc6172246a7a84dc
9
2021-07-28 21:36:35+05:30
-19,800
['223385d1348602f8b27fe2755fedcc4f6ee93acc']
feat: Show links for custom attributes (#2723)
[{'old_path': 'app/javascript/dashboard/routes/dashboard/conversation/ContactCustomAttributes.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/conversation/ContactCustomAttributes.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -14,7 +14,7 @@\n {{ attribute }}\n </div>\n <div>\n-...
Ruby
672e5874fb7a9537d13a9d26e61320c9bff9d4c7
9
2021-07-29 11:53:28+05:30
-19,800
['8f30abb98bcc94cedb8b2f1ddc6172246a7a84dc']
fix: Appending markdown as HTML into editor (#2720)
[{'old_path': 'app/javascript/dashboard/components/widgets/WootWriter/Editor.vue', 'new_path': 'app/javascript/dashboard/components/widgets/WootWriter/Editor.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -139,8 +139,17 @@ export default {\n value(newValue = '') {\n if (newValue !== this.lastValue) {...
Ruby
f2b5e328bb6bd3fa614288bce96eea258e8c7bf8
90
2021-07-29 17:44:37+05:30
-19,800
['672e5874fb7a9537d13a9d26e61320c9bff9d4c7']
feat: Update agent and team multi-select with new multi-select dropdown (#2516) * feat: Update agent/team multiselect styles * Component name fixes * Adds key control for our multiselect dropdown and component name spell fix * Minor fixes * Review fixes * Minor fixes * Minor fixes * Review fixes ...
[{'old_path': 'app/javascript/dashboard/i18n/locale/en/agentMgmt.json', 'new_path': 'app/javascript/dashboard/i18n/locale/en/agentMgmt.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -91,6 +91,23 @@\n },\n "SEARCH": {\n "NO_RESULTS": "No results found."\n+ },\n+ "MULTI_SELECTOR": {\n+ ...
Ruby
915366c4720a801803c737c7e3249c90026f674e
540
2021-07-29 20:11:21+05:30
-19,800
['f2b5e328bb6bd3fa614288bce96eea258e8c7bf8']
fix: Rename `identity_hash` to `identifier_hash` (#2726)
[{'old_path': 'app/javascript/dashboard/i18n/locale/ar/inboxMgmt.json', 'new_path': 'app/javascript/dashboard/i18n/locale/ar/inboxMgmt.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -273,7 +273,7 @@\n "INBOX_UPDATE_SUB_TEXT": "تحديث إعدادات قناة التواصل",\n "AUTO_ASSIGNMENT_SUB_TEXT": "تمكين أو تع...
Ruby
28903397347f6778c83d4a065898065e352d1a07
603
2021-07-31 21:19:42+05:30
-19,800
['915366c4720a801803c737c7e3249c90026f674e']
chore: Limit objects returned by conversation API (#2721)
[{'old_path': 'app/finders/conversation_finder.rb', 'new_path': 'app/finders/conversation_finder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -114,13 +114,13 @@ class ConversationFinder\n end\n \n def current_page\n- params[:page]\n+ params[:page] || 1\n end\n \n def conversations\n @convers...
Ruby
e46aa1aa643973f49e4ef1c8fe511b83ae29d25d
603
2021-08-01 18:15:39+05:30
-19,800
['28903397347f6778c83d4a065898065e352d1a07']
chore: Mark Facebook accounts for reconnection (#2405) fixes: #2037
[{'old_path': '.rubocop.yml', 'new_path': '.rubocop.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -13,6 +13,7 @@ Metrics/ClassLength:\n - 'app/models/conversation.rb'\n - 'app/mailers/conversation_reply_mailer.rb'\n - 'app/models/message.rb'\n+ - 'app/builders/messages/facebook/message_builder....
Ruby
bfa00cc12dec26cdc5c7c4ef37532004ef5972f4
540
2021-08-02 08:03:12+05:30
-19,800
['e46aa1aa643973f49e4ef1c8fe511b83ae29d25d']
fix: Avoid flicker while updating the view with new messages (#2730)
[{'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': "@@ -233,7 +233,7 @@ export default {\n \n created() {\n bus.$on('scrollToMessage', () =...
Ruby
5b3339cd333979173fb885f6325083b8842a8ddb
540
2021-08-02 08:24:08+05:30
-19,800
['bfa00cc12dec26cdc5c7c4ef37532004ef5972f4']
fix: Render line-breaks properly in messages (#2699)
[{'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': "@@ -144,7 +144,6 @@ export default {\n text_content: { full: fullTextContent, reply: replyTex...
Ruby
9f3f238cb50b53c616ec62b306762f57b12f4403
500
2021-08-02 08:54:53+05:30
-19,800
['5b3339cd333979173fb885f6325083b8842a8ddb']
chore: Show new account modal if user accounts are empty (#2448)
[{'old_path': 'app/javascript/dashboard/App.vue', 'new_path': 'app/javascript/dashboard/App.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,12 +3,17 @@\n <transition name="fade" mode="out-in">\n <router-view></router-view>\n </transition>\n+ <add-account-modal\n+ :show="showAddAccountMo...
Ruby
d88e3e3596d20e0397198933787a8785ae07f5ba
540
2021-08-02 13:11:07+05:30
-19,800
['9f3f238cb50b53c616ec62b306762f57b12f4403']
fix: Resolve conversation with id instead of current conversation (#2731)
[{'old_path': 'app/javascript/dashboard/store/modules/conversations/actions.js', 'new_path': 'app/javascript/dashboard/store/modules/conversations/actions.js', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -145,10 +145,10 @@ const actions = {\n status,\n snoozedUntil,\n });\n- commit(\n- ...
Ruby
faf104c1fefc7a9a4ea606f11b8ead4eebc7b916
540
2021-08-02 16:07:30+05:30
-19,800
['d88e3e3596d20e0397198933787a8785ae07f5ba']
fix: Update tweet character count logic (#2709)
[{'old_path': 'app/javascript/dashboard/api/inbox/message.js', 'new_path': 'app/javascript/dashboard/api/inbox/message.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -2,6 +2,33 @@\n /* global axios */\n import ApiClient from '../ApiClient';\n \n+export const buildCreatePayload = ({\n+ message,\n+ isPrivate,\n...
Ruby
04750602454e0ee4f8a8e43d4748314f2ef402c8
9
2021-08-03 12:13:24+05:30
-19,800
['faf104c1fefc7a9a4ea606f11b8ead4eebc7b916']
enhancement: Updates icons to show last message type (#2743)
[{'old_path': 'app/javascript/dashboard/assets/scss/widgets/_conversation-card.scss', 'new_path': 'app/javascript/dashboard/assets/scss/widgets/_conversation-card.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -90,11 +90,6 @@\n font-size: $font-size-mini;\n vertical-align: top;\n }\n-\n- .m...
Ruby
9b01b82cc7fa92484c127482f5d3a2f8bd484729
650
2021-08-03 16:13:44+05:30
-19,800
['04750602454e0ee4f8a8e43d4748314f2ef402c8']
docs: update chatwoot VDP guidelines (#2740)
[{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -91,7 +91,10 @@ Follow this [link](https://www.chatwoot.com/docs/environment-variables) to under\n Please follow [deployment architecture guide](https://www.chatwoot.com/docs/deployment/architecture) to deploy with Doc...
Ruby
92c14fa87d5f8aba9d44270caecba727d528bc75
500
2021-08-03 18:22:50+05:30
-19,800
['9b01b82cc7fa92484c127482f5d3a2f8bd484729']
feat: CSAT response collection public page (#2685)
[{'old_path': '.rubocop.yml', 'new_path': '.rubocop.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -57,6 +57,7 @@ Rails/ApplicationController:\n - 'app/controllers/widgets_controller.rb'\n - 'app/controllers/platform_controller.rb'\n - 'app/controllers/public_controller.rb'\n+ - 'app/controllers...
Ruby
7e960b7c72c938483718133b755e23c8359ead35
90
2021-08-03 19:38:51+05:30
-19,800
['92c14fa87d5f8aba9d44270caecba727d528bc75']
feat: Add support for rich content for message in ongoing campaigns (#2577)
[{'old_path': 'app/javascript/dashboard/components/widgets/WootWriter/Editor.vue', 'new_path': 'app/javascript/dashboard/components/widgets/WootWriter/Editor.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -57,6 +57,7 @@ export default {\n value: { type: String, default: '' },\n placeholder: { type: Str...
Ruby
ab54d9c629e2c8ba59342591c3d6d4a7881d50e4
603
2021-08-03 20:11:52+05:30
-19,800
['7e960b7c72c938483718133b755e23c8359ead35']
chore: Upgrade rails and ruby versions (#2400) ruby version: 3.0.2 rails version: 6.1.4
[{'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.3-node-browsers\n+ - image: circleci/rub...
Ruby
c37966744ffe51704d865e77930c53a5b43388c7
526
2021-08-03 22:56:55+05:30
-7,200
['ab54d9c629e2c8ba59342591c3d6d4a7881d50e4']
fix: Fix and rename pg_database_url.sh helper script (#2747) - Fix and rename pg_database_url helper script - Use single-quote and remove trailing whitespace
[{'old_path': 'docker/entrypoints/helpers/pg_database_url.sh', 'new_path': 'docker/entrypoints/helpers/pg_database_url.rb', 'type': <ModificationType.RENAME: 3>, 'diff': '@@ -5,6 +5,6 @@ require \'uri\'\n if !ENV[\'DATABASE_URL\'].nil? && ENV[\'DATABASE_URL\'] != \'\'\n uri = URI(ENV[\'DATABASE_URL\'])\n puts "expo...
Ruby
6265c1c907bdab49e99dfd6c2a7f2e79cb26085d
500
2021-08-05 01:20:01+05:30
-19,800
['e834b545ef5d0f47a7b7d5a45caaca270f823a09']
fix: Add brand color in CSAT card component (#2756)
[{'old_path': 'app/javascript/shared/components/CustomerSatisfaction.vue', 'new_path': 'app/javascript/shared/components/CustomerSatisfaction.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,5 @@\n <template>\n- <div class="customer-satisfcation">\n+ <div class="customer-satisfcation" :style="{ borderC...
Ruby
f477c5281f3049a15a19b9e7843bb8a578c02b8c
566
2021-08-05 10:24:07+05:30
-10,800
['6265c1c907bdab49e99dfd6c2a7f2e79cb26085d']
chore: Fix Finnish translations (#2753)
[{'old_path': 'app/javascript/dashboard/i18n/locale/fi/agentMgmt.json', 'new_path': 'app/javascript/dashboard/i18n/locale/fi/agentMgmt.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,7 +3,7 @@\n "HEADER": "Edustajat",\n "HEADER_BTN_TXT": "Lisää edustaja",\n "LOADING": "Haetaan Edustajalistaa",\n...
Ruby
f934a5eb04d2401cfa489e699832cdc05fbc16fa
603
2021-08-06 01:21:44+05:30
-19,800
['f477c5281f3049a15a19b9e7843bb8a578c02b8c']
fix: Broken Docker Builds (#2755) Co-authored-by: Pascal Jufer <paescuj@users.noreply.github.com>
[{'old_path': '.nvmrc', 'new_path': '.nvmrc', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1 +1 @@\n-16.1.0\n+14.17.4\n'}, {'old_path': 'docker/Dockerfile', 'new_path': 'docker/Dockerfile', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -83,9 +83,8 @@ COPY --from=pre-builder /gems/ /gems/\n COPY --from=pre-bui...
Ruby
edec74c389912effa4b246c2135934e17c931414
603
2021-08-06 13:34:20+05:30
-19,800
['f934a5eb04d2401cfa489e699832cdc05fbc16fa']
chore: Fix Twilio send message error (#2761)
[{'old_path': 'app/services/twilio/oneoff_sms_campaign_service.rb', 'new_path': 'app/services/twilio/oneoff_sms_campaign_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -27,11 +27,7 @@ class Twilio::OneoffSmsCampaignService\n end\n \n def send_message(to:, from:, content:)\n- client.messages.creat...
Ruby
b58ca21f0bb613cbfd34950fb27e808898405f94
650
2021-08-07 00:44:07+05:30
-19,800
['edec74c389912effa4b246c2135934e17c931414']
docs: Update README to add question/support sub-section (#2764) - add questions sub-section and mention discord - improve formatting
[{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -29,9 +29,8 @@ ___\n Chatwoot is an open-source omnichannel customer support software. The development of Chatwoot started in 2016. It failed to succeed as a business and eventually shut up shop in 2017. During 2019 #H...
Ruby
9c257578b0145cba1f24e6368e871b941d233b2b
9
2021-08-07 11:56:15+05:30
-19,800
['b58ca21f0bb613cbfd34950fb27e808898405f94']
fix: Fixes unread view blocking page scroll (#2727) * fix: Fixes unread view blocking page scroll * Update sdk.js * Fixes the height issue for unread view * Fix unread message position issue * Code climate fixes * Fixes height issue for large messages * Fixes height issue on unread view Co-authore...
[{'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': "@@ -85,17 +85,19 @@ import copy from 'copy-text-to-clipboard';\n \n import messageFormatterMixin from '...
Ruby
2035d24cb834f47746ac166296283f7cb4d7e04a
9
2021-08-07 11:56:40+05:30
-19,800
['9c257578b0145cba1f24e6368e871b941d233b2b']
enhancement: Show close button for unread view (#2758) * enhancement: Show close button for unread view * Fixes issue with button spacing Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
[{'old_path': 'app/javascript/widget/views/Unread.vue', 'new_path': 'app/javascript/widget/views/Unread.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -6,7 +6,7 @@\n class="button small close-unread-button"\n @click="closeFullView"\n >\n- <i class="ion-close-round" />\n+ <i ...
Ruby
c7482696d4359e697ec368d29a47fc0b5137d34f
90
2021-08-09 12:07:42+05:30
-19,800
['2035d24cb834f47746ac166296283f7cb4d7e04a']
fix: Remove text retained in confirm delete modal (#2775)
[{'old_path': 'app/javascript/dashboard/routes/dashboard/settings/inbox/Index.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/settings/inbox/Index.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -107,6 +107,7 @@\n />\n \n <woot-confirm-delete-modal\n+ v-if="showDeletePopup"\n :sh...
Ruby
c523a953f7555c99beae5e2fab490706ac888e18
90
2021-08-09 00:38:52-07:00
-19,800
['c7482696d4359e697ec368d29a47fc0b5137d34f']
feat: Adds keyboard shortcuts for conversation actions (#2672) * feat: Adds keyboard shortcuts for conversation actions * Minor fixes * Minor fixes * Minor fixes and add new shortcut * MInor fixes * Review fixes * Minor fixes * Code cleanup * Minor fixes * Uses Alt or Option key instead of s...
[{'old_path': 'app/javascript/dashboard/components/ChatList.vue', 'new_path': 'app/javascript/dashboard/components/ChatList.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -19,7 +19,7 @@\n {{ $t(\'CHAT_LIST.LIST.404\') }}\n </p>\n \n- <div class="conversations-list">\n+ <div ref="activeConversat...
Ruby
462214aced72c4137937a9db4ab05c87a32c3d1d
9
2021-08-09 15:12:11+05:30
-19,800
['c523a953f7555c99beae5e2fab490706ac888e18']
fix: Reduces space for custom drop-downs (#2778)
[{'old_path': 'app/javascript/shared/components/ui/MultiselectDropdown.vue', 'new_path': 'app/javascript/shared/components/ui/MultiselectDropdown.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -7,7 +7,6 @@\n <woot-button\n variant="hollow"\n color-scheme="secondary"\n- :v-model="selectedIt...
Ruby
bdc4ecffc1535abf97cb0223cb6e6affcc22354f
540
2021-08-09 18:04:34+05:30
-19,800
['462214aced72c4137937a9db4ab05c87a32c3d1d']
fix: Save content_type, multipart information to email message model (#2774)
[{'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': "@@ -143,6 +143,7 @@ export default {\n \n const {\n email: {\n+ content_type: co...
Ruby
c3314dd186855070c800be1cbc07add48777a31c
90
2021-08-09 21:23:40-07:00
-19,800
['bdc4ecffc1535abf97cb0223cb6e6affcc22354f']
feat: Creates a modal showing all the available keyboard shortcuts (#2728) * feat: Adds modal showing all the available keyboard shortcuts * Minor fixes * Minor fixes * Spacing fixes * fix translations * Adds i18n * Review fixes * Review fixes * spacing fixes * Review fixes * Minor fixes ...
[{'old_path': 'app/javascript/dashboard/components/buttons/ResolveAction.vue', 'new_path': 'app/javascript/dashboard/components/buttons/ResolveAction.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -175,6 +175,9 @@ export default {\n const allConversations = document.querySelectorAll(\n '.conversa...
Ruby
1a4faab3816e0f333741aa2f54b22f616f61a2b0
9
2021-08-11 11:34:47+05:30
-19,800
['c3314dd186855070c800be1cbc07add48777a31c']
feat: Creates story for cc bcc input component in reply box (#2763) * feat: Creates cc bcc input component for reply box * Adds email inputs for cc and bcc * Cleans storybook code * Fixes eslint issues * Update app/javascript/dashboard/components/widgets/conversation/stories/ReplyEmailHead.stories.js Co...
[{'old_path': 'app/javascript/dashboard/assets/scss/plugins/_multiselect.scss', 'new_path': 'app/javascript/dashboard/assets/scss/plugins/_multiselect.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -204,4 +204,8 @@\n .multiselect--disabled .multiselect__select {\n background: transparent;\n }\n+\n+ ....
Ruby
29f54c1f264bbe49debac34f7a55fdf43acc8c71
90
2021-08-10 23:25:55-07:00
-19,800
['1a4faab3816e0f333741aa2f54b22f616f61a2b0']
chore: Removed the multi-select agent dropdown from the conversation header. (#2781) Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com>
[{'old_path': 'app/javascript/dashboard/components/widgets/conversation/ConversationBox.vue', 'new_path': 'app/javascript/dashboard/components/widgets/conversation/ConversationBox.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -49,7 +49,7 @@ export default {\n },\n isContactPanelOpen: {\n type: B...
Ruby
8daf1fe033561c8fefa6bbb78324448bea48a0aa
603
2021-08-11 16:40:28+05:30
-19,800
['29f54c1f264bbe49debac34f7a55fdf43acc8c71']
chore: Add down gem for Local file downloads (#2765) - Add down gem to handle downloading files to host machine - Remove the LocalResource class - Introduce max limit for contact avatars send via SDK
[{'old_path': 'Gemfile', 'new_path': 'Gemfile', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -35,6 +35,8 @@ gem 'commonmarker'\n gem 'json_schemer'\n # Rack middleware for blocking & throttling abusive requests\n gem 'rack-attack'\n+# a utility tool for streaming, flexible and safe downloading of remote files\n+ge...
Ruby
4d668d8db34c1909b7d2ff1d6d36f03ceb193b5c
500
2021-08-11 20:29:33+05:30
-19,800
['8daf1fe033561c8fefa6bbb78324448bea48a0aa']
feat: Dedicated tab for campaigns (#2741)
[{'old_path': 'Gemfile.lock', 'new_path': 'Gemfile.lock', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -363,6 +363,8 @@ GEM\n connection_pool (~> 2.2)\n netrc (0.11.0)\n nio4r (2.5.7)\n+ nokogiri (1.11.7-arm64-darwin)\n+ racc (~> 1.4)\n nokogiri (1.11.7-x86_64-darwin)\n racc (~> 1.4...
Ruby
a065165bcb0ca7757e550469758cfbba9a07d956
344
2021-08-12 01:28:07+05:30
-19,800
['4907489ea85e4bbb56e0557ecc6d54479fec44fa']
fix: undefined method contact in support mailbox (#2678) if chatwoot receives an email of already existing contact with a different case say "Care@example.com", before this fix, it will throw an error. Now it will retrieve existing contact Fixes: #2553 Co-authored-by: Sojan Jose <sojan@pepalo.com>
[{'old_path': 'app/builders/contact_builder.rb', 'new_path': 'app/builders/contact_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -38,15 +38,28 @@ class ContactBuilder\n end\n \n def find_contact\n- contact = nil\n+ contact = find_contact_by_identifier(contact_attributes[:identifier])\n+ co...
Ruby
1f59205f200f40af915148607823344e17422e2b
603
2021-08-12 01:32:22+05:30
-19,800
['a065165bcb0ca7757e550469758cfbba9a07d956']
chore: handle more exceptions (#2793)
[{'old_path': 'lib/exception_list.rb', 'new_path': 'lib/exception_list.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,7 +1,7 @@\n module ExceptionList\n REST_CLIENT_EXCEPTIONS = [RestClient::NotFound, RestClient::GatewayTimeout, RestClient::BadRequest,\n RestClient::MethodNotAll...
Ruby
21d2b4d9182996567d94b291398bd4c84f2c7e59
253
2021-08-12 02:29:15+05:30
-19,800
['1f59205f200f40af915148607823344e17422e2b']
chore: Consider inbox.timezone in open_at logic (#2183) Co-authored-by: Sojan Jose <sojan@pepalo.com>
[{'old_path': 'app/models/working_hour.rb', 'new_path': 'app/models/working_hour.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -50,7 +50,8 @@ class WorkingHour < ApplicationRecord\n end\n \n def open_now?\n- open_at?(Time.zone.now)\n+ inbox_time = Time.zone.now.in_time_zone(inbox.timezone)\n+ open...
Ruby
3d807684bbc5d9582b6dcd749b57aae0dbcdc1c2
526
2021-08-12 15:10:02+05:30
-7,200
['21d2b4d9182996567d94b291398bd4c84f2c7e59']
fix: Reduce size of Docker image (#2779) * fix: Ordering in Dockerfile Folders node_modules & tmp/cache are currently not removed and thus the Docker image size is pretty big. I don't think we can remove app/assets & vendor/assets though as the app won't work without those. * Expose port 3000 in Docker imag...
[{'old_path': 'docker/Dockerfile', 'new_path': 'docker/Dockerfile', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -29,7 +29,6 @@ RUN apk update \\\n && mkdir -p /var/app \\\n && gem install bundler\n \n-RUN mkdir -p /app\n WORKDIR /app\n \n COPY Gemfile Gemfile.lock ./\n@@ -45,11 +44,20 @@ RUN yarn install\n \n...
Ruby
d492a65c24c6c11805c20562af371c02a8aaacb2
9
2021-08-12 23:21:31+05:30
-19,800
['3d807684bbc5d9582b6dcd749b57aae0dbcdc1c2']
fix: Checks JS window object for null before focusing (#2798)
[{'old_path': 'app/javascript/dashboard/components/widgets/conversation/bubble/File.vue', 'new_path': 'app/javascript/dashboard/components/widgets/conversation/bubble/File.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -36,7 +36,7 @@ export default {\n methods: {\n openLink() {\n const win = window...
Ruby
acb39cbc8f6530da8f8b4f634540840e06f94166
603
2021-08-13 13:02:46+05:30
-19,800
['d492a65c24c6c11805c20562af371c02a8aaacb2']
chore: Ability to create contact with identifiers (#2802)
[{'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': '@@ -22,7 +22,7 @@ class Api::V1::Accounts::ContactsController < Api::V1::Accounts::BaseController\n render json: { error: \'Spe...
Ruby
dfcc33cbddd75e0ec2b17853e0139877e45979c8
9
2021-08-13 13:40:12+05:30
-19,800
['0f148f77002d0ee7e09a22c4051dc0053beb6713']
fix: Fixes error when dropdown button is focused (#2797) Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
[{'old_path': 'app/javascript/shared/components/ui/dropdown/DropdownMenu.vue', 'new_path': 'app/javascript/shared/components/ui/dropdown/DropdownMenu.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -25,47 +25,52 @@ export default {\n default: 'top',\n },\n },\n-\n mounted() {\n this.focusItem(...
Ruby
9e052fd5b2f49bf6fb6cb50872b361160c538d57
210
2021-08-13 17:26:09+05:30
-19,800
['dfcc33cbddd75e0ec2b17853e0139877e45979c8']
chore: Set phone_number through Website SDK (#2803) Fixes: #2599
[{'old_path': 'app/actions/contact_identify_action.rb', 'new_path': 'app/actions/contact_identify_action.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,8 +3,9 @@ class ContactIdentifyAction\n \n def perform\n ActiveRecord::Base.transaction do\n- @contact = merge_contact(existing_identified_contact...
Ruby
37bf4b7dd809177c9309f8b1bcaa1052566ca24d
526
2021-08-13 19:10:47+05:30
-7,200
['9e052fd5b2f49bf6fb6cb50872b361160c538d57']
fix: Use label for "Subscribe to updates" checkbox (#2788)
[{'old_path': 'app/javascript/dashboard/assets/scss/super_admin/index.scss', 'new_path': 'app/javascript/dashboard/assets/scss/super_admin/index.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -8,17 +8,6 @@\n font-weight: var(--font-weight-light);\n margin-top: var(--space-large);\n }\n-}\n-\n-.alert...
Ruby
e09941db1c300a11b11dbd5c7b1df258514aadeb
9
2021-08-13 20:16:33+05:30
-19,800
['37bf4b7dd809177c9309f8b1bcaa1052566ca24d']
fix: Use `all: revert` to avoid external css styles for widget bubble (#2809)
[{'old_path': 'app/javascript/sdk/sdk.js', 'new_path': 'app/javascript/sdk/sdk.js', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -73,6 +73,7 @@ export const SDK_CSS = `.woot-widget-holder {\n }\n \n .woot-widget-bubble img {\n+ all: revert;\n height: 24px;\n margin: 20px;\n width: 24px;\n'}]
Ruby
70d41ffcdda51f48389e67d93f05de3a3892aa7b
9
2021-08-14 08:40:29+05:30
-19,800
['e09941db1c300a11b11dbd5c7b1df258514aadeb']
fix: Smoothens out opening animation for widget (#2789)
[{'old_path': 'app/javascript/sdk/IFrameHelper.js', 'new_path': 'app/javascript/sdk/IFrameHelper.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -97,6 +97,15 @@ export const IFrameHelper = {\n }\n });\n },\n+\n+ setFrameHeightToFitContent: (extraHeight, isFixedHeight) => {\n+ const iframe = IFram...
Ruby
0e4196c91acd779c7e45aba0c74d57433b76ce4d
90
2021-08-16 22:11:20+05:30
-19,800
['70d41ffcdda51f48389e67d93f05de3a3892aa7b']
enhancement: Removes the focus of the first item in the dropdown when it is active. (#2833)
[{'old_path': 'app/javascript/shared/components/ui/dropdown/DropdownMenu.vue', 'new_path': 'app/javascript/shared/components/ui/dropdown/DropdownMenu.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -25,9 +25,6 @@ export default {\n default: 'top',\n },\n },\n- mounted() {\n- this.focusItem();\n-...
Ruby
319412f6dc376001af08ecdfe7103f98e74b986f
650
2021-08-16 23:35:00+05:30
-19,800
['0e4196c91acd779c7e45aba0c74d57433b76ce4d']
feat: include installation method in data to cw hub (#2831)
[{'old_path': 'app.json', 'new_path': 'app.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -28,6 +28,10 @@\n "FRONTEND_URL": {\n "description": "Public root URL of the Chatwoot installation. This will be used in the emails.",\n "value": "https://CHANGE.herokuapp.com"\n+ },\n+ "INSTALLATIO...
Ruby
ed317c5bb3124e68fbb58688028645cc244efcb7
540
2021-08-17 01:44:16+05:30
-19,800
['319412f6dc376001af08ecdfe7103f98e74b986f']
feat: Use relay server for self-hosted mobile push notifications (#2757)
[{'old_path': '.env.example', 'new_path': '.env.example', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -161,3 +161,7 @@ USE_INBOX_AVATAR_FOR_BOT=true\n # LETTER_OPENER=true\n # meant to be used in github codespaces\n # WEBPACKER_DEV_SERVER_PUBLIC=\n+\n+# If you want to use official mobile app,\n+# the notification...
Ruby
eb80324eaafc9451fd4b2a24cbdefb3ac5c065d8
621
2021-08-18 15:28:45+05:30
-19,800
['20b96c7c60409765341d9e67d4a9956587aa45f1']
feat: Add message content to mention email template (#2838)
[{'old_path': None, 'new_path': 'app/drops/message_drop.rb', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,12 @@\n+class MessageDrop < BaseDrop\n+ include MessageFormatHelper\n+\n+ def sender_display_name\n+ @obj.sender.try(:display_name)\n+ end\n+\n+ def text_content\n+ content = @obj.try(:content)\...
Ruby
7cd3cef0a234b4d0c691f1986b655eb596cc339a
650
2021-08-20 21:28:16+05:30
-19,800
['eb80324eaafc9451fd4b2a24cbdefb3ac5c065d8']
chore: add uptime and response time badges (#2842)
[{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -22,6 +22,8 @@ ___\n <a title="Crowdin" target="_self" href="https://chatwoot.crowdin.com/chatwoot"><img src="https://badges.crowdin.net/e/37ced7eba411064bd792feb3b7a28b16/localized.svg"></a>\n <a href="https://dis...
Ruby
5debe9e8ee2499079ca81648d2185db320162b81
90
2021-08-23 21:34:23+05:30
-19,800
['7cd3cef0a234b4d0c691f1986b655eb596cc339a']
fix: Add agent typing notification on all channels (#2855) Fixes CVE-2021-22881 Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
[{'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:3.0.2-node-browsers\n+ - image: cimg/ruby:3....
Ruby
6515b6956010de35602c5087e59732c7a25fa69b
500
2021-08-23 22:00:47+05:30
-19,800
['5debe9e8ee2499079ca81648d2185db320162b81']
feat: CSAT for all channels (#2749)
[{'old_path': 'app/javascript/dashboard/routes/dashboard/settings/inbox/Settings.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/settings/inbox/Settings.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -170,7 +170,7 @@\n </p>\n </label>\n \n- <label v-if="isAWebWidgetInbox" ...
Ruby
09e3413d104215b8ef879751fcb3166bc53d1d25
622
2021-08-24 14:18:08+05:30
-19,800
['6515b6956010de35602c5087e59732c7a25fa69b']
chore: consider X-original-sender to create contact in case of group mail (#2841) For emails forwarded from google groups, Google rewrites the FROM address to the group email and the original email will be available under X-Original-Sender. This PR enables chatwoot to handle this case. Fixes: #2715
[{'old_path': 'app/mailboxes/support_mailbox.rb', 'new_path': 'app/mailboxes/support_mailbox.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -58,7 +58,7 @@ class SupportMailbox < ApplicationMailbox\n end\n \n def find_or_create_contact\n- @contact = @inbox.contacts.find_by(email: processed_mail.from.first...
Ruby
1257f86f223cc6b2b3a1764166aae63eb50bdfc5
500
2021-08-24 21:17:23+05:30
-19,800
['09e3413d104215b8ef879751fcb3166bc53d1d25']
chore: Add description field in custom attribute model (#2872)
[{'old_path': 'app/models/custom_attribute_definition.rb', 'new_path': 'app/models/custom_attribute_definition.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -5,6 +5,7 @@\n # id :bigint not null, primary key\n # attribute_display_name :string\n # attribute_display_type :integer ...
Ruby
21e8a412062a8d6b97b51d3adc042acf4fb5807e
622
2021-08-24 22:42:48+05:30
-19,800
['1257f86f223cc6b2b3a1764166aae63eb50bdfc5']
fix: Update styles in email template for mention notifications (#2871)
[{'old_path': 'app/views/mailers/agent_notifications/conversation_notifications_mailer/conversation_mention.liquid', 'new_path': 'app/views/mailers/agent_notifications/conversation_notifications_mailer/conversation_mention.liquid', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,17 +1,7 @@\n-<style type="text/css"...
Ruby
a9ca76d9df517f32cbe80546e8f1c56cab58cc0f
603
2021-08-25 01:04:29+05:30
-19,800
['21e8a412062a8d6b97b51d3adc042acf4fb5807e']
chore: support for APMs (#2874) Add the support for Newrelic and Datadog. ref: https://www.chatwoot.com/docs/self-hosted/monitoring/apm-and-error-monitoring fixes: #2861
[{'old_path': '.env.example', 'new_path': '.env.example', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -85,8 +85,6 @@ AWS_ACCESS_KEY_ID=\n AWS_SECRET_ACCESS_KEY=\n AWS_REGION=\n \n-# Sentry\n-SENTRY_DSN=\n \n # Log settings\n # Disable if you want to write logs to a file\n@@ -139,6 +137,25 @@ ANDROID_SHA256_CERT_F...
Ruby
a27ccc58664ac475ea1d5c2b5c0b8df31026a0dd
500
2021-08-25 14:11:16+05:30
-19,800
['a9ca76d9df517f32cbe80546e8f1c56cab58cc0f']
fix: Disable "none" option from team dropdown If team is not selected (#2876)
[{'old_path': 'app/javascript/dashboard/routes/dashboard/conversation/ContactPanel.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/conversation/ContactPanel.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -191,8 +191,9 @@ export default {\n return this.additionalAttributes.initiated_at;\n ...
Ruby
8d6b3efa2e042f3bdad58c2a0d7db9bcc0c41c9c
650
2021-08-25 14:51:35+05:30
-19,800
['a27ccc58664ac475ea1d5c2b5c0b8df31026a0dd']
fix: chatwoot_webpack failure due to missing git (#2878)
[{'old_path': 'docker/Dockerfile', 'new_path': 'docker/Dockerfile', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -80,6 +80,7 @@ RUN apk add --update --no-cache \\\n tzdata \\\n postgresql-client \\\n imagemagick \\\n+ git \\\n && gem install bundler\n \n RUN if [ "$RAILS_ENV" != "production" ]; th...
Ruby
4a23a393f76f7bc39b791c067bb2fabc51f8fda1
90
2021-08-25 20:30:34+05:30
-19,800
['8d6b3efa2e042f3bdad58c2a0d7db9bcc0c41c9c']
feat: Creates custom attributes route (#2877)
[{'old_path': 'app/javascript/dashboard/i18n/default-sidebar.js', 'new_path': 'app/javascript/dashboard/i18n/default-sidebar.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -144,6 +144,7 @@ export const getSidebarItems = accountId => ({\n 'canned_list',\n 'labels_list',\n 'settings_inbox',\n+ ...
Ruby
7dd42f3fd706e9ac9700fb04b472e0c9e5d5778e
500
2021-08-26 01:10:45+05:30
-19,800
['4a23a393f76f7bc39b791c067bb2fabc51f8fda1']
chore: Add `description` in custom attributes CRUD API response (#2875)
[{'old_path': 'app/controllers/api/v1/accounts/custom_attribute_definitions_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/custom_attribute_definitions_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -31,12 +31,13 @@ class Api::V1::Accounts::CustomAttributeDefinitionsController < Api::V1...
Ruby
1d5150e3a7781c2f4416f41ed33a7859ff56246e
540
2021-08-26 11:58:56+05:30
-19,800
['7dd42f3fd706e9ac9700fb04b472e0c9e5d5778e']
feat: Update activity message, email designs in Message bubble (#2886) Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com>
[{'old_path': 'app/javascript/dashboard/assets/scss/widgets/_conversation-view.scss', 'new_path': 'app/javascript/dashboard/assets/scss/widgets/_conversation-view.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -259,11 +259,11 @@\n display: flex;\n font-size: var(--font-size-small);\n justify-conte...
Ruby
69b0434bb7b97bcd008d5e02bb4a806a572f7b10
622
2021-08-26 15:16:47+05:30
-19,800
['1d5150e3a7781c2f4416f41ed33a7859ff56246e']
chore: Display available name in email (#2888)
[{'old_path': 'app/drops/message_drop.rb', 'new_path': 'app/drops/message_drop.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,7 +2,7 @@ class MessageDrop < BaseDrop\n include MessageFormatHelper\n \n def sender_display_name\n- @obj.sender.try(:display_name)\n+ @obj.sender.try(:available_name)\n e...
Ruby
d13c4ff8c516171df173491eca9d3434facd0c67
90
2021-08-26 15:55:58+05:30
-19,800
['69b0434bb7b97bcd008d5e02bb4a806a572f7b10']
feat: Keyboard shortcuts improvements (#2790)
[{'old_path': 'app/javascript/dashboard/components/Modal.vue', 'new_path': 'app/javascript/dashboard/components/Modal.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -54,7 +54,7 @@ export default {\n },\n mounted() {\n document.addEventListener('keydown', e => {\n- if (this.show && e.keyCode === 27...
Ruby
5853531d9aa0fe4a9124022452ec9b56c4fd562f
500
2021-08-26 18:51:59+05:30
-19,800
['d13c4ff8c516171df173491eca9d3434facd0c67']
fix: Disable attribute route from settings menu (#2891)
[{'old_path': 'app/javascript/dashboard/routes/dashboard/settings/settings.routes.js', 'new_path': 'app/javascript/dashboard/routes/dashboard/settings/settings.routes.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -10,7 +10,6 @@ import profile from './profile/profile.routes';\n import reports from './reports/re...
Ruby
0a08e1ffc0640ef6ff43b34ccb0754e573ce040b
12
2021-08-26 19:51:10+05:30
-19,800
['5853531d9aa0fe4a9124022452ec9b56c4fd562f']
feat: Adds async and defer attributes to chatwoot script tag (#2890) Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com> Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com>
[{'old_path': 'Gemfile.lock', 'new_path': 'Gemfile.lock', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -630,6 +630,7 @@ GEM\n \n PLATFORMS\n arm64-darwin-20\n+ x86_64-darwin-20\n x86_64-darwin-21\n x86_64-linux\n \n'}, {'old_path': 'app/models/channel/web_widget.rb', 'new_path': 'app/models/channel/web_widg...
Ruby
78646b44b88465b65e4a8681f53fa187bf66f622
9
2021-08-27 13:10:21+05:30
-19,800
['0a08e1ffc0640ef6ff43b34ccb0754e573ce040b']
fix: Fixes widget holder blocking page clicks (#2897)
[{'old_path': 'app/javascript/sdk/sdk.js', 'new_path': 'app/javascript/sdk/sdk.js', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -112,7 +112,7 @@ export const SDK_CSS = `.woot-widget-holder {\n }\n \n .woot--hide {\n- bottom: -100vh;\n+ bottom: -100vh !important;\n transform: translateY(40px);\n top: unset !...
Ruby
9a8cbee470971242f9bd180941b05b75e59d8a83
209
2021-08-27 19:15:54+05:30
-19,800
['78646b44b88465b65e4a8681f53fa187bf66f622']
chore: Display email channel configuration while editing (#2896)
[{'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': '@@ -273,7 +273,9 @@\n "INBOX_UPDATE_SUB_TEXT": "Update your inbox settings",\n "AUTO_ASSIGNMENT_SUB_TEXT": "Enable or d...
Ruby
f94abaef5f4cc88b3125f2315f82ad332d50fb48
233
2021-08-27 19:56:45+05:30
14,400
['9a8cbee470971242f9bd180941b05b75e59d8a83']
feat: Shows inbox identifier token for API inbox (#2894) Fixes: #2605
[{'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': '@@ -274,6 +274,8 @@\n "AUTO_ASSIGNMENT_SUB_TEXT": "Enable or disable the automatic assignment of new conversations to the age...
Ruby
65f3e83afd9cdf1d5f94a818ab89d5ad50a31d49
622
2021-08-27 22:46:32+05:30
-19,800
['f94abaef5f4cc88b3125f2315f82ad332d50fb48']
feat: APIs to filter reports (#2889) Fixes #2823
[{'old_path': 'app/builders/v2/report_builder.rb', 'new_path': 'app/builders/v2/report_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -32,9 +32,16 @@ class V2::ReportBuilder\n private\n \n def scope\n- return account if params[:type].match?('account')\n- return inbox if params[:type].match?('i...
Ruby
588f49cc34aacb147e3a41eed211d152d98b1623
540
2021-08-31 11:27:40+05:30
-19,800
['65f3e83afd9cdf1d5f94a818ab89d5ad50a31d49']
fix: Update param name for attachments (#2921)
[{'old_path': 'swagger/paths/conversation/messages/create_attachment.yml', 'new_path': 'swagger/paths/conversation/messages/create_attachment.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,7 +3,7 @@ post:\n - Messages\n operationId: conversationNewMessageAttachment\n summary: Create New Message Atta...
Ruby
75329e5de1778587ad60d51909422312b208b64e
540
2021-08-31 11:46:15+05:30
-19,800
['588f49cc34aacb147e3a41eed211d152d98b1623']
fix: Add missing referer & initiated_at.timestamp to events (#2920)
[{'old_path': 'app/javascript/widget/api/endPoints.js', 'new_path': 'app/javascript/widget/api/endPoints.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,4 +1,5 @@\n import { buildSearchParamsWithLocale } from '../helpers/urlParamsHelper';\n+import { generateEventParams } from './events';\n \n const createConv...
Ruby
fdcc322660731a4334865f09564ef21bdab4fa2f
90
2021-08-31 13:54:34+05:30
-19,800
['75329e5de1778587ad60d51909422312b208b64e']
feat: Add the ability to create custom attribute (#2903)
[{'old_path': None, 'new_path': 'app/javascript/dashboard/api/attributes.js', 'type': <ModificationType.ADD: 1>, 'diff': "@@ -0,0 +1,9 @@\n+import ApiClient from './ApiClient';\n+\n+class AttributeAPI extends ApiClient {\n+ constructor() {\n+ super('custom_attribute_definitions', { accountScoped: true });\n+ }\n+}...
Ruby
1ff9939a80ad02ef50c3dadefc453da4f0b751c1
209
2021-08-31 15:12:05+05:30
-19,800
['fdcc322660731a4334865f09564ef21bdab4fa2f']
feat: Ability to remove inbox avatar (#2885) * Delete inbox avatar 1) New API endpoint added for deleting inbox avatar. 2) Delete avatar button in the inbox settings page. Co-authored-by: Sojan Jose <sojan@pepalo.com> Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
[{'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': '@@ -15,6 +15,11 @@ class Api::V1::Accounts::InboxesController < Api::V1::Accounts::BaseController\n @campaigns = @inbox.campaigns...
Ruby
5319af3dfce9d17374851ae4cf817d77811fd378
603
2021-08-31 15:30:18+05:30
-19,800
['1ff9939a80ad02ef50c3dadefc453da4f0b751c1']
chore: Merge contact copy over information (#2812) fixes: #2767, #2773 Co-authored-by: Nithin David <1277421+nithindavid@users.noreply.github.com>
[{'old_path': 'app/actions/contact_merge_action.rb', 'new_path': 'app/actions/contact_merge_action.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,4 +1,5 @@\n class ContactMergeAction\n+ include Events::Types\n pattr_initialize [:account!, :base_contact!, :mergee_contact!]\n \n def perform\n@@ -11,7 +12,...
Ruby
6563cccf34b08dc0d42a05ce080986b4f752e032
209
2021-08-31 19:06:12+05:30
-19,800
['5319af3dfce9d17374851ae4cf817d77811fd378']
Add attachment button for email conversation (#2927)
[{'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': '@@ -222,7 +222,8 @@ export default {\n this.isAWebWidgetInbox ||\n this.isAFacebookIn...
Ruby
06d89163414aeddba5d5486a8db6ae5371d1173a
500
2021-08-31 19:45:11+05:30
-19,800
['6563cccf34b08dc0d42a05ce080986b4f752e032']
fix: Handle more rest client exceptions (#2930)
[{'old_path': 'lib/exception_list.rb', 'new_path': 'lib/exception_list.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,7 +2,7 @@ module ExceptionList\n REST_CLIENT_EXCEPTIONS = [RestClient::NotFound, RestClient::GatewayTimeout, RestClient::BadRequest,\n RestClient::MethodNotAllow...
Ruby
6fdd4a29969be8423f31890b807d27d13627c50c
603
2021-09-01 15:08:05+05:30
-19,800
['06d89163414aeddba5d5486a8db6ae5371d1173a']
chore: Security Improvements to the API (#2893) - Devise auth tokens are reset on password update - Avatar attachment file type is limited to jpeg,gif and png - Avatar attachment file size is limited to 15 mb - Widget Message attachments are limited to types ['image/png', 'image/jpeg', 'image/gif', 'image/bmp', 'im...
[{'old_path': 'app/builders/messages/message_builder.rb', 'new_path': 'app/builders/messages/message_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -15,21 +15,25 @@ class Messages::MessageBuilder\n \n def perform\n @message = @conversation.messages.build(message_params)\n- if @attachments.prese...
Ruby
8b841596a51157e8cb983efe8e11d478172f8430
90
2021-09-01 06:42:22-07:00
-19,800
['afdf1c70c1a08617cbcca20063e8f16f23460daf']
feat: Creates pop out reply box (#2832) * enhancement: Creates draggable pop out replay box * Review fixes * Minor fixes * codeclimate fixes * Update z-index.scss * Minor fixes * Review fixes * Minor fixes * Update MessagesView.vue * Review fixes * Review fixes Co-authored-by: Muhsin K...
[{'old_path': 'app/javascript/dashboard/assets/scss/_woot.scss', 'new_path': 'app/javascript/dashboard/assets/scss/_woot.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -5,6 +5,7 @@\n @import 'shared/assets/stylesheets/font-weights';\n @import 'shared/assets/stylesheets/shadows';\n @import 'shared/assets/style...
Ruby
2ddd508aee8fa18ba86b76c364e4fa7049a372c1
209
2021-09-02 00:16:09+05:30
-19,800
['8b841596a51157e8cb983efe8e11d478172f8430']
Add missing conversation id for first response event (#2922) - Add missing conversation id for first response event - Fixing the flaky test Fixes #2746 Co-authored-by: Tejaswini <tejaswini@chatwoot.com>
[{'old_path': 'app/listeners/event_listener.rb', 'new_path': 'app/listeners/event_listener.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -24,7 +24,8 @@ class EventListener < BaseListener\n value: first_response_time,\n account_id: conversation.account_id,\n inbox_id: conversation.inbox_id,\n-...
Ruby
af1d8c0ee55e24be93c2307ae14b2a20e2b2180f
410
2021-09-02 12:13:53+05:30
-7,200
['2ddd508aee8fa18ba86b76c364e4fa7049a372c1']
feat: Fixes #1940 WCAG support for website widget (#2071) Co-authored-by: Kaj Oudshoorn <kaj@milvum.com> Co-authored-by: Pranav Raj S <pranav@chatwoot.com> Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com>
[{'old_path': 'app/assets/stylesheets/administrate/utilities/_variables.scss', 'new_path': 'app/assets/stylesheets/administrate/utilities/_variables.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -43,7 +43,7 @@ $woot-logo-padding: $space-large $space-two;\n // Colors\n $color-woot: #1f93ff;\n $color-gray: #6e...
Ruby
a60a33679f06dc918393c8b6538fb40b95594556
9
2021-09-02 16:26:20+05:30
-19,800
['af1d8c0ee55e24be93c2307ae14b2a20e2b2180f']
fix: Fixes messages jumping issue for newly created message (#2935) * fix: Fixes messages jumping issue for newly created message * Fixes border radius issue of messages * Fixes bottom jumping issue * Fixes code climate issue
[{'old_path': 'app/javascript/dashboard/assets/scss/widgets/_conversation-view.scss', 'new_path': 'app/javascript/dashboard/assets/scss/widgets/_conversation-view.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -113,10 +113,18 @@\n }\n \n &:last-child {\n- margin-bottom: $space-small;\n+ margin-botto...
Ruby
ad83d1bb71434e3f5fa91890d1fdd67314108bdb
603
2021-09-02 18:29:45+05:30
-19,800
['a60a33679f06dc918393c8b6538fb40b95594556']
feat: Platform API improvements (#2900) - Platform APIs to add and update custom attributes to users - Platform APIs to delete accounts - Platform APIs to delete users
[{'old_path': 'app/controllers/platform/api/v1/accounts_controller.rb', 'new_path': 'app/controllers/platform/api/v1/accounts_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -16,7 +16,7 @@ class Platform::Api::V1::AccountsController < PlatformController\n end\n \n def destroy\n- # TODO: obfusic...
Ruby
a03ed4eea09a105ae780fd504350453d1a756112
575
2021-09-03 11:58:26+05:30
-19,800
['ad83d1bb71434e3f5fa91890d1fdd67314108bdb']
feat: Update agent report filename to use generated date (#2934)
[{'old_path': 'app/javascript/dashboard/routes/dashboard/settings/reports/Index.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/settings/reports/Index.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -116,7 +116,8 @@ export default {\n },\n downloadAgentReports() {\n const { from, to }...
Ruby
ff1625708e564fdbde2576c6f704df35f99be62f
500
2021-09-03 13:45:14+05:30
-19,800
['a03ed4eea09a105ae780fd504350453d1a756112']
fix: Subscription attribute update issue (#2951)
[{'old_path': 'app/builders/notification_subscription_builder.rb', 'new_path': 'app/builders/notification_subscription_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,7 +4,7 @@ class NotificationSubscriptionBuilder\n def perform\n # if multiple accounts were used to login in same browser\n m...
Ruby
b866c54ad53e2400c8c8f637e5c6a413764e39d1
603
2021-09-03 15:48:24+05:30
-19,800
['ff1625708e564fdbde2576c6f704df35f99be62f']
chore: Bring updated translations (#2945)
[{'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': '@@ -91,6 +91,23 @@\n },\n "SEARCH": {\n "NO_RESULTS": "لم يتم العثور على النتائج."\n+ },\n+ "MULTI_SELECTOR": {...
Ruby
2ebd38c3b7ebf310229fcbf32ef0eeda3be19547
603
2021-09-04 17:56:46+05:30
-19,800
['b866c54ad53e2400c8c8f637e5c6a413764e39d1']
Chore: API Improvements (#2956) - API to fetch info of a single inbox - Document passing custom_attributes in the API - Ability to filter contacts with contact identifier in search API
[{'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': "@@ -79,6 +79,7 @@ class Api::V1::Accounts::ContactsController < Api::V1::Accounts::BaseController\n @resolved_contacts = Curren...
Ruby