Search is not available for this dataset
hash string | author int32 | committer_date string | timezone int64 | parents string | message string | changes string | language string |
|---|---|---|---|---|---|---|---|
d6391be4db7cb3a920b253d915f1324874709027 | 540 | 2021-02-27 12:33:12+05:30 | -19,800 | ['aab70bf1f1068b912fc5a6c7f125f4f7c029254c'] | feat: Update UI for edit contact modal (#1833) | [{'old_path': 'app/javascript/dashboard/components/Modal.vue', 'new_path': 'app/javascript/dashboard/components/Modal.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,7 +2,7 @@\n <transition name="modal-fade">\n <div\n v-if="show"\n- class="modal-mask"\n+ :class="modalClassName"\n ... | Ruby |
60b25760fb934bd12bdc09bc098f19dc5b05b27d | 285 | 2021-02-28 13:43:38+05:30 | 10,800 | ['d6391be4db7cb3a920b253d915f1324874709027'] | fix: Resolve pt_BR inboxMgmt SETTINGS locale typo (#1836) | [{'old_path': 'app/javascript/dashboard/i18n/locale/pt_BR/inboxMgmt.json', 'new_path': 'app/javascript/dashboard/i18n/locale/pt_BR/inboxMgmt.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -226,7 +226,7 @@\n "COLLABORATORS": "Colaboradores",\n "CONFIGURATION": "Configuração"\n },\n- "SETTING... | Ruby |
03bc4bf224ac309a45b6c12df74ed9d7bed85286 | 603 | 2021-03-01 10:58:49+05:30 | -19,800 | ['60b25760fb934bd12bdc09bc098f19dc5b05b27d'] | fix: Greeting messages not sent when pre-chat form is enabled (#1842) | [{'old_path': 'app/services/message_templates/hook_execution_service.rb', 'new_path': 'app/services/message_templates/hook_execution_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -4,9 +4,9 @@ class MessageTemplates::HookExecutionService\n def perform\n return if inbox.agent_bot_inbox&.active?\n \... | Ruby |
89e5f18dfb652f1ff799d8c0fee968e7411e310a | 656 | 2021-03-01 22:28:15+05:30 | -19,800 | ['03bc4bf224ac309a45b6c12df74ed9d7bed85286'] | feat: Update design of Contacts table (#1753)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'old_path': 'app/javascript/dashboard/assets/scss/_foundation-custom.scss', 'new_path': 'app/javascript/dashboard/assets/scss/_foundation-custom.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -44,3 +44,7 @@ code {\n text-overflow: ellipsis;\n white-space: nowrap;\n }\n+\n+.cursor-pointer {\n+ cursor: p... | Ruby |
2120734f67d83b7213672361f101cf2d872a9a24 | 594 | 2021-03-02 18:27:22+05:30 | -19,800 | ['89e5f18dfb652f1ff799d8c0fee968e7411e310a'] | Chore: Update social icon colors on sidebar (#1846) | [{'old_path': 'app/javascript/dashboard/components/layout/SidebarItem.vue', 'new_path': 'app/javascript/dashboard/components/layout/SidebarItem.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -164,4 +164,28 @@ export default {\n min-width: $space-normal;\n width: $space-normal;\n }\n+\n+.inbox-icon.ion-soci... | Ruby |
5f250e5b3aea0a6145eb094bc0834486876a8e37 | 656 | 2021-03-02 22:44:04+05:30 | -19,800 | ['2120734f67d83b7213672361f101cf2d872a9a24'] | chore: Move conversation header above sidebar (#1835)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'old_path': 'app/javascript/dashboard/assets/scss/widgets/_conv-header.scss', 'new_path': 'app/javascript/dashboard/assets/scss/widgets/_conv-header.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -43,10 +43,6 @@ $resolve-button-width: 13.2rem;\n @include flex;\n @include flex-align($x: center, $y: m... | Ruby |
6aed01de0cfb0c997b23a07977e9e6dd1b6b91e1 | 93 | 2021-03-03 17:12:22+05:30 | 18,000 | ['5f250e5b3aea0a6145eb094bc0834486876a8e37'] | chore: Revised Spanish translation (#1761) | [{'old_path': 'app/javascript/dashboard/i18n/locale/es/agentMgmt.json', 'new_path': 'app/javascript/dashboard/i18n/locale/es/agentMgmt.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -10,8 +10,8 @@\n },\n "LIST": {\n "404": "No hay agentes asociados a esta cuenta",\n- "TITLE": "Administrar a... | Ruby |
ca4a766b82812ed3fcebde53fc0944b1c5e65c20 | 603 | 2021-03-04 13:59:59+05:30 | -19,800 | ['6aed01de0cfb0c997b23a07977e9e6dd1b6b91e1'] | chore: Enable email channel (#1851) | [{'old_path': 'app/javascript/dashboard/routes/dashboard/settings/inbox/FinishSetup.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/settings/inbox/FinishSetup.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -25,7 +25,7 @@\n <woot-code\n v-if="isAEmailInbox"\n lang=... | Ruby |
9e8a943ec70fe31a1b7bb55ddf9f9084ddd0f245 | 656 | 2021-03-04 19:24:03+05:30 | -19,800 | ['ca4a766b82812ed3fcebde53fc0944b1c5e65c20'] | feat: Add audio alert for incoming messages on dashboard (#1738)
Fixes: #1345 | [{'old_path': 'app/javascript/dashboard/helper/actionCable.js', 'new_path': 'app/javascript/dashboard/helper/actionCable.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,5 +1,6 @@\n import AuthAPI from '../api/auth';\n import BaseActionCableConnector from '../../shared/helpers/BaseActionCableConnector';\n+impo... | Ruby |
d8cb03525f0ba56bc59fef9b3384acabb4624763 | 500 | 2021-03-05 21:47:38-08:00 | 28,800 | ['9e8a943ec70fe31a1b7bb55ddf9f9084ddd0f245'] | chore: add post message event for sending cookie to rn widget (#1860) | [{'old_path': 'app/javascript/widget/App.vue', 'new_path': 'app/javascript/widget/App.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -59,6 +59,16 @@ export default {\n this.fetchAvailableAgents(websiteToken);\n this.setLocale(getLocale(window.location.search));\n }\n+ // Pass cookie to react... | Ruby |
d692eac260b06bf41c2788d100141e4230207033 | 257 | 2021-03-07 20:42:45+05:30 | -19,800 | ['6ba25bae3d4167f34e957b563875a553910be793'] | chore: Add name to the sender email id (#1485) | [{'old_path': 'app/mailers/application_mailer.rb', 'new_path': 'app/mailers/application_mailer.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,7 +1,7 @@\n class ApplicationMailer < ActionMailer::Base\n include ActionView::Helpers::SanitizeHelper\n \n- default from: ENV.fetch('MAILER_SENDER_EMAIL', 'account... | Ruby |
d70208a0a83847271735959e1944682e57de400b | 656 | 2021-03-08 13:13:13+05:30 | -19,800 | ['d5c6e8e8c8a41974080aec49bfc5a987e2293fb2'] | Fix: apply alert conditions while document is hidden (#1859) | [{'old_path': 'app/javascript/shared/helpers/AudioNotificationHelper.js', 'new_path': 'app/javascript/shared/helpers/AudioNotificationHelper.js', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -34,36 +34,45 @@ export const getAlertAudio = async () => {\n }\n };\n \n-const shouldPlayAudio = data => {\n- const { co... | Ruby |
759ed43745b69ec04478191d0a69efa9081ee9c8 | 656 | 2021-03-08 13:30:33+05:30 | -19,800 | ['d70208a0a83847271735959e1944682e57de400b'] | Chore: Responsive fixes for common screen widths (#1856) | [{'old_path': 'app/javascript/dashboard/assets/scss/_foundation-settings.scss', 'new_path': 'app/javascript/dashboard/assets/scss/_foundation-settings.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -89,7 +89,9 @@ $breakpoints: (small: 0,\n medium: 640px,\n large: 1024px,\n xlarge: 1200px,\n- xxlarge: 1... | Ruby |
0e40f8a10fbd1e3de06d82b9a86ca77989f0ab48 | 656 | 2021-03-09 15:26:03+05:30 | -19,800 | ['759ed43745b69ec04478191d0a69efa9081ee9c8'] | Fix: emoji box not showing up (#1873) | [{'old_path': 'app/javascript/dashboard/components/widgets/conversation/ConversationBox.vue', 'new_path': 'app/javascript/dashboard/components/widgets/conversation/ConversationBox.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -80,9 +80,7 @@ export default {\n display: flex;\n background: var(--color-backg... | Ruby |
94159ca9dfe117b497e0ddbbcf69686a7176c989 | 91 | 2021-03-09 18:37:18+05:30 | -19,800 | ['0e40f8a10fbd1e3de06d82b9a86ca77989f0ab48'] | Fix: Canned responses table column width breakage (#1881) | [{'old_path': 'app/javascript/dashboard/routes/dashboard/settings/canned/Index.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/settings/canned/Index.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -40,7 +40,9 @@\n :key="cannedItem.short_code"\n >\n <!-- Short... | Ruby |
1c7e5df91aa085741ea7c1b94db87a7017675b66 | 91 | 2021-03-09 19:52:14+05:30 | -19,800 | ['94159ca9dfe117b497e0ddbbcf69686a7176c989'] | Enhancement: Conversation item redesign (#1857)
* Rearrange the inboxes label in conversations. | [{'old_path': 'app/javascript/dashboard/assets/scss/widgets/_conversation-card.scss', 'new_path': 'app/javascript/dashboard/assets/scss/widgets/_conversation-card.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -14,7 +14,6 @@\n @include flex;\n @include flex-shrink;\n @include padding(0 0 0 $space-normal... | Ruby |
cdd8d8581503832e5066fd6bc03ab500b06a8f8e | 91 | 2021-03-10 10:33:45+05:30 | -19,800 | ['1c7e5df91aa085741ea7c1b94db87a7017675b66'] | Fix: Conversation timestamp and thumbnail position issue (#1885) | [{'old_path': 'app/javascript/dashboard/components/widgets/conversation/ConversationCard.vue', 'new_path': 'app/javascript/dashboard/components/widgets/conversation/ConversationCard.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -184,27 +184,29 @@ export default {\n \n .has-inbox-name {\n &::v-deep .user-thu... | Ruby |
38d1b0eae38951d4f02d5c283c0fd7589b5ae21f | 656 | 2021-03-11 21:48:52+05:30 | -19,800 | ['22fecf0d8497c567d5ba03a22d189b5b84dbac8c'] | Chore: Reply panel emoji button size fixes (#1896) | [{'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': '@@ -2,12 +2,17 @@\n margin-bottom: 0;\n \n &.button--emoji {\n+ align-items: center;\n background: var(--b-50);\... | Ruby |
42e83de5b045a45e789d88645de82f00a7fe5c92 | 603 | 2021-03-12 15:13:58+05:30 | -19,800 | ['38d1b0eae38951d4f02d5c283c0fd7589b5ae21f'] | feat: Activity messages for team assignments (#1893)
- assignment messages when the conversation team is changed
- change assignee based on team
- move round-robin and assignee logic to concerns | [{'old_path': 'app/listeners/action_cable_listener.rb', 'new_path': 'app/listeners/action_cable_listener.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -90,6 +90,13 @@ class ActionCableListener < BaseListener\n broadcast(account, tokens, ASSIGNEE_CHANGED, conversation.push_event_data)\n end\n \n+ def tea... | Ruby |
dbf515ab5a1a7486caa5fb8c986250e73bb87976 | 603 | 2021-03-12 15:37:06+05:30 | -19,800 | ['42e83de5b045a45e789d88645de82f00a7fe5c92'] | chore: Make SMTP environment variables configurable (#1868)
fixes: #1647 | [{'old_path': '.env.example', 'new_path': '.env.example', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -39,17 +39,24 @@ POSTGRES_PASSWORD=\n RAILS_ENV=development\n RAILS_MAX_THREADS=5\n \n-# Mail outgoing\n-MAILER_SENDER_EMAIL=accounts@chatwoot.com\n-SMTP_PORT=1025\n+# The email from which all outgoing emails are... | Ruby |
1d2e1a2823a708d06698549b2dd17a99b267dd98 | 656 | 2021-03-13 11:42:51+05:30 | -19,800 | ['dbf515ab5a1a7486caa5fb8c986250e73bb87976'] | Feat: business hours settings page (#1812)
Co-authored-by: Sojan <sojan@pepalo.com>
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'old_path': 'app/javascript/dashboard/i18n/locale/en/inboxMgmt.json', 'new_path': 'app/javascript/dashboard/i18n/locale/en/inboxMgmt.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -274,6 +274,12 @@\n "TITLE": "Set your availability",\n "SUBTITLE": "Set your availability on your livechat widget",... | Ruby |
6c87001a0ea628ecf75f94f0dcc6de587ada4e07 | 656 | 2021-03-13 11:44:28+05:30 | -19,800 | ['1d2e1a2823a708d06698549b2dd17a99b267dd98'] | Feat: Show working hours on widget (#1823)
Feat: Display out of office message based on business hours
Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com>
Co-authored-by: Sojan Jose <sojan@pepalo.com> | [{'old_path': 'app/javascript/shared/helpers/DateHelper.js', 'new_path': 'app/javascript/shared/helpers/DateHelper.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -2,6 +2,7 @@ import fromUnixTime from 'date-fns/fromUnixTime';\n import format from 'date-fns/format';\n import isToday from 'date-fns/isToday';\n imp... | Ruby |
2a28e05a7716811ef043d9cabb66319e05e50698 | 656 | 2021-03-13 11:46:08+05:30 | -19,800 | ['6c87001a0ea628ecf75f94f0dcc6de587ada4e07'] | Fix: Make pre-chat message minimum length to 1 (#1898) | [{'old_path': 'app/javascript/widget/components/PreChat/Form.vue', 'new_path': 'app/javascript/widget/components/PreChat/Form.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -85,7 +85,7 @@ export default {\n const messageValidation = {\n message: {\n required,\n- minLength: minLength(10... | Ruby |
33b73451b7c11c17acaf65b53584bec99be0176f | 656 | 2021-03-13 14:06:25+05:30 | -19,800 | ['2a28e05a7716811ef043d9cabb66319e05e50698'] | Fix: Update offline message in widget by availability (#1879)
Feat: Display out of office message based on business hours
Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com> | [{'old_path': 'app/javascript/shared/helpers/DateHelper.js', 'new_path': 'app/javascript/shared/helpers/DateHelper.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -16,12 +16,14 @@ export const formatDate = ({ date, todayText, yesterdayText }) => {\n return date;\n };\n \n+export const formatDigitToString = val... | Ruby |
efcf10c00f1cde35734ea81215a7079401098d88 | 91 | 2021-03-14 14:10:16+05:30 | -19,800 | ['33b73451b7c11c17acaf65b53584bec99be0176f'] | chore: Added hover styles (#1905) | [{'old_path': 'app/javascript/dashboard/components/layout/SidebarItem.vue', 'new_path': 'app/javascript/dashboard/components/layout/SidebarItem.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -127,6 +127,7 @@ export default {\n \n .wrap {\n display: flex;\n+ align-items: center;\n }\n \n .label-color--displa... | Ruby |
cadb246eaa88129446bea1240f7c0afb752d71b5 | 603 | 2021-03-14 15:39:47+05:30 | -19,800 | ['efcf10c00f1cde35734ea81215a7079401098d88'] | chore: fix empty user_name. & password (#1907) | [{'old_path': 'config/initializers/mailer.rb', 'new_path': 'config/initializers/mailer.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -19,8 +19,8 @@ Rails.application.configure do\n }\n \n smtp_settings[:authentication] = ENV.fetch('SMTP_AUTHENTICATION', 'login').to_sym if ENV.fetch('SMTP_AUTHENTICATION', '... | Ruby |
941d4219f02578f6a3351946c92b269e00647e99 | 656 | 2021-03-15 18:35:56+05:30 | -19,800 | ['cadb246eaa88129446bea1240f7c0afb752d71b5'] | feat: Set up store for teams (#1689) | [{'old_path': 'app/javascript/dashboard/api/specs/teams.spec.js', 'new_path': 'app/javascript/dashboard/api/specs/teams.spec.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -11,5 +11,6 @@ describe('#TeamsAPI', () => {\n expect(teams).toHaveProperty('delete');\n expect(teams).toHaveProperty('getAgents');\... | Ruby |
c99c63cd79e6a337a0c5f1b10bd1c826c31068b9 | 656 | 2021-03-15 18:37:03+05:30 | -19,800 | ['941d4219f02578f6a3351946c92b269e00647e99'] | Feat: Assign conversations to teams. (#1849) | [{'old_path': 'app/javascript/dashboard/api/inbox/conversation.js', 'new_path': 'app/javascript/dashboard/api/inbox/conversation.js', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -33,12 +33,17 @@ class ConversationApi extends ApiClient {\n }\n \n assignAgent({ conversationId, agentId }) {\n- axios.post(\n+ ... | Ruby |
36f086c5cbab67f410655726f274a630e4756fc1 | 91 | 2021-03-15 18:38:05+05:30 | -19,800 | ['c99c63cd79e6a337a0c5f1b10bd1c826c31068b9'] | feat: Redesigned search UI (#1845) | [{'old_path': 'app/javascript/dashboard/i18n/locale/en/conversation.json', 'new_path': 'app/javascript/dashboard/i18n/locale/en/conversation.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -11,7 +11,7 @@\n "TITLE": "Search messages",\n "LOADING_MESSAGE": "Crunching data...",\n "PLACEHOLDER": ... | Ruby |
3fd398879e890543227ccb623d3f634bd9309d97 | 91 | 2021-03-15 18:38:37+05:30 | -19,800 | ['36f086c5cbab67f410655726f274a630e4756fc1'] | Fix: conversation list user name overflow (#1912)
Co-authored-by: Nithin David Thomas <webofnithin@gmail.com> | [{'old_path': 'app/javascript/dashboard/components/widgets/conversation/ConversationCard.vue', 'new_path': 'app/javascript/dashboard/components/widgets/conversation/ConversationCard.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -204,6 +204,10 @@ export default {\n .conversation--details {\n .conversation--u... | Ruby |
b6f4006c15ad832c318a5e0bea4ef8c8ccaa39a5 | 603 | 2021-03-15 19:15:48+05:30 | -19,800 | ['3fd398879e890543227ccb623d3f634bd9309d97'] | Chore: Migration to enable email channel (#1913)
fixes: #1877 | [{'old_path': 'app/controllers/platform/api/v1/users_controller.rb', 'new_path': 'app/controllers/platform/api/v1/users_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -10,20 +10,16 @@ class Platform::Api::V1::UsersController < PlatformController\n @resource.confirm\n @resource.save!\n @pl... | Ruby |
7d5493ac788a75d090a599bc89998f20c7320112 | 500 | 2021-03-15 22:40:26+05:30 | 25,200 | ['b6f4006c15ad832c318a5e0bea4ef8c8ccaa39a5'] | chore: enable close button in react-native widget (#1910) | [{'old_path': 'app/javascript/widget/App.vue', 'new_path': 'app/javascript/widget/App.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -13,7 +13,7 @@\n <script>\n import { mapGetters, mapActions } from 'vuex';\n import { setHeader } from 'widget/helpers/axios';\n-import { IFrameHelper } from 'widget/helpers/util... | Ruby |
866de4ae2d82fc738b6fb9193c8a30d13bead47b | 603 | 2021-03-16 00:00:53+05:30 | -19,800 | ['7d5493ac788a75d090a599bc89998f20c7320112'] | chore: New translation updates | [{'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': '@@ -43,7 +43,14 @@\n "EDIT_CONTACT": {\n "BUTTON_LABEL": "تعديل جهة الاتصال",\n "TITLE": "تعديل جهة الاتصال",\n- "DESC": "... | Ruby |
e44e9fc0254d9c3fa3d43a1e6ef4231f1da3937b | 603 | 2021-03-16 19:40:49+05:30 | -19,800 | ['fe8fc570f67ba32b5ff59792f49358c0d1328c25'] | chore: Fix SMTP mailer config defaults (#1923) | [{'old_path': 'config/initializers/mailer.rb', 'new_path': 'config/initializers/mailer.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -13,16 +13,16 @@ Rails.application.configure do\n \n # Config related to smtp\n smtp_settings = {\n- domain: ENV.fetch('SMTP_DOMAIN', ''),\n address: ENV.fetch('SMTP_A... | Ruby |
54d578676b25383fea9a8e8e5219aadb95f9e655 | 540 | 2021-03-16 19:44:50+05:30 | -19,800 | ['e44e9fc0254d9c3fa3d43a1e6ef4231f1da3937b'] | fix: Use team conversationURL in team section (#1921)
Fixes: #1917 | [{'old_path': 'app/javascript/dashboard/components/ChatList.vue', 'new_path': 'app/javascript/dashboard/components/ChatList.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -25,6 +25,7 @@\n v-for="chat in conversationList"\n :key="chat.id"\n :active-label="label"\n+ :team-id="teamI... | Ruby |
6afa1fb556b6b2208314e702b7b23f1709db9a41 | 656 | 2021-03-19 12:55:05+05:30 | -19,800 | ['54d578676b25383fea9a8e8e5219aadb95f9e655'] | Fix: Error when assigns a conversation to user (#1926) | [{'old_path': 'app/javascript/dashboard/helper/actionCable.js', 'new_path': 'app/javascript/dashboard/helper/actionCable.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -48,11 +48,7 @@ class ActionCableConnector extends BaseActionCableConnector {\n };\n \n onAssigneeChanged = payload => {\n- const { meta ... | Ruby |
e289106c5b7abe75379076b0cc86230cc4da7fc5 | 91 | 2021-03-20 13:08:56+05:30 | -19,800 | ['6afa1fb556b6b2208314e702b7b23f1709db9a41'] | Chore: Hover color for status dropdown (#1906) | [{'old_path': 'app/javascript/dashboard/assets/scss/_animations.scss', 'new_path': 'app/javascript/dashboard/assets/scss/_animations.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -54,8 +54,10 @@\n opacity: 0;\n }\n \n-.menu-slide-enter-active, .menu-slide-leave-active {\n- transition: all .15s $ease-in-cu... | Ruby |
4657e5c7132a45d7d45ba2623e36a53dca2c62cf | 656 | 2021-03-20 17:12:36+05:30 | -19,800 | ['e289106c5b7abe75379076b0cc86230cc4da7fc5'] | Fix: Refactors error prone checks (#1947) | [{'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': '@@ -162,7 +162,7 @@ export default {\n },\n shouldShowSpinner() {\n return (\n-... | Ruby |
484c32fae3477008bfa69684c054515b751f1f38 | 656 | 2021-03-20 17:42:29+05:30 | -19,800 | ['4657e5c7132a45d7d45ba2623e36a53dca2c62cf'] | Fix: sidebar filters not applying bug for chatlist (#1938) | [{'old_path': 'app/javascript/dashboard/components/ChatList.vue', 'new_path': 'app/javascript/dashboard/components/ChatList.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -150,24 +150,16 @@ export default {\n },\n conversationList() {\n let conversationList = [];\n+ const filters = this.conv... | Ruby |
3043ee505885074aa1598abd41be1ad6eb2a27cc | 656 | 2021-03-20 17:44:20+05:30 | -19,800 | ['484c32fae3477008bfa69684c054515b751f1f38'] | Fix: Hide prechat for sessions inititated with setUser (#1914) | [{'old_path': 'app/controllers/api/v1/widget/contacts_controller.rb', 'new_path': 'app/controllers/api/v1/widget/contacts_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,6 +1,9 @@\n class Api::V1::Widget::ContactsController < Api::V1::Widget::BaseController\n+ before_action :process_hmac\n+\n+ de... | Ruby |
763d8d37df34d2f4cb6f4f7e4e47e29c2bb36a78 | 594 | 2021-03-20 17:44:58+05:30 | -19,800 | ['3043ee505885074aa1598abd41be1ad6eb2a27cc'] | Fix error messages during login for non-verified users (#1945) | [{'old_path': 'app/javascript/dashboard/routes/login/Login.vue', 'new_path': 'app/javascript/dashboard/routes/login/Login.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -149,7 +149,13 @@ export default {\n }\n \n if (response && response.status === 401) {\n+\t\t\t\t\t\tconst { errors } = re... | Ruby |
43b5a435ec890aa377fce9d4181726fd9dc48203 | 656 | 2021-03-22 20:24:51+05:30 | -19,800 | ['818f45916ed7a83125be37055c89a38ed02bede9'] | Fix: Add check for id on update conversation (#1966) | [{'old_path': 'app/javascript/dashboard/helper/actionCable.js', 'new_path': 'app/javascript/dashboard/helper/actionCable.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -48,7 +48,10 @@ class ActionCableConnector extends BaseActionCableConnector {\n };\n \n onAssigneeChanged = payload => {\n+ const { id } ... | Ruby |
ff69ef731710b5a02a855d7cdbf095329dd7d687 | 500 | 2021-03-26 04:50:38-07:00 | -19,800 | ['a0cd1f8bcc77092f87267d6ffcd0ca1efb44e0ff'] | Enhancement: Sort labels (#1995) | [{'old_path': 'app/javascript/dashboard/routes/dashboard/conversation/labels/AddLabelToConversation.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/conversation/labels/AddLabelToConversation.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -87,14 +87,18 @@ export default {\n },\n computed: {\n ... | Ruby |
a24698955191efc3f21407fc1bf537ddd67c2f63 | 91 | 2021-03-26 20:20:20+05:30 | -19,800 | ['ff69ef731710b5a02a855d7cdbf095329dd7d687'] | Enhancement: button component (#1932) | [{'old_path': None, 'new_path': 'app/javascript/dashboard/components/ui/WootButton.vue', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,61 @@\n+<template>\n+ <button\n+ class="button"\n+ :class="[\n+ variant,\n+ size,\n+ colorScheme,\n+ classNames,\n+ isDisabled ? \'disabled\' : ... | Ruby |
9903e4789696554c54f352d16ab0963c4bb723a6 | 603 | 2021-03-27 10:52:14+05:30 | -19,800 | ['a24698955191efc3f21407fc1bf537ddd67c2f63'] | chore: update rails to 6.0.3.6 (#1998) | [{'old_path': 'Gemfile.lock', 'new_path': 'Gemfile.lock', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -18,58 +18,58 @@ GEM\n specs:\n action-cable-testing (0.6.1)\n actioncable (>= 5.0)\n- actioncable (6.0.3.5)\n- actionpack (= 6.0.3.5)\n+ actioncable (6.0.3.6)\n+ actionpack (= 6.0.3.6... | Ruby |
c453455ad15d63cf9e85d5b5604dd0b94c11b139 | 603 | 2021-03-27 12:27:48+05:30 | -19,800 | ['9903e4789696554c54f352d16ab0963c4bb723a6'] | fix: Handle application errors in Sentry (#1982)
- Handle notification errors for attachment messages
- Fix empty identifiers being passed
- Fix 404 when invalid source id
- Handle webhook exceptions | [{'old_path': 'app/actions/contact_identify_action.rb', 'new_path': 'app/actions/contact_identify_action.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -34,7 +34,9 @@ class ContactIdentifyAction\n \n def update_contact\n custom_attributes = params[:custom_attributes] ? @contact.custom_attributes.merge(par... | Ruby |
8612f307b32d5082433ed7506ceb6bd1823fb683 | 656 | 2021-03-27 13:08:09+05:30 | -19,800 | ['c453455ad15d63cf9e85d5b5604dd0b94c11b139'] | Chore: Update widget offline message (#2001) | [{'old_path': 'app/javascript/widget/components/ChatHeaderExpanded.vue', 'new_path': 'app/javascript/widget/components/ChatHeaderExpanded.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -49,10 +49,13 @@ export default {\n <style scoped lang="scss">\n @import \'~widget/assets/scss/mixins.scss\';\n \n+$logo-size:... | Ruby |
8285f5df15ae7414685c6029e7fa05c5fc4ddd33 | 540 | 2021-03-27 13:29:04+05:30 | -19,800 | ['8612f307b32d5082433ed7506ceb6bd1823fb683'] | fix: Handle rendering HTML only email in UI (#1987) | [{'old_path': 'app/javascript/dashboard/components/widgets/conversation/ConversationCard.vue', 'new_path': 'app/javascript/dashboard/components/widgets/conversation/ConversationCard.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -143,7 +143,9 @@ export default {\n },\n \n parsedLastMessage() {\n- ... | Ruby |
6a55960d4aa1623b73c02426e63cf6db85bd3d9d | 540 | 2021-03-27 13:54:50+05:30 | -19,800 | ['8285f5df15ae7414685c6029e7fa05c5fc4ddd33'] | fix: Revert quoted text styles (#2003) | [{'old_path': 'app/javascript/dashboard/components/widgets/conversation/Message.vue', 'new_path': 'app/javascript/dashboard/components/widgets/conversation/Message.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -273,10 +273,4 @@ export default {\n margin-left: var(--space-smaller);\n }\n }\n-\n-// This i... | Ruby |
1ce36539aa37839a772dc11debf6f0841929e790 | 540 | 2021-03-29 11:09:06+05:30 | -19,800 | ['bbf74f218fc37d978d474528cc43c9bd4a8367b5'] | fix: Show inbox name only if more > 1 inbox present (#2004) | [{'old_path': 'app/javascript/dashboard/components/widgets/conversation/ConversationCard.vue', 'new_path': 'app/javascript/dashboard/components/widgets/conversation/ConversationCard.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -18,7 +18,7 @@\n size="40px"\n />\n <div class="conversation--detail... | Ruby |
24fea5fbe03ee5c2202f749b38cb950e10b38d2a | 500 | 2021-03-29 13:05:51+05:30 | -19,800 | ['1ce36539aa37839a772dc11debf6f0841929e790'] | chore(docs): Add docker pull count badge (#2005)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,8 +1,7 @@\n <p align="center">\n- <img src="https://s3.us-west-2.amazonaws.com/gh-assets.chatwoot.com/brand.svg" alt="Woot-logo" width="240">\n+ <img src="https://s3.us-west-2.amazonaws.com/gh-assets.chatwoot.com/... | Ruby |
6bb026621d26b061149f7df07d8cb42c8f6fc773 | 603 | 2021-03-29 23:26:20+05:30 | -19,800 | ['24fea5fbe03ee5c2202f749b38cb950e10b38d2a'] | fix: Current.user nil issue when using access tokens (#2012) | [{'old_path': '.rubocop.yml', 'new_path': '.rubocop.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -105,6 +105,7 @@ Rails/UniqueValidationWithoutIndex:\n Exclude:\n - 'app/models/channel/twitter_profile.rb'\n - 'app/models/webhook.rb'\n+ - 'app/models/contact.rb'\n Rails/RenderInline:\n Exclude:... | Ruby |
c95ad8dd4f6080f5a7db790b561026c92e56ae04 | 603 | 2021-03-30 16:02:41+05:30 | -19,800 | ['6bb026621d26b061149f7df07d8cb42c8f6fc773'] | chore: Remove validation on team name (#2014) | [{'old_path': 'app/models/team.rb', 'new_path': 'app/models/team.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -20,8 +20,6 @@\n # fk_rails_... (account_id => accounts.id)\n #\n class Team < ApplicationRecord\n- include RegexHelper\n-\n belongs_to :account\n has_many :team_members, dependent: :destroy\n ... | Ruby |
42534e1df423abf62efcae16c2202b3418319d22 | 603 | 2021-03-30 18:16:17+05:30 | -19,800 | ['c95ad8dd4f6080f5a7db790b561026c92e56ae04'] | chore: Add fail safes for Redis connections (#2016) | [{'old_path': 'config/initializers/redis.rb', 'new_path': 'config/initializers/redis.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -4,7 +4,3 @@ redis = Rails.env.test? ? MockRedis.new : Redis.new(Redis::Config.app)\n # Add here as you use it for more features\n # Used for Round Robin, Conversation Emails & Onl... | Ruby |
71214b59d8d2b46fae8e9f03befb94f1276d9423 | 540 | 2021-03-30 20:00:17+05:30 | -19,800 | ['42534e1df423abf62efcae16c2202b3418319d22'] | fix: Add missing translations in agent reports (#2017) | [{'old_path': 'app/views/api/v2/accounts/reports/agents.csv.erb', 'new_path': 'app/views/api/v2/accounts/reports/agents.csv.erb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,4 +1,10 @@\n-<% headers = ['Agent name', 'Conversations count', 'Avg first response time (Minutes)', 'Avg resolution time (Minutes)'] %>\... | Ruby |
bb37f7b263e997f3eb77f3f359e2b62c16bf45cc | 603 | 2021-03-30 21:06:31+05:30 | -19,800 | ['71214b59d8d2b46fae8e9f03befb94f1276d9423'] | chore: Handle Sentry Errors (#2020)
If a contract contains an invalid email address, the sidekiq jobs for conversation continuity would error out. handling this exception gracefully. | [{'old_path': 'app/mailers/application_mailer.rb', 'new_path': 'app/mailers/application_mailer.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -16,12 +16,19 @@ class ApplicationMailer < ActionMailer::Base\n end\n end\n \n+ rescue_from(*ExceptionList::SMTP_EXCEPTIONS, with: :handle_smtp_exceptions)\n+\n ... | Ruby |
c8b81b066b64a3436b55f1ebf570e6c393cd4380 | 603 | 2021-03-31 16:39:57+05:30 | -19,800 | ['f5a961b27cc4cebe1604f43143dcfeee1a83af16'] | chore: Add timeouts to requests (#2024) | [{'old_path': 'app/mailers/agent_notifications/conversation_notifications_mailer.rb', 'new_path': 'app/mailers/agent_notifications/conversation_notifications_mailer.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -29,13 +29,13 @@ class AgentNotifications::ConversationNotificationsMailer < ApplicationMailer\n ... | Ruby |
de72530022cfb13ead1b4128276bb8b4f1f48bfb | 91 | 2021-04-01 20:57:43+05:30 | -19,800 | ['c8b81b066b64a3436b55f1ebf570e6c393cd4380'] | Fix: responsive issue conversations hamburger menu (#2036) | [{'old_path': 'app/javascript/dashboard/components/ChatList.vue', 'new_path': 'app/javascript/dashboard/components/ChatList.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,7 +3,6 @@\n <slot></slot>\n <div class="chat-list__top">\n <h1 class="page-title text-truncate" :title="pageTitle">\n- ... | Ruby |
bf8f19b3347dd4fb4e0e653105d0e0264f5f3658 | 91 | 2021-04-01 21:09:27+05:30 | -19,800 | ['de72530022cfb13ead1b4128276bb8b4f1f48bfb'] | Fix: Reply box overflow issue (#2034)
Co-authored-by: Nithin David Thomas <webofnithin@gmail.com> | [{'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': '@@ -188,6 +188,7 @@ export default {\n \n > .ProseMirror {\n padding: 0;\n+ word-break: break-word;\... | Ruby |
1b99ab30983352dc2476ad852957789a59bc0ffc | 540 | 2021-04-02 15:04:16+05:30 | -19,800 | ['bf8f19b3347dd4fb4e0e653105d0e0264f5f3658'] | fix: Use exisiting bubble nodes if available (#2026) | [{'old_path': 'app/javascript/sdk/IFrameHelper.js', 'new_path': 'app/javascript/sdk/IFrameHelper.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -23,6 +23,11 @@ export const IFrameHelper = {\n return `${baseUrl}/widget?website_token=${websiteToken}`;\n },\n createFrame: ({ baseUrl, websiteToken }) => {\n... | Ruby |
1d3b1c1ae55333c3df1c45d0989e81026b8eff01 | 656 | 2021-04-02 15:31:22+05:30 | -19,800 | ['1b99ab30983352dc2476ad852957789a59bc0ffc'] | Fix: invalidates session if user cookie is absent (#2046) | [{'old_path': 'app/javascript/dashboard/api/auth.js', 'new_path': 'app/javascript/dashboard/api/auth.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -61,7 +61,9 @@ export default {\n },\n \n isLoggedIn() {\n- return !!Cookies.getJSON('auth_data');\n+ const hasAuthCookie = !!Cookies.getJSON('auth_data')... | Ruby |
bce5e29c496e20f046dabe5caa855a4fbe12650d | 91 | 2021-04-05 10:52:51+05:30 | -19,800 | ['1d3b1c1ae55333c3df1c45d0989e81026b8eff01'] | fix: Allow text overflow in a conversation for wide emails (#2028) | [{'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': '@@ -151,6 +151,7 @@\n border-top-left-radius: $space-smaller;\n color: $color-body;\n ... | Ruby |
c5ff86667f1b795389c6573278c37c5f0d1b8e3f | 500 | 2021-04-05 18:36:38+05:30 | -19,800 | ['bce5e29c496e20f046dabe5caa855a4fbe12650d'] | update mixin prop name (#2051) | [{'old_path': 'app/javascript/dashboard/routes/dashboard/settings/profile/Index.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/settings/profile/Index.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -120,7 +120,7 @@ export default {\n components: {\n NotificationSettings,\n },\n- mixin: [a... | Ruby |
dbb41c12a25ad25b9220febfb0f4f8b45c57f76f | 91 | 2021-04-06 20:22:38+05:30 | -19,800 | ['c5ff86667f1b795389c6573278c37c5f0d1b8e3f'] | Enhancement: Added hover effect for conversations (#2059) | [{'old_path': 'app/javascript/dashboard/components/widgets/conversation/ConversationCard.vue', 'new_path': 'app/javascript/dashboard/components/widgets/conversation/ConversationCard.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -191,6 +191,10 @@ export default {\n <style lang="scss" scoped>\n .conversation {\... | Ruby |
7a890e543acfeac202d8dfa30cb5edbfbf5f9ed5 | 656 | 2021-04-07 11:43:16+05:30 | -19,800 | ['dbb41c12a25ad25b9220febfb0f4f8b45c57f76f'] | chore: Improve button component styles (#1996) | [{'old_path': 'app/assets/stylesheets/administrate/utilities/_variables.scss', 'new_path': 'app/assets/stylesheets/administrate/utilities/_variables.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -55,7 +55,7 @@ $color-heading: #1f2d3d;\n $color-extra-light-blue: #f5f7f9;\n \n $primary-color: $color-woot;\n-$s... | Ruby |
7c9cd8aa1e33ba634438ede9f418e2902903d9de | 656 | 2021-04-07 11:44:58+05:30 | -19,800 | ['7a890e543acfeac202d8dfa30cb5edbfbf5f9ed5'] | feat: Add a dropdown to change status to "bot" (#1997) | [{'old_path': 'app/javascript/dashboard/api/inbox/conversation.js', 'new_path': 'app/javascript/dashboard/api/inbox/conversation.js', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -28,8 +28,10 @@ class ConversationApi extends ApiClient {\n });\n }\n \n- toggleStatus(conversationId) {\n- return axios.post(... | Ruby |
a377da902883a189c123fc0031c6794359770940 | 656 | 2021-04-07 11:45:33+05:30 | -19,800 | ['7c9cd8aa1e33ba634438ede9f418e2902903d9de'] | chore: Change size of assignee dropdown in header (#2027)
* Chore: Change size of assignee dropdown in header
* Fix: prevent overflow of agent name in multselect | [{'old_path': 'app/javascript/dashboard/assets/scss/plugins/_multiselect.scss', 'new_path': 'app/javascript/dashboard/assets/scss/plugins/_multiselect.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -118,6 +118,8 @@\n }\n \n .multiselect__single {\n+ @include text-ellipsis;\n+ display: inline-block;\... | Ruby |
cc3da031e2a8259bd7afe6d8b07b333468b26f05 | 500 | 2021-04-07 12:28:50+05:30 | -19,800 | ['a377da902883a189c123fc0031c6794359770940'] | enhancement: Profile settings accessibility improvements (#2054)
* profile settings in to separate form
* update locale texts
* replce woot-submit-button with woot-button
* disable button if value is empty
* change condition
* code climate fixes | [{'old_path': 'app/javascript/dashboard/i18n/locale/en/settings.json', 'new_path': 'app/javascript/dashboard/i18n/locale/en/settings.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,6 +3,8 @@\n "LINK": "Profile Settings",\n "TITLE": "Profile Settings",\n "BTN_TEXT": "Update Profile",\n+ "UPDAT... | Ruby |
012502a2d1cba6c8f4225bf06f41d02450f541ad | 91 | 2021-04-08 11:44:23+05:30 | -19,800 | ['cc3da031e2a8259bd7afe6d8b07b333468b26f05'] | chore: Refactor shouldShowInboxes function name (#2065) | [{'old_path': 'app/javascript/dashboard/components/layout/Sidebar.vue', 'new_path': 'app/javascript/dashboard/components/layout/Sidebar.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -19,12 +19,12 @@\n :menu-item="teamSection"\n />\n <sidebar-item\n- v-if="shouldShowInboxes"\... | Ruby |
3e03b08ad0f6e855a5ad650b8271986423ef4cc2 | 91 | 2021-04-08 16:01:46+05:30 | -19,800 | ['012502a2d1cba6c8f4225bf06f41d02450f541ad'] | Enhancement: Adds a new button that redirect to inbox config page (#2066)
* Adds a new button that redirect to inbox config page
* Review fixes | [{'old_path': 'app/javascript/dashboard/i18n/locale/en/inboxMgmt.json', 'new_path': 'app/javascript/dashboard/i18n/locale/en/inboxMgmt.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -5,7 +5,8 @@\n "LIST": {\n "404": "There are no inboxes attached to this account."\n },\n- "CREATE_FLOW": [{\n+... | Ruby |
2140443f07df47b81c497297fecc914efa55a7ba | 603 | 2021-04-08 19:41:26+05:30 | -19,800 | ['3e03b08ad0f6e855a5ad650b8271986423ef4cc2'] | chore: Add huntr.dev badge (#2069) | [{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -21,6 +21,7 @@ ___\n <img src="https://img.shields.io/github/commit-activity/m/chatwoot/chatwoot" alt="Commits-per-month">\n <a title="Crowdin" target="_self" href="https://chatwoot.crowdin.com/chatwoot"><img src="... | Ruby |
28fb6469a380941595065ce10919f5850a8e01a7 | 91 | 2021-04-08 19:42:03+05:30 | -19,800 | ['2140443f07df47b81c497297fecc914efa55a7ba'] | Fix: Alignment issue in activity message (#2057)
* Fixes alignment issue in activity message
* Codeclimate fixes
Co-authored-by: Nithin David Thomas <webofnithin@gmail.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': '@@ -249,17 +249,27 @@\n }\n \n .activity-wrap {\n- @include flex;\n- @include margin($space-s... | Ruby |
98f4a2f6f34c8eb670f064a1411f14a6fb961940 | 91 | 2021-04-08 19:42:38+05:30 | -19,800 | ['28fb6469a380941595065ce10919f5850a8e01a7'] | Fix: Dropdown width issue fixes by using fit-content (#2048)
* Dropdown width issue fixes by using fit-content
* Review fixes
* Review fixes
* Review fixes
* Review fixes
Co-authored-by: Nithin David Thomas <webofnithin@gmail.com> | [{'old_path': 'app/javascript/dashboard/assets/scss/plugins/_dropdown.scss', 'new_path': 'app/javascript/dashboard/assets/scss/plugins/_dropdown.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,6 +1,7 @@\n .dropdown-pane {\n @include elegant-card;\n @include border-light;\n+ width: fit-content;\n z-in... | Ruby |
03bd34be86e84af6159df93c007dfe174f563821 | 656 | 2021-04-09 14:32:29+05:30 | -19,800 | ['98f4a2f6f34c8eb670f064a1411f14a6fb961940'] | Fix: Populate only agents part of the inbox in conversations (#2060)
* Fix: Show only agents part of the inbox in conversations
* Show only verified agents
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com> | [{'old_path': 'app/javascript/dashboard/components/widgets/conversation/ConversationBox.vue', 'new_path': 'app/javascript/dashboard/components/widgets/conversation/ConversationBox.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -19,6 +19,7 @@\n <contact-panel\n v-if="showContactPanel"\n ... | Ruby |
7eb766a45727b608099c190c9d5fb53dce8d4c0a | 91 | 2021-04-10 20:03:45+05:30 | -19,800 | ['03bd34be86e84af6159df93c007dfe174f563821'] | Fix: Dropdown width issue in safari browser. (#2080) | [{'old_path': 'app/javascript/dashboard/assets/scss/plugins/_dropdown.scss', 'new_path': 'app/javascript/dashboard/assets/scss/plugins/_dropdown.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,6 +1,7 @@\n .dropdown-pane {\n @include elegant-card;\n @include border-light;\n+ box-sizing: content-box;\n ... | Ruby |
04a9dc630a48c7b82d947997ec6d8ed76bdddd04 | 500 | 2021-04-12 03:45:11-07:00 | -19,800 | ['7eb766a45727b608099c190c9d5fb53dce8d4c0a'] | enhancement: Enable reply box for whatsapp template message (#2082)
* remove 24-hours reply restriction in WhatsApp
* remove the console.logs
* move reply policy to separate constants file
* fix spelling mistake | [{'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': '@@ -1,10 +1,13 @@\n <template>\n <div class="view-box fill-height">\n- <div v-if="!curre... | Ruby |
c4ae9015912115d0d9ea8449170b57c4cff290d9 | 603 | 2021-04-13 01:39:51-07:00 | -19,800 | ['04a9dc630a48c7b82d947997ec6d8ed76bdddd04'] | chore: Fix Twilio file uploads (#2088) | [{'old_path': 'app/models/message.rb', 'new_path': 'app/models/message.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -148,7 +148,9 @@ class Message < ApplicationRecord\n end\n \n def send_reply\n- ::SendReplyJob.perform_later(id)\n+ # FIXME: Giving it few seconds for the attachment to be uploaded to ... | Ruby |
2bb2d4aa25c5d31f0299ba1dc41dfddc13de5df8 | 500 | 2021-04-13 18:21:46+05:30 | -19,800 | ['c4ae9015912115d0d9ea8449170b57c4cff290d9'] | fix: error response has undefined issue (#2092) | [{'old_path': 'app/javascript/dashboard/store/modules/auth.js', 'new_path': 'app/javascript/dashboard/store/modules/auth.js', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -83,7 +83,7 @@ export const actions = {\n setUser(response.data.payload.data, getHeaderExpiry(response));\n context.commit(types.def... | Ruby |
4387736f1ae7313f9dc3f64ae91cf305c214118c | 500 | 2021-04-13 19:19:44+05:30 | -19,800 | ['2bb2d4aa25c5d31f0299ba1dc41dfddc13de5df8'] | fix: refresh user teams after create/edit/delete team (#2093)
Co-authored-by: Nithin David Thomas <webofnithin@gmail.com> | [{'old_path': 'app/javascript/dashboard/routes/dashboard/settings/teams/Create/AddAgents.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/settings/teams/Create/AddAgents.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -107,6 +107,7 @@ export default {\n teamId,\n },\n }... | Ruby |
a14e8ba250ebac3034a548d10c7fcf7591225001 | 90 | 2021-04-13 19:25:19+05:30 | -19,800 | ['4387736f1ae7313f9dc3f64ae91cf305c214118c'] | Fix: Adds favicon badge for notification alert. (#2079)
* Adds favicon badge for notification alert. | [{'old_path': 'app/javascript/packs/application.js', 'new_path': 'app/javascript/packs/application.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -21,6 +21,7 @@ import i18n from '../dashboard/i18n';\n import createAxios from '../dashboard/helper/APIHelper';\n import commonHelpers from '../dashboard/helper/commo... | Ruby |
3e8c25b4a025619f9a2fcc749088a06a9847daa9 | 90 | 2021-04-13 19:27:44+05:30 | -19,800 | ['a14e8ba250ebac3034a548d10c7fcf7591225001'] | Enhancement: Changes contact location flag position (#2091) | [{'old_path': 'app/javascript/dashboard/routes/dashboard/conversation/ContactPanel.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/conversation/ContactPanel.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -187,7 +187,7 @@ export default {\n return '';\n }\n const countryFlag = c... | Ruby |
997447364c5f02ae1c2f2cc2304e206dd7a8fc85 | 90 | 2021-04-13 22:58:54+05:30 | -19,800 | ['3e8c25b4a025619f9a2fcc749088a06a9847daa9'] | fix: Responsive issue in activity message (#2090) | [{'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': '@@ -230,6 +230,10 @@\n }\n }\n \n+ &.center {\n+ justify-content: center;\n+ }\n+\n .wrap ... | Ruby |
ba41a1060927de6045ae8527978d87a2b6c67085 | 90 | 2021-04-14 15:20:13+05:30 | -19,800 | ['997447364c5f02ae1c2f2cc2304e206dd7a8fc85'] | Fix: Order list number break issue (#2097) | [{'old_path': 'app/javascript/dashboard/components/widgets/conversation/Message.vue', 'new_path': 'app/javascript/dashboard/components/widgets/conversation/Message.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -147,7 +147,7 @@ export default {\n if (messageType === MESSAGE_TYPE.ACTIVITY) {\n ret... | Ruby |
45e43b0b895d5c31215c08bde8530ffc73da5a1a | 603 | 2021-04-15 15:13:01+05:30 | -19,800 | ['ba41a1060927de6045ae8527978d87a2b6c67085'] | feat: Contactable Inboxes API (#2101)
- Add endpoint which lists inboxes through which a contact can be contacted
- Conversation creation API auto-creates contact_inbox for specific channels [ Twilio, email, api]
- Ability to send the initial message payload along with the conversation creation
- Fixes #1678 ( issu... | [{'old_path': None, 'new_path': 'app/builders/contact_inbox_builder.rb', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,41 @@\n+class ContactInboxBuilder\n+ pattr_initialize [:contact_id!, :inbox_id!, :source_id]\n+\n+ def perform\n+ @contact = Contact.find(contact_id)\n+ @inbox = @contact.account.inbox... | Ruby |
ce4ce3c86c170c75ac7ff3a96e3eef3ca1a4bfbc | 500 | 2021-04-15 22:28:19+05:30 | -19,800 | ['45e43b0b895d5c31215c08bde8530ffc73da5a1a'] | fix: Check uploaded file size in widget and dashboard (#1975)
* File size check logic in widget
* set maxium file size
* update locale texts
* file size check in dashboard
* dynamincally set file size limit error message
* code climate review fixes
* add alert mixin
* move attahcment bus event to ... | [{'old_path': 'app/javascript/dashboard/components/widgets/AttachmentsPreview.vue', 'new_path': 'app/javascript/dashboard/components/widgets/AttachmentsPreview.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -11,9 +11,7 @@\n class="image-thumb"\n :src="attachment.thumb"\n />\n- ... | Ruby |
98bfef026e67d7f1ee07893e90b7de2839505412 | 656 | 2021-04-16 06:18:13-07:00 | -19,800 | ['ce4ce3c86c170c75ac7ff3a96e3eef3ca1a4bfbc'] | Chore: Add validation for contact phone field (#2105) | [{'old_path': 'app/javascript/dashboard/i18n/locale/en/contact.json', 'new_path': 'app/javascript/dashboard/i18n/locale/en/contact.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -71,7 +71,9 @@\n },\n "PHONE_NUMBER": {\n "PLACEHOLDER": "Enter the phone number of the contact",\n- "LAB... | Ruby |
c287ad08fbb79ce4cfce88fd2c2a034a8ee63322 | 656 | 2021-04-16 06:33:46-07:00 | -19,800 | ['98bfef026e67d7f1ee07893e90b7de2839505412'] | fix: Hide rich editor for unsupported channels (#2102)
* Fix: Hide rich editor for unsupported channels
* Review fixes
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com> | [{'old_path': 'app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue', 'new_path': 'app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -127,10 +127,18 @@ export default {\n },\n computed: {\n showRichContentEditor() {\n+ ... | Ruby |
864471a21e3f520457bc37f32d81bf50636b01c6 | 656 | 2021-04-16 20:31:07+05:30 | -19,800 | ['c287ad08fbb79ce4cfce88fd2c2a034a8ee63322'] | feat: Create a new conversation from the contact panel (#2019)
* Chore: Improve button component styles | [{'old_path': 'app/javascript/dashboard/api/contacts.js', 'new_path': 'app/javascript/dashboard/api/contacts.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -14,6 +14,10 @@ class ContactAPI extends ApiClient {\n return axios.get(`${this.url}/${contactId}/conversations`);\n }\n \n+ getContactableInboxes(co... | Ruby |
c95aeb894f360de9896622e3d2a30a20820fc840 | 656 | 2021-04-17 20:08:03+05:30 | -19,800 | ['8720f39ffb7553c9e0a1b36ea5d1414ab5cca9d4'] | Fix: Fetch contactable inboxes on new conversion (#2113)
* Fix: Fetch contactable inboxes everytime | [{'old_path': 'app/javascript/dashboard/routes/dashboard/conversation/contact/NewConversation.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/conversation/contact/NewConversation.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -32,6 +32,11 @@ export default {\n default: () => ({}),\n },\n... | Ruby |
27e01920add6b64a0829220527e4ac7f4d211ff8 | 656 | 2021-04-18 22:59:54-07:00 | -19,800 | ['c95aeb894f360de9896622e3d2a30a20820fc840'] | chore: Upgrade v-tooltip version (#2112)
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com> | [{'old_path': 'app/javascript/packs/application.js', 'new_path': 'app/javascript/packs/application.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -43,7 +43,9 @@ Vue.use(VueRouter);\n Vue.use(VueI18n);\n Vue.use(WootUiKit);\n Vue.use(Vuelidate);\n-Vue.use(VTooltip);\n+Vue.use(VTooltip, {\n+ defaultHtml: false,\... | Ruby |
043919b3e52c128bb0c250e4d1a6baef12aa8edb | 603 | 2021-04-19 15:10:16+05:30 | -19,800 | ['27e01920add6b64a0829220527e4ac7f4d211ff8'] | chore: New Crowdin Translation updates (#2063)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'old_path': 'app/javascript/dashboard/i18n/locale/ar/chatlist.json', 'new_path': 'app/javascript/dashboard/i18n/locale/ar/chatlist.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -80,6 +80,6 @@\n "RECEIVED_VIA_EMAIL": "تم تلقيه عبر البريد الإلكتروني",\n "VIEW_TWEET_IN_TWITTER": "عرض التغريدة في تويتر... | Ruby |
654893b6d7d74635d6990cb8e5b3a8a54a48438e | 90 | 2021-04-19 22:17:02+05:30 | -19,800 | ['8f2234671b877f6413cd282ece43854e4c14c983'] | Chore: fix the resolve button padding issue. (#2130) | [{'old_path': 'app/javascript/dashboard/components/buttons/ResolveAction.vue', 'new_path': 'app/javascript/dashboard/components/buttons/ResolveAction.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -33,7 +33,6 @@\n </woot-button>\n <woot-button\n v-if="showDropDown"\n- class="icon--sm... | Ruby |
773557e49be3ee432ddf1ecb0820943076f69c62 | 500 | 2021-04-19 22:21:59+05:30 | -19,800 | ['654893b6d7d74635d6990cb8e5b3a8a54a48438e'] | chore: Snackbar duplicate key warnings (#2121)
* fix the duplicate key warning in woot snackbar
* review fixes
* remove console.log
Co-authored-by: Nithin David <webofnithin@gmail.com> | [{'old_path': 'app/javascript/dashboard/components/SnackbarContainer.vue', 'new_path': 'app/javascript/dashboard/components/SnackbarContainer.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,14 +2,13 @@\n <transition-group name="toast-fade" tag="div" class="ui-snackbar-container">\n <woot-snackbar\n ... | Ruby |
fa525fc107c5873637c65176799591b2aacab203 | 90 | 2021-04-19 22:24:45+05:30 | -19,800 | ['773557e49be3ee432ddf1ecb0820943076f69c62'] | Fix: Agent name overflow in dropdown menu (#2047)
* Fixes agent name overflow
Co-authored-by: Sivin Varghese <64252451+sivin-git@users.noreply.github.com>
Co-authored-by: Nithin David Thomas <webofnithin@gmail.com> | [{'old_path': 'app/javascript/dashboard/assets/scss/plugins/_multiselect.scss', 'new_path': 'app/javascript/dashboard/assets/scss/plugins/_multiselect.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -29,14 +29,24 @@\n \n &::before {\n right: 0;\n- top: 60%;\n }\n }\n \n- .multiselect__con... | Ruby |
ea744622098b1bb936beb431d9d11e315909376a | 603 | 2021-04-20 00:01:05+05:30 | -19,800 | ['fa525fc107c5873637c65176799591b2aacab203'] | feat: Manage platform apps from Super Admin (#2129)
- ability to manage platform apps from super admin
- fixes #2021 | [{'old_path': None, 'new_path': 'app/controllers/super_admin/platform_apps_controller.rb', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,44 @@\n+class SuperAdmin::PlatformAppsController < SuperAdmin::ApplicationController\n+ # Overwrite any of the RESTful controller actions to implement custom behavior\n+ # ... | Ruby |
90de0e4843fb46f800d682e42a26a05100db09dd | 500 | 2021-04-20 00:54:33-07:00 | -19,800 | ['ea744622098b1bb936beb431d9d11e315909376a'] | chore: Change reset password error message(#2133) | [{'old_path': 'app/javascript/dashboard/routes/auth/ResetPassword.vue', 'new_path': 'app/javascript/dashboard/routes/auth/ResetPassword.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -28,7 +28,6 @@\n </template>\n \n <script>\n-/* global bus */\n import { required, minLength, email } from 'vuelidate/lib/valida... | Ruby |
fb582614f22de3d1b8e5f48c53581b66934588fc | 603 | 2021-04-20 13:26:35+05:30 | -19,800 | ['90de0e4843fb46f800d682e42a26a05100db09dd'] | chore: add SECURITY.md (#2103)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'old_path': None, 'new_path': 'SECURITY.md', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,8 @@\n+# Security Policy\n+\n+## Reporting a Vulnerability\n+\n+We use [huntr.dev](https://huntr.dev/) for security issues that affect our project. If you believe you have found a vulnerability, please disclose it via ... | Ruby |
4635e5bb446d8458848f8130e062f1df8e15c06f | 603 | 2021-04-20 13:46:20+05:30 | -19,800 | ['fb582614f22de3d1b8e5f48c53581b66934588fc'] | feat: Assignable agents API (#2131)
`inboxes/id/assignable_agents` returns all users that have permission to a conversation happening in that inbox. | [{'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': '@@ -7,6 +7,10 @@ class Api::V1::Accounts::InboxesController < Api::V1::Accounts::BaseController\n @inboxes = policy_scope(Current... | Ruby |
98e20e8607edf5199932dcd2cb4ea6231854d100 | 540 | 2021-04-20 16:22:03+05:30 | -19,800 | ['4635e5bb446d8458848f8130e062f1df8e15c06f'] | chore: Enable the languages no, zh-CN, hu (#2135) | [{'old_path': 'app/javascript/dashboard/i18n/index.js', 'new_path': 'app/javascript/dashboard/i18n/index.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -17,6 +17,7 @@ import ja from './locale/ja';\n import ko from './locale/ko';\n import ml from './locale/ml';\n import nl from './locale/nl';\n+import no from '.... | Ruby |
3a4d316a9dfc7c33380203e492b6f6328b9b105c | 603 | 2021-04-20 10:12:14-07:00 | -19,800 | ['98e20e8607edf5199932dcd2cb4ea6231854d100'] | chore: Identify contacts based on phone number (#2134)
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com> | [{'old_path': 'app/builders/contact_builder.rb', 'new_path': 'app/builders/contact_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -43,6 +43,8 @@ class ContactBuilder\n \n contact ||= account.contacts.find_by(email: contact_attributes[:email]) if contact_attributes[:email].present?\n \n+ contact |... | Ruby |