Search is not available for this dataset
hash
string
author
int32
committer_date
string
timezone
int64
parents
string
message
string
changes
string
language
string
a04ca24def180f28b9f8aab1be441f2eaf70d62e
603
2020-08-06 15:21:06+05:30
-19,800
['db877453a4b7679665736fb6a878844a8d904759']
feat: Customisable Email Templates (#1095)
[{'old_path': 'Gemfile', 'new_path': 'Gemfile', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -8,7 +8,7 @@ gem 'rails'\n # Reduces boot times through caching; required in config/boot.rb\n gem 'bootsnap', require: false\n \n-##-- rails helper gems --##\n+##-- rails application helper gems --##\n gem 'acts-as-taggabl...
Ruby
0adbc346dff119b8e5d454ae52b1f57c46acdf28
541
2020-08-09 16:07:32+05:30
-19,800
['a04ca24def180f28b9f8aab1be441f2eaf70d62e']
feat: Add an extended bubble design for the widget (#1123) * feat: Add a new design for chat bubble Signed-off-by: Pranav Raj Sreepuram <pranavrajs@gmail.com> * Add i18n * Fix stye issues * Set fixed font-size * Update docs for bubble
[{'old_path': 'app/javascript/packs/sdk.js', 'new_path': 'app/javascript/packs/sdk.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,5 +1,6 @@\n import Cookies from 'js-cookie';\n import { IFrameHelper } from '../sdk/IFrameHelper';\n+import { getBubbleView } from '../sdk/bubbleHelpers';\n \n const runSDK = ({ b...
Ruby
ec3c2ed4bb0b06694c282a74556fb91d8b95f3d3
541
2020-08-09 18:13:17+05:30
-19,800
['0adbc346dff119b8e5d454ae52b1f57c46acdf28']
chore: Use 'Lax' instead of 'None' (#1129) fixes: #919 Signed-off-by: Pranav Raj Sreepuram <pranavrajs@gmail.com>
[{'old_path': 'app/javascript/dashboard/store/utils/api.js', 'new_path': 'app/javascript/dashboard/store/utils/api.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -3,6 +3,8 @@ import moment from 'moment';\n import Cookies from 'js-cookie';\n import { frontendURL } from '../../helper/URLHelper';\n \n+Cookies.defa...
Ruby
a6a62d92bfbcfa0847fcfb8c8ca8732b5ca22deb
603
2020-08-10 12:15:29+05:30
-19,800
['ec3c2ed4bb0b06694c282a74556fb91d8b95f3d3']
chore: Add Additional Contact APIs (#1130) Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com>
[{'old_path': 'app/builders/messages/message_builder.rb', 'new_path': 'app/builders/messages/message_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -31,7 +31,7 @@ class Messages::MessageBuilder\n private\n \n def message_type\n- if @conversation.inbox.channel.class != Channel::Api && @message_typ...
Ruby
4216d6331139f60e91f1ac9c633d3d1416427cde
603
2020-08-11 09:57:42+05:30
-19,800
['a6a62d92bfbcfa0847fcfb8c8ca8732b5ca22deb']
feat: Ability to reply to specific tweets (#1117) Ability to choose a specific tweet to reply to Fixes #982 Co-authored-by: Pranav Raj S <pranav@thoughtwoot.com>
[{'old_path': '.eslintrc.js', 'new_path': '.eslintrc.js', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -46,5 +46,6 @@ module.exports = {\n },\n globals: {\n __WEBPACK_ENV__: true,\n+ bus: true,\n },\n };\n'}, {'old_path': 'app/builders/messages/message_builder.rb', 'new_path': 'app/builders/messages/m...
Ruby
04bce69dedcd7cb4e3d44a863c4cda9b82f9bdeb
616
2020-08-11 22:04:06+05:30
-7,200
['2063e248a93975b773c9065f68a8a636f9d9f230']
Bugfix: add missing option to s3_compatible to support minio (#1134) minio doesn't work without force_path_style more info here: https://kevinjalbert.com/rails-activestorage-configuration-for-minio/
[{'old_path': 'config/storage.yml', 'new_path': 'config/storage.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -36,6 +36,7 @@ s3_compatible:\n region: <%= ENV.fetch('STORAGE_REGION', '') %>\n bucket: <%= ENV.fetch('STORAGE_BUCKET_NAME', '') %>\n endpoint: <%= ENV.fetch('STORAGE_ENDPOINT', '') %>\n+ forc...
Ruby
0117997fb1a9188d79b16a142fb5f360290e8650
541
2020-08-13 15:06:32+05:30
-19,800
['04bce69dedcd7cb4e3d44a863c4cda9b82f9bdeb']
chore: Add docs on customizing email template content (#1141)
[{'old_path': None, 'new_path': 'docs/customizations/email-notifications.md', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,66 @@\n+---\n+path: "/docs/customizations/email-notifications"\n+title: "Customize email notifications in Chatwoot"\n+---\n+\n+Chatwoot allows customization of email notifications in self...
Ruby
be91b322a43ae75c5ad011728611c72874a93a00
603
2020-08-14 00:47:24+05:30
-19,800
['0117997fb1a9188d79b16a142fb5f360290e8650']
chore: Enable additional attributes in liquid (#1144) enable additional liquid variables in mailers Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com>
[{'old_path': 'app/drops/user_drop.rb', 'new_path': 'app/drops/user_drop.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,2 +1,5 @@\n class UserDrop < BaseDrop\n+ def available_name\n+ @obj.try(:available_name)\n+ end\n end\n'}, {'old_path': 'app/mailers/application_mailer.rb', 'new_path': 'app/mailers/ap...
Ruby
f5374e0cd9dc45fe8ab08c37514cb17b2e356ec5
541
2020-08-14 17:29:35+05:30
-19,800
['be91b322a43ae75c5ad011728611c72874a93a00']
chore: Add documentation for DATABASE_URL environment variable (#1146)
[{'old_path': 'docs/development/project-setup/environment-variables.md', 'new_path': 'docs/development/project-setup/environment-variables.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -6,7 +6,15 @@ title: "Environment Variables"\n \n ### Database configuration\n \n-Use the following values in database.yml whi...
Ruby
4b70e4e3d615e9843f13f35736a228b42be14ef9
541
2020-08-15 13:13:49+05:30
-19,800
['104f1fb1cc0f4ba87000e3384479a51066501019']
chore: Update Readme with feature details (#1149)
[{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -23,40 +23,71 @@ ___\n <a href="https://discord.gg/cJXdrwS"><img src="https://img.shields.io/discord/647412545203994635" alt="Discord"></a>\n </p>\n \n-![ChatUI progess](https://s3.us-west-2.amazonaws.com/gh-assets.c...
Ruby
22880df42944b1da858e09258edd279075bdce82
603
2020-08-17 11:25:13+05:30
-19,800
['4b70e4e3d615e9843f13f35736a228b42be14ef9']
Feature: Send chat transcript via email (#1152) Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.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': '@@ -25,6 +25,11 @@ class Api::V1::Accounts::ConversationsController < Api::V1::Accounts::BaseContro\n head :ok\n en...
Ruby
dfe4b70d91d92e2b57450b860e786a1c0fbb3df3
313
2020-08-17 13:07:12+05:30
-7,200
['22880df42944b1da858e09258edd279075bdce82']
chore: update swagger definitions (#1151) update swagger definitions
[{'old_path': 'swagger/definitions/request/contact/create.yml', 'new_path': 'swagger/definitions/request/contact/create.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,6 +1,11 @@\n type: object\n properties:\n- account_id:\n- type: number\n inbox_id:\n type: number\n+ required: true\n+ name:\n+...
Ruby
662bb882f76a2cc3fed699ec28bf4aec1f3ca89c
541
2020-08-18 12:14:37+05:30
-19,800
['dfe4b70d91d92e2b57450b860e786a1c0fbb3df3']
chore: Update API docs (#1153)
[{'old_path': 'swagger/definitions/index.yml', 'new_path': 'swagger/definitions/index.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -19,6 +19,11 @@ inbox:\n $ref: ./resource/inbox.yml\n agent_bot:\n $ref: ./resource/agent_bot.yml\n+contact_inboxes:\n+ $ref: ./resource/contact_inboxes.yml\n+account:\n+ $...
Ruby
e8912655a5bcd15a931303bdb9209e4647947a4e
541
2020-08-19 22:24:02+05:30
-19,800
['662bb882f76a2cc3fed699ec28bf4aec1f3ca89c']
feat: Allow user to change the bubble title using SDK (#1155) - Allow user to change the bubble title using SDK - Add docs for enabling expanded bubble
[{'old_path': 'app/javascript/packs/sdk.js', 'new_path': 'app/javascript/packs/sdk.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -13,6 +13,7 @@ const runSDK = ({ baseUrl, websiteToken }) => {\n websiteToken,\n locale: chatwootSettings.locale,\n type: getBubbleView(chatwootSettings.type),\n+ laun...
Ruby
507b40a51dcfb5608ef25a6255630592f37473eb
603
2020-08-19 23:25:55+05:30
-19,800
['e8912655a5bcd15a931303bdb9209e4647947a4e']
chore: Control rendering contact inbox (#1157)
[{'old_path': 'app/views/api/v1/accounts/contacts/create.json.jbuilder', 'new_path': 'app/views/api/v1/accounts/contacts/create.json.jbuilder', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,6 +1,6 @@\n json.payload do\n json.contact do\n- json.partial! 'api/v1/models/contact.json.jbuilder', resource: @conta...
Ruby
cdd385b269a4a6031f5251f33cd445dbad389970
603
2020-08-21 19:30:27+05:30
-19,800
['507b40a51dcfb5608ef25a6255630592f37473eb']
feat: Custom Attributes for contacts (#1158) Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com>
[{'old_path': 'app/actions/contact_identify_action.rb', 'new_path': 'app/actions/contact_identify_action.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -33,7 +33,8 @@ class ContactIdentifyAction\n end\n \n def update_contact\n- @contact.update!(params.slice(:name, :email, :identifier))\n+ custom_attri...
Ruby
83eb92e7ff93af99ae4fc22086415bf1857fb4cb
603
2020-08-22 17:54:16+05:30
-19,800
['cdd385b269a4a6031f5251f33cd445dbad389970']
chore: Enable Russian, update translations (#1159) Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com>
[{'old_path': 'app/javascript/dashboard/i18n/index.js', 'new_path': 'app/javascript/dashboard/i18n/index.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,31 +1,63 @@\n+import ar from './locale/ar';\n import ca from './locale/ca';\n+import cs from './locale/cs';\n+import da from './locale/da';\n import de from ...
Ruby
5917cd5d98a7da40235587057fe3458875aa72b7
541
2020-08-22 22:18:50+05:30
-19,800
['83eb92e7ff93af99ae4fc22086415bf1857fb4cb']
security: Upgrade webpacker to fix CVE-2020-7660 (#1161) - security: Upgrade webpack to fix CVE-2020-7660
[{'old_path': 'Gemfile', 'new_path': 'Gemfile', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -47,7 +47,7 @@ gem 'redis-rack-cache'\n gem 'dotenv-rails'\n gem 'foreman'\n gem 'puma'\n-gem 'webpacker'\n+gem 'webpacker', '~> 5.x'\n \n ##--- gems for authentication & authorization ---##\n gem 'devise'\n"}, {'old_path'...
Ruby
ec6cd4bbba81bc99a7383aad64d96a0d8dd0bcf4
541
2020-08-22 22:20:22+05:30
-19,800
['5917cd5d98a7da40235587057fe3458875aa72b7']
feat: Use order_by_name as default sort order for inbox/user (#1160)
[{'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': '@@ -64,6 +64,6 @@ class Api::V1::Accounts::AgentsController < Api::V1::Accounts::BaseController\n end\n \n def agents\n- @agents...
Ruby
8cf05f1d9fc069be1d54017120d1e66f4c1e2233
541
2020-08-23 00:05:07+05:30
-19,800
['ec6cd4bbba81bc99a7383aad64d96a0d8dd0bcf4']
feat: Ability to edit a contact (#1092) Ability to edit contact information in conversation sidebar Co-authored-by: Sojan <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': "@@ -20,6 +20,11 @@ class Api::V1::Accounts::ContactsController < Api::V1::Accounts::BaseController\n \n def update\n @contact...
Ruby
37335c413a4e7d4993a942b56426e9480d8b4a3f
542
2020-08-23 18:10:36+05:30
-19,800
['62e70ddcc84c5d0f662ccb0fa42646af9efa5d1c']
Fix `window.chatwootSettings` is undefined
[{'old_path': 'app/javascript/packs/sdk.js', 'new_path': 'app/javascript/packs/sdk.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -13,7 +13,7 @@ const runSDK = ({ baseUrl, websiteToken }) => {\n websiteToken,\n locale: chatwootSettings.locale,\n type: getBubbleView(chatwootSettings.type),\n- laun...
Ruby
e1b7165bec2efdab9d11ea5df2903b7a06b25ef0
542
2020-08-23 18:29:40+05:30
-19,800
['b38952d6ca22bcdcf025697479805023e3734ecf']
chore: Bump version to 1.7.2
[{'old_path': 'config/app.yml', 'new_path': 'config/app.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,5 +1,5 @@\n shared: &shared\n- version: '1.7.1'\n+ version: '1.7.2'\n \n development:\n <<: *shared\n"}, {'old_path': 'package.json', 'new_path': 'package.json', 'type': <ModificationType.MODIFY: 5>, '...
Ruby
fe1259a29f6597eaa46b7833bbcd3acc2e7c7a75
95
2020-08-23 19:58:19+05:30
-7,200
['d605619eba6bd455a6c87b27ed5c52b6a82fbc3f']
feat: Update styles, Add support for Arabic text in emails (#1088) Co-authored-by: Pranav Raj S <pranav@thoughtwoot.com>
[{'old_path': 'app/views/mailers/conversation_reply_mailer/reply_with_summary.html.erb', 'new_path': 'app/views/mailers/conversation_reply_mailer/reply_with_summary.html.erb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,7 +9,7 @@\n </td>\n </tr>\n <tr>\n- <td style="padding-bottom: 16px;">\n+ <td...
Ruby
124e43b477a5484807804945590a4aa41c8ab0b9
541
2020-08-23 21:12:50+05:30
-19,800
['fe1259a29f6597eaa46b7833bbcd3acc2e7c7a75']
chore: Update issue template (#1168)
[{'old_path': '.github/ISSUE_TEMPLATE/bug_report.md', 'new_path': '.github/ISSUE_TEMPLATE/bug_report.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -2,15 +2,16 @@\n name: Bug report\n about: Create a report to help us improve\n title: ''\n-labels: ''\n+labels: 'Bug'\n assignees: ''\n \n ---\n-\n **Describe the ...
Ruby
2193de985396d0cac44c0604d3c46cb17cf9c907
603
2020-08-25 23:04:02+05:30
-19,800
['124e43b477a5484807804945590a4aa41c8ab0b9']
chore: General fixes and clean up (#1169)
[{'old_path': 'app/builders/messages/facebook/message_builder.rb', 'new_path': 'app/builders/messages/facebook/message_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -50,6 +50,8 @@ class Messages::Facebook::MessageBuilder\n def attach_file(attachment, file_url)\n file_resource = LocalResource.new(...
Ruby
ce13efd27300f8856c6d1d4c33c01ec2a8bdc41f
603
2020-08-26 21:33:52+05:30
-19,800
['2193de985396d0cac44c0604d3c46cb17cf9c907']
chore: Update translations for ar, zh (#1172)
[{'old_path': 'app/javascript/dashboard/i18n/locale/ar/chatlist.json', 'new_path': 'app/javascript/dashboard/i18n/locale/ar/chatlist.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -47,7 +47,7 @@\n "VALUE": "resolved"\n },\n {\n- "TEXT": "Bot",\n+ "TEXT": "رد آلي",\n "...
Ruby
45cd949c40d42b9a480c961f43d3764c95cfdddd
541
2020-08-28 17:39:46+05:30
-19,800
['ce13efd27300f8856c6d1d4c33c01ec2a8bdc41f']
feat: Add a popout option on webwidget (#1174) * feat: Add a popout option on webwidget
[{'old_path': 'app/javascript/packs/sdk.js', 'new_path': 'app/javascript/packs/sdk.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -14,6 +14,7 @@ const runSDK = ({ baseUrl, websiteToken }) => {\n locale: chatwootSettings.locale,\n type: getBubbleView(chatwootSettings.type),\n launcherTitle: chatwootS...
Ruby
85ae6d92b901bbcc92f5c75de152875ebe2668cb
603
2020-08-29 01:39:41+05:30
-19,800
['45cd949c40d42b9a480c961f43d3764c95cfdddd']
feat: Enable Slack Integration in all channels (#1175)
[{'old_path': 'app/models/message.rb', 'new_path': 'app/models/message.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -6,6 +6,7 @@\n # content :text\n # content_attributes :json\n # content_type :integer default("text")\n+# external_source_ids :jsonb\n # message_type :in...
Ruby
5ac093fca248736d301d2150de00177616ba8fae
603
2020-08-30 12:36:21+05:30
-19,800
['85ae6d92b901bbcc92f5c75de152875ebe2668cb']
chore: Fix nil class error at bot endpoint (#1177)
[{'old_path': 'lib/integrations/facebook/delivery_status.rb', 'new_path': 'lib/integrations/facebook/delivery_status.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -16,14 +16,16 @@ class Integrations::Facebook::DeliveryStatus\n end\n \n def contact\n- ::ContactInbox.find_by(source_id: sender_id).contact\...
Ruby
29d13fbb4f740da44fa72bac9006912488fe293d
541
2020-08-30 21:46:36+05:30
-19,800
['5ac093fca248736d301d2150de00177616ba8fae']
chore: Add documentation for API channel (#1179)
[{'old_path': None, 'new_path': 'docs/channels/api-channel/callback-url.md', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,45 @@\n+---\n+path: \'/docs/channels/api/callback-url\'\n+title: \'Callback URL and message payload\'\n+---\n+\n+When a new message is created in the API channel, you will get a POST reque...
Ruby
cb6fc9fb2e1a8551aa7c5f002dbfa24404426cfd
672
2020-09-01 11:39:18+05:30
-19,800
['29d13fbb4f740da44fa72bac9006912488fe293d']
fix: fonts cors issue with cdn (#1182)
[{'old_path': 'config/environments/production.rb', 'new_path': 'config/environments/production.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -119,4 +119,13 @@ Rails.application.configure do\n config.action_mailbox.ingress = ENV.fetch('RAILS_INBOUND_EMAIL_SERVICE', 'relay').to_sym\n \n Rails.application.rou...
Ruby
17968e6d3f6af47b8efbf2080ebaabf23beeb6be
573
2020-09-02 20:51:40+05:30
-19,800
['cb6fc9fb2e1a8551aa7c5f002dbfa24404426cfd']
bugfix: validate_queue method - map then sort, instead of sort then map (#1187) Co-authored-by: Sahil Mittal <sahil.mittal@snapdeal.com>
[{'old_path': 'app/services/round_robin/manage_service.rb', 'new_path': 'app/services/round_robin/manage_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -43,7 +43,7 @@ class RoundRobin::ManageService\n end\n \n def validate_queue?\n- return true if inbox.inbox_members.map(&:user_id).sort == queue....
Ruby
dfb533db8d7cab0356d69408be8d8581ce4ab500
541
2020-09-03 13:17:45+05:30
-19,800
['17968e6d3f6af47b8efbf2080ebaabf23beeb6be']
chore: Improve widget loading performance (#1191) * Frontend assets url * Remove font files from widget * Rename variable to ASSET_CDN_HOST
[{'old_path': '.env.example', 'new_path': '.env.example', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,6 +4,9 @@ SECRET_KEY_BASE=replace_with_lengthy_secure_hex\n # Replace with the URL you are planning to use for your app\n FRONTEND_URL=http://0.0.0.0:3000\n \n+# If you plan to use CDN for your assets, set Ass...
Ruby
9b23a11c5beaf8475703c883b0952a3747ed65d3
656
2020-09-03 14:11:07+05:30
-19,800
['dfb533db8d7cab0356d69408be8d8581ce4ab500']
chore: Improves styling for conversation header (#1167) Co-authored-by: Pranav Raj S <pranav@thoughtwoot.com>
[{'old_path': 'app/javascript/dashboard/assets/scss/_helper-classes.scss', 'new_path': 'app/javascript/dashboard/assets/scss/_helper-classes.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -69,3 +69,11 @@ select {\n border-top-left-radius: 0 !important;\n }\n }\n+\n+.justify-space-between {\n+ justify-c...
Ruby
3ac32a3fbd740148952093eb6c761b289232fd84
541
2020-09-03 14:54:11+05:30
-19,800
['9b23a11c5beaf8475703c883b0952a3747ed65d3']
chore: Add documentation to setup Cloudfront as the CDN (#1193) Add documentation to setup Cloudfront as the CDN
[{'old_path': None, 'new_path': 'docs/deployment/frontend/cloudfront-cdn.md', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,52 @@\n+---\n+path: "/docs/deployment/cdn/cloudfront"\n+title: "Configuring Cloudfront with Chatwoot"\n+---\n+\n+This document helps you to configure Cloudfront as the asset host for Chat...
Ruby
e4336ffcb34cb2e539af5e5e07a7d3349df60db3
541
2020-09-03 14:55:05+05:30
-19,800
['3ac32a3fbd740148952093eb6c761b289232fd84']
chore: Remove unused packages from package.json (#1190)
[{'old_path': 'package.json', 'new_path': 'package.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -35,7 +35,6 @@\n "url-loader": "^2.0.0",\n "v-tooltip": "~2.0.2",\n "vue": "^2.6.0",\n- "vue-audio": "~0.0.7",\n "vue-axios": "~1.2.2",\n "vue-chartjs": "^3.4.2",\n "vue-clickaway": "~2...
Ruby
afb5694ed695a5bb7eddebdb200bf680cd341140
603
2020-09-03 15:24:08+05:30
-19,800
['e4336ffcb34cb2e539af5e5e07a7d3349df60db3']
chore: Enable runtime metrics on Heroku (#1178) Co-authored-by: Pranav Raj S <pranav@thoughtwoot.com>
[{'old_path': 'Gemfile', 'new_path': 'Gemfile', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -48,6 +48,8 @@ gem 'dotenv-rails'\n gem 'foreman'\n gem 'puma'\n gem 'webpacker', '~> 5.x'\n+# metrics on heroku\n+gem 'barnes'\n \n ##--- gems for authentication & authorization ---##\n gem 'devise'\n"}, {'old_path': 'Gem...
Ruby
715bd368f4d909ab0ac32ef09c7805ec716b345d
541
2020-09-04 19:13:22+05:30
-19,800
['afb5694ed695a5bb7eddebdb200bf680cd341140']
chore: Add alt for bubble icon (#1200)
[{'old_path': 'app/javascript/sdk/bubbleHelpers.js', 'new_path': 'app/javascript/sdk/bubbleHelpers.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -28,6 +28,7 @@ export const createBubbleIcon = ({ className, src, target }) => {\n let bubbleClassName = `${className} woot-elements--${window.$chatwoot.position}`;...
Ruby
d18c8fc08a98eb0f8eec81a7ecfe2e3e3f64ccb5
541
2020-09-04 19:13:47+05:30
-19,800
['715bd368f4d909ab0ac32ef09c7805ec716b345d']
chore: Add message_echo listener for Facebook (#1192) Co-authored-by: Sojan Jose <sojan@pepalo.com>
[{'old_path': 'app/bot/facebook_bot.rb', 'new_path': 'app/bot/facebook_bot.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -19,4 +19,10 @@ class FacebookBot\n updater.perform\n Rails.logger.info "Human was online at #{delivery.at}"\n end\n+\n+ Bot.on :message_echo do |message|\n+ Rails.logger.info ...
Ruby
c668cccb53522d2e774dd91da42db2287e1a60c5
541
2020-09-06 23:20:18+05:30
-19,800
['d18c8fc08a98eb0f8eec81a7ecfe2e3e3f64ccb5']
chore: Upgrade yargs-parser to fix GHSA-p9pc-299p-vxgp (#1202)
[{'old_path': 'package.json', 'new_path': 'package.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -73,14 +73,14 @@\n "eslint-plugin-vue": "^6.2.2",\n "expect-more-jest": "^2.4.2",\n "husky": ">=1",\n- "jest": "^25.1.0",\n+ "jest": "^26.4.2",\n "jest-serializer-vue": "^2.0.2",\n "jest...
Ruby
3ffb29bf4e1c7e85ded9d397a0d1be3e8ae2ff64
603
2020-09-07 15:19:41+05:30
-19,800
['354451447078abf7fcafaeeb7f1d3ee53a748900']
Chore: Squash previous migrations (#1107) Fixes: #784 Co-authored-by: Pranav Raj S <pranav@thoughtwoot.com>
[{'old_path': '.rubocop.yml', 'new_path': '.rubocop.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -129,3 +129,4 @@ AllCops:\n - 'config/environments/**/*'\n - 'tmp/**/*'\n - 'storage/**/*'\n+ - 'db/migrate/20200225162150_init_schema.rb'\n"}, {'old_path': 'Gemfile', 'new_path': 'Gemfile', 'type'...
Ruby
ac5d755545be5f4fb4fc55a9307ad28cd2a4cc5a
603
2020-09-08 11:24:08+05:30
-19,800
['3ffb29bf4e1c7e85ded9d397a0d1be3e8ae2ff64']
chore: Update dependencies (#1173)
[{'old_path': '.rubocop.yml', 'new_path': '.rubocop.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -4,20 +4,8 @@ require:\n - rubocop-rspec\n inherit_from: .rubocop_todo.yml\n \n-Lint/RaiseException:\n- Enabled: true\n-Lint/StructNewOverride:\n- Enabled: true\n-Lint/DeprecatedOpenSSLConstant:\n- Enabled: ...
Ruby
3b92c744d62cae65354f3aaa0195305db8d122f9
541
2020-09-09 11:27:31+05:30
-19,800
['ac5d755545be5f4fb4fc55a9307ad28cd2a4cc5a']
fix: Update documentation to use `launcherTitle` (#1212)
[{'old_path': 'docs/channels/website-sdk.md', 'new_path': 'docs/channels/website-sdk.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -37,12 +37,12 @@ Chatwoot support 2 designs for for the widget\n \n ![Expanded-bubble](./images/sdk/expanded-bubble.gif)\n \n-If you are using expanded bubble, you can customize th...
Ruby
31c07771e844d4f41357da68ca2d8dcd69a5064c
603
2020-09-10 19:19:15+05:30
-19,800
['3b92c744d62cae65354f3aaa0195305db8d122f9']
feat: Notification on new messages in conversation (#1204) fixes: #895 fixes: #1118 fixes: #1075 Co-authored-by: Pranav Raj S <pranav@thoughtwoot.com>
[{'old_path': '.rubocop.yml', 'new_path': '.rubocop.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -75,6 +75,7 @@ Metrics/AbcSize:\n - 'db/migrate/20190819005836_add_missing_indexes_on_taggings.acts_as_taggable_on_engine.rb'\n - 'db/migrate/20161123131628_devise_token_auth_create_users.rb'\n Metrics/Cy...
Ruby
fe3cb76a190ad87f3d55233a44eaae46b3f8fe05
229
2020-09-11 14:32:24+05:30
25,200
['31c07771e844d4f41357da68ca2d8dcd69a5064c']
chore: allow DATABASE_URL env to take presedence over individual connection params. (#1147) fixes: #1147 Co-authored-by: Pranav Raj S <pranav@thoughtwoot.com>
[{'old_path': 'docker/entrypoints/rails.sh', 'new_path': 'docker/entrypoints/rails.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -8,8 +8,14 @@ rm -rf /app/tmp/cache/*\n \n echo "Waiting for postgres to become ready...."\n \n+# Let DATABASE_URL env take presedence over individual connection params.\n+if [ -z "$...
Ruby
afc062537c91b91cd5dcfd823932fcbaead831a8
603
2020-09-12 23:09:55+05:30
-19,800
['fe3cb76a190ad87f3d55233a44eaae46b3f8fe05']
chore: Fix integration hooks destroy method (#1224)
[{'old_path': 'app/controllers/api/v1/accounts/integrations/slack_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/integrations/slack_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -3,7 +3,7 @@ class Api::V1::Accounts::Integrations::SlackController < Api::V1::Accounts::Base\n \n def cre...
Ruby
739c062676b6abb77f693162f3aa9e77b6795bd3
603
2020-09-13 16:16:52+05:30
-19,800
['afc062537c91b91cd5dcfd823932fcbaead831a8']
chore: Enable an echo id for message create end points
[{'old_path': 'app/builders/messages/message_builder.rb', 'new_path': 'app/builders/messages/message_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -3,12 +3,11 @@ class Messages::MessageBuilder\n attr_reader :message\n \n def initialize(user, conversation, params)\n- @content = params[:content]\n...
Ruby
f3a357d83243b4219b4bc328a329180c13e6c978
541
2020-09-13 22:49:01+05:30
-19,800
['739c062676b6abb77f693162f3aa9e77b6795bd3']
chore: Remove `emojione`, cleanup styles (#1232) * chore: Remove `emojione`, cleanup styles * Move size to variables * Remove unused categories
[{'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': '@@ -103,11 +103,6 @@\n }\n }\n \n-.emojione {\n- height: $font-size-medium;\n- width: $font-size-me...
Ruby
1312d07aa2210e568d3dff045cfe9535a365b0ac
541
2020-09-14 15:14:26+05:30
-19,800
['f3a357d83243b4219b4bc328a329180c13e6c978']
chore: Remove `momentjs`, use `date-fns` (#1233)
[{'old_path': 'app/javascript/dashboard/mixins/time.js', 'new_path': 'app/javascript/dashboard/mixins/time.js', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,21 +1,17 @@\n /* eslint no-console: 0 */\n-/* eslint no-undef: "error" */\n-/* eslint no-unused-expressions: ["error", { "allowShortCircuit": true }] */\n-...
Ruby
49b4c2ae07ca149712072e85fbc057981e4df89e
603
2020-09-14 18:08:53+05:30
-19,800
['1312d07aa2210e568d3dff045cfe9535a365b0ac']
chore: Bump up version
[{'old_path': 'config/app.yml', 'new_path': 'config/app.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,5 +1,5 @@\n shared: &shared\n- version: '1.7.2'\n+ version: '1.8.0'\n \n development:\n <<: *shared\n"}, {'old_path': 'package.json', 'new_path': 'package.json', 'type': <ModificationType.MODIFY: 5>, '...
Ruby
5ae3026125e8b74ba18c0be6a5d1652340c95be1
541
2020-09-16 11:46:07+05:30
-19,800
['c9a56f1f029ba3355ccc95f25e4b04c3f960035b']
fix: Add available_name method to agent_bot (#1238)
[{'old_path': 'app/models/agent_bot.rb', 'new_path': 'app/models/agent_bot.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -19,6 +19,10 @@ class AgentBot < ApplicationRecord\n has_many :inboxes, through: :agent_bot_inboxes\n has_many :messages, as: :sender, dependent: :restrict_with_exception\n \n+ def avai...
Ruby
8b953917e12c2b1496fcbdcb41dba2341ac9983c
541
2020-09-17 13:23:23+05:30
-19,800
['5ae3026125e8b74ba18c0be6a5d1652340c95be1']
chore: Upgrade selfsigned to fix CVE-2020-7720 (#1242)
[{'old_path': 'yarn.lock', 'new_path': 'yarn.lock', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -7271,10 +7271,10 @@ node-cache@^4.1.1:\n clone "2.x"\n lodash "^4.17.15"\n \n-node-forge@0.9.0:\n- version "0.9.0"\n- resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-0.9.0.tgz#d624050edbb44874...
Ruby
646746aa108ce90127367c2c439ef25b98ec68c9
541
2020-09-17 23:32:19+05:30
-19,800
['8b953917e12c2b1496fcbdcb41dba2341ac9983c']
fix: Check medium to decide 24 hour window (#1245)
[{'old_path': 'app/models/channel/twilio_sms.rb', 'new_path': 'app/models/channel/twilio_sms.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -31,10 +31,10 @@ class Channel::TwilioSms < ApplicationRecord\n has_one :inbox, as: :channel, dependent: :destroy\n \n def name\n- medium == :sms ? 'Twilio SMS' : 'W...
Ruby
74d07c876efa7daa24015348d9f52e97a2e7e74f
603
2020-09-18 18:50:53+05:30
-19,800
['646746aa108ce90127367c2c439ef25b98ec68c9']
chore: Fix RestClient::GatewayTimeout, label_list of NilClass (#1243)
[{'old_path': 'app/controllers/api/v1/widget/labels_controller.rb', 'new_path': 'app/controllers/api/v1/widget/labels_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,14 +1,18 @@\n class Api::V1::Widget::LabelsController < Api::V1::Widget::BaseController\n def create\n+ if conversation.present?...
Ruby
fc7b84d61259aa5af7e739fb4dd12beea1762222
672
2020-09-19 12:46:34+05:30
-19,800
['74d07c876efa7daa24015348d9f52e97a2e7e74f']
Chore: Fix N+1 queries in dashboard side (#1254) * Chore: Fix N+1 queries in dashboard side Fixed a couple of N+1 queries fired on the dashboard side of the app to improve performance.
[{'old_path': 'app/controllers/api/v1/accounts/contacts/conversations_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/contacts/conversations_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,7 +1,7 @@\n class Api::V1::Accounts::Contacts::ConversationsController < Api::V1::Accounts::BaseC...
Ruby
cdd428f50347d229a86accc66ce560412eb5b57f
541
2020-09-20 19:10:08+05:30
-19,800
['fc7b84d61259aa5af7e739fb4dd12beea1762222']
chore: Add browser logs and server logs to the template (#1260)
[{'old_path': '.github/ISSUE_TEMPLATE/bug_report.md', 'new_path': '.github/ISSUE_TEMPLATE/bug_report.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -26,6 +26,14 @@ A clear and concise description of what you expected to happen.\n \n If applicable, add screenshots to help explain your problem.\n \n+**Browser log...
Ruby
0deb1af85212e1ab428eee2ee165af36729b5daf
541
2020-09-20 19:29:39+05:30
-19,800
['cdd428f50347d229a86accc66ce560412eb5b57f']
chore: Add a check for defined labels in SDK API (#1259)
[{'old_path': 'app/controllers/api/v1/widget/labels_controller.rb', 'new_path': 'app/controllers/api/v1/widget/labels_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,6 +1,6 @@\n class Api::V1::Widget::LabelsController < Api::V1::Widget::BaseController\n def create\n- if conversation.present?\n...
Ruby
ea6577af6de427d9ddc29015d0939bc03a6f5df8
541
2020-09-20 22:19:34+05:30
-19,800
['0deb1af85212e1ab428eee2ee165af36729b5daf']
fix: Remove agent keys from translation file (#1261)
[{'old_path': 'app/javascript/dashboard/components/layout/Sidebar.vue', 'new_path': 'app/javascript/dashboard/components/layout/Sidebar.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -65,8 +65,8 @@\n <h3 class="current-user--name">\n {{ currentUserAvailableName }}\n </h3>\n- ...
Ruby
313b2da703e74f44871ae460c8ea6f26575c3315
13
2020-09-21 18:42:30+05:30
-19,800
['ea6577af6de427d9ddc29015d0939bc03a6f5df8']
bugfix: fix file uploads not showing original file name fixes: #1246
[{'old_path': 'app/builders/messages/facebook/message_builder.rb', 'new_path': 'app/builders/messages/facebook/message_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -50,7 +50,7 @@ class Messages::Facebook::MessageBuilder\n \n def attach_file(attachment, file_url)\n file_resource = LocalResource.n...
Ruby
f9b04277518652b9acc9ae4496fd0db995d467fe
672
2020-09-21 22:44:22+05:30
-19,800
['313b2da703e74f44871ae460c8ea6f26575c3315']
feat: email channel backend (#140) (#1255) * feat: added support mailbox to handle email channel (#140) Added a new mailbox called 'SupportMailbox' to handle all the incoming emails other than reply emails. An email channel will have a support email and forward email associated with it. So we filter for the ri...
[{'old_path': '.gitignore', 'new_path': '.gitignore', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -23,7 +23,7 @@\n *.log\n # Ignore application configuration\n node_modules\n-\n+master.key\n *.rdb\n \n # Ignore env files\n'}, {'old_path': 'app/mailboxes/application_mailbox.rb', 'new_path': 'app/mailboxes/applicat...
Ruby
381c448627001986e835a5119718b9279eabef7d
672
2020-09-22 11:26:41+05:30
-19,800
['f9b04277518652b9acc9ae4496fd0db995d467fe']
fix: Email encoding issue - utf8 (#1264) There were issues in parsing Arabic or UTF characters (emojis) correctly for the incoming emails. All these characters were converted to question marks which is teh fallback character when an encoding is enforced and there is a missing matching character.
[{'old_path': 'app/presenters/mail_presenter.rb', 'new_path': 'app/presenters/mail_presenter.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -12,7 +12,7 @@ class MailPresenter < SimpleDelegator\n end\n \n def text_content\n- @decoded_text_content ||= encode_to_unicode(text_part&.body&.decoded || fallback_...
Ruby
17e5c01948efd61df283076eeeba936ed8d5ea40
601
2020-09-22 19:16:00+05:30
-28,800
['381c448627001986e835a5119718b9279eabef7d']
chore: Update zh_TW i18n files (#1262) Co-authored-by: JackTsai <jacktsai@larvata.tw>
[{'old_path': 'app/javascript/dashboard/i18n/index.js', 'new_path': 'app/javascript/dashboard/i18n/index.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -28,6 +28,7 @@ import tr from './locale/tr';\n import uk from './locale/uk';\n import vi from './locale/vi';\n import zh from './locale/zh';\n+import zh_TW from...
Ruby
bc8becf49c494e6bb4ae66be5a43409e59924b3c
541
2020-09-23 15:27:11+05:30
-19,800
['17e5c01948efd61df283076eeeba936ed8d5ea40']
chore: Update website-sdk documentation (#1267) Update the `website-sdk` documentation to reflect the feedback on setUser method from a customer
[{'old_path': 'docs/channels/website-sdk.md', 'new_path': 'docs/channels/website-sdk.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -66,10 +66,10 @@ window.$chatwoot.toggle();\n ### To set the user in the widget\n \n ```js\n-window.$chatwoot.setUser('identifier_key', {\n- email: 'email@example.com',\n- name: ...
Ruby
532331edb6e99265fb1fb0a46159f799b6257c36
603
2020-09-23 15:27:41+05:30
-19,800
['bc8becf49c494e6bb4ae66be5a43409e59924b3c']
feat: Ability to search conversation with message content (#1265) - API end point which takes message content as search parameter - end point supports additional filtering with labels and inbox ids - swagger doc
[{'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': '@@ -15,6 +15,12 @@ class Api::V1::Accounts::ConversationsController < Api::V1::Accounts::BaseContro\n @conversations_...
Ruby
d6ada922c88365b5187bda7c00fcb2ee3731fcc5
541
2020-09-24 23:20:25+05:30
-19,800
['532331edb6e99265fb1fb0a46159f799b6257c36']
chore: Fix wrong documentation to set a label (#1269)
[{'old_path': 'docs/channels/website-sdk.md', 'new_path': 'docs/channels/website-sdk.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -115,7 +115,7 @@ To set the language manually, use the `setLocale` function.\n Please note that the labels will be set on a conversation if the user has not started a conversation....
Ruby
4b27ac63d43a11a15776c5ca4dc509aa68826bb1
268
2020-09-25 21:36:31+05:30
-7,200
['d6ada922c88365b5187bda7c00fcb2ee3731fcc5']
chore: Add widget text translations for German (#1276)
[{'old_path': 'app/javascript/widget/i18n/locale/de.json', 'new_path': 'app/javascript/widget/i18n/locale/de.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,26 +2,26 @@\n "COMPONENTS": {\n "FILE_BUBBLE": {\n "DOWNLOAD": "Herunterladen",\n- "UPLOADING": "Uploading..."\n+ "UPLOADING": "H...
Ruby
701eccb35cb02b899dbc71b554903109d534cb96
611
2020-09-26 02:32:34+05:30
-19,800
['4b27ac63d43a11a15776c5ca4dc509aa68826bb1']
Feature: Knowledge Base APIs (#1002) - Introduce models & migrations for portals, categories, folders and articles - CRUD API for portals - CRUD API for categories Addresses: #714 Co-authored-by: Sojan <sojan@pepalo.com>
[{'old_path': None, 'new_path': 'app/controllers/api/v1/accounts/kbase/base_controller.rb', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,9 @@\n+class Api::V1::Accounts::Kbase::BaseController < Api::V1::Accounts::BaseController\n+ before_action :portal\n+\n+ private\n+\n+ def portal\n+ @portal ||= Curren...
Ruby
dbd1720aeb99e75a1fe5a171895576af22eda9f9
541
2020-09-26 22:33:20+05:30
-19,800
['701eccb35cb02b899dbc71b554903109d534cb96']
chore: Add a check for data diff in setUser call (#1272)
[{'old_path': 'app/javascript/packs/sdk.js', 'new_path': 'app/javascript/packs/sdk.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,6 +1,31 @@\n import Cookies from 'js-cookie';\n import { IFrameHelper } from '../sdk/IFrameHelper';\n import { getBubbleView } from '../sdk/bubbleHelpers';\n+import md5 from 'md5'...
Ruby
99ca54fd3cf58ebd58fbca6d2b96542d1238ef77
541
2020-09-27 18:56:52+05:30
-19,800
['dbd1720aeb99e75a1fe5a171895576af22eda9f9']
fix: Remove keys for reports from translation file (#1279)
[{'old_path': 'app/javascript/dashboard/i18n/locale/ar/report.json', 'new_path': 'app/javascript/dashboard/i18n/locale/ar/report.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,38 +3,32 @@\n "HEADER": "التقارير",\n "LOADING_CHART": "تحميل بيانات الرسم البياني...",\n "NO_ENOUGH_DATA": "لم يتم جمع...
Ruby
b862817b2959bc4c8e6f5dbd9ebaf2af2ad56a21
603
2020-09-30 01:12:32+05:30
-19,800
['99ca54fd3cf58ebd58fbca6d2b96542d1238ef77']
feat: Enable reauthorization for Facebook (#1286)
[{'old_path': 'app/controllers/api/v1/accounts/callbacks_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/callbacks_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -30,7 +30,7 @@ class Api::V1::Accounts::CallbacksController < Api::V1::Accounts::BaseController\n \n if (page_detail = (...
Ruby
5cd08b3f98d28117c244ec4fc56df4c9ec321d9d
160
2020-10-02 00:41:23+05:30
-28,800
['b862817b2959bc4c8e6f5dbd9ebaf2af2ad56a21']
chore: self-assign conversation activity message (#1293)
[{'old_path': 'app/models/conversation.rb', 'new_path': 'app/models/conversation.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -210,6 +210,7 @@ class Conversation < ApplicationRecord\n def create_assignee_change(user_name)\n params = { assignee_name: assignee&.available_name, user_name: user_name }.compa...
Ruby
f61b731fb39aab006a41522f5195a1eed20ac6eb
387
2020-10-02 10:17:12+05:30
25,200
['5cd08b3f98d28117c244ec4fc56df4c9ec321d9d']
fix: Call hasUserKeys() on user argument (#1295)
[{'old_path': 'app/javascript/packs/sdk.js', 'new_path': 'app/javascript/packs/sdk.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -50,7 +50,7 @@ const runSDK = ({ baseUrl, websiteToken }) => {\n throw new Error('Identifier should be a string or a number');\n }\n \n- if (!hasUserKeys()) {\n+ ...
Ruby
127ffda76208947f2d8713c0854cdc0010ef5f11
604
2020-10-02 11:16:12+05:30
-10,800
['f61b731fb39aab006a41522f5195a1eed20ac6eb']
feat: Change availability status from sidebar (#1288) Co-authored-by: Pranav Raj S <pranav@thoughtwoot.com>
[{'old_path': 'app/javascript/dashboard/api/auth.js', 'new_path': 'app/javascript/dashboard/api/auth.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -138,4 +138,10 @@ export default {\n }\n return axios.put(endPoints('profileUpdate').url, formData);\n },\n+\n+ updateAvailability({ availability }) {\n+...
Ruby
b81eef6ffd021664d1bc320903d5a301a86cad59
548
2020-10-02 11:28:15+05:30
-25,200
['127ffda76208947f2d8713c0854cdc0010ef5f11']
chore: Add translation for Vietnamese (#1292) Co-authored-by: Pranav Raj S <pranav@thoughtwoot.com>
[{'old_path': 'config/locales/devise.vi.yml', 'new_path': 'config/locales/devise.vi.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,59 +2,59 @@\n vi:\n devise:\n confirmations:\n- confirmed: "Your email address has been successfully confirmed."\n- send_instructions: "You will receive an email...
Ruby
98cb09104e0c8b95e82b3a365d2113b02405d4da
604
2020-10-02 15:27:26+05:30
-10,800
['b81eef6ffd021664d1bc320903d5a301a86cad59']
chore: Refactor `DeviseOverrides::ConfirmationsController#create` (#1297)
[{'old_path': 'app/controllers/devise_overrides/confirmations_controller.rb', 'new_path': 'app/controllers/devise_overrides/confirmations_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,22 +4,34 @@ class DeviseOverrides::ConfirmationsController < Devise::ConfirmationsController\n \n def create\n ...
Ruby
70f08103aa6ddf5652f24b1846d1f3ebf316a23b
160
2020-10-02 16:33:59+05:30
-28,800
['98cb09104e0c8b95e82b3a365d2113b02405d4da']
feat: Activity message for label addition & deletion (#1291) Fixes: #1022
[{'old_path': 'app/models/conversation.rb', 'new_path': 'app/models/conversation.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -156,6 +156,7 @@ class Conversation < ApplicationRecord\n \n create_status_change_message(user_name) if saved_change_to_status?\n create_assignee_change(user_name) if saved_cha...
Ruby
db4997c07f085731882ffbdeece99eef1c34e6ac
425
2020-10-03 14:07:50+05:30
-28,800
['70f08103aa6ddf5652f24b1846d1f3ebf316a23b']
fix: Array length check (#1300)
[{'old_path': 'app/javascript/dashboard/components/widgets/ChannelItem.vue', 'new_path': 'app/javascript/dashboard/components/widgets/ChannelItem.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -56,7 +56,7 @@ export default {\n computed: {\n isActive() {\n const { key } = this.channel;\n- if (O...
Ruby
807f79ef5d03098f5f0f70e4937779c98b498700
160
2020-10-03 15:24:33+05:30
-28,800
['db4997c07f085731882ffbdeece99eef1c34e6ac']
feat: support for Redis sentinel (#1301) closes: #925
[{'old_path': '.env.example', 'new_path': '.env.example', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -22,6 +22,11 @@ REDIS_URL=redis://redis:6379\n # which will be the password for the redis service running inside the docker-compose\n # to make it secure\n REDIS_PASSWORD=\n+# Redis Sentinel can be used by passin...
Ruby
3d379b071d6b79a57d3e3ad5095c790a7abf356f
521
2020-10-04 16:25:22+05:30
-19,800
['807f79ef5d03098f5f0f70e4937779c98b498700']
feat: use gravatar if no avatar image (#1307) Fixes: #1240
[{'old_path': 'app/models/user.rb', 'new_path': 'app/models/user.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -110,6 +110,15 @@ class User < ApplicationRecord\n inboxes.where(account_id: Current.account.id)\n end\n \n+ alias avatar_img_url avatar_url\n+ def avatar_url\n+ if avatar_img_url == \'\'\n...
Ruby
df527088e90b5b0649099ccba22ae515d42fbbdc
517
2020-10-04 22:57:11+05:30
-25,200
['3d379b071d6b79a57d3e3ad5095c790a7abf356f']
fix: Replace Whatsapp inbox icon (#1311)
[{'old_path': 'app/javascript/dashboard/components/layout/Sidebar.vue', 'new_path': 'app/javascript/dashboard/components/layout/Sidebar.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -258,6 +258,7 @@ export default {\n label: inbox.name,\n toState: frontendURL(`accounts/${this.accountId}/in...
Ruby
1e1300c9d2ba94f640ab56c679953697b36f54ab
507
2020-10-05 13:23:38+05:30
-19,800
['df527088e90b5b0649099ccba22ae515d42fbbdc']
fix: Add word break for files with long name (#1306)
[{'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': '@@ -63,6 +63,7 @@ export default {\n margin: 0;\n color: $color-white;\n font-weigh...
Ruby
77d380dd6b31b24b6f837f31cfba0ea3ac0c1b01
160
2020-10-05 17:31:10+05:30
-28,800
['1e1300c9d2ba94f640ab56c679953697b36f54ab']
chore: refactor redis config (#1310) - refactor Redis config in Redis::Config Module - unit tests for Redis::Config module
[{'old_path': 'config/initializers/redis.rb', 'new_path': 'config/initializers/redis.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,24 +1,5 @@\n-app_redis_config = {\n- url: URI.parse(ENV.fetch(\'REDIS_URL\', \'redis://127.0.0.1:6379\')),\n- password: ENV.fetch(\'REDIS_PASSWORD\', nil).presence\n-}\n+redis...
Ruby
e44afa03f3b07a0f3e88fb041ac4e88fd321df65
603
2020-10-05 17:55:46+05:30
-19,800
['77d380dd6b31b24b6f837f31cfba0ea3ac0c1b01']
chore: Prevent i18n config bleeding across requests (#1214)
[{'old_path': 'app/controllers/api/v1/accounts/base_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/base_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -15,7 +15,6 @@ class Api::V1::Accounts::BaseController < Api::BaseController\n elsif @resource&.is_a?(AgentBot)\n account_acce...
Ruby
ee119b2174b71804388287dd9e1949bd57c55d79
548
2020-10-05 19:55:18+05:30
-25,200
['e44afa03f3b07a0f3e88fb041ac4e88fd321df65']
chore: Update translation for vietnamese (#1312)
[{'old_path': 'app/javascript/dashboard/i18n/locale/vi/agentMgmt.json', 'new_path': 'app/javascript/dashboard/i18n/locale/vi/agentMgmt.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,92 +1,92 @@\n {\n "AGENT_MGMT": {\n- "HEADER": "Agents",\n- "HEADER_BTN_TXT": "Add Agent",\n- "LOADING": "Fetching...
Ruby
399f9e004a3c9bd1fe766db9f3b3156ab0ad801b
541
2020-10-05 22:52:43+05:30
-19,800
['ee119b2174b71804388287dd9e1949bd57c55d79']
fix: Use last_activity_at instead of updated_at for sorting (#1281) Co-authored-by: Akash Srivastava <akash.srivastava.1911@gmail.com>
[{'old_path': 'app/javascript/dashboard/store/modules/conversations/index.js', 'new_path': 'app/javascript/dashboard/store/modules/conversations/index.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -92,6 +92,7 @@ export const mutations = {\n );\n if (previousMessageIndex === -1) {\n chat.messages....
Ruby
11725de09aced2c5b67e1a17dcf0c6a461755f6d
541
2020-10-05 22:53:24+05:30
-19,800
['399f9e004a3c9bd1fe766db9f3b3156ab0ad801b']
chore: Enable Vietnamese in languages (#1314)
[{'old_path': 'config/initializers/languages.rb', 'new_path': 'config/initializers/languages.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -22,7 +22,8 @@ LANGUAGES_CONFIG = {\n 17 => { name: 'Romanian', iso_639_3_code: 'ron', iso_639_1_code: 'ro', enabled: true },\n 18 => { name: 'Tamil', iso_639_3_code: '...
Ruby
88b2469dc891268e4cbfa0f9edcf7a08c6b040bc
603
2020-10-05 23:30:27+05:30
-19,800
['11725de09aced2c5b67e1a17dcf0c6a461755f6d']
feat: Add API to get the active contacts (#1313)
[{'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': '@@ -8,6 +8,12 @@ class Api::V1::Accounts::ContactsController < Api::V1::Accounts::BaseController\n @contacts = Current.account....
Ruby
db1953de24b5b9744c3190ea27b96fffe65a1ae2
541
2020-10-05 23:31:23+05:30
-19,800
['88b2469dc891268e4cbfa0f9edcf7a08c6b040bc']
fix: Add default 404 param on gravatar (#1316)
[{'old_path': 'app/models/user.rb', 'new_path': 'app/models/user.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -114,7 +114,7 @@ class User < ApplicationRecord\n def avatar_url\n if avatar_img_url == \'\'\n hash = Digest::MD5.hexdigest(email)\n- return "https://www.gravatar.com/avatar/#{hash}"\...
Ruby
2aad33a5beb72bb6c3c77802c226ebeb4c30a153
254
2020-10-07 22:02:08+05:30
-19,800
['db1953de24b5b9744c3190ea27b96fffe65a1ae2']
Bugfix: Integrations page is broken on safari (#1320) Fixes #1196
[{'old_path': 'app/javascript/dashboard/assets/scss/views/settings/integrations.scss', 'new_path': 'app/javascript/dashboard/assets/scss/views/settings/integrations.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -8,6 +8,7 @@\n \n .integration--image {\n display: flex;\n+ height: 10rem;\n ...
Ruby
ecebe163e10971eb235ef367fd5b814fa5e3cb5d
604
2020-10-08 12:02:08+05:30
-10,800
['2aad33a5beb72bb6c3c77802c226ebeb4c30a153']
feat: Ability to unmute muted conversations (#1319)
[{'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': '@@ -32,6 +32,11 @@ class Api::V1::Accounts::ConversationsController < Api::V1::Accounts::BaseContro\n head :ok\n en...
Ruby
b1a8430258e3af5b37d03c974c4880c1f29bd59e
672
2020-10-09 11:33:51+05:30
-19,800
['ecebe163e10971eb235ef367fd5b814fa5e3cb5d']
fix: Security: CVE-2020-8264 (#1328) (#1329) * fix: Security: CVE-2020-8264 (#1328) * fix: Upgraded rails version to 6.0.3.4 for Security: CVE-2020-8264 * Fixed a rubocop linter issue with string inetrpolation also.
[{'old_path': 'Gemfile.lock', 'new_path': 'Gemfile.lock', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -18,56 +18,56 @@ GEM\n specs:\n action-cable-testing (0.6.1)\n actioncable (>= 5.0)\n- actioncable (6.0.3.3)\n- actionpack (= 6.0.3.3)\n+ actioncable (6.0.3.4)\n+ actionpack (= 6.0.3.4...
Ruby
e01fdb5f00603d4ac42eef204c7f37ec0f4f88dd
672
2020-10-09 12:37:42+05:30
-19,800
['b1a8430258e3af5b37d03c974c4880c1f29bd59e']
chore: refactored redis config (sentinel related) (#1327) Refactored the redis config module which had redis sentinel related configs. Also changed the specs accordingly.
[{'old_path': 'lib/redis/config.rb', 'new_path': 'lib/redis/config.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,45 +4,42 @@ module Redis::Config\n \n class << self\n def app\n- return BASE_CONFIG if const_defined? \'BASE_CONFIG\'\n-\n- reload_config\n+ config\n end\n \n def sid...
Ruby
5d5d2f97796b12dc4bc6d14f22d50eed05ea2bce
603
2020-10-09 14:08:43+05:30
-19,800
['e01fdb5f00603d4ac42eef204c7f37ec0f4f88dd']
chore: Update contribution guidelines (#1326) Co-authored-by: Pranav Raj S <pranav@thoughtwoot.com>
[{'old_path': 'docs/contributing.md', 'new_path': 'docs/contributing.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -11,20 +11,36 @@ Thank you for taking an interest in contributing to Chatwoot. Before submitting\n \n ## Pull Request Guidelines\n \n-- We use [git-flow](https://nvie.com/posts/a-successful-git-br...
Ruby
f11d7fe99263193d774ff9663632390e9ebec624
603
2020-10-10 11:48:31+05:30
-19,800
['5d5d2f97796b12dc4bc6d14f22d50eed05ea2bce']
chore: Block Search bots from rendering widget (#1331) Search bots trying to render the widget ends up throwing errors.
[{'old_path': 'public/robots.txt', 'new_path': 'public/robots.txt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,6 @@\n # See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file\n #\n-# To ban all spiders from the entire site uncomment the next two lines:\n-# User-ag...
Ruby
3bb2d27646e4b987975c400aff3e8275a9acd622
541
2020-10-10 21:57:09+05:30
-19,800
['f11d7fe99263193d774ff9663632390e9ebec624']
chore: Use agent partial instead of user in conversation API (#1333)
[{'old_path': 'app/views/api/v1/conversations/partials/_conversation.json.jbuilder', 'new_path': 'app/views/api/v1/conversations/partials/_conversation.json.jbuilder', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -5,7 +5,7 @@ json.meta do\n json.channel conversation.inbox.try(:channel_type)\n if conversation.a...
Ruby
7d409321e9f606ea5a9487b5dff04f3f16349d27
207
2020-10-10 22:40:11+05:30
-10,800
['3bb2d27646e4b987975c400aff3e8275a9acd622']
fix: Truncate long label names in the sidebar (#1309) Co-authored-by: Pranav Raj S <pranav@thoughtwoot.com>
[{'old_path': 'app/javascript/dashboard/components/layout/Sidebar.vue', 'new_path': 'app/javascript/dashboard/components/layout/Sidebar.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -275,6 +275,7 @@ export default {\n id: label.id,\n label: label.title,\n color: label.color,\n+ ...
Ruby
59bee66e631d713673c2aca6a931be28ff749431
603
2020-10-11 20:22:21+05:30
-19,800
['7d409321e9f606ea5a9487b5dff04f3f16349d27']
chore: Handle exceptions on external URL calls (#1334)
[{'old_path': 'app/builders/messages/facebook/message_builder.rb', 'new_path': 'app/builders/messages/facebook/message_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -51,7 +51,7 @@ class Messages::Facebook::MessageBuilder\n def attach_file(attachment, file_url)\n file_resource = LocalResource.new(...
Ruby
58c07929205921dc89e560221f2e571a93690894
541
2020-10-11 20:24:26+05:30
-19,800
['59bee66e631d713673c2aca6a931be28ff749431']
fix: Remove duplicate message in slow networks (#1332)
[{'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': '@@ -129,7 +129,7 @@ const actions = {\n sendMessage: async ({ commit }, data) => {\n try {\n const re...
Ruby
2c324d942145d7dfab915089ae911333dac67ac4
541
2020-10-11 23:24:11+05:30
-19,800
['58c07929205921dc89e560221f2e571a93690894']
feat: Allow custom email address for inbox (#1336)
[{'old_path': 'app/mailers/conversation_reply_mailer.rb', 'new_path': 'app/mailers/conversation_reply_mailer.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -15,7 +15,7 @@ class ConversationReplyMailer < ApplicationMailer\n \n mail({\n to: @contact&.email,\n- from: from_email,\n+ ...
Ruby
4a2a309d187112d4a5ad5c111baf944af5ba022d
542
2020-10-13 13:03:55+05:30
-19,800
['2c324d942145d7dfab915089ae911333dac67ac4']
Use name instead of display_name in the dashboard
[{'old_path': 'app/javascript/dashboard/components/layout/Sidebar.vue', 'new_path': 'app/javascript/dashboard/components/layout/Sidebar.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -208,8 +208,7 @@ export default {\n accountLabels: 'labels/getLabelsOnSidebar',\n }),\n currentUserAvailableName()...
Ruby