Search is not available for this dataset
hash
string
author
int32
committer_date
string
timezone
int64
parents
string
message
string
changes
string
language
string
0bea0217b4411b757679cae68329d76cfe63f4f1
541
2020-10-14 00:16:35+05:30
-19,800
['4a2a309d187112d4a5ad5c111baf944af5ba022d']
chore: Use full name in activity message, fix specs (#1339)
[{'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': '@@ -41,7 +41,7 @@\n size="16px"\n />\n <div class="sender--available-name">\n...
Ruby
666948b8095fd9b58c15ae715f4e7b6e1e7d00c5
541
2020-10-15 00:11:47+05:30
-19,800
['0bea0217b4411b757679cae68329d76cfe63f4f1']
chore: Reduce the click area on Branding (#1340)
[{'old_path': 'app/javascript/sdk/IFrameHelper.js', 'new_path': 'app/javascript/sdk/IFrameHelper.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -185,7 +185,8 @@ export const IFrameHelper = {\n },\n setCurrentUrl: () => {\n IFrameHelper.sendMessage('set-current-url', {\n- refererURL: window.location...
Ruby
62b4ce2be195a76389c0d8c3c3afc9d31e82740d
390
2020-10-16 22:05:07+05:30
21,600
['666948b8095fd9b58c15ae715f4e7b6e1e7d00c5']
fix: Improve mobile styles for registration view (#1344)
[{'old_path': 'app/javascript/dashboard/routes/auth/Signup.vue', 'new_path': 'app/javascript/dashboard/routes/auth/Signup.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -11,7 +11,7 @@\n </h2>\n </div>\n <div class="row align-center">\n- <div class="medium-5 column">\n+ <div class="mediu...
Ruby
bd11b2ec58c95577eb23b86b9947cfacbbf84175
93
2020-10-17 16:02:08+05:30
18,000
['62b4ce2be195a76389c0d8c3c3afc9d31e82740d']
chore: Update Spanish translation (#1342)
[{'old_path': 'app/javascript/dashboard/i18n/locale/es/agentMgmt.json', 'new_path': 'app/javascript/dashboard/i18n/locale/es/agentMgmt.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,15 +3,15 @@\n "HEADER": "Agentes",\n "HEADER_BTN_TXT": "Añadir agente",\n "LOADING": "Se están listando los agent...
Ruby
85514cae8d6ae09a91dc7223369fa10a26086b1f
541
2020-10-18 23:32:22+05:30
-19,800
['bd11b2ec58c95577eb23b86b9947cfacbbf84175']
feat: Display reply time in widget (#1349) Fixes #1132
[{'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': '@@ -79,7 +79,7 @@ class Api::V1::Accounts::InboxesController < Api::V1::Accounts::BaseController\n \n def permitted_params\n pa...
Ruby
9e3b0f0731220c9bb2c58ed205ff2d180f849bf7
500
2020-10-19 14:57:16+05:30
-19,800
['85514cae8d6ae09a91dc7223369fa10a26086b1f']
fix: name and email address overflow issue in customer side panel (#1348) * Complete name and email address overflow issue * Changes as per review * Code cleanup
[{'old_path': 'app/javascript/dashboard/i18n/locale/en/contact.json', 'new_path': 'app/javascript/dashboard/i18n/locale/en/contact.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,6 +3,7 @@\n "NOT_AVAILABLE": "Not Available",\n "EMAIL_ADDRESS": "Email Address",\n "PHONE_NUMBER": "Phone number",\n...
Ruby
c7402c6c3fa4859aa84084652e0d032eb04571d4
603
2020-10-20 12:31:16+05:30
-19,800
['9e3b0f0731220c9bb2c58ed205ff2d180f849bf7']
chore: Bump up version to 1.9.0
[{'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.8.0'\n+ version: '1.9.0'\n \n development:\n <<: *shared\n"}, {'old_path': 'package.json', 'new_path': 'package.json', 'type': <ModificationType.MODIFY: 5>, '...
Ruby
bbef03edea69aaea465ad773f54b768b426bb1a2
603
2020-10-20 18:35:40+05:30
-19,800
['cf7271ecfb2df285428549926704dbca63dcf9f4']
chore: Update documentation for inbound email service (#1354)
[{'old_path': '.env.example', 'new_path': '.env.example', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -52,11 +52,11 @@ SMTP_ENABLE_STARTTLS_AUTO=\n MAILER_INBOUND_EMAIL_DOMAIN=\n # Set this to appropriate ingress channel with regards to incoming emails\n # Possible values are :\n-# :relay for Exim, Postfix, Qmail...
Ruby
cbe9e06472cf0b9781c5872a2f56c4871a3c44d5
565
2020-10-20 19:22:21+05:30
25,200
['bbef03edea69aaea465ad773f54b768b426bb1a2']
chore: DRY up check_authorization method (#1351)
[{'old_path': 'app/controllers/api/base_controller.rb', 'new_path': 'app/controllers/api/base_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -10,4 +10,10 @@ class Api::BaseController < ApplicationController\n def authenticate_by_access_token?\n request.headers[:api_access_token].present? || req...
Ruby
552df63621fd417354fb97a807b5fad00178a338
541
2020-10-21 13:03:04+05:30
-19,800
['cbe9e06472cf0b9781c5872a2f56c4871a3c44d5']
fix: Show File Upload for API Inbox (#1356)
[{'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': '@@ -179,7 +179,8 @@ export default {\n return (\n this.isAWebWidgetInbox ||\n t...
Ruby
b9be43b27646f80a5a09485943e6e21b88706f0f
541
2020-10-21 15:18:36+05:30
-19,800
['552df63621fd417354fb97a807b5fad00178a338']
fix: Add compact type, fix spacing in contact panel (#1352) * fix: Add compact type, fix spacing in contact panel * Set padding-top, padding-bottom
[{'old_path': 'app/javascript/dashboard/assets/scss/widgets/_buttons.scss', 'new_path': 'app/javascript/dashboard/assets/scss/widgets/_buttons.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -38,6 +38,11 @@\n &.round {\n border-radius: $space-larger;\n }\n+\n+ &.compact {\n+ padding-bottom: 0;\n+ ...
Ruby
f38f778091c78bbad3ba6af6520ea4827cbeba88
14
2020-10-23 12:33:39+05:30
-7,200
['b9be43b27646f80a5a09485943e6e21b88706f0f']
chore: Add translation text for PL in the widget (#1360)
[{'old_path': 'app/javascript/widget/i18n/locale/pl.json', 'new_path': 'app/javascript/widget/i18n/locale/pl.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,26 +2,30 @@\n "COMPONENTS": {\n "FILE_BUBBLE": {\n "DOWNLOAD": "Pobierz",\n- "UPLOADING": "Uploading..."\n+ "UPLOADING": "Przesył...
Ruby
54214c73aa4c1f9fc4f681b9f0097176627a32ec
541
2020-10-25 22:40:13+05:30
-19,800
['f38f778091c78bbad3ba6af6520ea4827cbeba88']
fix: Update production installation setup script for Ubuntu 20.04 (#1364) Setup script for Ubuntu 20.04 Fixes: #1364
[{'old_path': 'deployment/setup.sh', 'new_path': 'deployment/setup_18.04.sh', 'type': <ModificationType.RENAME: 3>, 'diff': '@@ -1,9 +1,8 @@\n #!/usr/bin/env bash\n \n-#description: chatwoot installation script\n+# Description: Chatwoot installation script\n # OS: Ubuntu 18.04 LTS\n-#script_version: 0.1\n-\n+# Script V...
Ruby
fa864cc9eefc77a8b2c9f9fde9ffd81f5506c520
541
2020-10-26 00:28:23+05:30
-19,800
['54214c73aa4c1f9fc4f681b9f0097176627a32ec']
fix: Add a full width image view to fix resolution issues (#1363)
[{'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': '@@ -34,7 +34,7 @@\n }\n \n .modal-image {\n- max-width: 80%;\n+ max-width: 85%;\n ...
Ruby
46098f2970528ca711827a3ccfeaabbc2c14535a
603
2020-10-26 00:31:19+05:30
-19,800
['fa864cc9eefc77a8b2c9f9fde9ffd81f5506c520']
chore: Monkey patch Azure Storage Service (#1366) Monkey patch azure storage service until the changes come into rails stable versions
[{'old_path': '.rubocop.yml', 'new_path': '.rubocop.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -124,3 +124,4 @@ AllCops:\n - 'tmp/**/*'\n - 'storage/**/*'\n - 'db/migrate/20200225162150_init_schema.rb'\n+ - 'config/initializers/azure_storage_service_patch.rb'\n"}, {'old_path': None, 'new_pat...
Ruby
d0f2ed38c1890bc572a2871c3c94c44a1a66c9e4
541
2020-10-27 18:48:23+05:30
-19,800
['46098f2970528ca711827a3ccfeaabbc2c14535a']
fix: Add lib/azure to autoload ignore list (#1368)
[{'old_path': 'config/application.rb', 'new_path': 'config/application.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -15,6 +15,7 @@ module Chatwoot\n \n config.autoload_paths << Rails.root.join('lib')\n config.eager_load_paths << Rails.root.join('lib')\n+ Rails.autoloaders.main.ignore(Rails.root.joi...
Ruby
9045b8d9ca19dfb5a1ff96e8c2f8bfe7852908c9
353
2020-10-27 20:22:55+05:30
-32,400
['d0f2ed38c1890bc572a2871c3c94c44a1a66c9e4']
chore: Fixed typos (#1369)
[{'old_path': 'lib/integrations/facebook/message_parser.rb', 'new_path': 'lib/integrations/facebook/message_parser.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -46,7 +46,7 @@ class Integrations::Facebook::MessageParser\n end\n end\n \n-# Sample Reponse\n+# Sample Response\n # {\n # "sender":{\n # "id"...
Ruby
ff96d43953c60d40a7ebb9b31e45c65f7aa0ad8c
160
2020-10-28 00:22:57+05:30
-28,800
['9045b8d9ca19dfb5a1ff96e8c2f8bfe7852908c9']
feat: notify on slack disconnect (#1323)
[{'old_path': None, 'new_path': 'app/mailers/administrator_notifications/channel_notifications_mailer.rb', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,10 @@\n+class AdministratorNotifications::ChannelNotificationsMailer < ApplicationMailer\n+ def slack_disconnect(account)\n+ return unless smtp_config_set...
Ruby
1d9debaee0313a2fddb1cf1257a6bb28398e98a9
603
2020-10-28 02:14:36+05:30
-19,800
['ff96d43953c60d40a7ebb9b31e45c65f7aa0ad8c']
feat: IP lookup (#1315) - feature to store contact IP for accounts - IP lookup through geocoder gem - ability to do IP lookup through external APIs - add commit hook to prevent push to develop and master - migrations to fix default values for jsonb columns
[{'old_path': '.env.example', 'new_path': '.env.example', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -117,6 +117,17 @@ IOS_APP_ID=6C953F3RX2.com.chatwoot.app\n ## Bot Customizations\n USE_INBOX_AVATAR_FOR_BOT=true\n \n+\n+\n+## IP look up configuration\n+## ref https://github.com/alexreisner/geocoder/blob/master...
Ruby
85738f640858a332a8d3d94158d1d0ee9abda500
93
2020-10-28 02:14:58+05:30
18,000
['1d9debaee0313a2fddb1cf1257a6bb28398e98a9']
Added missing keywords (#1365)
[{'old_path': 'app/javascript/dashboard/i18n/locale/es/contact.json', 'new_path': 'app/javascript/dashboard/i18n/locale/es/contact.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,6 +3,7 @@\n "NOT_AVAILABLE": "No Disponible",\n "EMAIL_ADDRESS": "Dirección de correo",\n "PHONE_NUMBER": "Número de ...
Ruby
84ce0a9054494c0ea96a2239880132134c88e46c
511
2020-10-30 12:06:51+05:30
-3,600
['85738f640858a332a8d3d94158d1d0ee9abda500']
fix: Make the bubble text not selectable (#1294)
[{'old_path': 'app/javascript/sdk/sdk.js', 'new_path': 'app/javascript/sdk/sdk.js', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -30,6 +30,7 @@ export const SDK_CSS = `.woot-widget-holder {\n position: fixed;\n width: 64px !important;\n z-index: 2147483000 !important;\n+ user-select: none;\n }\n \n .woot-wi...
Ruby
12b7358773987e8af944992722a3322b941a8d67
676
2020-10-30 22:27:25+05:30
-28,800
['84ce0a9054494c0ea96a2239880132134c88e46c']
feat: Add messages on mute / unmute actions (#1373)
[{'old_path': 'app/models/conversation.rb', 'new_path': 'app/models/conversation.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -87,10 +87,12 @@ class Conversation < ApplicationRecord\n def mute!\n resolved!\n Redis::Alfred.setex(mute_key, 1, mute_period)\n+ create_muted_message\n end\n \n def ...
Ruby
3d64ba49fca8d3537e970c83491f19579b84d172
541
2020-10-31 15:32:55+05:30
-19,800
['12b7358773987e8af944992722a3322b941a8d67']
chore: Upgrade tailwindcss to 1.9.x (#1376)
[{'old_path': 'package.json', 'new_path': 'package.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -31,7 +31,7 @@\n "md5": "^2.3.0",\n "query-string": "5",\n "spinkit": "~1.2.5",\n- "tailwindcss": "^1.8.3",\n+ "tailwindcss": "^1.9.6",\n "tween.js": "~16.6.0",\n "url-loader": "^2.0.0",...
Ruby
65ed4c78a42889803691dd631b05c0d15e21a6be
14
2020-11-01 00:14:33+05:30
-3,600
['3d64ba49fca8d3537e970c83491f19579b84d172']
feat: Business hours Data models and APIs for business hours ref: #234
[{'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': '@@ -80,6 +80,7 @@ class Api::V1::Accounts::InboxesController < Api::V1::Accounts::BaseController\n \n def inbox_update_params\n ...
Ruby
074084b25883e664e17e914575bacd0ea9a88db3
173
2020-11-01 12:53:25+05:30
-19,800
['65ed4c78a42889803691dd631b05c0d15e21a6be']
feat: Auto resolve conversations after n days of inactivity (#1308) fixes: #418
[{'old_path': 'app/controllers/api/v1/accounts_controller.rb', 'new_path': 'app/controllers/api/v1/accounts_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -33,7 +33,7 @@ class Api::V1::AccountsController < Api::BaseController\n end\n \n def update\n- @account.update!(account_params.slice(:name...
Ruby
afa234a207cb7a8a4aba6f1840e6f95194c0240f
500
2020-11-04 12:23:44+05:30
-19,800
['074084b25883e664e17e914575bacd0ea9a88db3']
feat: Add status color for items in availability status menu (#1380)
[{'old_path': 'app/javascript/dashboard/components/layout/AvailabilityStatus.vue', 'new_path': 'app/javascript/dashboard/components/layout/AvailabilityStatus.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,9 +2,7 @@\n <div class="status">\n <div class="status-view">\n <div\n- :class="\n- ...
Ruby
39c2270227ff0053ad11e168d76b635f8a3f40f8
672
2020-11-06 00:06:07+05:30
-19,800
['afa234a207cb7a8a4aba6f1840e6f95194c0240f']
fix: pg pass printed by docker container (#1382) * fix: pg pass printed by docker container (#1371) The "POSTGRES_PASSWORD" variable setting inside the entrypoint script of the rails docker container was printed in the logs when the container was run using docker compose. Fixed this by removing this password b...
[{'old_path': 'docker-compose.yaml', 'new_path': 'docker-compose.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -35,6 +35,7 @@ services:\n - sidekiq\n ports:\n - 3000:3000\n+ env_file: .env\n environment:\n - WEBPACKER_DEV_SERVER_HOST=webpack\n - NODE_ENV=development\n'}, {'...
Ruby
22683cae660d86d704e5f66ebb6574015ce2efc6
91
2020-11-07 12:21:34+05:30
-19,800
['39c2270227ff0053ad11e168d76b635f8a3f40f8']
feat: Sort labels on sidebar by alphabetical order (#1387)
[{'old_path': 'app/javascript/dashboard/store/modules/labels.js', 'new_path': 'app/javascript/dashboard/store/modules/labels.js', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -20,7 +20,9 @@ export const getters = {\n return _state.uiFlags;\n },\n getLabelsOnSidebar(_state) {\n- return _state.records.fil...
Ruby
7718cf7d2c34844b7f0fd1cbe19e9c422be23b6b
541
2020-11-08 01:46:45+05:30
-19,800
['22683cae660d86d704e5f66ebb6574015ce2efc6']
feat: Add global message search (#1385) * feat: Search messages by content * Fix search UI * Add specs * chore: Filter search results * Update highlight logic * Rename query to searchTerm Co-authored-by: Sojan <sojan@pepalo.com>
[{'old_path': 'app/finders/conversation_finder.rb', 'new_path': 'app/finders/conversation_finder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -25,7 +25,7 @@ class ConversationFinder\n set_assignee_type\n \n find_all_conversations\n- filter_by_status\n+ filter_by_status unless params[:q]\n fi...
Ruby
2babfd614898f27fd1942eeff64d7c70531f7ca0
541
2020-11-09 22:01:57+05:30
-19,800
['7718cf7d2c34844b7f0fd1cbe19e9c422be23b6b']
fix: Add a check for thread_ts (#1389) - If no thread timestamp is available, ignore the message - Add specs to cover the case
[{'old_path': 'lib/integrations/slack/incoming_message_builder.rb', 'new_path': 'lib/integrations/slack/incoming_message_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -41,8 +41,12 @@ class Integrations::Slack::IncomingMessageBuilder\n params[:type] == 'url_verification'\n end\n \n+ def thread_ti...
Ruby
f214c9c47c4d543651fc3dceab6c2dd618a4a68d
656
2020-11-10 15:25:26+05:30
-19,800
['2babfd614898f27fd1942eeff64d7c70531f7ca0']
feat: Add Contacts page (#1335) Co-authored-by: Sojan <sojan@pepalo.com> Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com>
[{'old_path': 'app/controllers/api/v1/accounts/agents_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/agents_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -64,6 +64,6 @@ class Api::V1::Accounts::AgentsController < Api::V1::Accounts::BaseController\n end\n \n def agents\n- @agents...
Ruby
32fce9650307c8c59d1fcdd52eed23fa7d66a516
268
2020-11-11 10:51:25+05:30
-3,600
['f214c9c47c4d543651fc3dceab6c2dd618a4a68d']
chore: Update DE translation (#1393)
[{'old_path': 'app/javascript/widget/i18n/locale/de.json', 'new_path': 'app/javascript/widget/i18n/locale/de.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -8,12 +8,16 @@\n "SUBMIT": "Einreichen"\n }\n },\n- "AGENT_AVAILABILITY": {\n- "IS_AVAILABLE": "ist verfügbar",\n- "ARE_AVAILABLE": "si...
Ruby
5c3de5e0957bf1447a98dd92906e582bc6246cee
541
2020-11-11 16:02:14+05:30
-19,800
['32fce9650307c8c59d1fcdd52eed23fa7d66a516']
fix: Enhance CRM UI (#1397) * feat: Sort by name * feat: Fetch labels from sidebar * Remove unused language file * Add beta tag to contacts * Add timeMixin, reduce font-size * Remove unused methods * Remove unused prop * Disabled footer if no contacts or invalid page * Add keyup for input * Fix conversation n...
[{'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': '@@ -7,16 +7,14 @@ class Api::V1::Accounts::ContactsController < Api::V1::Accounts::BaseController\n before_action :fetch_contact,...
Ruby
f275cf8809788bd578c13ee0aab604fa0203f714
656
2020-11-13 00:18:12+05:30
-19,800
['5c3de5e0957bf1447a98dd92906e582bc6246cee']
chore: Remove duplicate CSS property (#1404)
[{'old_path': 'app/javascript/widget/components/FileBubble.vue', 'new_path': 'app/javascript/widget/components/FileBubble.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -83,7 +83,6 @@ export default {\n .download {\n color: $color-woot;\n font-weight: $font-weight-medium;\n- font-size: $font-size-...
Ruby
563da0e05247bc0a8e7fd6f39b7a0b5669839200
603
2020-11-13 19:56:30+05:30
-19,800
['f275cf8809788bd578c13ee0aab604fa0203f714']
feat: Use gravatar URL for contacts and users if no image available (#1407)
[{'old_path': 'app/models/concerns/avatarable.rb', 'new_path': 'app/models/concerns/avatarable.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,10 +9,13 @@ module Avatarable\n end\n \n def avatar_url\n- if avatar.attached? && avatar.representable?\n- url_for(avatar.representation(resize: \'250x250\...
Ruby
ef99fd331109a278350f16f85a90f7289bfe4761
541
2020-11-16 10:46:53+05:30
-19,800
['563da0e05247bc0a8e7fd6f39b7a0b5669839200']
feat: Ignore tweets from blocked users (#1408)
[{'old_path': 'app/services/twitter/tweet_parser_service.rb', 'new_path': 'app/services/twitter/tweet_parser_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -3,7 +3,7 @@ class Twitter::TweetParserService < Twitter::WebhooksBaseService\n \n def perform\n set_inbox\n- return if message_already_exi...
Ruby
faaed17418036c05239093a4ad08c5713bca02d3
541
2020-11-16 13:08:36+05:30
-19,800
['ef99fd331109a278350f16f85a90f7289bfe4761']
fix: Fire query only if search term is available (#1413)
[{'old_path': 'app/javascript/dashboard/routes/dashboard/contacts/components/ContactsView.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/contacts/components/ContactsView.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -89,18 +89,19 @@ export default {\n onInputSearch(event) {\n const new...
Ruby
eb2ded6f65f43614f22a086092a42d233b47af7a
603
2020-11-16 19:41:52+05:30
-19,800
['faaed17418036c05239093a4ad08c5713bca02d3']
feat: Agent & Inbox Report APIs (#1391)
[{'old_path': 'app/controllers/api/v2/accounts/reports_controller.rb', 'new_path': 'app/controllers/api/v2/accounts/reports_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -9,6 +9,18 @@ class Api::V2::Accounts::ReportsController < Api::V1::Accounts::BaseController\n render json: account_summary_me...
Ruby
f4facee8d8251e94c05cb8d614c98be32f6e8af1
598
2020-11-16 19:50:32+05:30
-19,800
['eb2ded6f65f43614f22a086092a42d233b47af7a']
chore: Update text on PR template, inboxMgmt.json (#1410)
[{'old_path': '.github/PULL_REQUEST_TEMPLATE.md', 'new_path': '.github/PULL_REQUEST_TEMPLATE.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -24,7 +24,7 @@ Please describe the tests that you ran to verify your changes. Provide instructi\n \n - [ ] My code follows the style guidelines of this project\n - [ ] I ha...
Ruby
481baa32bac21f03f8f66910c8a32c0f55069f49
340
2020-11-16 20:39:52+05:30
10,800
['f4facee8d8251e94c05cb8d614c98be32f6e8af1']
chore: Use translated text in the language menu (#1377) Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com>
[{'old_path': 'config/initializers/languages.rb', 'new_path': 'config/initializers/languages.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -2,28 +2,28 @@\n # This Hash is used in account model, so do not change the index for existing languages\n \n LANGUAGES_CONFIG = {\n- 0 => { name: 'English', iso_639_3_cod...
Ruby
9d2542eecd71f6f9c9daa8b99b0d419395f341eb
603
2020-11-16 23:11:14+05:30
-19,800
['481baa32bac21f03f8f66910c8a32c0f55069f49']
chore: Enable Japanese, update translation from Crowdin (#1417)
[{'old_path': 'app/javascript/dashboard/i18n/locale/ar/contact.json', 'new_path': 'app/javascript/dashboard/i18n/locale/ar/contact.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,6 +3,7 @@\n "NOT_AVAILABLE": "غير متاح",\n "EMAIL_ADDRESS": "عنوان البريد الإلكتروني",\n "PHONE_NUMBER": "رقم الهاتف"...
Ruby
2d70131097e80374c48b82dc438ac4437184e2e4
541
2020-11-17 09:15:57+05:30
-19,800
['9d2542eecd71f6f9c9daa8b99b0d419395f341eb']
fix: Remove duplicate API calls for conversation (#1419)
[{'old_path': 'app/javascript/dashboard/components/ChatList.vue', 'new_path': 'app/javascript/dashboard/components/ChatList.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -184,7 +184,9 @@ export default {\n this.fetchConversations();\n },\n fetchConversations() {\n- this.$store.dispatch('fet...
Ruby
3ee453c01e9a093ec6dd09c673735587a033727d
541
2020-11-17 10:39:46+05:30
-19,800
['2d70131097e80374c48b82dc438ac4437184e2e4']
fix: Avoid keys getting translated in availability (#1418)
[{'old_path': 'app/javascript/dashboard/components/layout/AvailabilityStatus.vue', 'new_path': 'app/javascript/dashboard/components/layout/AvailabilityStatus.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -6,7 +6,7 @@\n />\n \n <div class="status-view--title">\n- {{ currentUserAvailabilitySt...
Ruby
c40ba0d3dd86b9caeb0ded6c8ee582fb6b537a34
542
2020-11-17 15:35:37+05:30
-19,800
['d5dff3c71007aec7d4f5a68cbf774fe18b1af6eb']
Bump version to 1.10.0 Signed-off-by: Pranav Raj Sreepuram <pranavrajs@gmail.com>
[{'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.9.0'\n+ version: '1.10.0'\n \n development:\n <<: *shared\n"}, {'old_path': 'package.json', 'new_path': 'package.json', 'type': <ModificationType.MODIFY: 5>, ...
Ruby
29bd05ccfb73ce97b2647f11c24a50c02ef27364
541
2020-11-18 15:27:50+05:30
-19,800
['c40ba0d3dd86b9caeb0ded6c8ee582fb6b537a34']
chore: Add documentation on translation process (#1424)
[{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -62,6 +62,10 @@ Other features include:\n \n Detailed documentation is available at [www.chatwoot.com/help-center](https://www.chatwoot.com/help-center).\n \n+### Translation process\n+\n+The translation process for Ch...
Ruby
61d26f71c100f8137347a0bc51b31f29e4057a86
14
2020-11-20 15:38:13+05:30
-3,600
['29bd05ccfb73ce97b2647f11c24a50c02ef27364']
chore: bump ruby from 2.7.1 to 2.7.2 (#1426) Closes: #1399
[{'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.1-node-browsers\n+ - image: circleci/rub...
Ruby
be2d3ea1243f9f06bcbba0e28ac6744d59d7719f
541
2020-11-21 22:43:27+05:30
-19,800
['61d26f71c100f8137347a0bc51b31f29e4057a86']
fix: Update agent list when the user changes their presence (#1436)
[{'old_path': 'app/javascript/dashboard/store/modules/auth.js', 'new_path': 'app/javascript/dashboard/store/modules/auth.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -105,10 +105,13 @@ export const actions = {\n }\n },\n \n- updateAvailability: ({ commit }, { availability }) => {\n+ updateAvailability...
Ruby
fcf91f60fb3ffb79b599f81ec32160748faa8dcc
348
2020-11-22 21:50:56+05:30
-3,600
['be2d3ea1243f9f06bcbba0e28ac6744d59d7719f']
chore: Remove invalid quotes in Dockerfile instructions (#1431) Co-authored-by: hiaselhans <simon.klemenc@gmail.com>
[{'old_path': 'docs/deployment/production/docker.md', 'new_path': 'docs/deployment/production/docker.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -12,8 +12,8 @@ We publish our base images to docker hub. Build your web/worker images from thes\n ```\n FROM chatwoot/chatwoot:latest\n RUN chmod +x docker/entrypoi...
Ruby
4fe29fefb46f9006f047e6c5fa340cf5420d32a9
541
2020-11-23 10:49:28+05:30
-19,800
['fcf91f60fb3ffb79b599f81ec32160748faa8dcc']
fix: Add missing close button if bubble is hidden (#1435)
[{'old_path': 'Gemfile.lock', 'new_path': 'Gemfile.lock', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -325,7 +325,7 @@ GEM\n pry-rails (0.3.9)\n pry (>= 0.10.4)\n public_suffix (4.0.5)\n- puma (4.3.5)\n+ puma (4.3.6)\n nio4r (~> 2.0)\n pundit (2.1.0)\n activesupport (>= 3.0.0)\...
Ruby
942d1fd0af88be92cf14a6d2b39e2972d18c7cf3
254
2020-11-23 11:00:07+05:30
-19,800
['4fe29fefb46f9006f047e6c5fa340cf5420d32a9']
feat: Search contacts using phone number (#1440)
[{'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': '@@ -14,7 +14,7 @@ class Api::V1::Accounts::ContactsController < Api::V1::Accounts::BaseController\n def search\n render json:...
Ruby
dffc888f9cfb7f9045d8d1dc25955eaa4b1cc784
14
2020-11-24 11:22:18+05:30
-3,600
['942d1fd0af88be92cf14a6d2b39e2972d18c7cf3']
feat: Create superadmin in seeds (#1442) Create SuperAdmin in seeds scripts except on production
[{'old_path': 'db/seeds.rb', 'new_path': 'db/seeds.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -12,6 +12,8 @@ user = User.new(name: 'John', email: 'john@acme.inc', password: '123456')\n user.skip_confirmation!\n user.save!\n \n+SuperAdmin.create!(email: 'john@acme.inc', password: '123456') unless Rails.env.p...
Ruby
30802e0c13a65afac1bb045a0366025ea8e5afdb
14
2020-11-24 18:34:31+05:30
-3,600
['dffc888f9cfb7f9045d8d1dc25955eaa4b1cc784']
feat: Ability to set installation-wide default locale (#1433) * Dashboard locale can be set via env variable * Change account locale based on registration page * Set account locale if available Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com>
[{'old_path': '.env.example', 'new_path': '.env.example', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,6 +4,10 @@ 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 the variable is set, all non-authenticated ...
Ruby
cb2a528be665dee6f98f1e6e373641cb8a844898
254
2020-11-25 12:52:39+05:30
-19,800
['34c1091d55217d4faeb97d308b96a18014638aab']
fix: Label overflow using text-truncate (#1448)
[{'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': '@@ -78,7 +78,6 @@\n justify-content: space-between;\n \n .page-title {\n- @include flex;\n...
Ruby
a988724c91d01de4d72726217b2d1c53d9b7902f
603
2020-11-25 13:59:38+05:30
-19,800
['cb2a528be665dee6f98f1e6e373641cb8a844898']
feat: Authenticate by SSO tokens (#1439) Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com>
[{'old_path': 'app/builders/account_builder.rb', 'new_path': 'app/builders/account_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -67,7 +67,8 @@ class AccountBuilder\n end\n \n def create_user\n- password = Time.now.to_i\n+ password = SecureRandom.alphanumeric(12)\n+\n @user = User.new(ema...
Ruby
f397c0c087aacd9db78c15d915d65c8234802d69
541
2020-11-27 00:17:55+05:30
-19,800
['a988724c91d01de4d72726217b2d1c53d9b7902f']
chore: Send typing events on keyup, not on focus (#1461)
[{'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': '@@ -19,6 +19,8 @@\n class="input"\n :placeholder="messagePlaceHolder"\n :min-...
Ruby
88f5f825b753db1e01d4b87ea3e01cffbd1b3f5c
641
2020-11-27 13:37:57+05:30
18,000
['f397c0c087aacd9db78c15d915d65c8234802d69']
fix: Add branch variable to Linux VM setup script (#1462)
[{'old_path': 'deployment/setup_18.04.sh', 'new_path': 'deployment/setup_18.04.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -48,7 +48,11 @@ rvm use 2.7.2 --default\n \n git clone https://github.com/chatwoot/chatwoot.git\n cd chatwoot\n-git checkout master\n+if [[ -z $1 ]]; then\n+ git checkout master;\n+else...
Ruby
d5a126745e136c42ef15425a86d021163741264d
630
2020-11-27 14:39:25+05:30
-3,600
['c40ba0d3dd86b9caeb0ded6c8ee582fb6b537a34']
fix: GCS credentials dont need to be parsed as JSON (#1429)
[{'old_path': 'config/storage.yml', 'new_path': 'config/storage.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -18,7 +18,7 @@ amazon:\n google:\n service: GCS\n project: <%= ENV.fetch('GCS_PROJECT', '') %>\n- credentials: <%= ENV.fetch('GCS_CREDENTIALS', '').to_json %>\n+ credentials: <%= ENV.fetch('GCS_...
Ruby
d51c5d5768248ef182230fbb34f7cbafe6387429
656
2020-11-29 13:28:36+05:30
-19,800
['bb31b21060fccec5144a9b5dcbd23c2311fd850b']
chore: Add click interaction for conversation list (#1460)
[{'old_path': 'app/javascript/dashboard/assets/scss/_foundation-settings.scss', 'new_path': 'app/javascript/dashboard/assets/scss/_foundation-settings.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -236,7 +236,7 @@ $breadcrumbs-item-slash: true;\n // 11. Button\n // ----------\n \n-$button-padding: $space-one...
Ruby
64733ca3bc7d74773e712cfa21d3e7cdf0b66859
541
2020-11-30 16:24:54+05:30
-19,800
['d51c5d5768248ef182230fbb34f7cbafe6387429']
fix: Move integration text to translation file (#1463) - Move integration text to translation file - Split switch_locale
[{'old_path': 'app/controllers/api/v1/accounts/base_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/base_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,7 @@\n class Api::V1::Accounts::BaseController < Api::BaseController\n+ include SwitchLocale\n before_action :current_account...
Ruby
af2fb1b14612f40cf57aee62281beb156c5de741
541
2020-12-01 14:56:05+05:30
-19,800
['a5ceddc454efe56a0837053bd8ad1e6b970e4270']
fix: Add worker to the formation (#1470)
[{'old_path': 'app.json', 'new_path': 'app.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -34,6 +34,10 @@\n "web": {\n "quantity": 1,\n "size": "FREE"\n+ },\n+ "worker": {\n+ "quantity": 1,\n+ "size": "FREE"\n }\n },\n "image": "heroku/ruby",\n'}]
Ruby
e1d458477088fbb681d11a3c4a8f182de206e803
498
2020-12-04 01:26:24+05:30
-3,600
['af2fb1b14612f40cf57aee62281beb156c5de741']
chore: Fix widget translation for nl (#1478)
[{'old_path': 'app/javascript/widget/i18n/locale/nl.json', 'new_path': 'app/javascript/widget/i18n/locale/nl.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,15 +9,15 @@\n }\n },\n "TEAM_AVAILABILITY": {\n- "ONLINE": "We are online",\n- "OFFLINE": "We are offline"\n+ "ONLINE": "We zijn onlin...
Ruby
5e190aad3c2a20c76571db8efbe18e894b31e012
541
2020-12-05 00:56:33+05:30
-19,800
['e1d458477088fbb681d11a3c4a8f182de206e803']
fix: Check if the argument is an empty string (#1474)
[{'old_path': 'deployment/setup_18.04.sh', 'new_path': 'deployment/setup_18.04.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -48,7 +48,7 @@ rvm use 2.7.2 --default\n \n git clone https://github.com/chatwoot/chatwoot.git\n cd chatwoot\n-if [[ -z $1 ]]; then\n+if [[ -z "$1" ]]; then\n git checkout master;\n el...
Ruby
c87cdf25c5b6f08d02c1648394aa66c24d537083
541
2020-12-05 01:22:16+05:30
-19,800
['5e190aad3c2a20c76571db8efbe18e894b31e012']
chore: Upgrade highlight.js to 10.4.1 (#1483) Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 9.18.5 to 10.4.1. - [Release notes](https://github.com/highlightjs/highlight.js/releases) - [Changelog](https://github.com/highlightjs/highlight.js/blob/master/CHANGES.md) - [Commits](https://github....
[{'old_path': 'app/javascript/dashboard/components/Code.vue', 'new_path': 'app/javascript/dashboard/components/Code.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,14 +3,11 @@\n <button class="button small button--copy-code" @click="onCopy">\n {{ $t(\'COMPONENTS.CODE.BUTTON_TEXT\') }}\n </butto...
Ruby
94c231366ae28aee1079f59ed92f4286fef17bbf
541
2020-12-07 13:48:41+05:30
-19,800
['c87cdf25c5b6f08d02c1648394aa66c24d537083']
feat: Allow only image, pdf, audio, video, csv on file uploader (#1492)
[{'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': '@@ -27,7 +27,7 @@\n <file-upload\n v-if="showFileUpload"\n :size="4096 * 4096"\...
Ruby
594871ed96649dcf693fdc4ab099632ef4ae9e81
541
2020-12-07 20:11:27+05:30
-19,800
['94c231366ae28aee1079f59ed92f4286fef17bbf']
chore: Fix translation issues (#1494)
[{'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': '@@ -53,7 +53,7 @@\n "SEND_EMAIL_ERROR": "There was an error, please try again",\n "FORM": {\n "SEND_TO_CONTACT"...
Ruby
2880f4942a03a4a4ee40b023d00ae24da99e8ab7
603
2020-12-08 00:05:07+05:30
-19,800
['594871ed96649dcf693fdc4ab099632ef4ae9e81']
chore: Enable Finnish, Indonesian languages (#1495) Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com> Co-authored-by: Michael (msmits2011) Co-authored-by: pixpack Co-authored-by: vfasoulas Co-authored-by: korho Co-authored-by: Yovan Lutfi Arya (Regerta)
[{'old_path': 'app/javascript/dashboard/i18n/index.js', 'new_path': 'app/javascript/dashboard/i18n/index.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -11,6 +11,7 @@ import fi from './locale/fi';\n import fr from './locale/fr';\n import hi from './locale/hi';\n import hu from './locale/hu';\n+import id from '....
Ruby
870a24126efdec7c7b83ec688504dcf8073384bc
541
2020-12-08 22:49:47+05:30
-19,800
['2880f4942a03a4a4ee40b023d00ae24da99e8ab7']
fix: Display assignee only if the assignee has access to the account (#1500)
[{'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': "@@ -3,7 +3,7 @@ json.meta do\n json.partial! 'api/v1/models/contact.json.jbuilder', resource: convers...
Ruby
70002afc60abb92f68e50667d71845e6b9ba557a
541
2020-12-08 23:31:25+05:30
-19,800
['870a24126efdec7c7b83ec688504dcf8073384bc']
chore: Move missing text to translation files (#1501)
[{'old_path': 'app/javascript/dashboard/components/widgets/conversation/ConversationHeader.vue', 'new_path': 'app/javascript/dashboard/components/widgets/conversation/ConversationHeader.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -31,13 +31,13 @@\n <div class="multiselect-box ion-headphone">\n ...
Ruby
e07ecd547baa9b76dae4c2ea077969b360c9aa48
603
2020-12-09 16:43:51+05:30
-19,800
['70002afc60abb92f68e50667d71845e6b9ba557a']
chore: Update translations (#1502) Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com> Co-authored-by: Yovan Lutfi Arya (Regerta) Co-authored-by: Matt (duartemvix) Co-authored-by: vfasoulas Co-authored-by: Fernando Sousa (fernando) Co-authored-by: korho
[{'old_path': 'app/javascript/dashboard/i18n/locale/ar/conversation.json', 'new_path': 'app/javascript/dashboard/i18n/locale/ar/conversation.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -42,7 +42,13 @@\n },\n "VISIBLE_TO_AGENTS": "ملاحظة خاصة: مرئية فقط لأعضاء فريق العمل والموظفين",\n "CHANGE_ST...
Ruby
1f02c09a41dd2f5c50501048ab6f8606dd072787
603
2020-12-09 17:01:28+05:30
-19,800
['e07ecd547baa9b76dae4c2ea077969b360c9aa48']
chore: Setup dev env with Github Codespaces [alpha] (#1282) Easily spin up a Chatwoot development environment with Github Codespaces.
[{'old_path': None, 'new_path': '.devcontainer/Dockerfile', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,51 @@\n+# pre-build stage\n+ARG VARIANT=2.7\n+FROM mcr.microsoft.com/vscode/devcontainers/ruby:${VARIANT}\n+\n+# Update args in docker-compose.yaml to set the UID/GID of the "vscode" user.\n+ARG USER_UID=1...
Ruby
88c4b63eec18bc26f3bdd5e18c7012f2e465b1c7
541
2020-12-10 22:53:49+05:30
-19,800
['1f02c09a41dd2f5c50501048ab6f8606dd072787']
chore: Add slack external_source_id for outgoing messages (#1503)
[{'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': '@@ -2,6 +2,7 @@ class Api::V1::Accounts::Integrations::SlackController < Api::V1::Accounts::Base\n before_act...
Ruby
b6ca77158c60d71cb62f243d11aa5c243442734b
541
2020-12-10 23:30:38+05:30
-19,800
['88c4b63eec18bc26f3bdd5e18c7012f2e465b1c7']
fix: Limit the number of unread messages returned in the API (#1504)
[{'old_path': 'app/javascript/dashboard/components/widgets/conversation/ConversationCard.vue', 'new_path': 'app/javascript/dashboard/components/widgets/conversation/ConversationCard.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -39,7 +39,7 @@\n <span class="timestamp">\n {{ dynamicTime(chat....
Ruby
1ade4f75ea76aa1dab5947a3f6ca72c32514cb4b
541
2020-12-11 23:25:00+05:30
-19,800
['b6ca77158c60d71cb62f243d11aa5c243442734b']
chore: Ingore case while searching contact name, email (#1505)
[{'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': '@@ -14,7 +14,10 @@ class Api::V1::Accounts::ContactsController < Api::V1::Accounts::BaseController\n def search\n render json...
Ruby
f9bd44791232e1d919387daefc0928e680b067bb
500
2020-12-12 12:08:36+05:30
28,800
['7f2f984bea44fd7776075cfe0d3bfa1fcc9d023a']
chore: Upgrade vue-i18n to 8.x (#1383) Co-authored-by: Pranav Raj S <pranav@thoughtwoot.com>
[{'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': '@@ -3,7 +3,6 @@ class Api::V1::Widget::BaseController < ApplicationController\n \n before_action :set_web_widget\n before_action :set_conta...
Ruby
060ef4a42720eb8c2e24cdbb02a9cdf8afc9d511
541
2020-12-12 13:25:28+05:30
-19,800
['f9bd44791232e1d919387daefc0928e680b067bb']
chore: Add steps for copying targets in linux VM (#1508)
[{'old_path': 'docs/deployment/production/linux-vm.md', 'new_path': 'docs/deployment/production/linux-vm.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -26,7 +26,7 @@ https://raw.githubusercontent.com/chatwoot/chatwoot/develop/deployment/setup_20.\n ```bash\n wget <link-to-script> -O setup.sh\n chmod 755 setup....
Ruby
edb09d5a9c1b7f034c5c88369b016bc4c4055338
541
2020-12-13 22:23:56+05:30
-19,800
['060ef4a42720eb8c2e24cdbb02a9cdf8afc9d511']
chore: Improve location display in sidebar (#1509) - Log IP Address on widget load - Save country code to contact
[{'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': "@@ -35,7 +35,6 @@ class Api::V1::Accounts::ContactsController < Api::V1::Accounts::BaseController\n def create\n ActiveRecord...
Ruby
f0fd93bfea12c4c216793eb12873021b335bee36
541
2020-12-15 01:17:17+05:30
-19,800
['edb09d5a9c1b7f034c5c88369b016bc4c4055338']
chore: Update Mac OS setup guide (#1512)
[{'old_path': 'docs/development/environment-setup/mac-os.md', 'new_path': 'docs/development/environment-setup/mac-os.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -28,11 +28,8 @@ brew install git\n \n ### Install RVM\n \n-You need software-properties-common installed in order to add PPA repositories.\n-\n ```b...
Ruby
faafdc3bf8c96912715c2f2853a5737667a46ad0
541
2020-12-15 01:24:56+05:30
-19,800
['f0fd93bfea12c4c216793eb12873021b335bee36']
chore: Add missing label to locale file (#1513)
[{'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': '@@ -47,8 +47,13 @@\n :is-a-tweet="isATweet"\n />\n <li v-show="getUnreadC...
Ruby
e6f7f5530b0d83e4df4b634869ee37752f7f8d53
541
2020-12-15 16:32:13+05:30
-19,800
['faafdc3bf8c96912715c2f2853a5737667a46ad0']
chore: Fix i18n_key for apps (#1516)
[{'old_path': 'config/integration/apps.yml', 'new_path': 'config/integration/apps.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -6,5 +6,5 @@ slack:\n webhooks:\n id: webhook\n logo: cable.svg\n- i18n_key: slack\n+ i18n_key: webhooks\n action: /webhook\n'}]
Ruby
0619894560fca52096b1f4eb6ce85566b61061eb
541
2020-12-15 23:35:03+05:30
-19,800
['e6f7f5530b0d83e4df4b634869ee37752f7f8d53']
feat: Download Agent wise report (#1517)
[{'old_path': 'app/javascript/dashboard/api/reports.js', 'new_path': 'app/javascript/dashboard/api/reports.js', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -17,6 +17,12 @@ class ReportsAPI extends ApiClient {\n params: { since, until },\n });\n }\n+\n+ getAgentReports(since, until) {\n+ return axi...
Ruby
ac7fdaa997106b4d1585f1623ea9518727cb4690
541
2020-12-16 00:32:05+05:30
-19,800
['0619894560fca52096b1f4eb6ce85566b61061eb']
chore: Add documentation for Maxmind geocoder setup (#1518)
[{'old_path': 'app/javascript/dashboard/i18n/locale/en/contact.json', 'new_path': 'app/javascript/dashboard/i18n/locale/en/contact.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -11,6 +11,7 @@\n "OS": "Operating System",\n "INITIATED_FROM": "Initiated from",\n "INITIATED_AT": "Initiated at",\n+ ...
Ruby
610142c1b899efcf26f7f488c1ef73bce2294911
603
2020-12-16 00:35:40+05:30
-19,800
['ac7fdaa997106b4d1585f1623ea9518727cb4690']
chore: Enable Korean (ko) (#1514)
[{'old_path': 'app/javascript/dashboard/i18n/locale/ar/conversation.json', 'new_path': 'app/javascript/dashboard/i18n/locale/ar/conversation.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -13,6 +13,8 @@\n "PLACEHOLDER": "Type any text to search messages",\n "NO_MATCHING_RESULTS": "There are no mes...
Ruby
50f87f373ebf2ed1f777eec88ea7f7dfa47766b1
541
2020-12-16 15:11:53+05:30
-19,800
['6373e6dec86f507b855ac1a7678a211ae1036617']
fix: Use empty object if additional_attribute is null (#1520)
[{'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': "@@ -112,20 +112,19 @@ export default {\n return `${this.browser.browser_name || ''} ${this....
Ruby
dd3d91c67e6b4194b72e7fddd3aeb29f9b61a502
656
2020-12-18 01:19:44+05:30
-19,800
['fa883a2780663b99e88839b2fc7be994af7b5647']
feat: Add link for "intitated from" in sidebar (#1523)
[{'old_path': 'app/javascript/dashboard/routes/dashboard/conversation/ContactDetailsItem.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/conversation/ContactDetailsItem.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -10,7 +10,9 @@\n </button>\n </h4>\n <div v-if="value" class="conv-d...
Ruby
090b716ec129f48651e3b7db20d61c83eb799e4b
500
2020-12-18 12:42:14+05:30
28,800
['dd3d91c67e6b4194b72e7fddd3aeb29f9b61a502']
chore: Fix translation link in readme (#1525)
[{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -64,7 +64,7 @@ Detailed documentation is available at [www.chatwoot.com/help-center](https://ww\n \n ### Translation process\n \n-The translation process for Chatwoot web and mobile app is managed at [https://translate...
Ruby
8e2b4acc43d8f1108d90711a9f818c4bcd1365a1
541
2020-12-19 18:11:43+05:30
-19,800
['090b716ec129f48651e3b7db20d61c83eb799e4b']
chore: Remove account.destroy listener (#1530)
[{'old_path': 'app/builders/account_builder.rb', 'new_path': 'app/builders/account_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -15,7 +15,6 @@ class AccountBuilder\n end\n [@user, @account]\n rescue StandardError => e\n- @account&.destroy\n puts e.inspect\n raise e\n end\n'}, {'...
Ruby
f3f2542baee8486b6af3aaa3177bd09ba6cc6953
500
2020-12-20 11:51:20+05:30
28,800
['8e2b4acc43d8f1108d90711a9f818c4bcd1365a1']
fix: Update agent select placeholder translation (#1533)
[]
Ruby
796e376fa7c3f28087ab99a5bb93fd490cd2efa0
500
2020-12-20 11:52:40+05:30
28,800
['f3f2542baee8486b6af3aaa3177bd09ba6cc6953']
feat: Add smart app banner in website for iOS (#1531)
[{'old_path': '.env.example', 'new_path': '.env.example', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -110,6 +110,12 @@ SLACK_CLIENT_SECRET=\n ## Mobile app env variables\n IOS_APP_ID=6C953F3RX2.com.chatwoot.app\n \n+\n+### Smart App Banner\n+# https://developer.apple.com/library/archive/documentation/AppleApplic...
Ruby
9d3dda9a6136a1b73eb70cb6e81c07cacd84fb1d
541
2020-12-21 14:05:19+05:30
-19,800
['796e376fa7c3f28087ab99a5bb93fd490cd2efa0']
feat: Add full name to the user signup form (#1534)
[{'old_path': 'app/builders/account_builder.rb', 'new_path': 'app/builders/account_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -2,7 +2,7 @@\n \n class AccountBuilder\n include CustomExceptions::Account\n- pattr_initialize [:account_name!, :email!, :confirmed!, :user]\n+ pattr_initialize [:account...
Ruby
677f56f80260cb223d17da420a48f7139d4a895e
603
2020-12-22 18:01:10+05:30
-19,800
['fe6571c3ff7855162deab5178f1c62478ce63a5e']
chore: Update translations (#1536) Co-authored-by: Pranav <pranav@chatwoot.com> Co-authored-by: AlguienSama Co-authored-by: Yovan Lutfi Arya (Regerta) Co-authored-by: Frederik Co-authored-by: Ambler (ambler) Co-authored-by: Hossein Sadeghi (ssageghi) Co-authored-by: korho Co-authored-by: vfasoulas Co-authored-...
[{'old_path': 'app/javascript/dashboard/i18n/locale/ar/contact.json', 'new_path': 'app/javascript/dashboard/i18n/locale/ar/contact.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -11,6 +11,7 @@\n "OS": "نظام التشغيل",\n "INITIATED_FROM": "تم البدء من",\n "INITIATED_AT": "تم البدء في",\n+ "IP_ADD...
Ruby
3e61ea5cfab776db3c460a1bc2fb70159b83cb53
500
2020-12-24 18:53:47+05:30
28,800
['677f56f80260cb223d17da420a48f7139d4a895e']
feat: Change the date format display in widget (#1528) Co-authored-by: Pranav <pranav@chatwoot.com>
[{'old_path': 'app/javascript/shared/components/DateSeparator.vue', 'new_path': 'app/javascript/shared/components/DateSeparator.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,10 +1,11 @@\n <template>\n <div class="date--separator">\n- {{ date }}\n+ {{ formattedDate }}\n </div>\n </template>\n \n <...
Ruby
7c62d3629ca0248dffaa3a66bdd4836798dfc486
656
2020-12-25 13:15:01+05:30
-19,800
['3e61ea5cfab776db3c460a1bc2fb70159b83cb53']
feat: Add pending message on dashboard (#1547)
[{'old_path': 'app/javascript/dashboard/api/inbox/message.js', 'new_path': 'app/javascript/dashboard/api/inbox/message.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -7,10 +7,17 @@ class MessageApi extends ApiClient {\n super('conversations', { accountScoped: true });\n }\n \n- create({ conversationId, m...
Ruby
56280eaf354385bff07aacab1a59ae2ede10a516
656
2020-12-26 11:18:56+05:30
-19,800
['7c62d3629ca0248dffaa3a66bdd4836798dfc486']
chore: Remove beta tag from sidebar name (#1552)
[{'old_path': 'app/javascript/dashboard/i18n/default-sidebar.js', 'new_path': 'app/javascript/dashboard/i18n/default-sidebar.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -25,7 +25,7 @@ export const getSidebarItems = accountId => ({\n toStateName: 'home',\n },\n contacts: {\n- icon: ...
Ruby
bde323ffafd1445c98ccca63e2634ca904bfa645
541
2020-12-27 20:12:08+05:30
-19,800
['56280eaf354385bff07aacab1a59ae2ede10a516']
chore: Remove Ionicons TTF references (#1554)
[{'old_path': 'app/javascript/dashboard/assets/scss/app.scss', 'new_path': 'app/javascript/dashboard/assets/scss/app.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -6,7 +6,7 @@\n @import 'variables';\n \n @import '~spinkit/scss/spinners/7-three-bounce';\n-@import '~ionicons/scss/ionicons';\n+@import '~shared/...
Ruby
4a9e665f949ee05fbaefc914935d60f4d71dcd38
541
2020-12-27 20:24:04+05:30
-19,800
['bde323ffafd1445c98ccca63e2634ca904bfa645']
chore: Use font subsetting for Inter (#1553) Co-authored-by: Nithin David Thomas <webofnithin@gmail.com>
[{'old_path': 'app/javascript/shared/assets/fonts/Inter-Bold.woff', 'new_path': 'app/javascript/shared/assets/fonts/Inter-Bold.woff', 'type': <ModificationType.MODIFY: 5>, 'diff': 'Binary files a/app/javascript/shared/assets/fonts/Inter-Bold.woff and b/app/javascript/shared/assets/fonts/Inter-Bold.woff differ\n'}, {'ol...
Ruby
99125d3b9ca5ece406680f0c0d5292197e9a5cdd
540
2020-12-28 21:24:38+05:30
-19,800
['4a9e665f949ee05fbaefc914935d60f4d71dcd38']
chore: Add limitations section to Heroku (#1559)
[{'old_path': 'docs/deployment/production/heroku.md', 'new_path': 'docs/deployment/production/heroku.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -20,3 +20,9 @@ Whenever a new version is out for chatwoot, you update your Heroku deployment th\n 1. In the deploy tab, choose `Github` as the deployment option.\n ...
Ruby
08f1e0eb32799bb53168c26adca922ca4ad9ee93
540
2020-12-28 23:15:45+05:30
-19,800
['99125d3b9ca5ece406680f0c0d5292197e9a5cdd']
chore: Add docs about GCS Storage (#1560)
[{'old_path': 'docs/development/project-setup/storage/s3-bucket.md', 'new_path': 'docs/development/project-setup/storage/s3-bucket.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,6 +1,6 @@\n ---\n path: "/docs/configuring-s3-bucket-as-cloud-storage"\n-title: "Configuring Cloud Storage"\n+title: "Configuring S...
Ruby
811657c9e71eec3d1d4a1bfed98864eaf5ec2620
540
2020-12-28 23:36:50+05:30
-19,800
['08f1e0eb32799bb53168c26adca922ca4ad9ee93']
feat: API to allow agents to delete a message (#1353)
[{'old_path': 'app/controllers/api/v1/accounts/conversations/messages_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/conversations/messages_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -11,9 +11,24 @@ class Api::V1::Accounts::Conversations::MessagesController < Api::V1::Accounts::\n ...
Ruby
7672e4914894519d348b2836a657e7a728ded293
603
2020-12-29 13:18:22+05:30
-19,800
['811657c9e71eec3d1d4a1bfed98864eaf5ec2620']
chore: Update translations (#1561) Co-authored-by: Pranav Raj S <pranav@chatwoot.com> Co-authored-by: Yovan Lutfi Arya (Regerta) Co-authored-by: Goudarz Jafari (Goudarz) Co-authored-by: korho Co-authored-by: vfasoulas
[{'old_path': 'app/javascript/dashboard/i18n/locale/ar/conversation.json', 'new_path': 'app/javascript/dashboard/i18n/locale/ar/conversation.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -24,6 +24,7 @@\n "REPLYING_TO": "أنت ترد على:",\n "REMOVE_SELECTION": "إزالة التحديد",\n "DOWNLOAD": "تنزيل",\...
Ruby
d35ce1b8683738cfeee21c30644c5315099781ec
540
2020-12-31 19:00:03+05:30
-19,800
['7672e4914894519d348b2836a657e7a728ded293']
fix: Update `listen` gem (#1569)
[{'old_path': 'Gemfile.lock', 'new_path': 'Gemfile.lock', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -198,7 +198,7 @@ GEM\n faraday (~> 1.0)\n fcm (1.0.2)\n faraday (~> 1.0.0)\n- ffi (1.13.1)\n+ ffi (1.14.2)\n flag_shih_tzu (0.3.23)\n foreman (0.87.2)\n geocoder (1.6.3)\n@@ -281...
Ruby