Search is not available for this dataset
hash string | author int32 | committer_date string | timezone int64 | parents string | message string | changes string | language string |
|---|---|---|---|---|---|---|---|
533f9f7fe4999cd460a59711003c4a42122f2b54 | 432 | 2023-06-22 19:09:12+05:30 | 21,600 | ['82e5fc413e9f99049cd53377eb103ac4bc30091d'] | fix: Email collect overriding existing contact name (#7355)
Currently, if Enable email collect box is enabled, and the user starting the chat already has an account with the same email, it will override the current account with {name} from the email name@email.com , this fixes it.
Co-authored-by: Sojan <sojan@pepal... | [{'old_path': 'app/controllers/api/v1/widget/messages_controller.rb', 'new_path': 'app/controllers/api/v1/widget/messages_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -17,7 +17,8 @@ class Api::V1::Widget::MessagesController < Api::V1::Widget::BaseController\n @message.update!(submitted_email:... | Ruby |
f8e631a00c98712f82e19cb3b69eaacc091fce1a | 603 | 2023-06-23 23:02:55+05:30 | -19,800 | ['54bf33083eb7a2d2df1a08bd233f34ff261c31b8'] | chore: Update Crowdin Config (#7375)
- add pull request titles
- skip ci for crowdin commits | [{'old_path': 'crowdin.yml', 'new_path': 'crowdin.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,3 +1,5 @@\n+pull_request_title: "chore: Update translations"\n+commit_message: "[ci skip]"\n files:\n - source: /app/javascript/dashboard/i18n/locale/en/*.json\n translation: >-\n'}] | Ruby |
4f8ce7b597034ea1b79bccae499b655cb9c3b8ef | 540 | 2023-06-23 12:06:01-07:00 | 25,200 | ['f8e631a00c98712f82e19cb3b69eaacc091fce1a'] | chore: Add support for dark mode logo (#7378) | [{'old_path': 'app/controllers/dashboard_controller.rb', 'new_path': 'app/controllers/dashboard_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -14,7 +14,7 @@ class DashboardController < ActionController::Base\n \n def set_global_config\n @global_config = GlobalConfig.get(\n- 'LOGO', 'LOGO_... | Ruby |
996325f35bc306e24dc503da55c4efbe354baaf0 | 583 | 2023-06-25 18:49:49+05:30 | -19,800 | ['4f8ce7b597034ea1b79bccae499b655cb9c3b8ef'] | feat: multiple UX improvements to labels (#7358)
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com> | [{'old_path': '.gitignore', 'new_path': '.gitignore', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -74,3 +74,5 @@ yalc.lock\n /yarn-error.log\n yarn-debug.log*\n .yarn-integrity\n+\n+/storybook-static\n\\ No newline at end of file\n'}, {'old_path': None, 'new_path': 'app/javascript/dashboard/components/base/Hotkey... | Ruby |
1176e5eb8a9886e23191dafd40c184125661b122 | 90 | 2023-06-26 10:26:06+05:30 | -19,800 | ['996325f35bc306e24dc503da55c4efbe354baaf0'] | feat: Custom phone input in pre-chat form (#7275)
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
Co-authored-by: Sojan Jose <sojan@pepalo.com> | [{'old_path': 'app/javascript/packs/widget.js', 'new_path': 'app/javascript/packs/widget.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -7,9 +7,14 @@ import store from '../widget/store';\n import App from '../widget/App.vue';\n import ActionCableConnector from '../widget/helpers/actionCable';\n import i18n from... | Ruby |
a8acbb7427e6ac6589d8d1cff145169e8252b25b | 90 | 2023-06-26 11:32:40+05:30 | -19,800 | ['1176e5eb8a9886e23191dafd40c184125661b122'] | fix: Issue with i18n in update banner (#7392) | [{'old_path': 'app/javascript/dashboard/i18n/locale/en/generalSettings.json', 'new_path': 'app/javascript/dashboard/i18n/locale/en/generalSettings.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,6 +3,7 @@\n "TITLE": "Account settings",\n "SUBMIT": "Update settings",\n "BACK": "Back",\n+ "DISM... | Ruby |
9cda16d0e834d5a81dc65dbfd2608ff94f734863 | 478 | 2023-06-26 13:26:47+05:30 | -28,800 | ['a8acbb7427e6ac6589d8d1cff145169e8252b25b'] | fix: Remove overflow string in label delete confirm button (#7386)
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> | [{'old_path': 'app/javascript/dashboard/routes/dashboard/settings/labels/Index.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/settings/labels/Index.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -127,14 +127,10 @@ export default {\n }),\n // Delete Modal\n deleteConfirmText() {\n- ... | Ruby |
212d7caab18ec5c25c1820008389e910d311724a | 622 | 2023-06-26 16:07:40+05:30 | -19,800 | ['9cda16d0e834d5a81dc65dbfd2608ff94f734863'] | fix: log User is authenticated but not connected (#7394) | [{'old_path': 'app/jobs/inboxes/fetch_imap_emails_job.rb', 'new_path': 'app/jobs/inboxes/fetch_imap_emails_job.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -10,7 +10,7 @@ class Inboxes::FetchImapEmailsJob < ApplicationJob\n rescue *ExceptionList::IMAP_EXCEPTIONS => e\n Rails.logger.error e\n channel... | Ruby |
f1f14312fe41882e6b2fd76f5275882738059d12 | 540 | 2023-06-26 11:27:16-07:00 | 25,200 | ['212d7caab18ec5c25c1820008389e910d311724a'] | chore: Upgrade Tailwind CSS to 3.3.2 (#7380) | [{'old_path': 'app/javascript/packs/widget.js', 'new_path': 'app/javascript/packs/widget.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -38,8 +38,8 @@ Vue.use(VueFormulate, {\n isValidPhoneNumber: ({ value }) => isPhoneNumberValidWithDialCode(value),\n },\n classes: {\n- outer: 'mb-4 wrapper',\n- ... | Ruby |
20b84ee6a15984f3c4f914590835027049294491 | 540 | 2023-06-26 14:43:22-07:00 | 25,200 | ['f1f14312fe41882e6b2fd76f5275882738059d12'] | chore: Fix darkMode styles in widget (#7408) | [{'old_path': 'tailwind.config.js', 'new_path': 'tailwind.config.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,5 +1,5 @@\n module.exports = {\n- dark: 'class',\n+ darkMode: 'class',\n content: [\n './app/javascript/widget/**/*.vue',\n './app/javascript/portal/**/*.vue',\n@@ -90,11 +90,6 @@ modul... | Ruby |
155a5b9947b6e28c45b60bbb53aefd45dbf7063d | 478 | 2023-06-27 19:28:38+05:30 | -28,800 | ['26a75b250dd6f24ab047e1a31cf524bff3212dbc'] | fix: Remove free space (#7411) | [] | Ruby |
f963e00731b06e3355c509507dbd96748a8098ea | 650 | 2023-06-27 19:49:24+05:30 | -19,800 | ['155a5b9947b6e28c45b60bbb53aefd45dbf7063d'] | fix: capture user and ip details on Inbox delete (#7395)
Fixes: https://linear.app/chatwoot/issue/CW-1772/ip-address-and-user-details-are-missing-in-some-of-the-logs
Co-authored-by: Sojan <sojan@pepalo.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': "@@ -63,7 +63,7 @@ class Api::V1::Accounts::InboxesController < Api::V1::Accounts::BaseController\n end\n \n def destroy\n- ::D... | Ruby |
239b1e2bf1335c3c250c7dfc8635c01e9ba67fa6 | 622 | 2023-06-27 21:05:36+05:30 | -19,800 | ['f963e00731b06e3355c509507dbd96748a8098ea'] | feat: Include email in the searched result (#7397) | [{'old_path': 'app/javascript/dashboard/i18n/locale/en/search.json', 'new_path': 'app/javascript/dashboard/i18n/locale/en/search.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -18,6 +18,8 @@\n "EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results. ",\n ... | Ruby |
4a770fdea7f9b55b68f47974d3e24df2317fd1b2 | 9 | 2023-06-27 17:39:37-07:00 | -19,800 | ['239b1e2bf1335c3c250c7dfc8635c01e9ba67fa6'] | feat: Add Plus Jakarta Font to dashboard (#7421)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'old_path': 'app/assets/javascripts/dashboardChart.js', 'new_path': 'app/assets/javascripts/dashboardChart.js', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -11,7 +11,7 @@ function prepareData(data) {\n \n function getChartOptions() {\n var fontFamily =\n- \'Inter,-apple-system,system-ui,BlinkMacSystemFont,... | Ruby |
d05c953eefdcde33901a5149a6b3998cfb4fa2dd | 622 | 2023-06-28 08:13:08+05:30 | -19,800 | ['4a770fdea7f9b55b68f47974d3e24df2317fd1b2'] | feat: Support Azure single-tenant application using the Graph API (#6728) (#6878) | [{'old_path': '.env.example', 'new_path': '.env.example', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -226,6 +226,16 @@ DIRECT_UPLOADS_ENABLED=\n AZURE_APP_ID=\n AZURE_APP_SECRET=\n \n+## MS Azure Tenant ID\n+# Set the following id to the id of your Azure 'tenant'.\n+# This will enable single tenant applications ... | Ruby |
40830046e8f2b3b3d64ef1091448949e2c2356de | 603 | 2023-06-28 22:42:06+05:30 | -19,800 | ['d05c953eefdcde33901a5149a6b3998cfb4fa2dd'] | feat: Audit Logs for Account User Changes (#7405)
- Audit log for user invitations: https://linear.app/chatwoot/issue/CW-1768/invited-a-user-to-the-account
- Audit log for change role: https://linear.app/chatwoot/issue/CW-1767/name-or-email-changed-the-role-of-the-user-email-to-agent-or-admin
- Audit log for status ... | [{'old_path': None, 'new_path': 'app/javascript/dashboard/helper/auditlogHelper.js', 'type': <ModificationType.ADD: 1>, 'diff': "@@ -0,0 +1,147 @@\n+const roleMapping = {\n+ 0: 'agent',\n+ 1: 'administrator',\n+};\n+\n+const availabilityMapping = {\n+ 0: 'online',\n+ 1: 'offline',\n+ 2: 'busy',\n+};\n+\n+const tra... | Ruby |
28e7a5d228d77307d0e27669e6a5bb07e343ca63 | 583 | 2023-06-28 20:28:44-07:00 | -19,800 | ['40830046e8f2b3b3d64ef1091448949e2c2356de'] | fix: CC conditions when the last email is from someone else (#7010) | [{'old_path': 'app/builders/messages/message_builder.rb', 'new_path': 'app/builders/messages/message_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -48,17 +48,22 @@ class Messages::MessageBuilder\n def process_emails\n return unless @conversation.inbox&.inbox_type == 'Email'\n \n- cc_emails = [... | Ruby |
dc1a41b136909f673e82e0e771c77c3f9c3d5ed5 | 500 | 2023-06-29 14:38:03+05:30 | -19,800 | ['28e7a5d228d77307d0e27669e6a5bb07e343ca63'] | fix: Set date hours to 9 in snooze time (#7426) | [{'old_path': 'app/javascript/dashboard/helper/snoozeHelpers.js', 'new_path': 'app/javascript/dashboard/helper/snoozeHelpers.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -8,6 +8,8 @@ import {\n isMonday,\n isToday,\n setHours,\n+ setMinutes,\n+ setSeconds,\n } from 'date-fns';\n import wootConstants f... | Ruby |
ea78020f2fd223ab4b0a9cca11b40528d022c31c | 90 | 2023-06-29 14:41:23+05:30 | -19,800 | ['dc1a41b136909f673e82e0e771c77c3f9c3d5ed5'] | fix: Translation issues (#7416)
Co-authored-by: Hricha Shandily <103104754+Hricha-Shandily@users.noreply.github.com> | [{'old_path': 'app/javascript/dashboard/i18n/locale/en/cannedMgmt.json', 'new_path': 'app/javascript/dashboard/i18n/locale/en/cannedMgmt.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,11 +9,7 @@\n "404": "There are no canned responses available in this account.",\n "TITLE": "Manage canned respo... | Ruby |
191b8a64fe72a73cb1262b0f6e47eb30d5572937 | 90 | 2023-06-29 15:09:02+05:30 | -19,800 | ['ea78020f2fd223ab4b0a9cca11b40528d022c31c'] | chore: Remove URLs from translations (#7414) | [{'old_path': 'app/javascript/dashboard/constants/globals.js', 'new_path': 'app/javascript/dashboard/constants/globals.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -39,5 +39,7 @@ export default {\n UNTIL_NEXT_MONTH: 'until_next_month',\n UNTIL_CUSTOM_TIME: 'until_custom_time',\n },\n+ EXAMPLE_URL: ... | Ruby |
b57063a8b83c86819bd285f481298d7cd38ad50e | 540 | 2023-07-01 07:49:52+05:30 | 25,200 | ['022f4f899f071907b5f05a41e7d271bf7f5ea78f'] | feat: Support dark mode in login pages (#7420)
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> | [{'old_path': 'app/controllers/dashboard_controller.rb', 'new_path': 'app/controllers/dashboard_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,6 +1,7 @@\n class DashboardController < ActionController::Base\n include SwitchLocale\n \n+ before_action :set_application_pack\n before_action :set_g... | Ruby |
986abde531b7458221b8a45c4b2c2cfdb35bdc15 | 248 | 2023-07-03 14:12:47-07:00 | 10,800 | ['b57063a8b83c86819bd285f481298d7cd38ad50e'] | fix: Cannot use 'in' operator to search for 'last_activity_at' (#7447) | [{'old_path': 'app/javascript/dashboard/store/modules/conversations/index.js', 'new_path': 'app/javascript/dashboard/store/modules/conversations/index.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -90,7 +90,9 @@ export const mutations = {\n { lastActivityAt, conversationId }\n ) {\n const [chat] = _s... | Ruby |
985b3f3bfc45bd2c07dc68fc6f626d39039a1d7b | 540 | 2023-07-04 03:23:00+05:30 | 25,200 | ['986abde531b7458221b8a45c4b2c2cfdb35bdc15'] | chore: Reset the base font-size to 16px instead of 10px (#7455)
Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com> | [{'old_path': 'app/assets/stylesheets/administrate/library/_variables.scss', 'new_path': 'app/assets/stylesheets/administrate/library/_variables.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,7 +4,7 @@ $base-font-family: PlusJakarta, Inter, -apple-system, BlinkMacSystemFont, "Segoe\n sans-serif !default;... | Ruby |
4c7c1cd78ab901310c0c32da3462ee020bbfd839 | 9 | 2023-07-03 19:39:32-07:00 | -19,800 | ['985b3f3bfc45bd2c07dc68fc6f626d39039a1d7b'] | chore: Change order of resolve action dropdown buttons (#7456) | [{'old_path': 'app/javascript/dashboard/components/buttons/ResolveAction.vue', 'new_path': 'app/javascript/dashboard/components/buttons/ResolveAction.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -54,19 +54,21 @@\n variant="clear"\n color-scheme="secondary"\n size="small"\n... | Ruby |
71837bedf9b6af263ea97318be7cf93ce4be2cb7 | 622 | 2023-07-04 20:46:01+05:30 | -19,800 | ['3c4514c9f7ef43e01e77833987d48aeb173deda9'] | feat: Ability to customise the email sender name [CW-1629] (#7345) | [{'old_path': 'Gemfile.lock', 'new_path': 'Gemfile.lock', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -441,7 +441,7 @@ GEM\n mini_magick (4.12.0)\n mini_mime (1.1.2)\n mini_portile2 (2.8.2)\n- minitest (5.18.0)\n+ minitest (5.18.1)\n mock_redis (0.36.0)\n ruby2_keywords\n msgpack (... | Ruby |
3054a4cb59104457c2a2671e8c8e0197f9857add | 90 | 2023-07-05 12:13:32-07:00 | -19,800 | ['71837bedf9b6af263ea97318be7cf93ce4be2cb7'] | feat: Add support for dark mode in dashboard (#7460)
- Add config for TailwindCSS
- Enable HMR
- Add a config in LocalStorage for Dark Mode
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'old_path': 'app/javascript/dashboard/App.vue', 'new_path': 'app/javascript/dashboard/App.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,7 +3,8 @@\n v-if="!authUIFlags.isFetching"\n id="app"\n class="app-wrapper app-root"\n- :class="{ \'app-rtl--wrapper\': isRTLView }"\n+ :class="{ \'app... | Ruby |
4e8d17f01798e7a5c22eaaba3b75d5fe0910303a | 540 | 2023-07-05 18:32:55-07:00 | 25,200 | ['3054a4cb59104457c2a2671e8c8e0197f9857add'] | chore: Update specs and warnings in console (#7467) | [{'old_path': '.circleci/config.yml', 'new_path': '.circleci/config.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -73,7 +73,7 @@ jobs:\n \n - run:\n name: yarn\n- command: yarn install --cache-folder ~/.cache/yarn\n+ command: yarn install --frozen-lockfile --cache-folder ~/.c... | Ruby |
528da1d2cf3072e8a33b7027b2be303628d45049 | 90 | 2023-07-05 19:26:24-07:00 | -19,800 | ['4e8d17f01798e7a5c22eaaba3b75d5fe0910303a'] | feat: Add support for dark mode in more pages
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'old_path': 'app/javascript/dashboard/assets/scss/_rtl.scss', 'new_path': 'app/javascript/dashboard/assets/scss/_rtl.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -17,54 +17,6 @@\n }\n }\n \n- // Secondary sidebar\n- .secondary-sidebar {\n- .secondary-menu {\n- border-left: 1px solid var(--... | Ruby |
571e6bd0ecd9cfe94ffae025f3bf22ef4d3172f2 | 90 | 2023-07-06 11:58:54-07:00 | -19,800 | ['528da1d2cf3072e8a33b7027b2be303628d45049'] | fix: Update broken design elements in dashboard (#7468) | [{'old_path': 'app/javascript/dashboard/assets/scss/widgets/_buttons.scss', 'new_path': 'app/javascript/dashboard/assets/scss/widgets/_buttons.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -94,11 +94,11 @@\n }\n \n &.alert {\n- @apply bg-red-50 dark:bg-red-700 text-red-700 dark:text-red-100 hove... | Ruby |
ad03be45293954a3258688ff644e19960e944f98 | 540 | 2023-07-07 20:11:34-07:00 | 25,200 | ['571e6bd0ecd9cfe94ffae025f3bf22ef4d3172f2'] | fix: Update the index files to fix missing translations (#7484) | [{'old_path': 'app/javascript/dashboard/i18n/locale/ar/index.js', 'new_path': 'app/javascript/dashboard/i18n/locale/ar/index.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,55 +1,65 @@\n-import { default as _advancedFilters } from './advancedFilters.json';\n-import { default as _agentMgmt } from './agentMgmt.... | Ruby |
5b4f92ccd2cca30b5364a0d7912b727efcf327a1 | 500 | 2023-07-10 11:30:22+05:30 | -19,800 | ['ad03be45293954a3258688ff644e19960e944f98'] | fix: Add the option to revert the AI generated content (#7458) | [{'old_path': 'app/javascript/dashboard/components/widgets/AIAssistanceButton.vue', 'new_path': 'app/javascript/dashboard/components/widgets/AIAssistanceButton.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -75,9 +75,11 @@ import { mixin as clickaway } from 'vue-clickaway';\n import OpenAPI from 'dashboard/api... | Ruby |
a940f4c1d297c6adea4110a16a8ffbd1b6817f5b | 583 | 2023-07-10 14:40:54+05:30 | -19,800 | ['5b4f92ccd2cca30b5364a0d7912b727efcf327a1'] | feat: Allow label suggestions with OpenAI APIs (#7428) | [{'old_path': 'app/javascript/dashboard/api/integrations/openapi.js', 'new_path': 'app/javascript/dashboard/api/integrations/openapi.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -2,18 +2,62 @@\n \n import ApiClient from '../ApiClient';\n \n+/**\n+ * Represents the data object for a OpenAI hook.\n+ * @typedef ... | Ruby |
332ab5888cdc2ead44f3f89e5d40fff15c8b96ea | 650 | 2023-07-10 12:28:55-07:00 | -19,800 | ['a940f4c1d297c6adea4110a16a8ffbd1b6817f5b'] | feat: Disable fb/instagram if env variables are not configured (#7498) | [{'old_path': 'app/javascript/dashboard/components/widgets/ChannelItem.vue', 'new_path': 'app/javascript/dashboard/components/widgets/ChannelItem.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -21,6 +21,9 @@ export default {\n },\n },\n computed: {\n+ hasFbConfigured() {\n+ return window.chatwo... | Ruby |
09f46aa912de271092e5300a3b7c4b5a068c053f | 540 | 2023-07-10 15:04:31-07:00 | 25,200 | ['332ab5888cdc2ead44f3f89e5d40fff15c8b96ea'] | chore: Update onMessage event to include conversation id (#7497) | [{'old_path': 'app/javascript/widget/helpers/IframeEventHelper.js', 'new_path': 'app/javascript/widget/helpers/IframeEventHelper.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -25,3 +25,23 @@ export const getExtraSpaceToScroll = () => {\n \n return extraHeight;\n };\n+\n+export const shouldTriggerMessageUpdat... | Ruby |
941e7e06cf1bf556c4ed86da0292ccd0e5b80588 | 500 | 2023-07-11 18:29:42+05:30 | -19,800 | ['09f46aa912de271092e5300a3b7c4b5a068c053f'] | feat: Add draft messages store (#7476) | [{'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': "@@ -178,8 +178,6 @@ import inboxMixin from 'shared/mixins/inboxMixin';\n import uiSettingsMixin from ... | Ruby |
ec7434d0003d21104ef5cef601b820ac58da07ba | 583 | 2023-07-11 14:00:11-07:00 | -19,800 | ['941e7e06cf1bf556c4ed86da0292ccd0e5b80588'] | feat: Remove twitter (#7505) | [{'old_path': 'app/javascript/dashboard/components/widgets/ChannelItem.vue', 'new_path': 'app/javascript/dashboard/components/widgets/ChannelItem.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -35,9 +35,6 @@ export default {\n if (key === 'facebook') {\n return this.enabledFeatures.channel_facebo... | Ruby |
c7bf93ef8a36af2c24de37f5b7361a0bb2ab5b2d | 9 | 2023-07-11 17:37:37-07:00 | -19,800 | ['ec7434d0003d21104ef5cef601b820ac58da07ba'] | fix: Adds a space after mention to improve UX (#7506) | [{'old_path': 'app/javascript/dashboard/components/widgets/WootWriter/Editor.vue', 'new_path': 'app/javascript/dashboard/components/widgets/WootWriter/Editor.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -310,11 +310,9 @@ export default {\n userFullName: mentionItem.name,\n });\n \n- const ... | Ruby |
550bea099ca1b92a58b9c80c9dcd5993b484ae07 | 540 | 2023-07-11 19:07:02-07:00 | 25,200 | ['c7bf93ef8a36af2c24de37f5b7361a0bb2ab5b2d'] | fix: Add appearance-none to input field for ring to work (#7507) | [{'old_path': 'app/javascript/v3/components/Form/Input.vue', 'new_path': 'app/javascript/v3/components/Form/Input.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -22,7 +22,7 @@\n \'focus:ring-red-600 ring-red-600\': hasError,\n \'dark:ring-slate-600 dark:focus:ring-woot-500 ring-slate-200\':... | Ruby |
10dd0ba647fc7c1758e967bbb3a393690366859a | 622 | 2023-07-12 15:03:31+05:30 | -19,800 | ['550bea099ca1b92a58b9c80c9dcd5993b484ae07'] | feat: Sentiment Analysis (#7475) | [{'old_path': '.env.example', 'new_path': '.env.example', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -230,3 +230,6 @@ AZURE_APP_SECRET=\n ## Change these values to fine tune performance\n # control the concurrency setting of sidekiq\n # SIDEKIQ_CONCURRENCY=10\n+\n+# Sentiment analysis model file path\n+SENTIMENT... | Ruby |
918e1f25c271d622950144a5430f74a32bc93446 | 583 | 2023-07-12 13:09:19-07:00 | -19,800 | ['10dd0ba647fc7c1758e967bbb3a393690366859a'] | feat: Improve summary prompt (#7510)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'old_path': 'enterprise/lib/enterprise/integrations/openai_processor_service.rb', 'new_path': 'enterprise/lib/enterprise/integrations/openai_processor_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -17,6 +17,10 @@ module Enterprise::Integrations::OpenaiProcessorService\n \n private\n \n+ def prompt... | Ruby |
d495411ef54e0efe5dab19b7a66fbfd9ed3f3687 | 583 | 2023-07-12 13:35:02-07:00 | -19,800 | ['918e1f25c271d622950144a5430f74a32bc93446'] | feat: Minor improvements to login UI (#7494)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'old_path': 'app/javascript/dashboard/i18n/locale/en/login.json', 'new_path': 'app/javascript/dashboard/i18n/locale/en/login.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,7 +3,8 @@\n "TITLE": "Login to Chatwoot",\n "EMAIL": {\n "LABEL": "Email",\n- "PLACEHOLDER": "example@companyname.... | Ruby |
21691f240725e67aa36c452ae224d31280047307 | 540 | 2023-07-12 14:43:11-07:00 | 25,200 | ['d495411ef54e0efe5dab19b7a66fbfd9ed3f3687'] | fix: Update breaking specs on sentiment and open AI integration (#7513) | [{'old_path': 'spec/lib/integrations/openai/processor_service_spec.rb', 'new_path': 'spec/lib/integrations/openai/processor_service_spec.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -20,6 +20,14 @@ RSpec.describe Integrations::Openai::ProcessorService do\n let!(:conversation) { create(:conversation, account... | Ruby |
91e2da5e74daaa20b118ba83a7d6f73585f0d5e7 | 370 | 2023-07-12 16:34:16-07:00 | -19,800 | ['21691f240725e67aa36c452ae224d31280047307'] | fix: Uncategorized article display error - HelpCenter-> Portal -> Uncategorised Article (#7504)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'old_path': 'app/views/public/api/v1/portals/articles/show.html.erb', 'new_path': 'app/views/public/api/v1/portals/articles/show.html.erb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -17,17 +17,21 @@\n <div>\n <a\n class="text-slate-700 hover:underline leading-8 text-sm font-semibold"\n- ... | Ruby |
7c080fa9fa6842cdd0b90d3280c98fecedae9780 | 583 | 2023-07-13 09:16:09+05:30 | -19,800 | ['91e2da5e74daaa20b118ba83a7d6f73585f0d5e7'] | feat: label suggestion UI (#7480) | [{'old_path': 'app/javascript/dashboard/components/ui/Label.vue', 'new_path': 'app/javascript/dashboard/components/ui/Label.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,7 +4,7 @@\n <fluent-icon :icon="icon" size="12" class="label--icon" />\n </span>\n <span\n- v-if="variant === \'smooth... | Ruby |
19ff7382119f85c374ec82f421ad502125a1ddf8 | 500 | 2023-07-13 10:26:25+05:30 | -19,800 | ['7c080fa9fa6842cdd0b90d3280c98fecedae9780'] | feat: Add more options for AI reply suggestions (#7493) | [{'old_path': 'enterprise/lib/enterprise/integrations/openai_processor_service.rb', 'new_path': 'enterprise/lib/enterprise/integrations/openai_processor_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,6 @@\n module Enterprise::Integrations::OpenaiProcessorService\n- ALLOWED_EVENT_NAMES = %w[reph... | Ruby |
50a927bac2ad4cf41101dfcc7274427235c339e8 | 500 | 2023-07-13 14:56:53+05:30 | -19,800 | ['19ff7382119f85c374ec82f421ad502125a1ddf8'] | feat: Add reply editor mode to the store (#7515) | [{'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': "@@ -781,6 +781,9 @@ export default {\n },\n setReplyMode(mode = REPLY_EDITOR_MODES.REPLY) {\n... | Ruby |
7e415fbee384d2602b6f9a7d67fa203b40dbcaae | 540 | 2023-07-13 14:40:16-07:00 | 25,200 | ['50a927bac2ad4cf41101dfcc7274427235c339e8'] | fix: Disable predictions if model is absent (#7520) | [{'old_path': 'enterprise/app/jobs/enterprise/sentiment_analysis_job.rb', 'new_path': 'enterprise/app/jobs/enterprise/sentiment_analysis_job.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -17,6 +17,8 @@ class Enterprise::SentimentAnalysisJob < ApplicationJob\n # While gathering the maningfull node the Array... | Ruby |
66751b71dd34d10741175a7cc2da389bcf50bc1d | 540 | 2023-07-13 15:47:33-07:00 | 25,200 | ['7e415fbee384d2602b6f9a7d67fa203b40dbcaae'] | fix: Fix issue `null is not iterable` (#7521) | [{'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': "@@ -1052,7 +1052,7 @@ export default {\n \n // Retrieve the email of the current conversation's... | Ruby |
9de2edd30061a9a8d9f85c734b29834668899d53 | 540 | 2023-07-13 15:56:28-07:00 | 25,200 | ['66751b71dd34d10741175a7cc2da389bcf50bc1d'] | fix: Cannot read properties of undefined (reading 'filter') (#7522) | [{'old_path': 'app/javascript/dashboard/store/modules/conversations/getters.js', 'new_path': 'app/javascript/dashboard/store/modules/conversations/getters.js', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -49,8 +49,7 @@ const getters = {\n },\n getSelectedChatAttachments: (_state, _getters) => {\n const se... | Ruby |
59b1d59574f406eaaf5beadba7b69e80716f7787 | 583 | 2023-07-14 13:35:30+05:30 | -19,800 | ['9de2edd30061a9a8d9f85c734b29834668899d53'] | fix: idb is not available in firefox private mode [CW-2217] (#7524) | [{'old_path': 'app/javascript/dashboard/api/CacheEnabledApiClient.js', 'new_path': 'app/javascript/dashboard/api/CacheEnabledApiClient.js', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -18,6 +18,10 @@ class CacheEnabledApiClient extends ApiClient {\n return this.getFromCache();\n }\n \n+ return this.g... | Ruby |
2c3ad7354251d4a93af33876d528b415f6486709 | 540 | 2023-07-14 08:30:08-07:00 | 25,200 | ['59b1d59574f406eaaf5beadba7b69e80716f7787'] | fix: Update the case for validation where SSO link is used (#7527) | [{'old_path': 'app/javascript/v3/views/login/Index.vue', 'new_path': 'app/javascript/v3/views/login/Index.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -173,7 +173,7 @@ export default {\n bus.$emit('newToastMessage', this.loginApi.message);\n },\n submitLogin() {\n- if (this.$v.credentials.... | Ruby |
1a81245987bd2298943eede1066fcfb8831e84b9 | 583 | 2023-07-14 19:20:03-07:00 | -19,800 | ['2c3ad7354251d4a93af33876d528b415f6486709'] | feat: Update label suggestion visibility (#7525) | [{'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': '@@ -65,7 +65,7 @@\n :is-web-widget-inbox="isAWebWidgetInbox"\n />\n <conv... | Ruby |
ec65b43993c0e76bbcc373fbe1df94c023b78fc6 | 540 | 2023-07-14 19:20:54-07:00 | 25,200 | ['1a81245987bd2298943eede1066fcfb8831e84b9'] | feat: Add support for API key authentication in Twilio (#7523)
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> | [{'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': '@@ -18,7 +18,11 @@ class Api::V1::Accounts::Channels::TwilioChannelsController < Api::V1::Accounts:... | Ruby |
91c1061214e313c7b1f84a47d4cee8c1beed6d8a | 500 | 2023-07-16 12:25:16-07:00 | -19,800 | ['ec65b43993c0e76bbcc373fbe1df94c023b78fc6'] | feat: Add more AI options (#7502)
Co-authored-by: Shivam Mishra <scm.mymail@gmail.com>
Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com>
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'old_path': 'app/javascript/dashboard/components/widgets/AIAssistanceButton.vue', 'new_path': 'app/javascript/dashboard/components/widgets/AIAssistanceButton.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,204 +1,80 @@\n <template>\n <div v-if="isAIIntegrationEnabled" class="position-relative">\n- <di... | Ruby |
3e75ac2de58dd0346ab6b68c46ebdd4ec32a9747 | 583 | 2023-07-17 15:10:56+05:30 | -19,800 | ['91c1061214e313c7b1f84a47d4cee8c1beed6d8a'] | feat: update the UX around label suggestions (#7532) | [{'old_path': 'app/javascript/dashboard/components/widgets/conversation/conversation/LabelSuggestion.vue', 'new_path': 'app/javascript/dashboard/components/widgets/conversation/conversation/LabelSuggestion.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,10 @@\n <template>\n- <li v-if="shouldShowSuggest... | Ruby |
3a77e672f8d65c2157cbe94d0d3af2a303c49d3b | 540 | 2023-07-17 11:21:31-07:00 | 25,200 | ['3e75ac2de58dd0346ab6b68c46ebdd4ec32a9747'] | feat: Compute average response time of replies (#7530) | [{'old_path': 'app/listeners/reporting_event_listener.rb', 'new_path': 'app/listeners/reporting_event_listener.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -43,6 +43,26 @@ class ReportingEventListener < BaseListener\n reporting_event.save!\n end\n \n+ def reply_created(event)\n+ message = extract_me... | Ruby |
5b480f563d37e0426a85e79cf3ef38d8587d527a | 622 | 2023-07-18 12:17:50+05:30 | -19,800 | ['3a77e672f8d65c2157cbe94d0d3af2a303c49d3b'] | feat: Sentiment model download and upload to vendor (#7526) | [{'old_path': 'enterprise/app/jobs/enterprise/sentiment_analysis_job.rb', 'new_path': 'enterprise/app/jobs/enterprise/sentiment_analysis_job.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -27,8 +27,11 @@ class Enterprise::SentimentAnalysisJob < ApplicationJob\n \n # Model initializes OnnxRuntime::Model, with ... | Ruby |
8babf7dec36c997064546b6a30639578d5a369e9 | 650 | 2023-07-18 13:22:02+05:30 | -19,800 | ['5b480f563d37e0426a85e79cf3ef38d8587d527a'] | feat: add debug gem and more make commands (#7509) | [{'old_path': 'Gemfile', 'new_path': 'Gemfile', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -213,6 +213,7 @@ group :development, :test do\n gem 'bundle-audit', require: false\n gem 'byebug', platform: :mri\n gem 'climate_control'\n+ gem 'debug', '~> 1.8'\n gem 'factory_bot_rails'\n gem 'listen'\n gem... | Ruby |
f3f665cabb9b0138c1872aa1ceda121428a8dd5b | 622 | 2023-07-19 20:27:20+05:30 | -19,800 | ['8babf7dec36c997064546b6a30639578d5a369e9'] | fix: Sentiment analysis queue update (#7552) | [{'old_path': 'enterprise/app/jobs/enterprise/sentiment_analysis_job.rb', 'new_path': 'enterprise/app/jobs/enterprise/sentiment_analysis_job.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,5 +1,5 @@\n class Enterprise::SentimentAnalysisJob < ApplicationJob\n- queue_as :default\n+ queue_as :low\n \n def pe... | Ruby |
1d718b92b7eb708ca071a4390947b83bbba28090 | 603 | 2023-07-19 19:15:43+03:00 | -10,800 | ['f3f665cabb9b0138c1872aa1ceda121428a8dd5b'] | chore: Fix schema disparities (#7554)
- Fixing the schema disparities that crept up during merges
- Also, fix the issue with migrate command regenerating the schema for contacts.rb model | [{'old_path': 'Gemfile.lock', 'new_path': 'Gemfile.lock', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -365,13 +365,13 @@ GEM\n image_processing (1.12.2)\n mini_magick (>= 4.9.5, < 5)\n ruby-vips (>= 2.0.17, < 3)\n- io-console (0.6.0)\n- irb (1.7.2)\n- reline (>= 0.3.6)\n informers (... | Ruby |
ea825d49da81cfc3c57137a8468fd2f3643f4820 | 650 | 2023-07-19 23:52:34+05:30 | -19,800 | ['1d718b92b7eb708ca071a4390947b83bbba28090'] | feat: add auditlogs for account model (#7511) | [{'old_path': 'app/javascript/dashboard/helper/auditlogHelper.js', 'new_path': 'app/javascript/dashboard/helper/auditlogHelper.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -30,6 +30,7 @@ const translationKeys = {\n 'accountuser:create': `AUDIT_LOGS.ACCOUNT_USER.ADD`,\n 'accountuser:update:self': `AUDIT_LO... | Ruby |
f72be943230db8c81ee330ea16f881e1ad480ce3 | 603 | 2023-07-19 21:41:55+03:00 | -10,800 | ['ea825d49da81cfc3c57137a8468fd2f3643f4820'] | chore: [Snyk] Fix for 1 vulnerabilities (#7466)
Co-authored-by: snyk-bot <snyk-bot@snyk.io> | [{'old_path': 'Gemfile', 'new_path': 'Gemfile', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -108,9 +108,9 @@ gem 'elastic-apm', require: false\n gem 'newrelic_rpm', require: false\n gem 'newrelic-sidekiq-metrics', require: false\n gem 'scout_apm', require: false\n-gem 'sentry-rails', require: false\n+gem 'sentry-... | Ruby |
25ed66edf57b15c1277107550fb873e73efbe9a9 | 540 | 2023-07-19 12:12:15-07:00 | 25,200 | ['f72be943230db8c81ee330ea16f881e1ad480ce3'] | feat: Update reports UI to make it better (#7544) | [{'old_path': 'app/javascript/dashboard/assets/scss/widgets/_report.scss', 'new_path': 'app/javascript/dashboard/assets/scss/widgets/_report.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -58,31 +58,3 @@\n text-transform: capitalize;\n }\n }\n-\n-.report-bar {\n- @include background-white;\n- @include... | Ruby |
d7566c453d3ab48632ffdd85ea4cfa7c0db52447 | 540 | 2023-07-19 12:12:30-07:00 | 25,200 | ['25ed66edf57b15c1277107550fb873e73efbe9a9'] | chore: Take the count directly rather than grouping the conversations (#7535) | [{'old_path': 'app/builders/v2/report_builder.rb', 'new_path': 'app/builders/v2/report_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -33,18 +33,18 @@ class V2::ReportBuilder\n \n def summary\n {\n- conversations_count: conversations_count.values.sum,\n- incoming_messages_count: incoming... | Ruby |
27419eef66de5dd0aba860783cab02412d14a24a | 540 | 2023-07-20 12:01:22-07:00 | 25,200 | ['d7566c453d3ab48632ffdd85ea4cfa7c0db52447'] | feat: Add report on customer waiting time (#7545) | [{'old_path': 'app/builders/v2/report_builder.rb', 'new_path': 'app/builders/v2/report_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -20,7 +20,7 @@ class V2::ReportBuilder\n \n # For backward compatible with old report\n def build\n- if %w[avg_first_response_time avg_resolution_time].include?(pa... | Ruby |
2b4f4f0b5ce9b6829829bd63d4deeb63d1a67245 | 603 | 2023-07-20 12:47:54-07:00 | -10,800 | ['d66eb8b21f71368ec73056a2afb5a02ce9743239'] | [Snyk] Security upgrade administrate from 0.18.0 to 0.19.0 (#7547)
Co-authored-by: snyk-bot <snyk-bot@snyk.io> | [{'old_path': 'Gemfile', 'new_path': 'Gemfile', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -74,7 +74,7 @@ gem 'devise_token_auth'\n gem 'jwt'\n gem 'pundit'\n # super admin\n-gem 'administrate'\n+gem 'administrate', '>= 0.19.0'\n gem 'administrate-field-active_storage'\n \n ##--- gems for pubsub service ---##\n"... | Ruby |
a3d21024a60398c59ce16922d5c21fb7d1b6921f | 583 | 2023-07-21 10:20:53+05:30 | -19,800 | ['2b4f4f0b5ce9b6829829bd63d4deeb63d1a67245'] | feat: add message condition (#7495) | [{'old_path': 'enterprise/lib/enterprise/integrations/openai_processor_service.rb', 'new_path': 'enterprise/lib/enterprise/integrations/openai_processor_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -27,6 +27,10 @@ module Enterprise::Integrations::OpenaiProcessorService\n \n character_count = label... | Ruby |
4828071fc36d8fc69d2ac129cc774d747b5964e7 | 650 | 2023-07-21 12:08:19+05:30 | -19,800 | ['a3d21024a60398c59ce16922d5c21fb7d1b6921f'] | feat: add audit trail for channel updates (#7396) | [{'old_path': 'app/models/concerns/channelable.rb', 'new_path': 'app/models/concerns/channelable.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -4,9 +4,14 @@ module Channelable\n validates :account_id, presence: true\n belongs_to :account\n has_one :inbox, as: :channel, dependent: :destroy_async, to... | Ruby |
d188600559b8678496932b575607c95fda06d654 | 650 | 2023-07-21 11:58:49+03:00 | -19,800 | ['4828071fc36d8fc69d2ac129cc774d747b5964e7'] | fix: modify exception tracker to log even if sentry configured (#7563)
Right now, if sentry is configured exception won't be logged. This results in the log management tool missing every error captured with ChatwootExceptionTracker. This change logs the exception, even if Sentry is configured or not.
Fixes https://... | [{'old_path': 'lib/chatwoot_exception_tracker.rb', 'new_path': 'lib/chatwoot_exception_tracker.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -12,12 +12,9 @@ class ChatwootExceptionTracker\n end\n \n def capture_exception\n- if ENV['SENTRY_DSN'].present?\n- capture_exception_with_sentry\n- else\n... | Ruby |
30f39289042c40a4dfeab5ed50f6e53b5cab17d4 | 603 | 2023-07-21 15:02:05+03:00 | -10,800 | ['d188600559b8678496932b575607c95fda06d654'] | chore: bump up version to 3.0.0 (#7574)
Bump the Chatwoot version to 3.0.0
ref: https://github.com/orgs/chatwoot/discussions/7570 | [{'old_path': 'config/app.yml', 'new_path': 'config/app.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,5 +1,5 @@\n shared: &shared\n- version: '2.18.0'\n+ version: '3.0.0'\n \n development:\n <<: *shared\n"}, {'old_path': 'package.json', 'new_path': 'package.json', 'type': <ModificationType.MODIFY: 5>, ... | Ruby |
480f34803bea9ed7f1e97b8fb2fabe3579623aa3 | 603 | 2023-07-21 18:11:51+03:00 | -10,800 | ['30f39289042c40a4dfeab5ed50f6e53b5cab17d4'] | feat: Response Bot using GPT and Webpage Sources (#7518)
This commit introduces the ability to associate response sources to an inbox, allowing external webpages to be parsed by Chatwoot. The parsed data is converted into embeddings for use with GPT models when managing customer queries.
The implementation relies o... | [{'old_path': '.circleci/config.yml', 'new_path': '.circleci/config.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -12,7 +12,7 @@ defaults: &defaults\n # Specify service dependencies here if necessary\n # CircleCI maintains a library of pre-built images\n # documented at https://circleci.com/docs/2... | Ruby |
40ec0d109a1b1d73f32e2a0d9706751a69c0fc73 | 90 | 2023-07-21 22:10:25+05:30 | -19,800 | ['480f34803bea9ed7f1e97b8fb2fabe3579623aa3'] | feat: Dark Mode (#7471) | [{'old_path': 'app/javascript/dashboard/assets/scss/_date-picker.scss', 'new_path': 'app/javascript/dashboard/assets/scss/_date-picker.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,66 +1,64 @@\n @import '~vue2-datepicker/scss/index';\n \n .mx-datepicker-popup {\n- z-index: 99999;\n+ @apply z-[99999];\n ... | Ruby |
56d0b220f4d5de22c12d170cd0fb9e94bc4826b6 | 603 | 2023-07-21 20:47:41+03:00 | -10,800 | ['40ec0d109a1b1d73f32e2a0d9706751a69c0fc73'] | chore: Fix response associations for inbox (#7582)
- Fix the bug in inbox associations that crept up in previous PR | [{'old_path': 'enterprise/app/models/enterprise/concerns/inbox.rb', 'new_path': 'enterprise/app/models/enterprise/concerns/inbox.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,8 +4,8 @@ module Enterprise::Concerns::Inbox\n included do\n def self.add_response_related_associations\n has_many :respo... | Ruby |
c83105ce4fd5154eeec4befc5cff1edd6b947acd | 583 | 2023-07-24 17:51:09+05:30 | -19,800 | ['56d0b220f4d5de22c12d170cd0fb9e94bc4826b6'] | feat: dismiss label suggestions only for 24 hours (#7579)
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com> | [{'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': "@@ -119,11 +119,13 @@ import aiMixin from 'dashboard/mixins/aiMixin';\n import { getTypingUse... | Ruby |
2a6f3356c915eba3b16edb3b9f64460c831eda31 | 500 | 2023-07-24 19:15:34+05:30 | -19,800 | ['c83105ce4fd5154eeec4befc5cff1edd6b947acd'] | chore: Show error message if the AI process APIs fails (#7560)
Co-authored-by: Shivam Mishra <scm.mymail@gmail.com> | [{'old_path': 'app/javascript/dashboard/i18n/locale/en/integrations.json', 'new_path': 'app/javascript/dashboard/i18n/locale/en/integrations.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -121,7 +121,7 @@\n "GENERATING": "Generating...",\n "CANCEL": "Cancel"\n },\n- "GENERATE_ERROR"... | Ruby |
d8370655456f91362cb23f2e7c44ffca905e3258 | 9 | 2023-07-24 16:28:20-07:00 | -19,800 | ['2a6f3356c915eba3b16edb3b9f64460c831eda31'] | chore: Update storybook settings to widget stories (#7595) | [{'old_path': '.storybook/main.js', 'new_path': '.storybook/main.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -23,6 +23,18 @@ module.exports = {\n },\n '@storybook/addon-links',\n '@storybook/addon-essentials',\n+ {\n+ /**\n+ * Fix Storybook issue with PostCSS@8\n+ * @see https... | Ruby |
fa7bbdb0b3d8e595e2263b597d534023e68044a9 | 540 | 2023-07-25 05:13:52+05:30 | 25,200 | ['d8370655456f91362cb23f2e7c44ffca905e3258'] | feat: Add support for plain design help center layout (#7598) | [{'old_path': 'app/controllers/public/api/v1/portals/base_controller.rb', 'new_path': 'app/controllers/public/api/v1/portals/base_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,8 +1,13 @@\n class Public::Api::V1::Portals::BaseController < PublicController\n+ before_action :show_plain_layout\n a... | Ruby |
703e19304d1536f95cdb5b8d15ef8f5d9c26b18e | 9 | 2023-07-24 16:45:55-07:00 | -19,800 | ['fa7bbdb0b3d8e595e2263b597d534023e68044a9'] | feat: Components to render articles in widget home (#7596)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'old_path': None, 'new_path': 'app/javascript/widget/components/ArticleCategoryCard.vue', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,42 @@\n+<template>\n+ <div class="py-2">\n+ <h3 class="text-sm font-semibold text-slate-900 mb-0">{{ title }}</h3>\n+ <article-list :articles="articles" />\n+ <but... | Ruby |
a6a0e78bbec1cc1a59dd81ccfe4a848a512a5f71 | 540 | 2023-07-24 20:27:43-07:00 | 25,200 | ['703e19304d1536f95cdb5b8d15ef8f5d9c26b18e'] | feat: Sort articles based on views (#7599) | [{'old_path': 'app/controllers/public/api/v1/portals/articles_controller.rb', 'new_path': 'app/controllers/public/api/v1/portals/articles_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -8,13 +8,22 @@ class Public::Api::V1::Portals::ArticlesController < Public::Api::V1::Portals::B\n def index\n ... | Ruby |
4b27fdf4dbfcc3c6d30b57f1f581157da91cac13 | 50 | 2023-07-24 20:29:04-07:00 | -3,600 | ['a6a0e78bbec1cc1a59dd81ccfe4a848a512a5f71'] | fix: Increase the out of office message length to 10_000 (#7583) | [{'old_path': 'app/javascript/dashboard/routes/dashboard/settings/inbox/components/WeeklyAvailability.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/settings/inbox/components/WeeklyAvailability.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -183,7 +183,9 @@ export default {\n await this.$... | Ruby |
39f14bebbdf0ec3f4ee5bf9cd05304244325a17e | 583 | 2023-07-25 13:00:21+03:00 | -19,800 | ['4b27fdf4dbfcc3c6d30b57f1f581157da91cac13'] | fix: undefined method `first` for nil:NilClass (#7567)
Co-authored-by: Sojan Jose <sojan@pepalo.com> | [{'old_path': 'lib/integrations/openai_base_service.rb', 'new_path': 'lib/integrations/openai_base_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -75,6 +75,8 @@ class Integrations::OpenaiBaseService\n }\n \n response = HTTParty.post(API_URL, headers: headers, body: body)\n- JSON.parse(respons... | Ruby |
1c4747810425e75f6aa63edd91a056543650fbcb | 583 | 2023-07-25 13:00:34+03:00 | -19,800 | ['39f14bebbdf0ec3f4ee5bf9cd05304244325a17e'] | fix: undefined method `update_cache_key` for nil:NilClass (#7568) | [{'old_path': 'app/models/concerns/account_cache_revalidator.rb', 'new_path': 'app/models/concerns/account_cache_revalidator.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,7 +2,7 @@ module AccountCacheRevalidator\n extend ActiveSupport::Concern\n \n included do\n- after_commit :update_account_cache\n+... | Ruby |
63dd2c5a93f310c7c69e13d1e30daa31cd68b5f5 | 50 | 2023-07-25 21:55:57-07:00 | -3,600 | ['1c4747810425e75f6aa63edd91a056543650fbcb'] | fix: Avoid profile options menu overlapping with message tabs (#7615) | [{'old_path': 'app/javascript/dashboard/components/layout/sidebarComponents/OptionsMenu.vue', 'new_path': 'app/javascript/dashboard/components/layout/sidebarComponents/OptionsMenu.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,7 +3,7 @@\n <div\n v-if="show"\n v-on-clickaway="onClickAway"\n- ... | Ruby |
f8ae6cd95c5e6f8701561845ca8f64b8afb05c36 | 583 | 2023-07-26 17:40:41+05:30 | -19,800 | ['63dd2c5a93f310c7c69e13d1e30daa31cd68b5f5'] | fix: no method error when conversation is nil (#7566) | [{'old_path': 'app/javascript/dashboard/components/widgets/conversation/conversation/LabelSuggestion.vue', 'new_path': 'app/javascript/dashboard/components/widgets/conversation/conversation/LabelSuggestion.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -8,7 +8,7 @@\n <div class="wrap">\n <div class="... | Ruby |
1d8341504a740655d4ee83765f6f785a8d274d9e | 80 | 2023-07-26 17:31:04+03:00 | -10,800 | ['f8ae6cd95c5e6f8701561845ca8f64b8afb05c36'] | fix: contacts count on filter (#7446)
- Fixes the wrong count shown during the contact filter when contact has multiple labels associated. | [{'old_path': 'app/services/contacts/filter_service.rb', 'new_path': 'app/services/contacts/filter_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -54,7 +54,7 @@ class Contacts::FilterService < FilterService\n end\n \n def base_relation\n- Current.account.contacts.left_outer_joins(:labels)\n+ C... | Ruby |
6c1ee4d9658fed5cb08c82ff40a2343c27a79d43 | 50 | 2023-07-26 18:37:30+03:00 | -3,600 | ['1d8341504a740655d4ee83765f6f785a8d274d9e'] | fix: Contacts page sort by created_at [CW-2262] (#7584)
Fixes the contacts page sort by created_at.
fixes: #7577 | [{'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': '@@ -4,6 +4,7 @@ class Api::V1::Accounts::ContactsController < Api::V1::Accounts::BaseController\n sort_on :name, internal_name: :... | Ruby |
6cbe1ed911ecc422e8e6878f2d6ab0b91b5692b4 | 603 | 2023-07-26 20:38:49+03:00 | -10,800 | ['6c1ee4d9658fed5cb08c82ff40a2343c27a79d43'] | chore: Disable message hooks for conversations without incoming message (#7620)
When using client APIs to create conversations and auto-assignment is turned on, welcome messages were getting triggered. This PR disable the behaviour and ensure template hooks are triggered only if there are incoming messages present.
... | [{'old_path': 'app/services/facebook/send_on_facebook_service.rb', 'new_path': 'app/services/facebook/send_on_facebook_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -60,11 +60,7 @@ class Facebook::SendOnFacebookService < Base::SendOnChannelService\n \n def sent_first_outgoing_message_after_24_hours?\... | Ruby |
846f520ad262cb3f78ae49686e5cb99077ea85a9 | 603 | 2023-07-26 20:40:48+03:00 | -10,800 | ['6cbe1ed911ecc422e8e6878f2d6ab0b91b5692b4'] | feat: toggle typing and update last seen endpoints for client apis (#7621)
- Add toggle_typing endpoint for client APIs
- Adds update last seen endpoint for client APIs
Fixes: #7581 | [{'old_path': 'app/controllers/public/api/v1/inboxes/conversations_controller.rb', 'new_path': 'app/controllers/public/api/v1/inboxes/conversations_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,4 +1,7 @@\n class Public::Api::V1::Inboxes::ConversationsController < Public::Api::V1::InboxesControlle... | Ruby |
12c338364e7d8e40ca64419b7bf9251935104347 | 583 | 2023-07-26 23:37:37+05:30 | -19,800 | ['846f520ad262cb3f78ae49686e5cb99077ea85a9'] | fix: sentry issues [CW-2222][CW-2232] (#7591) | [{'old_path': 'app/javascript/dashboard/modules/search/components/MessageContent.vue', 'new_path': 'app/javascript/dashboard/modules/search/components/MessageContent.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -49,13 +49,20 @@ export default {\n },\n },\n mounted() {\n- this.$nextTick(() => {\n+ ... | Ruby |
89e09857af5cbcdd514e89fb3b10512d2adb9865 | 9 | 2023-07-26 14:08:27-07:00 | -19,800 | ['12c338364e7d8e40ca64419b7bf9251935104347'] | feat: Add store and API to support articles in widget (#7616) | [{'old_path': None, 'new_path': 'app/javascript/widget/api/article.js', 'type': <ModificationType.ADD: 1>, 'diff': "@@ -0,0 +1,7 @@\n+import endPoints from 'widget/api/endPoints';\n+import { API } from 'widget/helpers/axios';\n+\n+export const getMostReadArticles = async (slug, locale) => {\n+ const urlData = endPoint... | Ruby |
4c98006837c4ece9f987919dedc0998eb362e4ec | 97 | 2023-07-26 21:48:28-07:00 | 14,400 | ['89e09857af5cbcdd514e89fb3b10512d2adb9865'] | fix: Fix spelling mistakes in the copy (#7627) | [{'old_path': 'app/javascript/dashboard/i18n/locale/ms/contact.json', 'new_path': 'app/javascript/dashboard/i18n/locale/ms/contact.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -78,7 +78,7 @@\n "BUTTON_LABEL": "Export",\n "TITLE": "Export Contacts",\n "DESC": "Export contacts to a CSV file.",\n- ... | Ruby |
2d07577731c2bc66f6b06a5a10d414a9b05e865e | 603 | 2023-07-27 09:06:56+03:00 | -10,800 | ['4c98006837c4ece9f987919dedc0998eb362e4ec'] | fix: [Snyk] Security upgrade rack-attack from 6.6.1 to 6.7.0 (#7625)
Co-authored-by: snyk-bot <snyk-bot@snyk.io> | [{'old_path': 'Gemfile', 'new_path': 'Gemfile', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -34,7 +34,7 @@ gem 'commonmarker'\n # Validate Data against JSON Schema\n gem 'json_schemer'\n # Rack middleware for blocking & throttling abusive requests\n-gem 'rack-attack'\n+gem 'rack-attack', '>= 6.7.0'\n # a utility ... | Ruby |
c00855fce42b9ce28a4a16881ec51526d788eaa3 | 622 | 2023-07-27 12:11:48+05:30 | -19,800 | ['2d07577731c2bc66f6b06a5a10d414a9b05e865e'] | fix: Skip sentiment analysis for blank text (#7580)
Co-authored-by: Sojan Jose <sojan@pepalo.com> | [{'old_path': 'enterprise/app/jobs/enterprise/sentiment_analysis_job.rb', 'new_path': 'enterprise/app/jobs/enterprise/sentiment_analysis_job.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -2,8 +2,7 @@ class Enterprise::SentimentAnalysisJob < ApplicationJob\n queue_as :low\n \n def perform(message)\n- ret... | Ruby |
2cc82af3446915b41292cc4fd24dcb900660c546 | 583 | 2023-07-27 12:11:57+05:30 | -19,800 | ['c00855fce42b9ce28a4a16881ec51526d788eaa3'] | fix: apply event name (#7628) | [{'old_path': 'app/javascript/dashboard/components/widgets/conversation/conversation/LabelSuggestion.vue', 'new_path': 'app/javascript/dashboard/components/widgets/conversation/conversation/LabelSuggestion.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -211,7 +211,7 @@ export default {\n conversationId... | Ruby |
fcf0ba12d09d8f3860f404672277997df74431c8 | 90 | 2023-07-27 12:28:06+05:30 | -19,800 | ['2cc82af3446915b41292cc4fd24dcb900660c546'] | feat: Dark Mode (PR -12) (#7590) | [{'old_path': 'app/javascript/dashboard/components/layout/sidebarComponents/AccountContext.vue', 'new_path': 'app/javascript/dashboard/components/layout/sidebarComponents/AccountContext.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,18 +1,20 @@\n <template>\n <div\n v-if="showShowCurrentAccountContext... | Ruby |
ff975360957bd97c2b8f013678ee01c0cfe6e00e | 583 | 2023-07-27 13:32:22+05:30 | -19,800 | ['fcf0ba12d09d8f3860f404672277997df74431c8'] | feat(perf): contact page loading speed (#7629) | [{'old_path': 'app/models/contact.rb', 'new_path': 'app/models/contact.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -23,6 +23,7 @@\n # index_contacts_on_name_email_phone_number_identifier (name,email,phone_number,identifier) USING gin\n # index_contacts_on_nonempty_fields (account_id,em... | Ruby |
a7bc855486b717de76f681effea31c0dd4ff94ac | 394 | 2023-07-27 11:41:34+03:00 | 21,600 | ['ff975360957bd97c2b8f013678ee01c0cfe6e00e'] | refactor: Remove deprecated "belongs_to" relationships in Message (#7434)
- Remove the deprecated columns in message model | [{'old_path': 'app/models/message.rb', 'new_path': 'app/models/message.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -117,10 +117,6 @@ class Message < ApplicationRecord\n belongs_to :account\n belongs_to :inbox\n belongs_to :conversation, touch: true\n-\n- # FIXME: phase out user and contact after 1.4 s... | Ruby |
65190422c4d30cadc5959ad8e6627e37a6ce9ffb | 510 | 2023-07-27 12:29:21+03:00 | 14,400 | ['a7bc855486b717de76f681effea31c0dd4ff94ac'] | fix: Rename `unread_since` scope (#7267)
- This renames the unread_since scope to created_since, which more accurately describes what the scope returns.
- The EXTRACT(EPOCH FROM created_at) > (?) clause was also simplified and rewritten as created_at > ?, which is equivalent: | [{'old_path': 'app/models/conversation.rb', 'new_path': 'app/models/conversation.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -166,11 +166,11 @@ class Conversation < ApplicationRecord\n end\n \n def unread_messages\n- messages.unread_since(agent_last_seen_at)\n+ messages.created_since(agent_last_see... | Ruby |
9636478c2a0a74cebcbb1017d0606840ad1aeff2 | 650 | 2023-07-27 16:48:30+05:30 | -19,800 | ['65190422c4d30cadc5959ad8e6627e37a6ce9ffb'] | chore: Improve logging for ip look up and audit logs [CW-2145] (#7512)
Co-authored-by: Sojan Jose <sojan@pepalo.com> | [{'old_path': 'enterprise/app/controllers/api/v1/accounts/audit_logs_controller.rb', 'new_path': 'enterprise/app/controllers/api/v1/accounts/audit_logs_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -19,6 +19,9 @@ class Api::V1::Accounts::AuditLogsController < Api::V1::Accounts::EnterpriseAcco\n ... | Ruby |
65c4ad70e18da72ff7ec7ed7fb5f64345b387e16 | 650 | 2023-07-27 17:10:39+05:30 | -19,800 | ['9636478c2a0a74cebcbb1017d0606840ad1aeff2'] | refactor: improve logging for channel callback controllers (#7555)
Co-authored-by: Tejaswini Chile <tejaswini@chatwoot.com> | [{'old_path': 'app/controllers/api/v1/accounts/callbacks_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/callbacks_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -14,8 +14,18 @@ class Api::V1::Accounts::CallbacksController < Api::V1::Accounts::BaseController\n @facebook_inbox = Cur... | Ruby |