Search is not available for this dataset
hash string | author int32 | committer_date string | timezone int64 | parents string | message string | changes string | language string |
|---|---|---|---|---|---|---|---|
93d8a25877390440e99cca70c28088d30fc4d2db | 603 | 2020-06-02 23:43:03+05:30 | -19,800 | ['f78df91dd2edaf580ed3ebc79dfae96eff26fdaa'] | Enable Spanish (#913) | [{'old_path': 'app/javascript/dashboard/i18n/index.js', 'new_path': 'app/javascript/dashboard/i18n/index.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -2,6 +2,7 @@ import ca from './locale/ca';\n import de from './locale/de';\n import el from './locale/el';\n import en from './locale/en';\n+import es from './l... | Ruby |
dafabac796955a582a03868bbaea6e4101ea8da4 | 603 | 2020-06-02 23:50:39+05:30 | -19,800 | ['93d8a25877390440e99cca70c28088d30fc4d2db'] | Chore: Minor bugfixes and housekeeping tasks (#896) | [{'old_path': 'app/assets/stylesheets/administrate/components/_search.scss', 'new_path': 'app/assets/stylesheets/administrate/components/_search.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,7 +1,7 @@\n .search {\n margin-left: auto;\n margin-right: 2rem;\n- max-width: 24rem;\n+ max-width: 44rem;\n ... | Ruby |
72a25ffdc50d06bb7ddee9a218b1e9d8b1b4cccc | 503 | 2020-06-04 22:33:10+05:30 | -32,400 | ['89dafa366e0359b6cd601b63653f801ad7e67526'] | BugFix: Fix undefined method `compare_and_save` (#921)
Fix undefined method `compare_and_save` in config loader | [{'old_path': 'lib/config_loader.rb', 'new_path': 'lib/config_loader.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -65,7 +65,7 @@ class ConfigLoader\n if config\n return false if config.value.to_s == account_features.to_s\n \n- compare_and_save(config)\n+ compare_and_save_feature(config)\n ... | Ruby |
68be7e3ea873690929ef5d2f7799ff6fbabb93fe | 603 | 2020-06-04 23:13:10+05:30 | -19,800 | ['72a25ffdc50d06bb7ddee9a218b1e9d8b1b4cccc'] | Use db:prepare instead of db:migrate (#924)
Use db:prepare instead of db:migrate
Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com> | [{'old_path': 'Procfile', 'new_path': 'Procfile', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,3 +1,3 @@\n-release: bundle exec rake db:migrate\n+release: bundle exec rails db:prepare\n web: bin/rails server -p $PORT -e $RAILS_ENV\n worker: bundle exec sidekiq -C config/sidekiq.yml\n'}, {'old_path': 'app.json',... | Ruby |
a13a474c239c77d523cf95ec5b6404396bdcf940 | 603 | 2020-06-05 00:15:50+05:30 | -19,800 | ['e783c3af5d80bac628548be6700e6b6be4085f6b'] | Chore: Firebase Cloud Messaging Support (#858) | [{'old_path': '.env.example', 'new_path': '.env.example', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -102,6 +102,9 @@ CHARGEBEE_WEBHOOK_PASSWORD=\n ## generate a new key value here : https://d3v.one/vapid-key-generator/\n # VAPID_PUBLIC_KEY=\n # VAPID_PRIVATE_KEY=\n+#\n+# for mobile apps \n+# FCM_SERVER_KEY=\n \... | Ruby |
915eefdc366937e7e74ba1b014861b97516ccd92 | 603 | 2020-06-06 20:53:30+05:30 | -19,800 | ['ede4dd9cb00b23c3107811ef3744db36ce2f4ed0'] | Bugfix: FCM push subscription builder fix (#930) | [{'old_path': 'app/builders/notification_subscription_builder.rb', 'new_path': 'app/builders/notification_subscription_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -12,7 +12,7 @@ class NotificationSubscriptionBuilder\n \n def identifier\n @identifier ||= params[:subscription_attributes][:endpoin... | Ruby |
3d84568a37ddecf8236018b8a67ffbe20c27f936 | 603 | 2020-06-07 11:17:13+05:30 | -19,800 | ['915eefdc366937e7e74ba1b014861b97516ccd92'] | Feature: Label APIs (#931) | [{'old_path': 'app/controllers/api/v1/accounts/labels_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/labels_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,10 +1,38 @@\n class Api::V1::Accounts::LabelsController < Api::BaseController\n- # list all labels in account\n+ before_action ... | Ruby |
051871a3cdf2b460a825c38339bebe74186b4b6b | 603 | 2020-06-07 13:58:05+05:30 | -19,800 | ['3d84568a37ddecf8236018b8a67ffbe20c27f936'] | Chore: Code Cleanup in API controllers (#932)
* Chore: Code Cleanup in API controllers
* Remove unnecessary scoping for accounts controller | [{'old_path': 'app/controllers/api/base_controller.rb', 'new_path': 'app/controllers/api/base_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -11,10 +11,6 @@ class Api::BaseController < ApplicationController\n request.headers[:api_access_token].present? || request.headers[:HTTP_API_ACCESS_TOKEN].p... | Ruby |
52d28105e4a95259714c49ed80d900b54199a3e2 | 603 | 2020-06-07 20:31:48+05:30 | -19,800 | ['051871a3cdf2b460a825c38339bebe74186b4b6b'] | Chore: Remove dead code related to billing (#935)
- remove subscription model
- remove billing-related code | [{'old_path': '.env.example', 'new_path': '.env.example', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -89,15 +89,6 @@ TWITTER_ENVIRONMENT=\n ## Mobile app env variables\n IOS_APP_ID=6C953F3RX2.com.chatwoot.app\n \n-#### This environment variables are only required in hosted version which has billing\n-ENABLE_BIL... | Ruby |
602132119b7da5a8692888d4d0184ab0d86d3aed | 541 | 2020-06-08 19:13:33+05:30 | -19,800 | ['52d28105e4a95259714c49ed80d900b54199a3e2'] | Fix socket reconnect if the pubsub token is same (#942) | [{'old_path': 'app/javascript/widget/helpers/actionCable.js', 'new_path': 'app/javascript/widget/helpers/actionCable.js', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -56,7 +56,7 @@ class ActionCableConnector extends BaseActionCableConnector {\n }\n \n export const refreshActionCableConnector = pubsubToken => {\n-... | Ruby |
40481f64623df2dfd5da8c5db144725d5a77d4ab | 541 | 2020-06-09 16:26:33+05:30 | -19,800 | ['602132119b7da5a8692888d4d0184ab0d86d3aed'] | Bugfix: Update conversation counters in realtime (#944)
* Bug: Update conversation counters in realtime | [{'old_path': 'app/javascript/dashboard/api/inbox/conversation.js', 'new_path': 'app/javascript/dashboard/api/inbox/conversation.js', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -43,6 +43,16 @@ class ConversationApi extends ApiClient {\n mute(conversationId) {\n return axios.post(`${this.url}/${conversation... | Ruby |
8b022311c04e437480dff6d64db8b846fec4ec66 | 603 | 2020-06-09 17:42:18+05:30 | -19,800 | ['40481f64623df2dfd5da8c5db144725d5a77d4ab'] | Chore: FCM Push Fixes (#934) | [{'old_path': 'app/controllers/api/v1/accounts/notifications_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/notifications_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,8 +4,13 @@ class Api::V1::Accounts::NotificationsController < Api::V1::Accounts::BaseContro\n before_action :fetc... | Ruby |
432dad203be4b9e752b5761e0d48fc498273aaf0 | 603 | 2020-06-09 23:54:35+05:30 | -19,800 | ['8b022311c04e437480dff6d64db8b846fec4ec66'] | Feature: Inbox greeting message (#927)
Co-authored-by: Pranav Raj S <pranav@thoughtwoot.com> | [{'old_path': 'app/controllers/api/v1/accounts/inboxes_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/inboxes_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -10,7 +10,12 @@ class Api::V1::Accounts::InboxesController < Api::V1::Accounts::BaseController\n def create\n ActiveRecord::... | Ruby |
eadc33d23078692bc2930ccb40151a22f5282fc0 | 541 | 2020-06-10 00:16:34+05:30 | -19,800 | ['432dad203be4b9e752b5761e0d48fc498273aaf0'] | Use empty string as fallback greeting_message if null (#948) | [{'old_path': 'app/javascript/dashboard/routes/dashboard/settings/inbox/Settings.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/settings/inbox/Settings.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -312,12 +312,12 @@ export default {\n name: this.selectedInboxName,\n enable_a... | Ruby |
bfe10618fbb296faf60d8dc4a35bc70c3cc60b8f | 603 | 2020-06-10 00:23:34+05:30 | -19,800 | ['e783c3af5d80bac628548be6700e6b6be4085f6b'] | BugFix: Fix twitter DM view
- Fix twitter DMs gettings getting appended to tweet conversation
Fixes: #939 | [{'old_path': 'app/services/twitter/direct_message_parser_service.rb', 'new_path': 'app/services/twitter/direct_message_parser_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -64,7 +64,7 @@ class Twitter::DirectMessageParserService < Twitter::WebhooksBaseService\n end\n \n def set_conversation\n- ... | Ruby |
04a0aa5f1b419c0db63b57a0639ef5af3a20d354 | 603 | 2020-06-10 00:25:05+05:30 | -19,800 | ['eadc33d23078692bc2930ccb40151a22f5282fc0'] | BugFix: Fix twitter DM view
- Fix twitter DMs gettings getting appended to tweet conversation
Fixes: #939 | [{'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.4.0'\n+ version: '1.5.2'\n \n development:\n <<: *shared\n"}] | Ruby |
e769282e7fc4a568c0c873a166f7eaa52fdb7466 | 541 | 2020-06-10 00:30:37+05:30 | -19,800 | ['3823ad8fefbd5667a1c9a95657b306c6e1ddcafb'] | BugFix: Fix missing tagline in inbox settings (#949) | [{'old_path': 'app/javascript/dashboard/routes/dashboard/settings/inbox/Settings.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/settings/inbox/Settings.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -47,6 +47,20 @@\n "\n />\n \n+ <woot-input\n+ v-if="isAWidgetInb... | Ruby |
ca7554f88c7fac02baae8f646c089fb74152d54d | 603 | 2020-06-11 22:34:22+05:30 | -19,800 | ['e769282e7fc4a568c0c873a166f7eaa52fdb7466'] | Chore: Add deployment documentation (#904)
Co-authored-by: Pranav Raj S <pranav@thoughtwoot.com> | [{'old_path': 'docs/README.md', 'new_path': 'docs/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -18,3 +18,11 @@ This guide will help you get started with Chatwoot!\n * [Environment Variables](/docs/environment-variables)\n * [Conversation Continuity with Email](/docs/conversation-continuity)\n * [Common... | Ruby |
4f3b48306638e9cce6dc3f38cf97c6525f80bdce | 541 | 2020-06-12 19:37:00+05:30 | -19,800 | ['ca7554f88c7fac02baae8f646c089fb74152d54d'] | Chore: Add Github Sponsors link | [{'old_path': '.github/FUNDING.yml', 'new_path': '.github/FUNDING.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1 +1,2 @@\n open_collective: chatwoot\n+github: chatwoot\n'}] | Ruby |
ed1c871633f4d90f79e7664c58565c3aba1963be | 611 | 2020-06-12 23:12:47+05:30 | -19,800 | ['4f3b48306638e9cce6dc3f38cf97c6525f80bdce'] | Feature: Slack integration (#783)
- Integrations architecture
- Slack integration | [{'old_path': '.env.example', 'new_path': '.env.example', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -85,6 +85,10 @@ TWITTER_CONSUMER_KEY=\n TWITTER_CONSUMER_SECRET=\n TWITTER_ENVIRONMENT=\n \n+#slack\n+SLACK_CLIENT_ID=\n+SLACK_CLIENT_SECRET\n+\n ### Change this env variable only if you are using a custom build ... | Ruby |
f9e8bb8e104f405a360b8de046fa3367d6237cf6 | 603 | 2020-06-13 00:19:43+05:30 | -19,800 | ['ed1c871633f4d90f79e7664c58565c3aba1963be'] | Chore: Send browser language in webwidget events (#952)
Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com> | [{'old_path': 'app/controllers/api/v1/widget/events_controller.rb', 'new_path': 'app/controllers/api/v1/widget/events_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,12 +2,19 @@ class Api::V1::Widget::EventsController < Api::V1::Widget::BaseController\n include Events::Types\n \n def create\n- ... | Ruby |
944fbf27b715f9fb0958c19ffd904a7926b10ab1 | 656 | 2020-06-13 20:33:23+05:30 | -19,800 | ['f9e8bb8e104f405a360b8de046fa3367d6237cf6'] | Enhancement: Improve scrolling on widget #954 (#955)
Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com> | [{'old_path': 'app/javascript/sdk/IFrameHelper.js', 'new_path': 'app/javascript/sdk/IFrameHelper.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -4,8 +4,6 @@ import {\n body,\n widgetHolder,\n createBubbleHolder,\n- disableScroll,\n- enableScroll,\n createBubbleIcon,\n bubbleImg,\n chatBubble,\n@@ ... | Ruby |
ecd5e2013322d9b6f0c08086383f57c794b76ea7 | 541 | 2020-06-13 22:29:12+05:30 | -19,800 | ['944fbf27b715f9fb0958c19ffd904a7926b10ab1'] | Bug: Replace non-numeric characters in Twilio phonenumber (#958) | [{'old_path': 'app/javascript/dashboard/routes/dashboard/settings/inbox/channels/Twilio.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/settings/inbox/channels/Twilio.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -138,7 +138,7 @@ export default {\n medium: this.medium,\n ... | Ruby |
5ec9af932539c530a2fb9cdd6460d38ae4914005 | 656 | 2020-06-14 11:28:38+05:30 | -19,800 | ['ecd5e2013322d9b6f0c08086383f57c794b76ea7'] | Bug: Add min height to widget input box (#960) | [{'old_path': 'app/javascript/widget/components/ChatInputArea.vue', 'new_path': 'app/javascript/widget/components/ChatInputArea.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -49,6 +49,7 @@ export default {\n .user-message-input {\n border: 0;\n height: $space-large;\n+ min-height: $space-large;\n resiz... | Ruby |
5cb88237f5fd8b351c19b80b1b037379b748940b | 541 | 2020-06-14 14:07:52+05:30 | -19,800 | ['5ec9af932539c530a2fb9cdd6460d38ae4914005'] | Chore: Move conversationStats to a seperate module (#962)
* Chore: Move conversationStats to a seperate module
* Move toggleTyping to conversationTypingStatus
* Remove unused agentTyping flag
* Fix review comments | [{'old_path': 'app/javascript/dashboard/api/channel/fbChannel.js', 'new_path': 'app/javascript/dashboard/api/channel/fbChannel.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -6,20 +6,6 @@ class FBChannel extends ApiClient {\n super('facebook_indicators', { accountScoped: true });\n }\n \n- markSeen({ inb... | Ruby |
7c6ea3a05a2452ee5f3f5e55bf3e046b2c5148e6 | 541 | 2020-06-14 18:30:36+05:30 | -19,800 | ['5cb88237f5fd8b351c19b80b1b037379b748940b'] | Chore: Fix HTML rendering in ConversationCard (#963) | [{'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': '@@ -23,15 +23,19 @@\n {{ inboxName(chat.inbox_id) }}\n </span>\n ... | Ruby |
667e3abbe158b5dc267a9a4cd299082efc595c44 | 541 | 2020-06-15 13:35:52+05:30 | -19,800 | ['7c6ea3a05a2452ee5f3f5e55bf3e046b2c5148e6'] | Fix: Set widget bg color for file-bubble (#965) | [{'old_path': 'app/javascript/widget/components/FileBubble.vue', 'new_path': 'app/javascript/widget/components/FileBubble.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -32,6 +32,10 @@ export default {\n type: Boolean,\n default: false,\n },\n+ widgetColor: {\n+ type: String,\n+ de... | Ruby |
b0bbd757b519a915a83edf0177cf86ec6f3137e3 | 603 | 2020-06-15 13:36:56+05:30 | -19,800 | ['667e3abbe158b5dc267a9a4cd299082efc595c44'] | Chore: FCM Notification Improvements (#957)
Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com> | [{'old_path': 'app/controllers/api/v1/accounts/notifications_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/notifications_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,6 +2,7 @@ class Api::V1::Accounts::NotificationsController < Api::V1::Accounts::BaseContro\n protect_from_forgery... | Ruby |
04f6460afb2cdaf880eda7d07d8c3cb9f1eae055 | 603 | 2020-06-16 19:39:57+05:30 | -19,800 | ['b0bbd757b519a915a83edf0177cf86ec6f3137e3'] | Chore: Fix failing sidekiq events for contact create (#966) | [{'old_path': '.rubocop.yml', 'new_path': '.rubocop.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -102,8 +102,8 @@ AllCops:\n Exclude:\n - 'bin/**/*'\n - 'db/schema.rb'\n- - 'config/**/*'\n - 'public/**/*'\n+ - 'config/initializers/bot.rb'\n - 'vendor/**/*'\n - 'node_modules/**/*'\... | Ruby |
963f173730691dcfa7fe8a4c21ae6d887e8dc1fe | 541 | 2020-06-18 15:17:45+05:30 | -19,800 | ['04f6460afb2cdaf880eda7d07d8c3cb9f1eae055'] | Feature: ResizableTextArea in widget and dashboard (#969)
* Create ResizableTextArea component
* Rubocop fixes and spec fixes
Co-authored-by: Sojan <sojan@pepalo.com> | [{'old_path': '.rubocop.yml', 'new_path': '.rubocop.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -8,8 +8,17 @@ Lint/RaiseException:\n Enabled: true\n Lint/StructNewOverride:\n Enabled: true\n+Lint/DeprecatedOpenSSLConstant:\n+ Enabled: true\n+Lint/MixedRegexpCaptureTypes:\n+ Enabled: true\n Layout/Line... | Ruby |
d4214cd78fe893ad911cc73a4dec21b1db7bbd58 | 603 | 2020-06-22 12:01:26+05:30 | -19,800 | ['991648edcfc6fa61346b047b23c267e97c30ce49'] | Bugfix: Invalid argument expiry in global config
references: #976 | [{'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.5.2'\n+ version: '1.5.3'\n \n development:\n <<: *shared\n"}, {'old_path': 'lib/global_config.rb', 'new_path': 'lib/global_config.rb', 'type': <ModificationTy... | Ruby |
1ef8d03e186c4df2e9ffb717634abfbc790fd110 | 603 | 2020-06-22 13:19:26+05:30 | -19,800 | ['aa8a85b8bdb27edc2048d39635e527bb6454ba9d'] | Feature: Slack - receive messages, create threads, send replies (#974)
Co-authored-by: Pranav Raj S <pranav@thoughtwoot.com> | [{'old_path': '.circleci/config.yml', 'new_path': '.circleci/config.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -16,7 +16,7 @@ defaults: &defaults\n - image: circleci/redis:alpine\n environment:\n - CC_TEST_REPORTER_ID: b1b5c4447bf93f6f0b06a64756e35afd0810ea83649f03971cbf303b4449456f\n-\n+ ... | Ruby |
8b61452d567c7b24c53237a76734c2f16c24b5c5 | 541 | 2020-06-22 13:40:31+05:30 | -19,800 | ['1ef8d03e186c4df2e9ffb717634abfbc790fd110'] | Chore: Fix typo in Slack documentation (#977)
- Fix typo in slack-integration-setup.md | [{'old_path': 'docs/development/project-setup/slack-integration-setup.md', 'new_path': 'docs/development/project-setup/slack-integration-setup.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,18 +3,18 @@ path: "/docs/slack-integration-setup"\n title: "Setting Up Slack Intergration"\n ---\n \n-### Register A Fa... | Ruby |
97ad39713bcb72cf71a511199d56e4935e44afe9 | 541 | 2020-06-25 21:04:03+05:30 | -19,800 | ['8b61452d567c7b24c53237a76734c2f16c24b5c5'] | Feature: Improve label experience (#975)
Co-authored-by: Sojan <sojan@pepalo.com> | [{'old_path': 'app/javascript/dashboard/api/inbox/conversation.js', 'new_path': 'app/javascript/dashboard/api/inbox/conversation.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -6,13 +6,14 @@ class ConversationApi extends ApiClient {\n super('conversations', { accountScoped: true });\n }\n \n- get({ inbox... | Ruby |
0aab717bb3024d689364fca3cc17f5527cf23958 | 541 | 2020-06-25 21:33:56+05:30 | -19,800 | ['97ad39713bcb72cf71a511199d56e4935e44afe9'] | Chore: Add default value for label color (#981) | [{'old_path': 'app/models/label.rb', 'new_path': 'app/models/label.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,7 +3,7 @@\n # Table name: labels\n #\n # id :bigint not null, primary key\n-# color :string\n+# color :string default("#1f93ff"), not null\... | Ruby |
4f83d5451ebfa4eac865588f5b1b8c07e2201bf9 | 603 | 2020-06-25 23:35:16+05:30 | -19,800 | ['0aab717bb3024d689364fca3cc17f5527cf23958'] | Chore: Routine Bugfixes and enhancements (#979)
- Fix slack scopes
- Docs for authentication
Fixes: #704 , #973 | [{'old_path': '.circleci/config.yml', 'new_path': '.circleci/config.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -98,7 +98,7 @@ jobs:\n - run:\n name: Run backend tests\n command: |\n- bundle exec rspec $(circleci tests glob "spec/**/*_spec.rb" | circleci tests split --sp... | Ruby |
cc026110073267e3c0910982faf0d1d9bbda8ac3 | 603 | 2020-06-27 21:34:53+05:30 | -19,800 | ['4f83d5451ebfa4eac865588f5b1b8c07e2201bf9'] | Chore: Convert Message Sender to polymorphic (#740)
Fixes #680 | [{'old_path': 'app/actions/contact_merge_action.rb', 'new_path': 'app/actions/contact_merge_action.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -29,7 +29,7 @@ class ContactMergeAction\n end\n \n def merge_messages\n- Message.where(contact_id: @mergee_contact.id).update(contact_id: @base_contact.id)\n+ ... | Ruby |
534409d25a2e1920102ef530f0390e601e67ecbd | 114 | 2020-07-01 14:16:08+05:30 | -7,200 | ['cc026110073267e3c0910982faf0d1d9bbda8ac3'] | Enhancement: Use Tahoma as fallback for Arabic characters (#991) | [{'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': '@@ -67,6 +67,7 @@ BlinkMacSystemFont,\n "Segoe UI",\n Roboto,\n "Helvetica Neue",\n+Tahoma,\n Arial,\n sans-serif;\... | Ruby |
83be2e1edb3945a064bd0a106211ac4ffa350922 | 95 | 2020-07-01 14:40:21+05:30 | -7,200 | ['534409d25a2e1920102ef530f0390e601e67ecbd'] | Enhancement: Improve the UX for unread conversations (#986)
Co-authored-by: Nithin David Thomas <webofnithin@gmail.com> | [{'old_path': 'app/javascript/dashboard/assets/scss/widgets/_conversation-card.scss', 'new_path': 'app/javascript/dashboard/assets/scss/widgets/_conversation-card.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -120,11 +120,11 @@\n }\n \n .conversation--message {\n- font-weight: $font-weight-mediu... | Ruby |
a699d7bdfe6239f8157817f9a3528a4c2be8ed67 | 610 | 2020-07-01 23:02:59+05:30 | 14,400 | ['83be2e1edb3945a064bd0a106211ac4ffa350922'] | Update documentation with Sendgrid instructions (#994)
Add information about how to integrate with Sendgrid. | [{'old_path': 'docs/development/project-setup/environment-variables.md', 'new_path': 'docs/development/project-setup/environment-variables.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -41,6 +41,17 @@ SMTP_USERNAME=\n SMTP_PASSWORD=\n ```\n \n+If you would like to use Sendgrid to send your emails, use the foll... | Ruby |
c0cd747f29e8acf4a0fbe6a69589af5a877abb86 | 509 | 2020-07-02 11:58:02+05:30 | -20,700 | ['a699d7bdfe6239f8157817f9a3528a4c2be8ed67'] | Bug: Fix duplicate messages while using `enter` key on slow network (#987)
Co-authored-by: Pranav Raj S <pranav@thoughtwoot.com> | [{'old_path': 'app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue', 'new_path': 'app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -212,18 +212,19 @@ export default {\n if (this.message.length > this.maxLength) {\n ... | Ruby |
1b1deb9626ef6d59ab3baca4edae7c7255d0178c | 114 | 2020-07-03 23:17:39+05:30 | -7,200 | ['c0cd747f29e8acf4a0fbe6a69589af5a877abb86'] | Proposed Enhancements for Chat Bubble Looks in the Dashboard (#992)
* Update Private Note border color
* Added box-shadow to chat bubbles
* Adjustments as suggested in PR #992
Adjustments as suggested in PR #992
* Reintroduced @include border-normal; in L-253
Co-authored-by: Pranav Raj S <pranav@thought... | [{'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': '@@ -309,7 +309,7 @@\n \n &.is-private {\n background: lighten($warning-color, 32%);\n- ... | Ruby |
bd879275765e12a7d7d6728a2190297a12714ec1 | 656 | 2020-07-03 23:25:33+05:30 | -19,800 | ['1b1deb9626ef6d59ab3baca4edae7c7255d0178c'] | Add icon show last reply is from agent on conversation list #997 | [{'old_path': 'app/javascript/dashboard/assets/scss/widgets/_conversation-card.scss', 'new_path': 'app/javascript/dashboard/assets/scss/widgets/_conversation-card.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -78,6 +78,11 @@\n font-size: $font-size-mini;\n vertical-align: top;\n }\n+\n+ .m... | Ruby |
c98907db499563a4dd08761c69b7ead59d21be17 | 603 | 2020-07-04 11:42:47+05:30 | -19,800 | ['bd879275765e12a7d7d6728a2190297a12714ec1'] | Feature: Availability Statuses (#874)
Co-authored-by: Pranav Raj S <pranav@thoughtwoot.com> | [{'old_path': 'app/channels/room_channel.rb', 'new_path': 'app/channels/room_channel.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,10 +1,42 @@\n class RoomChannel < ApplicationCable::Channel\n def subscribed\n- stream_from params[:pubsub_token]\n- ::OnlineStatusTracker.add_subscription(params[:pubsu... | Ruby |
36661ea45db4266e82b8b8c6ef4e69eedd09b1f1 | 656 | 2020-07-04 13:50:44+05:30 | -19,800 | ['c98907db499563a4dd08761c69b7ead59d21be17'] | Enhancement: Add focus state for reply box in dashboard (#999)
Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com> | [{'old_path': '.scss-lint.yml', 'new_path': '.scss-lint.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -51,7 +51,7 @@ linters:\n \n ElsePlacement:\n enabled: true\n- style: same_line # or 'new_line'\n+ style: new_line\n \n EmptyLineBetweenBlocks:\n enabled: true\n"}, {'old_path': 'app/javascr... | Ruby |
461249492321b1fcc950b8167111c3bcadc9b633 | 541 | 2020-07-04 19:46:17+05:30 | -19,800 | ['36661ea45db4266e82b8b8c6ef4e69eedd09b1f1'] | Chore: Fix issues with conversation data models (#1000)
Co-authored-by: Sojan <sojan@pepalo.com> | [{'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': '@@ -7,7 +7,7 @@\n <Thumbnail\n v-if="!hideThumbnail"\n :src="currentC... | Ruby |
43147b3163d1bf4dc773979a7ee6d8ddba2c6d72 | 603 | 2020-07-04 20:03:16+05:30 | -19,800 | ['461249492321b1fcc950b8167111c3bcadc9b633'] | Chore: Fix presence for current user (#1001)
Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com> | [{'old_path': 'app/channels/room_channel.rb', 'new_path': 'app/channels/room_channel.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -4,17 +4,22 @@ class RoomChannel < ApplicationCable::Channel\n current_user\n current_account\n update_subscription\n+ broadcast_presence\n end\n \n def update_p... | Ruby |
b633126b3546cc292c0be959823260199b146e2d | 541 | 2020-07-06 10:37:51+05:30 | -19,800 | ['43147b3163d1bf4dc773979a7ee6d8ddba2c6d72'] | Chore: Fix spelling mistakes in docs (#1012) | [{'old_path': 'docs/channels/facebook-channel.md', 'new_path': 'docs/channels/facebook-channel.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -31,7 +31,7 @@ If you are using self-hosted Chatwoot installation, please configure the Faceboo\n \n \n \n-**Step 6**. Hooray! You h... | Ruby |
e41bd56f41bd9dc110ae2a042718c080553e4b43 | 603 | 2020-07-06 11:16:19+05:30 | -19,800 | ['b633126b3546cc292c0be959823260199b146e2d'] | Chore: Feature Flags for Channels (#1010) | [{'old_path': 'app/javascript/dashboard/components/widgets/ChannelItem.vue', 'new_path': 'app/javascript/dashboard/components/widgets/ChannelItem.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -40,10 +40,23 @@ export default {\n type: String,\n required: true,\n },\n+ enabledFeatures: {\n+ ... | Ruby |
f8a3f2df27b195b8c9f5266000c861a6a7b28cda | 541 | 2020-07-06 13:28:50+05:30 | -19,800 | ['e41bd56f41bd9dc110ae2a042718c080553e4b43'] | Chore: Add documentation for Mailgun & Mailchimp (#1014) | [{'old_path': 'docs/development/project-setup/environment-variables.md', 'new_path': 'docs/development/project-setup/environment-variables.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -47,9 +47,34 @@ SMTP_ADDRESS=smtp.sendgrid.net\n SMTP_AUTHENTICATION=plain\n SMTP_DOMAIN=<your verified domain>\n SMTP_ENABLE_... | Ruby |
6a7d810c953e0d228c2a834b15e73e70692b1c5e | 541 | 2020-07-06 18:14:19+05:30 | -19,800 | ['f8a3f2df27b195b8c9f5266000c861a6a7b28cda'] | Bug: Set auto width to email input (#1013)
Co-authored-by: Nithin David Thomas <webofnithin@gmail.com> | [{'old_path': 'app/javascript/widget/components/template/EmailInput.vue', 'new_path': 'app/javascript/widget/components/template/EmailInput.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -94,6 +94,7 @@ export default {\n border-bottom-right-radius: 0;\n border-top-right-radius: 0;\n padding: $space... | Ruby |
49db9c5d8a3621a3c65ba61487bfafae58104a5b | 656 | 2020-07-08 00:04:44+05:30 | -19,800 | ['6a7d810c953e0d228c2a834b15e73e70692b1c5e'] | Adds unread message bubbles for widget (#943)
Co-authored-by: Sojan <sojan@pepalo.com>
Co-authored-by: Pranav Raj S <pranav@thoughtwoot.com> | [{'old_path': 'app/controllers/api/v1/widget/conversations_controller.rb', 'new_path': 'app/controllers/api/v1/widget/conversations_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -5,6 +5,14 @@ class Api::V1::Widget::ConversationsController < Api::V1::Widget::BaseController\n @conversation = conve... | Ruby |
0fc0dc1683a7090ead71f298aeef4635a173d776 | 603 | 2020-07-08 00:14:07+05:30 | -19,800 | ['49db9c5d8a3621a3c65ba61487bfafae58104a5b'] | Chore: Refactor round robin logic (#1015)
Co-authored-by: Pranav Raj S <pranav@thoughtwoot.com> | [{'old_path': '.rubocop.yml', 'new_path': '.rubocop.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -39,6 +39,8 @@ Style/HashTransformKeys:\n Enabled: true\n Style/HashTransformValues:\n Enabled: true\n+Style/RedundantFetchBlock:\n+ Enabled: true\n Style/RedundantRegexpCharacterClass:\n Enabled: true\n S... | Ruby |
a77cc713c2084de62608cc0efa2788dbf88433e9 | 603 | 2020-07-08 00:59:30+05:30 | -19,800 | ['0fc0dc1683a7090ead71f298aeef4635a173d776'] | Chore: Include Tamil, Arabic, other language updates (#1018)
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': "@@ -9,6 +9,8 @@ import ml from './locale/ml';\n import pt from './locale/pt';\n import pt_BR from './locale/pt_BR';\n import ro from './locale/ro';\n+import ta fro... | Ruby |
abc335cc8ed2da2cfbf6a1f266f0155e57ad6599 | 541 | 2020-07-08 13:13:48+05:30 | -19,800 | ['d03fad3e1d19822edfbb9d61c2407cd4ebf11896'] | Feature: Add support for labels in form (#1019) | [{'old_path': 'app/javascript/shared/components/ChatForm.vue', 'new_path': 'app/javascript/shared/components/ChatForm.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -18,6 +18,18 @@\n :placeholder="item.placeholder"\n :disabled="!!submittedValues.length"\n />\n+ <select\n+ ... | Ruby |
acbb79a7c2d050238ffae4625a5842a55fae11ae | 603 | 2020-07-08 13:37:47+05:30 | -19,800 | ['d03fad3e1d19822edfbb9d61c2407cd4ebf11896'] | Chore: Fix attribute in reply with summary mailer | [{'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': "@@ -5,7 +5,7 @@\n <% @messages.each do |message| %>\n <tr>\n <td>\n- <b><%= message.in... | Ruby |
929575f11a7d55f82773b53151423e806b6e0707 | 541 | 2020-07-09 16:28:09+05:30 | -19,800 | ['3593a84f26fc1cd41714d56fcfa1476eb5f51a7e'] | Chore: Update copy on Signup page (#1023) | [{'old_path': 'app/javascript/dashboard/components/widgets/ChannelItem.vue', 'new_path': 'app/javascript/dashboard/components/widgets/ChannelItem.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -54,7 +54,7 @@ export default {\n return this.enabledFeatures.channel_facebook;\n }\n if (channel ... | Ruby |
e8994165ea0362771bbccaab30f7264433047c7b | 603 | 2020-07-10 00:09:40+05:30 | -19,800 | ['929575f11a7d55f82773b53151423e806b6e0707'] | Chore: Add migration for feature flags (#1024)
Co-authored-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.5.3'\n+ version: '1.6.1'\n \n development:\n <<: *shared\n"}, {'old_path': None, 'new_path': 'db/migrate/20200709145000_remove_multiple_feature_flags.rb', 'ty... | Ruby |
24101eb117a4dba7c2836a6a4cc77d0840dc994c | 317 | 2020-07-10 21:08:59+05:30 | -16,200 | ['e8994165ea0362771bbccaab30f7264433047c7b'] | Feature: Add persian translation (#1017)
Co-authored-by: Pranav Raj S <pranav@thoughtwoot.com> | [{'old_path': 'app/javascript/dashboard/i18n/index.js', 'new_path': 'app/javascript/dashboard/i18n/index.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -9,6 +9,7 @@ import ml from './locale/ml';\n import pt from './locale/pt';\n import pt_BR from './locale/pt_BR';\n import ro from './locale/ro';\n+import fa fro... | Ruby |
6f47c07362f1e3657614dc69370bacc051c3f956 | 593 | 2020-07-12 17:10:29+05:30 | -10,800 | ['24101eb117a4dba7c2836a6a4cc77d0840dc994c'] | Update Heroku deploy (#1030) | [{'old_path': 'app.json', 'new_path': 'app.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -44,7 +44,7 @@\n {\n "plan": "heroku-postgresql",\n "options": {\n- "version": "9.5"\n+ "version": "9.6"\n }\n }\n ],\n'}] | Ruby |
5dcc8a9e81049e0d55d98d626ac052ba8ececfbc | 541 | 2020-07-12 20:35:47+05:30 | -19,800 | ['6f47c07362f1e3657614dc69370bacc051c3f956'] | Chore: Add docs on supported features per channel (#1032)
* Chore: Add docs on supported features per channel | [{'old_path': None, 'new_path': 'docs/channels/supported-features.md', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,65 @@\n+---\n+path: "/docs/channels/feature-comparison"\n+title: "Supported features on channels"\n+---\n+\n+\n+### Supported message type\n+\n+<div class="table table-striped">\n+\n+| Channel |... | Ruby |
7483796a147c119bd57abacf69fe350314562e99 | 603 | 2020-07-14 11:36:31+05:30 | -19,800 | ['6ede64cb6b384ebd53255ec4e8ed354733c44073'] | Chore: Update PostgreSQL version to 12 (#1034)
Fixes: #1031 | [{'old_path': 'app.json', 'new_path': 'app.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -37,17 +37,7 @@\n }\n },\n "image": "heroku/ruby",\n- "addons": [\n- {\n- "plan": "heroku-redis"\n- },\n- {\n- "plan": "heroku-postgresql",\n- "options": {\n- "version": "9.5"\n- ... | Ruby |
a260495f3dcc61d82552da8006c3532a778711c9 | 626 | 2020-07-14 20:16:03+05:30 | -28,800 | ['aac3c27483774415b60603d9a52497590171d322'] | Chore: dup module name RoundRobin (#1036)
Fix the duplicate module name in migration | [{'old_path': 'db/migrate/20170525104650_round_robin.rb', 'new_path': 'db/migrate/20170525104650_create_round_robin.rb', 'type': <ModificationType.RENAME: 3>, 'diff': '@@ -1,4 +1,4 @@\n-class RoundRobin < ActiveRecord::Migration[5.0]\n+class CreateRoundRobin < ActiveRecord::Migration[5.0]\n def change\n InboxMemb... | Ruby |
ba5539d9bfa87a4245894aa919aaeaa4ae515798 | 626 | 2020-07-14 21:56:49+05:30 | -28,800 | ['a3d14c188430f78b17d926978851dd65e06ece8b'] | Chore: dup module name RoundRobin (#1036)
Fix the duplicate module name in migration | [{'old_path': 'db/migrate/20170525104650_round_robin.rb', 'new_path': 'db/migrate/20170525104650_create_round_robin.rb', 'type': <ModificationType.RENAME: 3>, 'diff': '@@ -1,4 +1,4 @@\n-class RoundRobin < ActiveRecord::Migration[5.0]\n+class CreateRoundRobin < ActiveRecord::Migration[5.0]\n def change\n InboxMemb... | Ruby |
a8ce9ae59c078882c9be96ed7b62d80e01969688 | 222 | 2020-07-14 22:52:48+05:30 | -19,800 | ['196ffe3ea23049237d6137909aaf2c2eda494be4'] | Chore: grammatical changes to readme (#1035) | [{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -27,9 +27,9 @@ ___\n \n ## Background\n \n-Chatwoot is a customer support tool for instant messaging channels which can help businesses to provide exceptional customer support. The development of Chatwoot started in 20... | Ruby |
d5a6f5e3529f3e7a5f22c52afd39fb12bc797d85 | 672 | 2020-07-15 16:33:52+05:30 | -19,800 | ['a8ce9ae59c078882c9be96ed7b62d80e01969688'] | Enhancement: ability to send out an email without summary #1048 (#1049)
Right now as part of conversation continuity, we are using the
ConversationReplyMailer which sends a summary of messages including
the incoming messages when an agent replies. Ideally, we want
to send only the reply of that agent and not a summ... | [{'old_path': 'app/mailers/conversation_reply_mailer.rb', 'new_path': 'app/mailers/conversation_reply_mailer.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -20,7 +20,27 @@ class ConversationReplyMailer < ApplicationMailer\n to: @contact&.email,\n from: from_email,\n reply_to: re... | Ruby |
196741d975a784fac47263349f39910612c48419 | 541 | 2020-07-15 22:55:57+05:30 | -19,800 | ['d5a6f5e3529f3e7a5f22c52afd39fb12bc797d85'] | Bug: Fix translated keys for availability statuses in Greek (#1050) | [{'old_path': 'app/javascript/dashboard/i18n/locale/el/settings.json', 'new_path': 'app/javascript/dashboard/i18n/locale/el/settings.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -52,15 +52,15 @@\n "LABEL": "Διαθεσιμότητα",\n "STATUSES_LIST": [\n {\n- "value": "στη γραμμή... | Ruby |
a18d54b7064d6bb0fb2eec23da5d6453329cb92a | 603 | 2020-07-17 00:32:32+05:30 | -19,800 | ['196741d975a784fac47263349f39910612c48419'] | Chore: Cleanup attachment handling for Facebook & Whatsapp (#1051)
* Chore: Enable file upload for facebook messenger
* Chore: Fix attachments
* Chore: Fix Specs
* Fix ReplyBox file attachment logic
* Set default value for message
Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com> | [{'old_path': 'app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue', 'new_path': 'app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -15,9 +15,9 @@\n />\n <resizable-text-area\n ref="messageInput"\n- v-mo... | Ruby |
9e50d22472bd417081e1178b58fd67a1b1f742e3 | 222 | 2020-07-17 20:38:21+05:30 | -19,800 | ['a18d54b7064d6bb0fb2eec23da5d6453329cb92a'] | Chore: Corrections in docs (#1054) | [{'old_path': 'docs/development/environment-setup/windows.md', 'new_path': 'docs/development/environment-setup/windows.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -5,17 +5,17 @@ title: \'Windows 10 Installation Guide\'\n \n ### Requirements\n \n-You need to install Linux Subsystem for Windows.\n+You need to ... | Ruby |
7ef45e58443caeb335401652705242f0b62a2299 | 672 | 2020-07-19 13:34:34+05:30 | -19,800 | ['642efe8d4088924566dc16ff6f25561173ac2dc9'] | Chore: Change the prefix in reply emails (#1060)
* Chore: Change the prefix in reply emails
In conversation continuity the reply to email was looking like
reply+to+{some_random_hex_id}@reply.chatwoot.com
Changed the prefix to just `reply` instead of `reply+to`.
* Chore: Change reply email prefix in outboun... | [{'old_path': 'app/mailboxes/application_mailbox.rb', 'new_path': 'app/mailboxes/application_mailbox.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,7 +1,7 @@\n class ApplicationMailbox < ActionMailbox::Base\n # Last part is the regex for the UUID\n- # Eg: email should be something like : reply+to+6bdc3f4d... | Ruby |
7ca192615d92c70ddf85423e143b003fae3df7bc | 672 | 2020-07-19 15:35:55+05:30 | -19,800 | ['7ef45e58443caeb335401652705242f0b62a2299'] | Chore: Move some email configs to ENV variables (#1064)
For the outgoing emails which has dependency on the incoming
part as well like the conversation continuity part, some of the
config variables used were entirely based on the account attributes.
But this is not true in case of self hosted situations where you... | [{'old_path': '.env.example', 'new_path': '.env.example', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -40,7 +40,8 @@ SMTP_AUTHENTICATION=\n SMTP_ENABLE_STARTTLS_AUTO=\n \n # Mail Incoming\n-\n+# This is the domain set for the reply emails when conversation continuity is enabled\n+MAILER_INBOUND_EMAIL_DOMAIN=\n # ... | Ruby |
7607e8edb4bd6d39cef6dcd5fe32097e5fe11f84 | 603 | 2020-07-19 21:22:12+05:30 | -19,800 | ['7ca192615d92c70ddf85423e143b003fae3df7bc'] | Chore: Enable bot conversations in status dropdown (#1041) | [{'old_path': 'app/javascript/dashboard/constants.js', 'new_path': 'app/javascript/dashboard/constants.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -12,5 +12,6 @@ export default {\n STATUS_TYPE: {\n OPEN: 'open',\n RESOLVED: 'resolved',\n+ BOT: 'bot',\n },\n };\n"}, {'old_path': 'app/javascript... | Ruby |
96efc44b8271313bcdf80f928e2f4dffb017f1ec | 672 | 2020-07-19 23:08:07+05:30 | -19,800 | ['7607e8edb4bd6d39cef6dcd5fe32097e5fe11f84'] | Chore: Feature lock email settings in UI (#1065)
* Chore: Feature lock email settings in UI
The email settings under account settings needed to be
feature locked in a way different from teh current way for it
to be enabled for accounts in a self hosted scenario.
Some refactorings were also done along with this... | [{'old_path': 'app/controllers/api/v1/accounts_controller.rb', 'new_path': 'app/controllers/api/v1/accounts_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -32,7 +32,7 @@ class Api::V1::AccountsController < Api::BaseController\n end\n \n def update\n- @account.update!(account_params.slice(:name... | Ruby |
b803ae3300f00b7278287ceec3c41fdb144f7f28 | 672 | 2020-07-20 12:47:02+05:30 | -19,800 | ['96efc44b8271313bcdf80f928e2f4dffb017f1ec'] | Bugfix: Private notes in emails & broken Signup (#1068)
* Bugfix: Private notes in emails
Private notes were sent in the emails as part of
conversation continuity. Fixed this issue.
Also made the changes to not even queue the mails
if message is a private note.
* Bugfix: Change issue with featurable in sign... | [{'old_path': 'app/mailers/conversation_reply_mailer.rb', 'new_path': 'app/mailers/conversation_reply_mailer.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -34,7 +34,8 @@ class ConversationReplyMailer < ApplicationMailer\n @contact = @conversation.contact\n @agent = @conversation.assignee\n \n- @mess... | Ruby |
440f449e24ea1719c544270f17f93de47384053c | 541 | 2020-07-20 17:39:36+05:30 | -19,800 | ['b803ae3300f00b7278287ceec3c41fdb144f7f28'] | Enhancement: Remove v-model.trim from reply box (#1071) | [{'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': '@@ -15,7 +15,7 @@\n />\n <resizable-text-area\n ref="messageInput"\n- v-mo... | Ruby |
29838f9424a54d4b72b90a0117091e35d29d4e5c | 222 | 2020-07-20 17:43:38+05:30 | -19,800 | ['440f449e24ea1719c544270f17f93de47384053c'] | Fix grammatical issues in Ubuntu Environment Setup (#1070) | [{'old_path': 'docs/development/environment-setup/ubuntu.md', 'new_path': 'docs/development/environment-setup/ubuntu.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,7 +3,7 @@ path: "/docs/installation-guide-ubuntu"\n title: "Ubuntu installation guide"\n ---\n \n-Open a terminal and run the following commands\... | Ruby |
d800b55ac65aa3a17fbfa8c83a24b953eae49328 | 603 | 2020-07-20 18:28:14+05:30 | -19,800 | ['29838f9424a54d4b72b90a0117091e35d29d4e5c'] | Chore: Add display name to the user (#1067)
* Chore: Adding browser info to web widget triggered event
fixes: #970
* Chore: Rename nickname to display name
references: #972
* Chore: Change nickname in code
* chore: fix errors
* Chore: update nginx config
fixes: #1057
* Chore: Fix specs | [{'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': '@@ -30,4 +30,14 @@ class Api::V1::Widget::BaseController < ApplicationController\n )\n @contact = @contact_inbox.contact\n end\n+\n+ ... | Ruby |
fa04098c20632339c8ed1a4c61fa0b2d8421e230 | 603 | 2020-07-20 19:38:25+05:30 | -19,800 | ['d800b55ac65aa3a17fbfa8c83a24b953eae49328'] | Chore: Run ConfigLoader on migrate (#1072)
We have been duplicating the config loader migration. Hence let's hook it to rake db:migrate. | [{'old_path': 'config/installation_config.yml', 'new_path': 'config/installation_config.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -18,3 +18,5 @@\n value: \n - name: MAILER_SUPPORT_EMAIL\n value:\n+- name: CREATE_NEW_ACCOUNT_FROM_DASHBOARD\n+ value: false\n'}, {'old_path': None, 'new_path': 'lib/tasks... | Ruby |
8079bf50a0f656c5e3120919e34df3eb5ee25140 | 603 | 2020-07-21 12:15:24+05:30 | -19,800 | ['fa04098c20632339c8ed1a4c61fa0b2d8421e230'] | Feature: API Channel (#1052) | [{'old_path': None, 'new_path': 'app/builders/messages/facebook/message_builder.rb', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,139 @@\n+# This class creates both outgoing messages from chatwoot and echo outgoing messages based on the flag `outgoing_echo`\n+# Assumptions\n+# 1. Incase of an outgoing message... | Ruby |
fcb7625616a8bb657a9eb4e6349c3f64df365f26 | 672 | 2020-07-21 12:20:46+05:30 | -19,800 | ['8079bf50a0f656c5e3120919e34df3eb5ee25140'] | Bug: Fixed quoted text parsing in incoming email (#1076)
* Bugfix: Fixed quoted text parsing in incoming email
We had changed the support email from an account based
only value to account based with fallback on global config
and environment variable.
Incoming email quoted text parsing was still based on
accou... | [{'old_path': 'app/presenters/mail_presenter.rb', 'new_path': 'app/presenters/mail_presenter.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -85,18 +85,30 @@ class MailPresenter < SimpleDelegator\n end\n \n def quoted_text_regexes\n- sender_agnostic_regexes = [\n+ return sender_agnostic_regexes if @acc... | Ruby |
d6f309ce22cc6c63a2a14fa5f93ec2bd35baedc5 | 603 | 2020-07-21 20:11:22+05:30 | -19,800 | ['fcb7625616a8bb657a9eb4e6349c3f64df365f26'] | Chore: Initialize Cypress tests (#1078)
Addresses: #412
Co-authored-by: Pranav Raj S <pranav@thoughtwoot.com> | [{'old_path': '.gitignore', 'new_path': '.gitignore', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -55,3 +55,7 @@ node_modules\n package-lock.json\n \n *.dump\n+\n+\n+# cypress\n+test/cypress/videos/*\n\\ No newline at end of file\n'}, {'old_path': 'Gemfile', 'new_path': 'Gemfile', 'type': <ModificationType.MODIFY... | Ruby |
e72f29a26e8ff95ce7ebc3c6b734b7bd64bf8f38 | 603 | 2020-07-22 11:53:47+05:30 | -19,800 | ['d6f309ce22cc6c63a2a14fa5f93ec2bd35baedc5'] | Chore: Update storage to support s3 compatible services (#1082)
This change is to allow using s3 compatible services such as DigitalOcean spaces, Minio, etc
Co-authored-by: petebytes <pete@apsion.com>
Co-authored-by: Pranav Raj S <pranav@thoughtwoot.com> | [{'old_path': 'config/environments/development.rb', 'new_path': 'config/environments/development.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -30,7 +30,7 @@ Rails.application.configure do\n config.public_file_server.enabled = true\n \n # Store uploaded files on the local file system (see config/storage.ym... | Ruby |
c7d962b20f6aed96d491b1272fe44bd5b649d413 | 541 | 2020-07-23 23:33:17+05:30 | -19,800 | ['e72f29a26e8ff95ce7ebc3c6b734b7bd64bf8f38'] | Chore: Remove selectedChat from store (#1087)
* Chore: Remove selected chat from store | [{'old_path': 'app/javascript/dashboard/components/widgets/conversation/EmptyState.vue', 'new_path': 'app/javascript/dashboard/components/widgets/conversation/EmptyState.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -30,7 +30,7 @@\n </span>\n </div>\n <!-- No conversation selected -->\n- ... | Ruby |
bb83d6ee4d9eea9c8033b69e618365efbf056aa2 | 345 | 2020-07-24 23:34:09+05:30 | -19,800 | ['c7d962b20f6aed96d491b1272fe44bd5b649d413'] | Chore: modify docker-compose for prod and local setups (#1090) | [{'old_path': 'docker-compose.production.yaml', 'new_path': 'docker-compose.production.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -2,20 +2,11 @@ version: '3'\n \n services:\n base: &base\n- build:\n- context: .\n- dockerfile: ./docker/Dockerfile\n- args:\n- BUNDLE_WITHOUT: 'deve... | Ruby |
80b083c7fcc3687fd94a113c8edd9a7020d15141 | 222 | 2020-07-24 23:34:43+05:30 | -19,800 | ['bb83d6ee4d9eea9c8033b69e618365efbf056aa2'] | Chore: Fix Docs for FB Twitter Website Channel (#1085) | [{'old_path': 'docs/channels/facebook-channel.md', 'new_path': 'docs/channels/facebook-channel.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,9 +1,9 @@\n ---\n-path: "/docs/channels/facebook"\n-title: "How to create Facebook channel?"\n+path: \'/docs/channels/facebook\'\n+title: \'How to create Facebook chan... | Ruby |
12ee7e5d82efc16e421c32e59a83a97b5eadf80e | 541 | 2020-07-25 21:54:58+05:30 | -19,800 | ['80b083c7fcc3687fd94a113c8edd9a7020d15141'] | feat: Add `chatwoot:ready` event listener on window (#1091)
* feat: Add `chatwoot:ready` event listener on window
* Add specs
* Rename customEventHelper.js -> CustomEventHelper.js | [{'old_path': 'app/javascript/sdk/IFrameHelper.js', 'new_path': 'app/javascript/sdk/IFrameHelper.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -13,6 +13,9 @@ import {\n onClickChatBubble,\n onBubbleClick,\n } from './bubbleHelpers';\n+import { dispatchWindowEvent } from 'shared/helpers/CustomEventHelper';\... | Ruby |
0f2d3418f91c774fe33f8ccca91f915ba18462af | 541 | 2020-07-25 22:54:45+05:30 | -19,800 | ['12ee7e5d82efc16e421c32e59a83a97b5eadf80e'] | fix: Add a check for 24 hour window before sending a message (#1084)
Co-authored-by: Sojan Jose <sojan@pepalo.com> | [{'old_path': '.scss-lint.yml', 'new_path': '.scss-lint.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -282,3 +282,4 @@ exclude:\n - 'app/javascript/widget/assets/scss/_reset.scss'\n - 'app/javascript/widget/assets/scss/sdk.css'\n - 'app/assets/stylesheets/administrate/reset/_normalize.scss'\n+ - 'app/j... | Ruby |
858b72a404e90e127cb5f91f3c3e9a9fbbd382de | 222 | 2020-07-26 12:18:54+05:30 | -19,800 | ['0f2d3418f91c774fe33f8ccca91f915ba18462af'] | chore: Update documentation in sdk, channels (#1094)
Fix channels/whatsapp-sms-twilio.md | [{'old_path': 'docs/channels/website-sdk.md', 'new_path': 'docs/channels/website-sdk.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,36 +1,35 @@\n ---\n-path: "/docs/website-sdk"\n-title: "Sending Information into Chatwoot"\n+path: \'/docs/website-sdk\'\n+title: \'Sending Information into Chatwoot\'\n ---\n \... | Ruby |
89ed0b425be5e4ab039dec672d9538126e25de11 | 279 | 2020-07-26 12:54:50+05:30 | -19,800 | ['858b72a404e90e127cb5f91f3c3e9a9fbbd382de'] | feat: Ability for the logged in user to create a new account (#985)
Co-authored-by: Divyesh <dkothari@box8.in>
Co-authored-by: Pranav Raj S <pranav@thoughtwoot.com> | [{'old_path': 'app/builders/account_builder.rb', 'new_path': 'app/builders/account_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -2,15 +2,18 @@\n \n class AccountBuilder\n include CustomExceptions::Account\n- pattr_initialize [:account_name!, :email!, :confirmed!]\n+ pattr_initialize [:account_name... | Ruby |
703027b834878e51f3df87a38eaed8497dd035e9 | 541 | 2020-07-26 17:46:29+05:30 | -19,800 | ['89ed0b425be5e4ab039dec672d9538126e25de11'] | chore: Add showBadge prop to tabs-item component (#1096) | [{'old_path': 'app/javascript/dashboard/components/ui/Tabs/Tabs.js', 'new_path': 'app/javascript/dashboard/components/ui/Tabs/Tabs.js', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,3 @@\n-/* eslint no-unused-vars: ["error", { "args": "none" }] */\n-\n export default {\n name: \'WootTabs\',\n props: {\n... | Ruby |
f30c8943d98c90e8c37eb97ca0b6fe58e75c71b5 | 542 | 2020-07-26 21:50:59+05:30 | -19,800 | ['703027b834878e51f3df87a38eaed8497dd035e9'] | chore: Display app version on settings/admin area | [{'old_path': 'app/assets/stylesheets/administrate/components/_navigation.scss', 'new_path': 'app/assets/stylesheets/administrate/components/_navigation.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,6 +1,6 @@\n .logo-brand {\n margin-bottom: $space-normal;\n- padding: $space-normal $space-smaller;\n+ ... | Ruby |
2b1d445003bc723d1fc4f29093cf78b5df5b9eaa | 541 | 2020-07-27 22:19:26+05:30 | -19,800 | ['f30c8943d98c90e8c37eb97ca0b6fe58e75c71b5'] | feat: Use display_name instead of name of the agent (#1097)
* feat: Use display_name instead of name of the agent | [{'old_path': 'app/controllers/api/v1/profiles_controller.rb', 'new_path': 'app/controllers/api/v1/profiles_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -16,6 +16,14 @@ class Api::V1::ProfilesController < Api::BaseController\n end\n \n def profile_params\n- params.require(:profile).permit(:e... | Ruby |
a16d2c653d746ad3e9729aa9b842a5d726e3788d | 541 | 2020-07-30 23:58:42+05:30 | -19,800 | ['2b1d445003bc723d1fc4f29093cf78b5df5b9eaa'] | Chore: Update mailer to remove hardcoded twitter link (#1103) | [{'old_path': 'app/controllers/widgets_controller.rb', 'new_path': 'app/controllers/widgets_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -11,7 +11,7 @@ class WidgetsController < ActionController::Base\n private\n \n def set_global_config\n- @global_config = GlobalConfig.get('LOGO_THUMBNAIL',... | Ruby |
1dd3573c39e55b462faf205ac6b9acf1c4500f9b | 541 | 2020-07-31 15:57:19+05:30 | -19,800 | ['4b773f2a0e143183d6719780ab59d4e79e5511f6'] | bug: Fix emails if assignee is nil (#1106) | [{'old_path': 'app/mailers/conversation_reply_mailer.rb', 'new_path': 'app/mailers/conversation_reply_mailer.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -49,6 +49,10 @@ class ConversationReplyMailer < ApplicationMailer\n \n private\n \n+ def assignee_name\n+ @assignee_name ||= @agent&.available_name ||... | Ruby |
6d4cfccebadab2baa9418f7ac8cfb0aed7194fcb | 541 | 2020-08-01 18:30:47+05:30 | -19,800 | ['1dd3573c39e55b462faf205ac6b9acf1c4500f9b'] | Chore: Update the usage of available_name instead of name (#1110)
Update the usage of available_name instead of the name | [{'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': '@@ -30,10 +30,6 @@\n />\n </p>\n </div>\n- <!-- <img\n- src="https://randomus... | Ruby |
5e5f34bedc67f26b624a7ee24cd986be57381d0b | 541 | 2020-08-01 20:56:47+05:30 | -19,800 | ['6d4cfccebadab2baa9418f7ac8cfb0aed7194fcb'] | chore: Add an indicator for incoming emails (#1112) | [{'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': '@@ -8,21 +8,9 @@\n font-weight: $font-weight-normal;\n position: relative;\n \n- .icon {\n- bot... | Ruby |
a5262a6ff3668fe8c7e5f89f70845938826b105a | 541 | 2020-08-01 23:36:59+05:30 | -19,800 | ['5e5f34bedc67f26b624a7ee24cd986be57381d0b'] | chore: Fix scroll in message view (#1113)
* chore: Fix scrolling in messages view
* Remove console.log
* Remove inline-style | [{'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': '@@ -19,7 +19,7 @@\n </div>\n <ul class="conversation-panel">\n <transition name... | Ruby |
941272cccd1bd68a74d65cba1000ff5a2bd5c75d | 541 | 2020-08-03 13:22:51+05:30 | -19,800 | ['a5262a6ff3668fe8c7e5f89f70845938826b105a'] | Bugfix: Move integration logos out of public/assets (#1115) | [{'old_path': 'app/javascript/dashboard/routes/dashboard/settings/integrations/Index.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/settings/integrations/Index.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,7 +1,7 @@\n <template>\n <div class="column content-box">\n <div class="row">\n- ... | Ruby |
3b23aa79134171ab6334c8dda747feb353016cb7 | 541 | 2020-08-03 13:40:20+05:30 | -19,800 | ['941272cccd1bd68a74d65cba1000ff5a2bd5c75d'] | Bugfix: Use server timestamp to set agent_last_seen_at (#1114) | [{'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': "@@ -44,9 +44,8 @@ class Api::V1::Accounts::ConversationsController < Api::V1::Accounts::BaseContro\n end\n \n def upd... | Ruby |
db877453a4b7679665736fb6a878844a8d904759 | 541 | 2020-08-05 17:46:17+05:30 | -19,800 | ['3b23aa79134171ab6334c8dda747feb353016cb7'] | feat: Disable attachments and emoji picker in the web widget (#1102)
Signed-off-by: Pranav Raj Sreepuram <pranavrajs@gmail.com> | [{'old_path': 'app/controllers/api/v1/accounts/inboxes_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/inboxes_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,7 +4,7 @@ class Api::V1::Accounts::InboxesController < Api::V1::Accounts::BaseController\n before_action :check_authorization... | Ruby |