Search is not available for this dataset
hash string | author int32 | committer_date string | timezone int64 | parents string | message string | changes string | language string |
|---|---|---|---|---|---|---|---|
8f8a1813bf88b60ea18025f08d0770037742f363 | 603 | 2022-07-12 12:27:33+02:00 | -7,200 | ['827f977a37b7d1caa813846cc53db6bd0576a60c'] | chore: Fix puma configuration (#5023)
Fixes the console warning:
`` `
WARNING: Detected running cluster mode with 1 worker.
Running Puma in cluster mode with a single worker is often a misconfiguration.
! Consider running Puma in single-mode (workers = 0) in order to reduce memory overhead.
``` | [{'old_path': 'config/puma.rb', 'new_path': 'config/puma.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -25,7 +25,7 @@ pidfile ENV.fetch('PIDFILE') { 'tmp/pids/server.pid' }\n # Workers do not work on JRuby or Windows (both of which do not support\n # processes).\n #\n-workers ENV.fetch('WEB_CONCURRENCY', 1)\n+... | Ruby |
d7be0ea08ea8149306f76253d403427483874ed8 | 622 | 2022-07-13 10:08:24+05:30 | -19,800 | ['8f8a1813bf88b60ea18025f08d0770037742f363'] | fix: Conversation filter on dates (#5024) | [{'old_path': 'app/services/filter_service.rb', 'new_path': 'app/services/filter_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -65,7 +65,8 @@ class FilterService\n \n def lt_gt_filter_values(query_hash)\n attribute_key = query_hash[:attribute_key]\n- attribute_type = custom_attribute(attribute... | Ruby |
8dd0d514fd4711b39f3fc88cba41a3a1ab3874cf | 540 | 2022-07-14 10:31:36+07:00 | -25,200 | ['d7be0ea08ea8149306f76253d403427483874ed8'] | feat: Init HelpCenter Routes (#5034) | [{'old_path': 'app/javascript/dashboard/components/layout/Sidebar.vue', 'new_path': 'app/javascript/dashboard/components/layout/Sidebar.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -11,6 +11,7 @@\n @open-notification-panel="openNotificationPanel"\n />\n <secondary-sidebar\n+ v-if="showSeco... | Ruby |
b7c2159274f14d82f6c4d15e0c3c25d1ce5adbb4 | 650 | 2022-07-14 14:13:33+05:30 | -19,800 | ['8dd0d514fd4711b39f3fc88cba41a3a1ab3874cf'] | chore: Improve output of cwctl -w option (#5037) | [{'old_path': 'VERSION_CWCTL', 'new_path': 'VERSION_CWCTL', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1 +1 @@\n-2.0.8\n+2.0.9\n'}, {'old_path': 'deployment/setup_20.04.sh', 'new_path': 'deployment/setup_20.04.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,7 +2,7 @@\n \n # Description: Install and ma... | Ruby |
ea1a27c7d43b8af5d3ab5d9490960355b51a1770 | 603 | 2022-07-14 15:16:07+02:00 | -7,200 | ['b7c2159274f14d82f6c4d15e0c3c25d1ce5adbb4'] | fix: Twilio channel selection when MessagingServiceSid is empty (#5040)
- Fixes channel selection logic in incoming_message_service for Twilio messages
ref: #4242 | [{'old_path': '.circleci/config.yml', 'new_path': '.circleci/config.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -93,9 +93,10 @@ jobs:\n - run: bundle exec rake db:create\n - run: bundle exec rake db:schema:load\n \n- - run:\n- name: Bundle audit\n- command: bundle exec bun... | Ruby |
4187428729be31879c8d10e6b10c4114ad2bc478 | 603 | 2022-07-15 09:51:59+07:00 | -7,200 | ['ea1a27c7d43b8af5d3ab5d9490960355b51a1770'] | chore: Update dependencies to the latest versions (#5033) | [{'old_path': '.circleci/config.yml', 'new_path': '.circleci/config.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -93,15 +93,18 @@ jobs:\n - run: bundle exec rake db:create\n - run: bundle exec rake db:schema:load\n \n- # disable till fixed\n- # - run:\n- # name: Bundle audit\n-... | Ruby |
a4e21f2c47d7d5d88fd0390c21f62a0e34135dd7 | 90 | 2022-07-15 16:27:27+07:00 | -19,800 | ['4187428729be31879c8d10e6b10c4114ad2bc478'] | fix: Avoid text overflow with notification content (#5035) | [{'old_path': 'app/javascript/dashboard/routes/dashboard/notifications/components/NotificationTable.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/notifications/components/NotificationTable.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -16,7 +16,7 @@\n @click="() => onClickNotification... | Ruby |
18d9bd83599d0391d7e16bf0eb56c122312d6c2b | 650 | 2022-07-15 16:17:52+05:30 | -19,800 | ['a4e21f2c47d7d5d88fd0390c21f62a0e34135dd7'] | feat: add -I option to cwctl and modify -i option (#5045)
* feat: add -I option to cwctl and modify -i option
Modify -i option to drop support for installing specified branch
-i will always default to installing the latest stable branch(master)
Add -I option to support installing Chatwoot with a custom branch
... | [{'old_path': 'VERSION_CWCTL', 'new_path': 'VERSION_CWCTL', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1 +1 @@\n-2.0.9\n+2.1.0\n'}, {'old_path': 'deployment/setup_20.04.sh', 'new_path': 'deployment/setup_20.04.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,7 +2,7 @@\n \n # Description: Install and ma... | Ruby |
bba347508300d2c222fc713ebf6de0c66101d335 | 603 | 2022-07-15 18:35:03+07:00 | -7,200 | ['18d9bd83599d0391d7e16bf0eb56c122312d6c2b'] | chore: Update Crowdin translations (#5022) | [{'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': '@@ -148,6 +148,12 @@\n }\n }\n },\n+ "DELETE_AVATAR": {\n+ "API": {\n+ "SUCCESS_MESSAGE": "Contact ava... | Ruby |
21a8b79aa5f5575afb95fa5a33032bd3da7825c9 | 500 | 2022-07-18 10:47:15+05:30 | -19,800 | ['bba347508300d2c222fc713ebf6de0c66101d335'] | feat: Article table component (#5018) | [{'old_path': 'app/javascript/dashboard/components/helpCenter/ArticleItem.vue', 'new_path': 'app/javascript/dashboard/components/helpCenter/ArticleItem.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,11 +1,12 @@\n <template>\n- <tbody>\n <tr>\n <td>\n <div class="row--article-block">\n <... | Ruby |
f004db3d261afa076c0f9f8e932250d35a84b69b | 90 | 2022-07-18 11:16:36+05:30 | -19,800 | ['21a8b79aa5f5575afb95fa5a33032bd3da7825c9'] | feat: New sidebar component for help-center (#5017)
* feat: New sidebar component for help-center
* chore: Review fixes
* chore: Minor fixes
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com> | [{'old_path': None, 'new_path': 'app/javascript/dashboard/components/helpCenter/Sidebar/Sidebar.stories.js', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,134 @@\n+import { action } from \'@storybook/addon-actions\';\n+import Sidebar from \'./Sidebar\';\n+import Thumbnail from \'dashboard/components/widgets/Th... | Ruby |
fd44f9f28acc508d54f5769308f281e3f7bd5802 | 368 | 2022-07-18 15:21:24+02:00 | -25,200 | ['f004db3d261afa076c0f9f8e932250d35a84b69b'] | chore: add file size to response (#5054)
Add file_size to the attachment response to display the file size in chat.
Fixes: #4992 | [{'old_path': 'app/models/attachment.rb', 'new_path': 'app/models/attachment.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -68,7 +68,8 @@ class Attachment < ApplicationRecord\n {\n extension: extension,\n data_url: file_url,\n- thumb_url: thumb_url\n+ thumb_url: thumb_url,\n+ fil... | Ruby |
00dc65ef7319eeb6f0e85aa4238510a3918d8378 | 622 | 2022-07-18 20:02:37+05:30 | -19,800 | ['fd44f9f28acc508d54f5769308f281e3f7bd5802'] | fix: Twilio validation over blank messaging_service_sid (#5055) | [{'old_path': 'app/controllers/api/v1/accounts/channels/twilio_channels_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/channels/twilio_channels_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -27,6 +27,8 @@ class Api::V1::Accounts::Channels::TwilioChannelsController < Api::V1::Accounts:\... | Ruby |
1dc7ce526eda5410d14f1cb6e2fb9b68bede953e | 540 | 2022-07-19 00:33:06+05:30 | -25,200 | ['d8140db2e84df43f3e3eb73ceef952041f37be1f'] | chore: Add ee helper, custom_attributes to account (#5058) | [{'old_path': '.env.example', 'new_path': '.env.example', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -195,3 +195,7 @@ USE_INBOX_AVATAR_FOR_BOT=true\n # If you want to use official mobile app,\n # the notifications would be relayed via a Chatwoot server\n ENABLE_PUSH_RELAY_SERVER=true\n+\n+# Stripe API key\n+STRI... | Ruby |
558e3c7499f917a94ad58e86a123857289b31ec1 | 242 | 2022-07-19 08:59:50+05:30 | 25,200 | ['1dc7ce526eda5410d14f1cb6e2fb9b68bede953e'] | fix: Catch audio context errors (#5051)
Prevent errors in decoding and playing sounds from propagating
by catching them in the promise chain.
Fixes #4281. | [{'old_path': 'app/javascript/shared/helpers/AudioNotificationHelper.js', 'new_path': 'app/javascript/shared/helpers/AudioNotificationHelper.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -16,7 +16,6 @@ export const getAlertAudio = async (baseUrl = '', type = 'dashboard') => {\n };\n };\n \n- try {\n c... | Ruby |
c4b2005425f7a02003fb03d80bc45f445a50114b | 90 | 2022-07-19 09:28:19+05:30 | -19,800 | ['558e3c7499f917a94ad58e86a123857289b31ec1'] | feat: Component for editing an article (#5032)
* feat: Component for editing an article
* chore: font fixes
* chore: Review fixes
* chore: fixes conflicts
* Update app/javascript/dashboard/components/helpCenter/EditArticle.vue
Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github... | [{'old_path': None, 'new_path': 'app/javascript/dashboard/components/helpCenter/EditArticle.stories.js', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,34 @@\n+import { action } from \'@storybook/addon-actions\';\n+import EditArticle from \'./EditArticle.vue\';\n+\n+export default {\n+ title: \'Components/Help... | Ruby |
0cee42a9f9faa1c6d6c89ee40a96c28f33b9f3bd | 622 | 2022-07-19 17:37:00+05:30 | -19,800 | ['c4b2005425f7a02003fb03d80bc45f445a50114b'] | feat: Macros CRUD api (#5047) | [{'old_path': 'app/controllers/api/v1/accounts/articles_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/articles_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -46,7 +46,7 @@ class Api::V1::Accounts::ArticlesController < Api::V1::Accounts::BaseController\n \n def list_params\n para... | Ruby |
7fc0d166e85ce34b7228307f9f2db4e1ba027dd8 | 540 | 2022-07-19 19:04:17+05:30 | -19,800 | ['0cee42a9f9faa1c6d6c89ee40a96c28f33b9f3bd'] | feat: Allow SaaS users to manage subscription within the dashboard (#5059) | [{'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': "@@ -72,6 +72,6 @@ class Api::V1::Accounts::AgentsController < Api::V1::Accounts::BaseController\n end\n \n def validate_limit\n- ... | Ruby |
cd5e0c548cbbc8e1ddbb4275c714b6b82018694a | 540 | 2022-07-19 21:12:31+05:30 | -19,800 | ['7fc0d166e85ce34b7228307f9f2db4e1ba027dd8'] | fix: Do not enqueue job if it is already enqueued (#5068) | [{'old_path': 'enterprise/app/controllers/enterprise/api/v1/accounts_controller.rb', 'new_path': 'enterprise/app/controllers/enterprise/api/v1/accounts_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -3,7 +3,10 @@ class Enterprise::Api::V1::AccountsController < Api::BaseController\n before_action :c... | Ruby |
61055672384cb850415ebae70d7ccdc761bf3555 | 90 | 2022-07-20 14:41:03+05:30 | -19,800 | ['cd5e0c548cbbc8e1ddbb4275c714b6b82018694a'] | enhancement: Uses bold font-weight for unread notifications (#5073) | [{'old_path': 'app/javascript/dashboard/routes/dashboard/notifications/components/NotificationTable.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/notifications/components/NotificationTable.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -13,6 +13,9 @@\n <tr\n v-for="notification... | Ruby |
6a6a37a67b071e96fcd887d1bd85675477fd6e59 | 603 | 2022-07-21 19:27:12+02:00 | -7,200 | ['61055672384cb850415ebae70d7ccdc761bf3555'] | chore: Ability to Disable Gravatars (#5027)
fixes: #3853
- Introduced DISABLE_GRAVATAR Global Config, which will stop chatwoot from making API requests to gravatar
- Cleaned up avatar-related logic and centralized it into the avatarable concern
- Added specs for the missing cases
- Added migration for existing i... | [{'old_path': 'app/actions/contact_identify_action.rb', 'new_path': 'app/actions/contact_identify_action.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -104,7 +104,7 @@ class ContactIdentifyAction\n # TODO: replace reject { |_k, v| v.blank? } with compact_blank when rails is upgraded\n @contact.discard_... | Ruby |
32291f4f7d0dd4262ff0ef0932d5a7417556a3d8 | 540 | 2022-07-22 13:14:17+05:30 | -19,800 | ['6a6a37a67b071e96fcd887d1bd85675477fd6e59'] | fix: Update browser_language logic to include all languages (#5090) | [{'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': '@@ -36,9 +36,10 @@ class Api::V1::Widget::BaseController < ApplicationController\n contact_id: @contact.id,\n contact_inbox_id: @co... | Ruby |
572792860002a568fbc4740a3cb98bde2e35c0e2 | 622 | 2022-07-22 15:01:07+05:30 | -19,800 | ['32291f4f7d0dd4262ff0ef0932d5a7417556a3d8'] | fix: help center clearing minor bugs (#5075) | [{'old_path': 'app/models/article.rb', 'new_path': 'app/models/article.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -5,6 +5,7 @@\n # id :bigint not null, primary key\n # content :text\n # description :text\n+# meta :jsonb\n # status ... | Ruby |
bc3e7d2b5e58687481298e9771446c49d799b1ab | 424 | 2022-07-22 11:39:37+02:00 | -7,200 | ['572792860002a568fbc4740a3cb98bde2e35c0e2'] | chore: Support for Elastic APM (#5004)
This PR adds support for Elastic APM for APM and Tracing in self-hosted installations.
Configuration can be done via the ELASTIC_APM_SERVER_URL and ELASTIC_APM_SECRET_TOKEN env variables.
fixes: #4999 | [{'old_path': '.env.example', 'new_path': '.env.example', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -48,7 +48,6 @@ RAILS_MAX_THREADS=5\n # could user either `email@yourdomain.com` or `BrandName <email@yourdomain.com>`\n MAILER_SENDER_EMAIL="Chatwoot <accounts@chatwoot.com>"\n \n-\n #SMTP domain key is set up f... | Ruby |
8acba37baf6d0c22f0f44f5a064ad52465b73a89 | 603 | 2022-07-22 11:46:31+02:00 | -7,200 | ['a946c06fc4f27b14191ab6c24dc1e14c27f4c1cb'] | chore: Add specs for stripe Webhooks endpoint (#5087) | [{'old_path': 'config/routes.rb', 'new_path': 'config/routes.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -234,10 +234,10 @@ Rails.application.routes.draw do\n post :subscription\n end\n end\n-\n- post 'webhooks/stripe', to: 'webhooks/stripe#process_payload'\n ... | Ruby |
ffec42751334bdd6f180f664395f9f8baa9ee554 | 622 | 2022-07-22 15:37:24+05:30 | -19,800 | ['8acba37baf6d0c22f0f44f5a064ad52465b73a89'] | fix: mention notification mail for empty contact name (#5091) | [{'old_path': 'app/drops/conversation_drop.rb', 'new_path': 'app/drops/conversation_drop.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -6,7 +6,7 @@ class ConversationDrop < BaseDrop\n end\n \n def contact_name\n- @obj.try(:contact).name.capitalize || 'Customer'\n+ @obj.try(:contact).name.try(:capital... | Ruby |
885fcf667ce912e215e6c4df06770c1fe1d89bbb | 603 | 2022-07-26 09:52:59+05:30 | -7,200 | ['ffec42751334bdd6f180f664395f9f8baa9ee554'] | chore: Enable Thai language (th), update translations (#5095) | [{'old_path': 'app/javascript/dashboard/i18n/index.js', 'new_path': 'app/javascript/dashboard/i18n/index.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -26,6 +26,7 @@ import ru from './locale/ru';\n import sk from './locale/sk';\n import sv from './locale/sv';\n import ta from './locale/ta';\n+import th from '.... | Ruby |
d57dc41cee9ac829a681049120a52597dfaa6584 | 540 | 2022-07-26 10:40:21+05:30 | -19,800 | ['885fcf667ce912e215e6c4df06770c1fe1d89bbb'] | fix: Do not reset the scroll if there is no new message (#5108) | [{'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': '@@ -87,7 +87,6 @@\n :selected-tweet="selectedTweet"\n :popout-reply-box.sync=... | Ruby |
208240965780b04cbeff471b9f0c996b42d9007e | 12 | 2022-07-26 10:47:28+05:30 | -19,800 | ['d57dc41cee9ac829a681049120a52597dfaa6584'] | feat: Add support for right click context menu in conversations (#4923)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'old_path': 'app/javascript/dashboard/components/ChatList.vue', 'new_path': 'app/javascript/dashboard/components/ChatList.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -97,7 +97,11 @@\n @update-conversations="onUpdateConversations"\n @assign-labels="onAssignLabels"\n />\n- <div ref="activ... | Ruby |
92bb84127b081c257cb0d84f38aae85c14de0e65 | 90 | 2022-07-26 11:39:53+05:30 | -19,800 | ['208240965780b04cbeff471b9f0c996b42d9007e'] | feat: Creates view for edit/new article page (#5061)
* feat: Creates view for edit/new article page
* chore: Minor fixes
* chore: Minor fixes
* Update HelpCenterLayout.vue
* chore: Minor fixes
* chore: Review fixes
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
Co-authored-by: Pranav Raj S ... | [{'old_path': 'app/javascript/dashboard/components/helpCenter/EditArticle.vue', 'new_path': 'app/javascript/dashboard/components/helpCenter/EditArticle.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -7,15 +7,16 @@\n :placeholder="$t(\'HELP_CENTER.EDIT_ARTICLE.TITLE_PLACEHOLDER\')"\n @focus="onFocus... | Ruby |
bd7a56061e8e2266471a6cf1b5cb0118f238a90e | 500 | 2022-07-26 12:15:01+05:30 | -19,800 | ['92bb84127b081c257cb0d84f38aae85c14de0e65'] | feat: Create category component (#5103) | [{'old_path': None, 'new_path': 'app/javascript/dashboard/components/helpCenter/AddCategory.stories.js', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,30 @@\n+import AddCategoryComponent from \'./AddCategory.vue\';\n+import { action } from \'@storybook/addon-actions\';\n+\n+export default {\n+ title: \'Compon... | Ruby |
6a4c0a15786f19869de1b0f3fa0b16eb2985b43d | 622 | 2022-07-26 12:41:22+05:30 | -19,800 | ['bd7a56061e8e2266471a6cf1b5cb0118f238a90e'] | feat: Execute macro actions, for the conversation (#5066) | [{'old_path': 'app/controllers/api/v1/accounts/macros_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/macros_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,6 +1,6 @@\n class Api::V1::Accounts::MacrosController < Api::V1::Accounts::BaseController\n before_action :check_authorization\... | Ruby |
699b01c1d1afab44f1f466bf1ab3c3024155fe61 | 90 | 2022-07-26 19:59:46+05:30 | -19,800 | ['6a4c0a15786f19869de1b0f3fa0b16eb2985b43d'] | fix: Console warnings from help-center routes (#5117) | [{'old_path': 'app/javascript/dashboard/routes/dashboard/helpcenter/helpcenter.routes.js', 'new_path': 'app/javascript/dashboard/routes/dashboard/helpcenter/helpcenter.routes.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -36,7 +36,7 @@ const portalRoutes = [\n },\n {\n path: getPortalRoute(':portalSlug... | Ruby |
f6891aebbba82ab7bb4726ceb55277cb1d7b2031 | 622 | 2022-07-26 22:42:20+05:30 | -19,800 | ['699b01c1d1afab44f1f466bf1ab3c3024155fe61'] | fix: Set account default language in account API (#5086) | [{'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, :user_full_name, :user_password... | Ruby |
1594d49a706607ac085f2eb14bc71a551a407b97 | 9 | 2022-07-27 10:49:06+05:30 | -19,800 | ['f6891aebbba82ab7bb4726ceb55277cb1d7b2031'] | Chore: Add link to product docs on sidebar (#5119)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'old_path': 'app/javascript/dashboard/components/layout/Sidebar.vue', 'new_path': 'app/javascript/dashboard/components/layout/Sidebar.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,6 +3,7 @@\n <primary-sidebar\n :logo-source="globalConfig.logoThumbnail"\n :installation-name="globalConfig.i... | Ruby |
bfca4852c82680ccf589b18910025caf4bcf33f6 | 9 | 2022-07-27 12:24:43+05:30 | -19,800 | ['1594d49a706607ac085f2eb14bc71a551a407b97'] | feat: Create store to manage Portals (#5020)
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'old_path': None, 'new_path': 'app/javascript/dashboard/api/helpCenter/portals.js', 'type': <ModificationType.ADD: 1>, 'diff': "@@ -0,0 +1,9 @@\n+import ApiClient from '../ApiClient';\n+\n+class PortalsAPI extends ApiClient {\n+ constructor() {\n+ super('portals', { accountScoped: true });\n+ }\n+}\n+\n+export d... | Ruby |
6295f5fd616ed8512a600792fdde5e853766dc20 | 500 | 2022-07-27 12:29:11+05:30 | -19,800 | ['bfca4852c82680ccf589b18910025caf4bcf33f6'] | feat: Add store to manage Articles (#5048)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'old_path': None, 'new_path': 'app/javascript/dashboard/api/helpCenter/articles.js', 'type': <ModificationType.ADD: 1>, 'diff': "@@ -0,0 +1,9 @@\n+import ApiClient from '../ApiClient';\n+\n+class ArticlesAPI extends ApiClient {\n+ constructor() {\n+ super('articles', { accountScoped: true });\n+ }\n+}\n+\n+expor... | Ruby |
6368f9106a8ae5faab6020fe1dcd0a8dabf67a1d | 500 | 2022-07-27 13:08:27+05:30 | -19,800 | ['6295f5fd616ed8512a600792fdde5e853766dc20'] | feat: Article list view page (#5122) | [{'old_path': 'app/javascript/dashboard/i18n/locale/en/helpCenter.json', 'new_path': 'app/javascript/dashboard/i18n/locale/en/helpCenter.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,6 +9,12 @@\n "PUBLISHED": "Published",\n "DRAFT": "Draft",\n "ARCHIVED": "Archived"\n+ },\n+ ... | Ruby |
ce66b314229b4252f45ab149717cc112591a3d98 | 12 | 2022-07-27 13:56:49+05:30 | -19,800 | ['6368f9106a8ae5faab6020fe1dcd0a8dabf67a1d'] | feat: Portal Switch component (#5008) | [{'old_path': None, 'new_path': 'app/javascript/dashboard/components/helpCenter/Portal/Switch/Index.vue', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,164 @@\n+<template>\n+ <div class="portal" :class="{ active }">\n+ <thumbnail :username="portal.name" variant="square" />\n+ <div class="actions-contain... | Ruby |
806e5efd7aa1f73e00a1c88884963d548878dac6 | 12 | 2022-07-27 14:37:55+05:30 | -19,800 | ['ce66b314229b4252f45ab149717cc112591a3d98'] | Portals Popover component (#5052)
* Portal Switch component
* Review fixes
* Update storybook props
* Review changes
* Popover component
* Review changes and moved the files to helpcenter folder | [{'old_path': 'app/javascript/dashboard/components/helpCenter/Portal/Switch/Switch.stories.js', 'new_path': None, 'type': <ModificationType.DELETE: 4>, 'diff': '@@ -1,68 +0,0 @@\n-import PortalSwitch from \'./Index.vue\';\n-\n-export default {\n- title: \'Components/Help Center/Portal Switch\',\n- component: PortalSw... | Ruby |
21912155f2a1a1ba69e824617702cbf7fa3530ea | 622 | 2022-07-27 20:03:33+05:30 | -19,800 | ['806e5efd7aa1f73e00a1c88884963d548878dac6'] | chore: adding env example for direct_upload (#5130) | [{'old_path': '.env.example', 'new_path': '.env.example', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -198,3 +198,7 @@ ENABLE_PUSH_RELAY_SERVER=true\n # Stripe API key\n STRIPE_SECRET_KEY=\n STRIPE_WEBHOOK_SECRET=\n+\n+# Set to true if you want to upload files to cloud storage using the signed url\n+# Make sure t... | Ruby |
7f48cffeb33ef299b1b87727acb12ffe91eb59e4 | 670 | 2022-07-28 09:57:39+05:30 | -21,600 | ['21912155f2a1a1ba69e824617702cbf7fa3530ea'] | feat: Support case insensitive tags for Slack note prefix (#5123)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'old_path': 'lib/integrations/slack/incoming_message_builder.rb', 'new_path': 'lib/integrations/slack/incoming_message_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -77,7 +77,7 @@ class Integrations::Slack::IncomingMessageBuilder\n end\n \n def private_note?\n- params[:event][:text].strip.star... | Ruby |
41df70fb96c6a62b92b3556d332cbdc39320ee67 | 622 | 2022-07-28 13:59:16+05:30 | -19,800 | ['7f48cffeb33ef299b1b87727acb12ffe91eb59e4'] | chore: Add articles metadata (#5125) | [{'old_path': 'app/controllers/api/v1/accounts/articles_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/articles_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,10 +2,11 @@ class Api::V1::Accounts::ArticlesController < Api::V1::Accounts::BaseController\n before_action :portal\n bef... | Ruby |
ef9ea99b91bd4ed4c912b43521789081ccf609a0 | 90 | 2022-07-28 14:52:05+05:30 | -19,800 | ['41df70fb96c6a62b92b3556d332cbdc39320ee67'] | feat: Opening and closing portal switch (#5126) | [{'old_path': 'app/javascript/dashboard/i18n/locale/en/helpCenter.json', 'new_path': 'app/javascript/dashboard/i18n/locale/en/helpCenter.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,7 +4,18 @@\n "FILTER": "Filter by",\n "SORT": "Sort by",\n "SETTINGS_BUTTON": "Settings",\n- "NEW_BU... | Ruby |
2c372fe3158afaae316280f71f4681e49260d86a | 540 | 2022-08-01 10:53:50+05:30 | -19,800 | ['ef9ea99b91bd4ed4c912b43521789081ccf609a0'] | feat: Improve email rendering, introduce a new layout for emails (#5039)
Co-authored-by: Fayaz Ahmed <15716057+fayazara@users.noreply.github.com> | [{'old_path': 'app/javascript/dashboard/assets/scss/widgets/_conversation-view.scss', 'new_path': 'app/javascript/dashboard/assets/scss/widgets/_conversation-view.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -296,7 +296,7 @@\n @include margin($zero $space-normal);\n \n --bubble-max-width: 49.6rem;\n... | Ruby |
8db5a528efd82551fbe2053cb77cf18691ff75d5 | 603 | 2022-08-01 15:32:34+02:00 | -7,200 | ['2c372fe3158afaae316280f71f4681e49260d86a'] | chore: Roundrobin should consider auto-offline false config (#5160)
Previously round-robin conversation assignment logic wasn't considering the case where the Agent who had auto-offline config set as false.
fixes: #4780 | [{'old_path': 'lib/online_status_tracker.rb', 'new_path': 'lib/online_status_tracker.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -48,10 +48,21 @@ module OnlineStatusTracker\n end\n \n def self.get_available_users(account_id)\n- user_ids = ::Redis::Alfred.zrangebyscore(presence_key(account_id, 'User'),... | Ruby |
945288ce15f85bce45d9fc7b4d8fd43cdd320540 | 35 | 2022-08-01 19:59:27+05:30 | -25,200 | ['8db5a528efd82551fbe2053cb77cf18691ff75d5'] | fix: Trim search parameter value on contacts controller (#5114)
Co-authored-by: richardokusumasali@gmail.com <chi> | [{'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': '@@ -25,7 +25,7 @@ class Api::V1::Accounts::ContactsController < Api::V1::Accounts::BaseController\n \n contacts = resolved_cont... | Ruby |
d9b102cff03005dd9dcae7d8e1d0dc8ff07d2eaf | 210 | 2022-08-02 00:34:20-07:00 | -19,800 | ['945288ce15f85bce45d9fc7b4d8fd43cdd320540'] | feat: Widget Builder (#5104)
* feat: Add widget builder | [{'old_path': None, 'new_path': 'app/javascript/dashboard/assets/images/bubble-logo.svg', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,3 @@\n+<svg width="66" height="66" viewBox="0 0 66 66" fill="none" xmlns="http://www.w3.org/2000/svg">\n+<path d="M63 63H32.9976C16.4591 63 2.99996 49.5399 2.99996 32.9973C2.9... | Ruby |
596b611fc0d1842f45dc2b9f5ed515b65dae96fa | 622 | 2022-08-02 15:28:27+05:30 | -19,800 | ['d9b102cff03005dd9dcae7d8e1d0dc8ff07d2eaf'] | fix: search with status and author (#5152) | [{'old_path': 'app/controllers/api/v1/accounts/articles_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/articles_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -46,7 +46,7 @@ class Api::V1::Accounts::ArticlesController < Api::V1::Accounts::BaseController\n end\n \n def list_params\n-... | Ruby |
82207c0d3ee443c822eba0dd092596dcc29b8e7d | 540 | 2022-08-02 15:35:51+05:30 | -19,800 | ['596b611fc0d1842f45dc2b9f5ed515b65dae96fa'] | fix: Convert limits to Integer (#5169) | [{'old_path': 'enterprise/app/models/enterprise/account.rb', 'new_path': 'enterprise/app/models/enterprise/account.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,7 +1,7 @@\n module Enterprise::Account\n def usage_limits\n {\n- agents: agent_limits,\n+ agents: agent_limits.to_i,\n inboxe... | Ruby |
5735a8e3776a6637f9428191c1a1c524e7272b42 | 500 | 2022-08-02 17:14:10+05:30 | -19,800 | ['82207c0d3ee443c822eba0dd092596dcc29b8e7d'] | feat: Articles store integration (#5133) | [{'old_path': 'app/controllers/api/v1/accounts/articles_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/articles_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -5,6 +5,7 @@ class Api::V1::Accounts::ArticlesController < Api::V1::Accounts::BaseController\n before_action :set_current_page... | Ruby |
11fe3f071e590f24299fbb84c1c6c548d78ec9bf | 90 | 2022-08-02 20:03:51+05:30 | -19,800 | ['5735a8e3776a6637f9428191c1a1c524e7272b42'] | feat: Component for listing the portal (#5146) | [{'old_path': 'app/javascript/dashboard/i18n/locale/en/helpCenter.json', 'new_path': 'app/javascript/dashboard/i18n/locale/en/helpCenter.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -27,16 +27,51 @@\n "SAVED": "Draft saved"\n },\n "PORTAL": {\n+ "HEADER": "Portals",\n+ "NEW_BUTTON": ... | Ruby |
4152883f383bb85dd4ce0ed20689aebda2dce5b3 | 622 | 2022-08-03 10:33:48+05:30 | -19,800 | ['11fe3f071e590f24299fbb84c1c6c548d78ec9bf'] | chore: Add missing locale info in portal API (#5177) | [{'old_path': 'app/views/api/v1/accounts/portals/_portal.json.jbuilder', 'new_path': 'app/views/api/v1/accounts/portals/_portal.json.jbuilder', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -7,7 +7,15 @@ json.name portal.name\n json.page_title portal.page_title\n json.slug portal.slug\n json.archived portal.archive... | Ruby |
e0cebfaa1a455b46455079df0586aff5e27e2970 | 540 | 2022-08-03 11:40:03+05:30 | -19,800 | ['4152883f383bb85dd4ce0ed20689aebda2dce5b3'] | chore: Allow super admin to suspend an account (#5174) | [{'old_path': 'app/controllers/concerns/ensure_current_account_helper.rb', 'new_path': 'app/controllers/concerns/ensure_current_account_helper.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -8,6 +8,8 @@ module EnsureCurrentAccountHelper\n \n def ensure_current_account\n account = Account.find(params[:acco... | Ruby |
f7d4f39b5c8efb6e1f423b867c8c2845aabc73eb | 90 | 2022-08-03 14:11:33+05:30 | -19,800 | ['e0cebfaa1a455b46455079df0586aff5e27e2970'] | fix: Avatar renders an incorrect symbol if it has emoji (#5184) | [{'old_path': 'app/javascript/dashboard/components/widgets/Thumbnail.vue', 'new_path': 'app/javascript/dashboard/components/widgets/Thumbnail.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,7 +9,7 @@\n />\n <Avatar\n v-else\n- :username="username"\n+ :username="userNameWithoutEmoji"\n... | Ruby |
262458f07df47cdfa4a9165c380e820ed6283e45 | 90 | 2022-08-03 15:04:32+05:30 | -19,800 | ['f7d4f39b5c8efb6e1f423b867c8c2845aabc73eb'] | fix: Update broken styles in the editor (#5183) | [{'old_path': 'app/javascript/dashboard/components/helpCenter/AddCategory.vue', 'new_path': 'app/javascript/dashboard/components/helpCenter/AddCategory.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -157,4 +157,12 @@ export default {\n color: var(--s-600);\n }\n }\n+\n+.input-container::v-deep {\n+ marg... | Ruby |
a18c0a97f3c961189fa5792217dad5c6f8ebdd60 | 60 | 2022-08-03 17:08:21+05:30 | -7,200 | ['262458f07df47cdfa4a9165c380e820ed6283e45'] | chore: Replace packages with native functions (#5140) | [{'old_path': 'app/javascript/dashboard/components/Code.vue', 'new_path': 'app/javascript/dashboard/components/Code.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -9,7 +9,7 @@\n \n <script>\n import 'highlight.js/styles/default.css';\n-import copy from 'copy-text-to-clipboard';\n+import { copyTextToClipboard }... | Ruby |
7659197d4d5e42872bcc1e97068f268267988305 | 603 | 2022-08-03 18:26:24+05:30 | -7,200 | ['a18c0a97f3c961189fa5792217dad5c6f8ebdd60'] | chore: Update translations from Crowdin (#5192) | [{'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': '@@ -1,6 +1,8 @@\n {\n "CONVERSATION": {\n- "404": "الرجاء اختيار محادثة من قائمة المحادثات",\n+ "SELECT_A_CONVERSATIO... | Ruby |
65ac78acec33af42b962a2be1798ac033f751ece | 90 | 2022-08-03 20:49:42+05:30 | -19,800 | ['7659197d4d5e42872bcc1e97068f268267988305'] | feat: Add a popup component for announcements (#4615) | [{'old_path': None, 'new_path': 'app/javascript/dashboard/components/ui/AnnouncementPopup.vue', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,88 @@\n+<template>\n+ <div class="announcement-popup">\n+ <span v-if="popupMessage" class="popup-content">\n+ {{ popupMessage }}\n+ <span v-if="routeText" ... | Ruby |
d55a8f7987caff99e3d3f7868a2c024cb5981201 | 168 | 2022-08-04 10:28:50+05:30 | -19,800 | ['65ac78acec33af42b962a2be1798ac033f751ece'] | chore: Add POSTGRES_DATABASE details to the env file (#5180)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'old_path': '.env.example', 'new_path': '.env.example', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -38,6 +38,9 @@ REDIS_SENTINEL_MASTER_NAME=\n # REDIS_OPENSSL_VERIFY_MODE=none\n \n # Postgres Database config variables\n+# You can leave POSTGRES_DATABASE blank. The default name of \n+# the database in the prod... | Ruby |
7c5ee55d3efce0a05a2478955e6836623d8e62a5 | 12 | 2022-08-04 15:11:29+05:30 | -19,800 | ['d55a8f7987caff99e3d3f7868a2c024cb5981201'] | feat: Add store to manage categories (#5127) | [{'old_path': None, 'new_path': 'app/javascript/dashboard/api/helpCenter/categories.js', 'type': <ModificationType.ADD: 1>, 'diff': "@@ -0,0 +1,27 @@\n+/* global axios */\n+\n+import PortalsAPI from './portals';\n+\n+class CategoriesAPI extends PortalsAPI {\n+ constructor() {\n+ super('categories', { accountScoped:... | Ruby |
044692e475dff80171cfe0802b67b8bc4ee0b9fe | 603 | 2022-08-04 17:21:11+05:30 | -7,200 | ['7c5ee55d3efce0a05a2478955e6836623d8e62a5'] | chore: Skip reprocessing invalid Stripe events (#5200) | [{'old_path': 'enterprise/app/services/enterprise/billing/handle_stripe_event_service.rb', 'new_path': 'enterprise/app/services/enterprise/billing/handle_stripe_event_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,7 +3,21 @@ class Enterprise::Billing::HandleStripeEventService\n ensure_event_conte... | Ruby |
b38877300cb8533f0662c502ba741c6e8c25de77 | 540 | 2022-08-04 17:45:12+05:30 | -19,800 | ['044692e475dff80171cfe0802b67b8bc4ee0b9fe'] | chore: Update styles in cc/bcc input (#5201) | [{'old_path': 'app/javascript/dashboard/components/widgets/conversation/ReplyEmailHead.vue', 'new_path': 'app/javascript/dashboard/components/widgets/conversation/ReplyEmailHead.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -117,8 +117,6 @@ export default {\n color: var(--r-500);\n }\n .input-group {\n- di... | Ruby |
9bea84e2b5dff91a6264ab0fae04632c75986b77 | 320 | 2022-08-04 18:12:40+02:00 | 10,800 | ['b38877300cb8533f0662c502ba741c6e8c25de77'] | fix: Sending Audio messages not working in Whatsapp Cloud
To send audio via Cloud API, it is unnecessary to send the caption.
fixes: #5078 | [{'old_path': 'app/services/whatsapp/providers/whatsapp_cloud_service.rb', 'new_path': 'app/services/whatsapp/providers/whatsapp_cloud_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -70,6 +70,10 @@ class Whatsapp::Providers::WhatsappCloudService < Whatsapp::Providers::BaseServi\n attachment = messag... | Ruby |
fc9699d9931087e77858464f17bcc97f91f6ea12 | 12 | 2022-08-05 10:57:58+05:30 | -19,800 | ['9bea84e2b5dff91a6264ab0fae04632c75986b77'] | feat: Add assign team option to the context menu (#5153)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'old_path': 'app/javascript/dashboard/components/ChatList.vue', 'new_path': 'app/javascript/dashboard/components/ChatList.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -121,6 +121,7 @@\n @select-conversation="selectConversation"\n @de-select-conversation="deSelectConversation"\n @ass... | Ruby |
124390a019f4c9e799d2ca6f0ed13184189159c4 | 540 | 2022-08-05 13:46:12+05:30 | -19,800 | ['fc9699d9931087e77858464f17bcc97f91f6ea12'] | chore: Cleanup update banner with localstorage updates (#5209)
Co-authored-by: Aswin Dev P.S <aswindevps@gmail.com> | [{'old_path': 'app/javascript/dashboard/components/app/UpdateBanner.vue', 'new_path': 'app/javascript/dashboard/components/app/UpdateBanner.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -12,33 +12,26 @@\n </template>\n <script>\n import Banner from 'dashboard/components/ui/Banner.vue';\n-import LocalStorage f... | Ruby |
8e75b3fc2a121c2e3bd458263b8cb1f1ee47c75a | 603 | 2022-08-05 12:51:39+02:00 | -7,200 | ['124390a019f4c9e799d2ca6f0ed13184189159c4'] | chore: Remove stale contact presence records (#5205)
fixes: chatwoot/product#493 | [{'old_path': 'lib/online_status_tracker.rb', 'new_path': 'lib/online_status_tracker.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -39,7 +39,11 @@ module OnlineStatusTracker\n end\n \n def self.get_available_contact_ids(account_id)\n- ::Redis::Alfred.zrangebyscore(presence_key(account_id, \'Contact\'), ... | Ruby |
052422ed0356abba6dd307710a16b821f0d34b1e | 540 | 2022-08-08 12:02:37+05:30 | -19,800 | ['8e75b3fc2a121c2e3bd458263b8cb1f1ee47c75a'] | chore(deps): Upgrade vuelidate to 0.7.7 (#5214) | [{'old_path': 'package.json', 'new_path': 'package.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -69,7 +69,7 @@\n "vue-upload-component": "2.8.22",\n "vue2-datepicker": "^3.9.1",\n "vuedraggable": "^2.24.3",\n- "vuelidate": "0.7.6",\n+ "vuelidate": "0.7.7",\n "vuex": "~2.1.1",\n "vu... | Ruby |
20f356858348f7d71d6fe1a51d16aaac9fe0c569 | 500 | 2022-08-08 15:47:32+05:30 | -19,800 | ['052422ed0356abba6dd307710a16b821f0d34b1e'] | feat: Portals store integration (#5185) | [{'old_path': '.codeclimate.yml', 'new_path': '.codeclimate.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -53,3 +53,4 @@ exclude_patterns:\n - 'app/javascript/dashboard/i18n/index.js'\n - 'app/javascript/widget/i18n/index.js'\n - 'app/javascript/survey/i18n/index.js'\n+ - 'app/javascript/shared/constan... | Ruby |
d8de16fd70f3f0b60ff17c9b843c22a57f5480f6 | 540 | 2022-08-08 21:02:29+05:30 | -19,800 | ['20f356858348f7d71d6fe1a51d16aaac9fe0c569'] | chore: Remove bourbon dependancy (#5215) | [{'old_path': 'app/javascript/dashboard/assets/scss/_animations.scss', 'new_path': 'app/javascript/dashboard/assets/scss/_animations.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,11 +1,9 @@\n-/* Enter and leave animations can use different */\n-/* durations and timing functions. */\n .slide-f... | Ruby |
e26c6a2de5ddf0e8235eae8fe0493ff1484302b9 | 603 | 2022-08-08 21:12:28+05:30 | -7,200 | ['d8de16fd70f3f0b60ff17c9b843c22a57f5480f6'] | chore: Lock closed threads automatically (#5222) | [{'old_path': None, 'new_path': '.github/workflows/lock.yml', 'type': <ModificationType.ADD: 1>, 'diff': "@@ -0,0 +1,36 @@\n+# We often have cases where users would comment over stale closed Github Issues.\n+# This creates unnecessary noise for the original reporter and makes it harder for triaging.\n+# This action loc... | Ruby |
a89a280a943c1886622d48e5e3deabc8990c62a1 | 603 | 2022-08-08 21:14:50+05:30 | -7,200 | ['e26c6a2de5ddf0e8235eae8fe0493ff1484302b9'] | chore: Update translations from Crowdin (#5202) | [{'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': '@@ -72,7 +72,22 @@\n },\n "ASSIGN_AGENT": "Assign agent",\n "ASSIGN_LABEL": "Assign label",\n- "AGENTS... | Ruby |
fe74a259bebdeae010f034b007aeeaa1c95791d9 | 603 | 2022-08-08 23:43:57+05:30 | -7,200 | ['a89a280a943c1886622d48e5e3deabc8990c62a1'] | fix: assigned_conversation_new_message? NoMethod error (#5225) | [{'old_path': 'app/builders/notification_builder.rb', 'new_path': 'app/builders/notification_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -15,6 +15,9 @@ class NotificationBuilder\n \n def user_subscribed_to_notification?\n notification_setting = user.notification_settings.find_by(account_id: acc... | Ruby |
4b1bb65c921c62c332a77095512a0071269ac7e7 | 540 | 2022-08-09 00:09:11+05:30 | -19,800 | ['fe74a259bebdeae010f034b007aeeaa1c95791d9'] | chore: Add notification ID to tag to make it unique (#5227) | [{'old_path': 'app/services/notification/push_notification_service.rb', 'new_path': 'app/services/notification/push_notification_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -33,7 +33,7 @@ class Notification::PushNotificationService\n def push_message\n {\n title: notification.push_message... | Ruby |
27a980681743afb6f8ee34cdbeb7ba9d5b1a8d8c | 540 | 2022-08-09 00:13:06+05:30 | -19,800 | ['4b1bb65c921c62c332a77095512a0071269ac7e7'] | chore: Add support for conversation_id in SSO params (#5228) | [{'old_path': 'app/javascript/dashboard/helper/URLHelper.js', 'new_path': 'app/javascript/dashboard/helper/URLHelper.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -5,16 +5,31 @@ export const frontendURL = (path, params) => {\n return `/app/${path}${stringifiedParams}`;\n };\n \n-export const getLoginRedirect... | Ruby |
cbcee6414c7303c8b799138b7a0cfad9cdaee351 | 540 | 2022-08-09 12:10:56+05:30 | -19,800 | ['27a980681743afb6f8ee34cdbeb7ba9d5b1a8d8c'] | fix: Update styles to fix the status filter dropdown (#5230) | [{'old_path': 'app/javascript/dashboard/assets/scss/widgets/_conversation-view.scss', 'new_path': 'app/javascript/dashboard/assets/scss/widgets/_conversation-view.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -103,7 +103,7 @@\n font-size: $font-size-mini;\n height: $space-medium;\n margin: ... | Ruby |
657bd4441818e4414746953fbb39c5f52d1a5a2c | 540 | 2022-08-09 12:32:09+05:30 | -19,800 | ['cbcee6414c7303c8b799138b7a0cfad9cdaee351'] | fix: Update the relevant agent presence only (#5220) | [{'old_path': 'app/javascript/dashboard/routes/dashboard/settings/reports/LiveReports.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/settings/reports/LiveReports.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -41,7 +41,7 @@\n :header="this.$t(\'OVERVIEW_REPORTS.AGENT_CONVERSATIONS.HEADER\... | Ruby |
16ad263a3af886c3828bb7a76d0f85fdd7704a98 | 500 | 2022-08-10 09:27:52+05:30 | -19,800 | ['657bd4441818e4414746953fbb39c5f52d1a5a2c'] | feat: Add the ability add new portal (#5219) | [{'old_path': 'app/controllers/api/v1/accounts/portals_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/portals_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -18,8 +18,6 @@ class Api::V1::Accounts::PortalsController < Api::V1::Accounts::BaseController\n \n def create\n @portal = Cu... | Ruby |
9bc75225feedadc1b19a1a12bc422160803f1595 | 90 | 2022-08-10 10:48:41+05:30 | -19,800 | ['16ad263a3af886c3828bb7a76d0f85fdd7704a98'] | feat: Category store integration (#5218)
* Add more actions
* Complete sidebar store integration
* Complete portal list store integration
* Fixed the specs
* Added missing specs
* Add comment
* Code cleanup
* Fixed all the spec issues
* Add portal and article API specs
* Add category name in... | [{'old_path': 'app/javascript/dashboard/api/helpCenter/articles.js', 'new_path': 'app/javascript/dashboard/api/helpCenter/articles.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -7,10 +7,18 @@ class ArticlesAPI extends PortalsAPI {\n super('articles', { accountScoped: true });\n }\n \n- getArticles({ pag... | Ruby |
12b6fb211ae4f4fd90fa23c04acbf00e74e8bca0 | 90 | 2022-08-10 11:58:19+05:30 | -19,800 | ['9bc75225feedadc1b19a1a12bc422160803f1595'] | feat: Created article settings side panel (#5197) | [{'old_path': 'app/javascript/dashboard/components/helpCenter/EditArticle.vue', 'new_path': 'app/javascript/dashboard/components/helpCenter/EditArticle.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,8 @@\n <template>\n- <div class="edit-article--container">\n+ <div\n+ class="edit-article--containe... | Ruby |
74fdfffe085053f556522719fa9aa1952be20b5c | 603 | 2022-08-10 13:46:46+02:00 | -7,200 | ['12b6fb211ae4f4fd90fa23c04acbf00e74e8bca0'] | fix: Notification page breakages (#5236)
- Remove the cascading foreign key indexes
- Add migration to clean up existing objects
fixes: #4285 | [{'old_path': '.rubocop.yml', 'new_path': '.rubocop.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -183,3 +183,4 @@ AllCops:\n - db/migrate/20200503151130_add_account_feature_flag.rb\n - db/migrate/20200927135222_add_last_activity_at_to_conversation.rb\n - db/migrate/20210306170117_add_last_activit... | Ruby |
831a3bcd5033fa70bb1ccc3e9ba8b7b7ac910755 | 603 | 2022-08-10 15:08:37+02:00 | -7,200 | ['74fdfffe085053f556522719fa9aa1952be20b5c'] | chore: Fix RemoveStaleNotificationJob query (#5242)
Rubocop amended the query in #5236, which led to failure as the Message model already has a default scope.
This PR fixes it. | [{'old_path': 'app/jobs/migration/remove_stale_notifications_job.rb', 'new_path': 'app/jobs/migration/remove_stale_notifications_job.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -10,7 +10,8 @@ class Migration::RemoveStaleNotificationsJob < ApplicationJob\n \n def remove_invalid_messages\n deleted_ids = ... | Ruby |
2397326324e3fb08366cb7227c068b2c26911b28 | 622 | 2022-08-12 13:40:28+05:30 | -19,800 | ['831a3bcd5033fa70bb1ccc3e9ba8b7b7ac910755'] | fix: Auto populate team after assigned via API (#5250) | [{'old_path': 'app/models/team.rb', 'new_path': 'app/models/team.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -44,4 +44,11 @@ class Team < ApplicationRecord\n def reporting_events\n account.reporting_events.where(conversation_id: conversations.pluck(:id))\n end\n+\n+ def push_event_data\n+ {\n+ ... | Ruby |
ecb1f57efe3f6f1a3724527bd3c476c40ff8da16 | 603 | 2022-08-15 19:58:42+05:30 | -19,800 | ['2397326324e3fb08366cb7227c068b2c26911b28'] | chore: Improve memory usage in RemoveStaleNotificationsJob (#5271)
The job we introduced recently for removing the stale migrations would time out in instances with a large amount of deleted data.
So improving it for better memory utilization. | [{'old_path': 'app/jobs/migration/remove_stale_notifications_job.rb', 'new_path': 'app/jobs/migration/remove_stale_notifications_job.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -12,9 +12,8 @@ class Migration::RemoveStaleNotificationsJob < ApplicationJob\n deleted_ids = []\n \n Message.unscoped.distin... | Ruby |
3cb72242deca06bfb42b2203320c892a82ff4e22 | 650 | 2022-08-16 11:04:09+05:30 | -19,800 | ['ecb1f57efe3f6f1a3724527bd3c476c40ff8da16'] | feat: add gh action for linux nightly installer (#5191)
* feat: add gh action for nightly installer
Signed-off-by: Vishnu Narayanan <vishnu@chatwoot.com> | [{'old_path': None, 'new_path': '.github/workflows/nightly_installer.yml', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,58 @@\n+# #\n+# #\n+# # Linux nightly installer action\n+# # This action will try to install and setup\n+# # chatwoot on an Ubuntu 20.04 machine using\n+# # the linux installer script.\n+# #... | Ruby |
287f0a6de0679079b098b7e754d42e4aed9b281a | 12 | 2022-08-16 16:37:52+05:30 | -19,800 | ['3cb72242deca06bfb42b2203320c892a82ff4e22'] | Fix: Truncate overflowing dashboard apps text (#5221)
* Truncate overflowing text
* Update app/javascript/dashboard/routes/dashboard/settings/integrations/DashboardApps/DashboardAppsRow.vue
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
* Fix overflowing content
* Reviwe change... | [{'old_path': 'app/javascript/dashboard/routes/dashboard/settings/integrations/DashboardApps/DashboardAppsRow.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/settings/integrations/DashboardApps/DashboardAppsRow.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,7 +1,13 @@\n <template>\n <tr>\n- ... | Ruby |
2ecb2ca0f007ff01fbef3b966c4c9737289f9204 | 603 | 2022-08-16 16:58:23+05:30 | -19,800 | ['287f0a6de0679079b098b7e754d42e4aed9b281a'] | feat: Enable Capacity Config UI (#5164)
- Enables Capacity Config in UI
- Rewrite auto assignment Logic to consider only online agents
fixes: #4990 | [{'old_path': 'app/javascript/dashboard/routes/dashboard/settings/inbox/settingsPage/CollaboratorsPage.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/settings/inbox/settingsPage/CollaboratorsPage.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -49,9 +49,8 @@\n </p>\n </label>\n \n- ... | Ruby |
fc8c7a7107e1ea011491bcd2d232c51a68ddc4b7 | 603 | 2022-08-16 17:06:21+05:30 | -19,800 | ['2ecb2ca0f007ff01fbef3b966c4c9737289f9204'] | chore: New Translation updates (#5235) | [{'old_path': 'app/javascript/dashboard/i18n/locale/ar/helpCenter.json', 'new_path': 'app/javascript/dashboard/i18n/locale/ar/helpCenter.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -26,6 +26,41 @@\n "SAVING": "حفظ المسودة...",\n "SAVED": "تم حفظ المسودة"\n },\n+ "ARTICLE_SETTINGS": {\n+ ... | Ruby |
b71291619c8cd327cb33d0c36838e710cd965e38 | 500 | 2022-08-16 17:55:34+05:30 | -19,800 | ['b5e497a6a25f7be19ca8daf39bf5dd7461e1c00c'] | feat: Adds the ability to edit article (#5232) | [{'old_path': 'app/controllers/api/v1/accounts/articles_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/articles_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -42,7 +42,8 @@ class Api::V1::Accounts::ArticlesController < Api::V1::Accounts::BaseController\n \n def article_params\n p... | Ruby |
1db72dbe52044e70956919511be12d5f9ce735fd | 650 | 2022-08-17 16:53:19+05:30 | -19,800 | ['975eed65d79e6ae1236a5b4d9609fdd515fe4478'] | fix: linux installation failure due to empty db name (#5283) | [{'old_path': '.env.example', 'new_path': '.env.example', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -40,7 +40,7 @@ REDIS_SENTINEL_MASTER_NAME=\n # Postgres Database config variables\n # You can leave POSTGRES_DATABASE blank. The default name of \n # the database in the production environment is chatwoot_product... | Ruby |
45d0d101b1702118c7b9a5f7c8b79d6896090cc7 | 90 | 2022-08-18 11:14:06+05:30 | -19,800 | ['8042810e4240cca342ed7b44df4bf89e1506f8a0'] | chore: Handled help center sidebar in small screen (#5293) | [{'old_path': 'app/javascript/dashboard/routes/dashboard/helpcenter/components/Header/ArticleHeader.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/helpcenter/components/Header/ArticleHeader.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,6 +1,7 @@\n <template>\n <div class="header--wrap">\n ... | Ruby |
0cd08065d1784c6374330af12f68a5755dba6702 | 500 | 2022-08-18 11:45:08+05:30 | -19,800 | ['45d0d101b1702118c7b9a5f7c8b79d6896090cc7'] | feat: Adds the ability to create a new article (#5255) | [{'old_path': 'app/javascript/dashboard/api/helpCenter/articles.js', 'new_path': 'app/javascript/dashboard/api/helpCenter/articles.js', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -32,6 +32,16 @@ class ArticlesAPI extends PortalsAPI {\n articleObj\n );\n }\n+\n+ createArticle({ portalSlug, articleObj... | Ruby |
ea918d9c5aa7fe530a8dc0c29f3779972e827079 | 622 | 2022-08-18 13:12:43+05:30 | -19,800 | ['0cd08065d1784c6374330af12f68a5755dba6702'] | fix: send confirmation email on re-adding agent (#5279)
Send confirmation email after re-adding the agent.
Fixes: #4951 | [{'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': '@@ -39,7 +39,7 @@ class Api::V1::Accounts::AgentsController < Api::V1::Accounts::BaseController\n # TODO: move this to a builder and ... | Ruby |
a788e7ac7ab4b8bc358981124694676b413849fd | 500 | 2022-08-18 17:11:19+05:30 | -19,800 | ['ea918d9c5aa7fe530a8dc0c29f3779972e827079'] | feat: Create portal UI improvements (#5261) | [{'old_path': 'app/javascript/dashboard/api/helpCenter/portals.js', 'new_path': 'app/javascript/dashboard/api/helpCenter/portals.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,9 +1,14 @@\n+/* global axios */\n import ApiClient from '../ApiClient';\n \n class PortalsAPI extends ApiClient {\n constructor() {... | Ruby |
f33ff351cf6b693d1c1253a4e09ece257220596d | 603 | 2022-08-19 13:55:23+05:30 | -19,800 | ['a788e7ac7ab4b8bc358981124694676b413849fd'] | chore: New Translation updates (#5287) | [{'old_path': 'app/javascript/dashboard/i18n/locale/ar/helpCenter.json', 'new_path': 'app/javascript/dashboard/i18n/locale/ar/helpCenter.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -18,13 +18,14 @@\n }\n },\n "EDIT_HEADER": {\n+ "ALL_ARTICLES": "All Articles",\n "PUBLISH_BUTTON": "... | Ruby |
bef3f6650131470e28d2399c9e2fcf12fdc95406 | 540 | 2022-08-22 09:27:35+05:30 | -19,800 | ['f33ff351cf6b693d1c1253a4e09ece257220596d'] | feat: Allow Dashboard App Frames to query the information (#5313)
Co-authored-by: Fayaz Ahmed <15716057+fayazara@users.noreply.github.com> | [{'old_path': 'app/javascript/dashboard/components/widgets/DashboardApp/Frame.vue', 'new_path': 'app/javascript/dashboard/components/widgets/DashboardApp/Frame.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -38,6 +38,18 @@ export default {\n return this.currentChat?.meta?.sender?.id;\n },\n },\n+\n... | Ruby |
747ce9c80f921ec08246d5795e23c9ea11e7e3ce | 622 | 2022-08-22 10:16:50+05:30 | -19,800 | ['bef3f6650131470e28d2399c9e2fcf12fdc95406'] | fix: Update automation to use case-insensitive filter (#5302) | [{'old_path': 'app/services/automation_rules/conditions_filter_service.rb', 'new_path': 'app/services/automation_rules/conditions_filter_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -88,9 +88,13 @@ class AutomationRules::ConditionsFilterService < FilterService\n \n case current_filter[\'attribute_... | Ruby |
9c67814724bcf59c795ac6261244e0e6930335a0 | 622 | 2022-08-22 16:10:14+05:30 | -19,800 | ['747ce9c80f921ec08246d5795e23c9ea11e7e3ce'] | Fix: Instagram webhook test event (#5317) | [{'old_path': 'app/jobs/webhooks/instagram_events_job.rb', 'new_path': 'app/jobs/webhooks/instagram_events_job.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -12,13 +12,6 @@ class Webhooks::InstagramEventsJob < ApplicationJob\n def perform(entries)\n @entries = entries\n \n- if @entries[0].key?(:change... | Ruby |
8bc560752ff33f54109bf65533a4668853076f59 | 90 | 2022-08-23 18:35:31+05:30 | -19,800 | ['9c67814724bcf59c795ac6261244e0e6930335a0'] | fix: File validations for Twilio WhatsApp Channel (#5294)
Fixes: #5289 #2971
- Removed unsupported attachment file format from Twilio WhatsApp Channel. https://www.twilio.com/docs/whatsapp/guidance-whatsapp-media-messages
- Added 5 MB attachment file limit for Twilio SMS Channel. | [{'old_path': 'app/javascript/dashboard/components/widgets/WootWriter/ReplyBottomPanel.vue', 'new_path': 'app/javascript/dashboard/components/widgets/WootWriter/ReplyBottomPanel.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -136,7 +136,10 @@ import eventListenerMixins from 'shared/mixins/eventListenerMixins';... | Ruby |
5957edc76b28b8331a2b01264fefce256dd06337 | 650 | 2022-08-23 18:56:39+05:30 | -19,800 | ['8bc560752ff33f54109bf65533a4668853076f59'] | feat: abort cwctl upgrade if custom code changes detected (#5329)
* feat: abort cwctl upgrade if custom code changes detected
* fix: cwctl exit handler on upgrade
* chore: update cwctl version | [{'old_path': 'VERSION_CW', 'new_path': 'VERSION_CW', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1 +1 @@\n-2.6.0\n+2.2.0\n'}, {'old_path': 'deployment/setup_20.04.sh', 'new_path': 'deployment/setup_20.04.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,7 +2,7 @@\n \n # Description: Install and manage a... | Ruby |