Search is not available for this dataset
hash
string
author
int32
committer_date
string
timezone
int64
parents
string
message
string
changes
string
language
string
fdbc32f7c2287dbeda8bbec727653e8d69d73313
500
2021-04-21 12:18:48+05:30
-19,800
['5c843b8a51477bd7466047a52ffb5af175034eb9']
enhancement: Show agent availability status in conversation assignee select list (#2122) * show agent status on conversation assignation * add agent status in contact sidebar * availability status badge component * review fixes * review fixes * chore: Fixes issue with status badge (#2136) * add empty...
[{'old_path': 'app/javascript/dashboard/components/layout/AvailabilityStatus.vue', 'new_path': 'app/javascript/dashboard/components/layout/AvailabilityStatus.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,10 +1,7 @@\n <template>\n <div class="status">\n <div class="status-view">\n- <div\n- ...
Ruby
6c7c5064d169393c65963567667ed8a8643c4417
90
2021-04-21 14:24:03+05:30
-19,800
['fdbc32f7c2287dbeda8bbec727653e8d69d73313']
Fix: Broken empty state for agents dropdown. (#2143)
[{'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': '@@ -48,8 +48,9 @@\n selected-label=""\n :placeholder="$t(\'CONVERSATION_SIDEB...
Ruby
87078e1abf5aaea631cbc689e799f848710debc1
76
2021-04-22 13:58:04+05:30
-7,200
['6c7c5064d169393c65963567667ed8a8643c4417']
fix: Clear search input which navigating to other tab/page (#2061)
[{'old_path': 'app/javascript/dashboard/components/ChatList.vue', 'new_path': 'app/javascript/dashboard/components/ChatList.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -116,7 +116,7 @@ export default {\n return this.$store.getters['inboxes/getInbox'](this.activeInbox);\n },\n currentPage() {\n...
Ruby
285f7bbeb5837bc294e08bb2ec9bd877e53c2b5a
90
2021-04-22 23:17:29+05:30
-19,800
['87078e1abf5aaea631cbc689e799f848710debc1']
Enhancement: Ability to assign administrators as conversation assignees (#2142) * Enhancement: Ability to assign administrators as conversation assignee Co-authored-by: Nithin David Thomas <webofnithin@gmail.com> Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
[{'old_path': 'app/javascript/dashboard/api/inboxes.js', 'new_path': 'app/javascript/dashboard/api/inboxes.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,9 +1,14 @@\n+/* global axios */\n import ApiClient from './ApiClient';\n \n class Inboxes extends ApiClient {\n constructor() {\n super('inboxes', { ...
Ruby
78996937cef8b416665f787a794d9b57a9c1d6f6
76
2021-04-26 15:30:26+05:30
-7,200
['285f7bbeb5837bc294e08bb2ec9bd877e53c2b5a']
fixed object destructuring to fallback to {} when meta.team is null (#2158)
[{'old_path': 'app/javascript/dashboard/store/modules/conversations/helpers.js', 'new_path': 'app/javascript/dashboard/store/modules/conversations/helpers.js', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -13,7 +13,7 @@ export const applyPageFilters = (conversation, filters) => {\n labels: chatLabels = [],\n ...
Ruby
0bb10cff2d9f0d8b4004e733b8e909fddea80562
540
2021-04-26 10:39:33-07:00
-19,800
['78996937cef8b416665f787a794d9b57a9c1d6f6']
chore: Add font-display: swap to Ionicons (#2161)
[{'old_path': 'app/javascript/shared/assets/stylesheets/ionicons.scss', 'new_path': 'app/javascript/shared/assets/stylesheets/ionicons.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,23 +1,24 @@\n @import "~ionicons/scss/ionicons-variables";\n \n @font-face {\n+ font-display: swap;\n font-family: $ionico...
Ruby
c10efd2c7b01ad463d2b63be1f8f187052cc68b8
90
2021-04-27 20:59:00+05:30
-19,800
['f1f4a35b2b06c2b293ea2cd2bb85bd445512e6eb']
chore: inbox member clean up (#2144) Delete unused logic and tests Co-authored-by: Nithin David Thomas <webofnithin@gmail.com> Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
[{'old_path': 'app/javascript/dashboard/store/modules/inboxMembers.js', 'new_path': 'app/javascript/dashboard/store/modules/inboxMembers.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,44 +1,6 @@\n-import Vue from 'vue';\n-\n import InboxMembersAPI from '../../api/inboxMembers';\n \n-const state = {\n- recor...
Ruby
8ea35802b46f4af838e99846a80881c48ec2692f
540
2021-04-27 10:51:04-07:00
-19,800
['c10efd2c7b01ad463d2b63be1f8f187052cc68b8']
fix: Handle email with no subject line and no body (#2164) * fix: Add a default email subject line if no subject is present * Add a default on the frontend Co-authored-by: Muhsin Keloth <muhsinkeramam@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': '@@ -30,11 +30,13 @@\n <span v-if="lastMessageInChat.content">\n {{ ...
Ruby
6ea1e0d047ab15d9ffa4815d9fc477e5616d92e7
656
2021-04-27 21:31:11-07:00
-19,800
['8ea35802b46f4af838e99846a80881c48ec2692f']
chore: Add route for contact details page (#2168) Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
[{'old_path': 'app/javascript/dashboard/i18n/default-sidebar.js', 'new_path': 'app/javascript/dashboard/i18n/default-sidebar.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -8,6 +8,7 @@ export const getSidebarItems = accountId => ({\n 'inbox_conversation',\n 'conversation_through_inbox',\n 'con...
Ruby
aa47bad4c14f58358202baf7749f78e64a6528ed
500
2021-04-28 06:27:47-07:00
-19,800
['6ea1e0d047ab15d9ffa4815d9fc477e5616d92e7']
chore: Add campaign empty page (#2173) * Enhancement: Create route for contact details page * add campaign page, add button, campaign description * add locale texts * update locale texts * update grid Co-authored-by: Nithin David <webofnithin@gmail.com>
[{'old_path': None, 'new_path': 'app/javascript/dashboard/i18n/locale/en/campaign.json', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,9 @@\n+{\n+ "CAMPAIGN": {\n+ "HEADER": "Campaigns",\n+ "HEADER_BTN_TXT": "Create Campaign",\n+ "LIST": {\n+ "404": "There are no campaigns attached to this inbox...
Ruby
4b49d21543f4fa22b0cc0c686ea2da7d4d3299bb
603
2021-04-28 20:53:23+05:30
-19,800
['aa47bad4c14f58358202baf7749f78e64a6528ed']
chore: Add event for conversations transferred to Bot (#2167) * chore: Event for conversation transferred to Bot Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com> Co-authored-by: Nithin David <webofnithin@gmail.com>
[{'old_path': 'app/javascript/dashboard/helper/actionCable.js', 'new_path': 'app/javascript/dashboard/helper/actionCable.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -10,8 +10,7 @@ class ActionCableConnector extends BaseActionCableConnector {\n 'message.created': this.onMessageCreated,\n 'message....
Ruby
979d4fe76b35493ea7b5a972ab54f48af46aa3aa
540
2021-04-29 17:23:25+05:30
-19,800
['4b49d21543f4fa22b0cc0c686ea2da7d4d3299bb']
chore: Upgrade rexml to 3.2.5 to fix CVE-2021-28965 (#2179)
[{'old_path': 'Gemfile.lock', 'new_path': 'Gemfile.lock', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -408,7 +408,7 @@ GEM\n mime-types (>= 1.16, < 4.0)\n netrc (~> 0.8)\n retriable (3.1.2)\n- rexml (3.2.4)\n+ rexml (3.2.5)\n rspec-core (3.9.2)\n rspec-support (~> 3.9.3)\n rspe...
Ruby
3afc9b5f5b792c2435c6ceb73c8bfb84c8998512
656
2021-04-29 22:12:06+05:30
-19,800
['979d4fe76b35493ea7b5a972ab54f48af46aa3aa']
chore: Setup storybook for Vue components (#2139)
[{'old_path': None, 'new_path': '.storybook/main.js', 'type': <ModificationType.ADD: 1>, 'diff': "@@ -0,0 +1,45 @@\n+const path = require('path');\n+const resolve = require('../config/webpack/resolve');\n+\n+// Chatwoot's webpack.config.js\n+process.env.NODE_ENV = 'development';\n+const custom = require('../config/webp...
Ruby
b89cc9cf5722611a2090bdea03b969c9e65f62d5
603
2021-04-29 22:23:32+05:30
-19,800
['3afc9b5f5b792c2435c6ceb73c8bfb84c8998512']
feat: Add APIs for Campaigns (#2175)
[{'old_path': None, 'new_path': 'app/controllers/api/v1/accounts/campaigns_controller.rb', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,28 @@\n+class Api::V1::Accounts::CampaignsController < Api::V1::Accounts::BaseController\n+ before_action :campaign, except: [:index, :create]\n+ before_action :check_autho...
Ruby
b6f57d7fc1a7ef2b575dc79971be998c991e92b7
90
2021-04-30 12:02:20+05:30
-19,800
['b89cc9cf5722611a2090bdea03b969c9e65f62d5']
feat: Creates note component for CRM (#2181) * Feat: Creates note component for CRM Co-authored-by: Nithin David <webofnithin@gmail.com> Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com> Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
[{'old_path': None, 'new_path': 'app/javascript/dashboard/routes/dashboard/contacts/components/ContactNote.vue', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,132 @@\n+<template>\n+ <div class="note-wrap">\n+ <div class="text">\n+ {{ note }}\n+ </div>\n+ <div class="footer">\n+ <div class="...
Ruby
bd7e9d2790b94dec0b57ab410837bde0908407b0
656
2021-04-30 15:24:00+05:30
-19,800
['b6f57d7fc1a7ef2b575dc79971be998c991e92b7']
chore: Add i18n and components into storybook (#2188) * chore: Add i18n and store into storybook * Use empty store to init storybook
[{'old_path': '.storybook/preview.js', 'new_path': '.storybook/preview.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,5 +1,32 @@\n+import { addDecorator } from '@storybook/vue';\n+import Vue from 'vue';\n+import Vuex from 'vuex';\n+import VueI18n from 'vue-i18n';\n+\n+import WootUiKit from '../app/javascript...
Ruby
a07200bedff8cd67308f35f68f2a2a2be2d7a0e8
603
2021-04-30 06:15:24-07:00
-19,800
['bd7e9d2790b94dec0b57ab410837bde0908407b0']
chore: Campaign ID migration for existing accounts (#2189) * chore: Campaign ID migration for existing accounts * chore: update factory * chore: minor fixes * chore: fixes
[{'old_path': 'app/controllers/api/v1/accounts/campaigns_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/campaigns_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -23,6 +23,6 @@ class Api::V1::Accounts::CampaignsController < Api::V1::Accounts::BaseController\n end\n \n def campaign_pa...
Ruby
49c7bf5ae4c2d177643553cfdcd5a8a528053405
540
2021-04-30 20:54:29+05:30
-19,800
['a07200bedff8cd67308f35f68f2a2a2be2d7a0e8']
fix: Set babel/preset-env to 7.13.15 (#2191)
[{'old_path': 'package.json', 'new_path': 'package.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -65,7 +65,7 @@\n "devDependencies": {\n "@babel/core": "7.13.16",\n "@babel/plugin-proposal-class-properties": "7.13.0",\n- "@babel/preset-env": "7.13.5",\n+ "@babel/preset-env": "7.13.15",\n ...
Ruby
6a7b98b3456d42a9517dfeef06af93d1453c16b2
90
2021-05-01 19:26:17+05:30
-19,800
['49c7bf5ae4c2d177643553cfdcd5a8a528053405']
Feat: Creates add note component for CRM (#2187) * Feat: Creates add note component for CRM
[{'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': '@@ -151,5 +151,12 @@\n },\n "VIEW_DETAILS": "View details"\n }\n+ },\n+ "NOTES": {\n+ "ADD": {\n+ "BUTTON": "...
Ruby
b649516fbb1b586af3d8b52ce962e63745fc1b8c
500
2021-05-02 14:40:46+05:30
-19,800
['6a7b98b3456d42a9517dfeef06af93d1453c16b2']
fix: Change storybook relative path (#2199) * fix the storybook realtive path issue * move stories to realtive to compoent
[{'old_path': '.storybook/main.js', 'new_path': '.storybook/main.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -8,8 +8,7 @@ const custom = require('../config/webpack/environment');\n module.exports = {\n stories: [\n '../stories/**/*.stories.mdx',\n- '../app/javascript/dashboard/components/ui/stories/...
Ruby
98e2a9b8b534a540bb30f3d65287ee89e9359c22
603
2021-05-03 20:23:09+05:30
-19,800
['b649516fbb1b586af3d8b52ce962e63745fc1b8c']
feat: Builder for creating Campaign conversations (#2192) - Builder for creating Campaign conversations - Widget endpoint to fetch the campaigns
[{'old_path': None, 'new_path': 'app/builders/campaigns/campaign_conversation_builder.rb', 'type': <ModificationType.ADD: 1>, 'diff': "@@ -0,0 +1,36 @@\n+class Campaigns::CampaignConversationBuilder\n+ pattr_initialize [:contact_inbox_id!, :campaign_display_id!, :conversation_additional_attributes]\n+\n+ def perform\...
Ruby
eaa61c374541461da14a5e18f85f1848f1df000c
540
2021-05-03 21:59:57+05:30
-19,800
['98e2a9b8b534a540bb30f3d65287ee89e9359c22']
fix: Use full width for branding (#2203)
[{'old_path': 'app/javascript/widget/components/Branding.vue', 'new_path': 'app/javascript/widget/components/Branding.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,7 +4,7 @@\n :href="brandRedirectURL"\n rel="noreferrer noopener nofollow"\n target="_blank"\n- class="branding--link"\n+...
Ruby
7c7f91e70fb506452aa4d5404b9d21fb62c97778
500
2021-05-04 15:08:41+05:30
-19,800
['eaa61c374541461da14a5e18f85f1848f1df000c']
feat: Add campaign (#2177)
[{'old_path': None, 'new_path': 'app/javascript/dashboard/api/campaigns.js', 'type': <ModificationType.ADD: 1>, 'diff': "@@ -0,0 +1,9 @@\n+import ApiClient from './ApiClient';\n+\n+class CampaignsAPI extends ApiClient {\n+ constructor() {\n+ super('campaigns', { accountScoped: true });\n+ }\n+}\n+\n+export default...
Ruby
8bcac2aab003977d46a8dc246c3d363be1cb23c1
656
2021-05-04 15:21:34+05:30
-19,800
['7c7f91e70fb506452aa4d5404b9d21fb62c97778']
fix: Truncates overlapping name in contact table (#2208)
[{'old_path': 'app/javascript/dashboard/routes/dashboard/contacts/components/ContactsTable.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/contacts/components/ContactsTable.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -69,25 +69,28 @@ export default {\n align: \'left\',\n wid...
Ruby
8459d09b6a7cea25f5370179e6ce36046dcbf55e
656
2021-05-04 19:28:18+05:30
-19,800
['8bcac2aab003977d46a8dc246c3d363be1cb23c1']
feat: Add a component to show contact information (#2204) * Feat: Add component to show contact introduction. * fix: Hide sperator if company is not present Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
[{'old_path': None, 'new_path': 'app/javascript/dashboard/modules/contact/components/ContactIntro.vue', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,122 @@\n+<template>\n+ <div class="contact--intro">\n+ <thumbnail\n+ :src="contact.thumbnail"\n+ size="64px"\n+ :username="contact.name"\n+ ...
Ruby
35f0fba51d5f9aedfaa7cb0c74b35873eeb3d9c5
540
2021-05-04 19:31:00+05:30
-19,800
['8459d09b6a7cea25f5370179e6ce36046dcbf55e']
fix: Add validation on the message length in Vue (#2209) Co-authored-by: Nithin David Thomas <webofnithin@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': '@@ -186,10 +186,12 @@ export default {\n if (this.isPrivate) {\n return MESSAGE_MAX_LEN...
Ruby
2d4acaf8fe982cb51fd29eeb826db6262a18b791
500
2021-05-04 21:48:20+05:30
-19,800
['35f0fba51d5f9aedfaa7cb0c74b35873eeb3d9c5']
change button component name (#2216)
[{'old_path': 'app/javascript/dashboard/routes/dashboard/contacts/components/ContactsTable.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/contacts/components/ContactsTable.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -69,7 +69,7 @@ export default {\n align: \'left\',\n width...
Ruby
fd67a5795ab5f5b55f45e4045e911c56eb938a0e
656
2021-05-05 00:16:02+05:30
-19,800
['2d4acaf8fe982cb51fd29eeb826db6262a18b791']
Chore: Removes unused impports in ContactIntro (#2218)
[{'old_path': 'app/javascript/dashboard/modules/contact/components/ContactIntro.vue', 'new_path': 'app/javascript/dashboard/modules/contact/components/ContactIntro.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -82,9 +82,6 @@ export default {\n </script>\n \n <style scoped lang="scss">\n-@import \'~dashboard/a...
Ruby
262d153c185871c8807537176f53d4307de55b57
656
2021-05-05 12:09:34+05:30
-19,800
['fd67a5795ab5f5b55f45e4045e911c56eb938a0e']
feat: Add a component to display contact attributes in CRM (#2217) Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
[{'old_path': '.codeclimate.yml', 'new_path': '.codeclimate.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -30,3 +30,6 @@ exclude_patterns:\n - "**/*.md"\n - "**/*.yml"\n - "app/javascript/dashboard/i18n/locale"\n+ - "stories/**/*"\n+ - "**/*.stories.js"\n+ - "**/stories/"\n'}, {'old_path': None, 'new...
Ruby
05310e25d44c9883ca0d82fb75db05de93cd4229
90
2021-05-05 13:36:45+05:30
-19,800
['262d153c185871c8807537176f53d4307de55b57']
feat: Creates notes list component for CRM (#2195) * Feat: Creates note list component for CRM Co-authored-by: Nithin David Thomas <webofnithin@gmail.com>
[{'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': '@@ -153,10 +153,16 @@\n }\n },\n "NOTES": {\n+ "HEADER": {\n+ "TITLE": "Notes"\n+ },\n "ADD": {\n "BUTTON"...
Ruby
6469acc750c01f3bb6bf21e60b4eeb113cb9245a
90
2021-05-05 16:46:23+05:30
-19,800
['05310e25d44c9883ca0d82fb75db05de93cd4229']
Enhancement: Adds story for label component (#2222) * Enhancement: Adds story for label component
[{'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': '@@ -15,10 +15,6 @@\n }\n }\n \n-.label {\n- font-weight: $font-weight-bold;\n-}\n-\n .tooltip {\n border-radius: $...
Ruby
fd0c26cdae10fa6f7fdc67c155bf20c2586723ee
540
2021-05-05 20:39:00+05:30
-19,800
['6469acc750c01f3bb6bf21e60b4eeb113cb9245a']
chore: Add API documentation for teams (#2221) Add API documentation for teams
[{'old_path': 'Gemfile', 'new_path': 'Gemfile', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -112,7 +112,7 @@ group :development do\n gem 'web-console'\n \n # used in swagger build\n- gem 'json_refs', git: 'https://github.com/tzmfreedom/json_refs', ref: 'e32deb0'\n+ gem 'json_refs', git: 'https://github.com/...
Ruby
b30ecb27a645242e6dbad26dd667083d6d71098b
603
2021-05-05 21:06:11+05:30
-19,800
['fd0c26cdae10fa6f7fdc67c155bf20c2586723ee']
feat: Add APIs for Dialogflow integration V1 (#2155) Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com> Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
[{'old_path': '.rubocop.yml', 'new_path': '.rubocop.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -101,6 +101,7 @@ Rails/BulkChangeTable:\n - 'db/migrate/20170511134418_latlong.rb'\n - 'db/migrate/20191027054756_create_contact_inboxes.rb'\n - 'db/migrate/20191130164019_add_template_type_to_message...
Ruby
381c358ffd0fc645b6239cbeffe85b23f28439f1
656
2021-05-05 22:53:23+05:30
-19,800
['b30ecb27a645242e6dbad26dd667083d6d71098b']
chore: Add color variants to label component (#2226) * Chore: Adds color variants to label * Move component to UI folder
[{'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': '@@ -380,8 +380,8 @@ $form-button-radius: $global-radius;\n // 20. Label\n // ---------\n \n-$label-background: ligh...
Ruby
6245a10a708f684294b80f4f2499aa3ae9c8325b
500
2021-05-05 22:16:59-07:00
-19,800
['381c358ffd0fc645b6239cbeffe85b23f28439f1']
feat: Campaign table (#2212) * code cleanup * add campaign table * update locale texts * locale text cleanup * Rename selectedAgent with selectedSender in add campaign form * code cleanup * remove timer mixin * update avatar size to 20px * add border for table * add campaigns get action spec...
[{'old_path': 'app/javascript/dashboard/i18n/locale/en/campaign.json', 'new_path': 'app/javascript/dashboard/i18n/locale/en/campaign.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,9 +3,6 @@\n "HEADER": "Campaigns",\n "SIDEBAR_TXT": "Proactive messages allow the customer to send outbound messages to...
Ruby
5c80d0ac423339f57ea849b7d70d9c74609b3421
90
2021-05-06 19:33:36+05:30
-19,800
['6245a10a708f684294b80f4f2499aa3ae9c8325b']
feat: Creates add button component for label (#2223)
[{'old_path': None, 'new_path': 'app/javascript/shared/components/ui/dropdown/AddLabel.stories.js', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,19 @@\n+import { action } from \'@storybook/addon-actions\';\n+import AddLabel from \'./AddLabel\';\n+\n+export default {\n+ title: \'Components/Label/Add Button\',...
Ruby
2839454bc0b37114db1740320ec049d9eea43355
90
2021-05-06 20:01:26+05:30
-19,800
['5c80d0ac423339f57ea849b7d70d9c74609b3421']
feat: Creates label dropdown component (#2220) * Feat: Creates label dropdown component * fixes conflicts in i18n Co-authored-by: Nithin David Thomas <webofnithin@gmail.com>
[{'old_path': 'app/javascript/dashboard/components/index.js', 'new_path': 'app/javascript/dashboard/components/index.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -6,6 +6,8 @@ import Button from './ui/WootButton';\n import Code from './Code';\n import ColorPicker from './widgets/ColorPicker';\n import DeleteMo...
Ruby
df04450ab967f0ce9449eca0de88f7607fbab6c4
540
2021-05-07 00:56:32+05:30
-19,800
['2839454bc0b37114db1740320ec049d9eea43355']
fix: Rename migration for Campaigns (#2232)
[{'old_path': 'db/migrate/20210428135041_campaigns.rb', 'new_path': 'db/migrate/20210428135041_add_campaigns.rb', 'type': <ModificationType.RENAME: 3>, 'diff': '@@ -1,4 +1,4 @@\n-class Campaigns < ActiveRecord::Migration[6.0]\n+class AddCampaigns < ActiveRecord::Migration[6.0]\n def change\n create_table :campaig...
Ruby
4c47d6fd978ccdfcfa4f8413576733cc4bb0b9b9
540
2021-05-07 00:59:22+05:30
-19,800
['df04450ab967f0ce9449eca0de88f7607fbab6c4']
fix: Upgrade rails to fix CVE-2021-22904 (#2233) * fix: Upgrade rails to fix CVE-2021-22904 * chore: Update administrate Co-authored-by: Sojan <sojan@pepalo.com>
[{'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.6)\n- actionpack (= 6.0.3.6)\n+ actioncable (6.0.3.7)\n+ actionpack (= 6.0.3.7...
Ruby
899ddcef0dfb6f5ab03ce05867721066dda8806b
543
2021-05-07 18:28:47+05:30
-19,800
['4c47d6fd978ccdfcfa4f8413576733cc4bb0b9b9']
fix: Fixes overlaps for name in conversation header (#1978) * Fix width of text * Review fixes * Use mixins * user name textoverflow * Review fixes: Remove changes in text-truncate class Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> Co-authored-by: Nithin David Thomas <web...
[{'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': '@@ -39,20 +39,25 @@ $resolve-button-width: 13.2rem;\n .user {\n @include flex;\n @include flex-align($x: ...
Ruby
055008cf0354726cd141aa882e11680d73a37b08
656
2021-05-07 20:02:19+05:30
-19,800
['899ddcef0dfb6f5ab03ce05867721066dda8806b']
chore: refactor css styles for forms (#2240) * chore: refactor css styles for forms Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
[{'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': '@@ -358,7 +358,7 @@ $form-label-font-weight: $font-weight-medium;\n $form-label-line-height: 1.8;\n $select-backgro...
Ruby
7f6abdc987e4a4328d4ba6a88d1ee763775962f8
56
2021-05-08 19:06:41+05:30
-19,800
['055008cf0354726cd141aa882e11680d73a37b08']
fix: Add plus icon in sidebar items to settings create page (#2141) * [Issue-#1965] Add changes * Added newLink prop with default value true to show the new icon * Fix button alignment Co-authored-by: Nithin David Thomas <webofnithin@gmail.com>
[{'old_path': 'app/javascript/dashboard/components/layout/Sidebar.vue', 'new_path': 'app/javascript/dashboard/components/layout/Sidebar.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -144,6 +144,7 @@ export default {\n cssClass: 'menu-title align-justify',\n toState: frontendURL(`accounts/${thi...
Ruby
db31bfcee4e3781fc6a07a7d02e8faccd80369ed
500
2021-05-10 12:40:48+05:30
-19,800
['7f6abdc987e4a4328d4ba6a88d1ee763775962f8']
feat: Edit campaigns (#2230) * add edit campaign component
[{'old_path': 'app/javascript/dashboard/i18n/locale/en/campaign.json', 'new_path': 'app/javascript/dashboard/i18n/locale/en/campaign.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -42,6 +42,14 @@\n "ERROR_MESSAGE": "There was an error. Please try again."\n }\n },\n+ "EDIT": {\n+ "TIT...
Ruby
3fc646f3308f22644420da47b17e695065a4621b
500
2021-05-10 00:31:00-07:00
-19,800
['db31bfcee4e3781fc6a07a7d02e8faccd80369ed']
feat: Add campaigns in web widget (#2227) * add campaign store(getter, actions and mutations) * add campaign store module * add get campaigns api * add fetch campaign action widget load * add specs * code cleanup * trigger campaig api fixes * integrate campaign trigger action * code cleanup ...
[{'old_path': 'app/builders/campaigns/campaign_conversation_builder.rb', 'new_path': 'app/builders/campaigns/campaign_conversation_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -5,10 +5,12 @@ class Campaigns::CampaignConversationBuilder\n @contact_inbox = ContactInbox.find(@contact_inbox_id)\n ...
Ruby
a33617cadd5987f98ed7a6271bde72daa7701e12
656
2021-05-10 04:41:08-07:00
-19,800
['3fc646f3308f22644420da47b17e695065a4621b']
feat: Adds 3 column layout for contact page (#2174) * Feat: Adds 3 column layout for contact page * Makes a mixin for 3 column layouts * Fixes story meta Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
[{'old_path': 'app/javascript/dashboard/assets/scss/_mixins.scss', 'new_path': 'app/javascript/dashboard/assets/scss/_mixins.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -236,3 +236,11 @@ $spinner-before-border-color: rgba(255, 255, 255, 0.7);\n text-overflow: ellipsis;\n white-space: nowrap;\n }\n+\n+@...
Ruby
a216297ce18b6ad0d225b246b5191e43f7c71e58
540
2021-05-10 19:58:44+05:30
-19,800
['a33617cadd5987f98ed7a6271bde72daa7701e12']
feat: Increase the width of the message bubble (#2235) * feat: Increase the width of the message bubble 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': '@@ -132,7 +132,6 @@\n \n .bubble {\n @include bubble-with-types;\n- max-width: 50rem;\n te...
Ruby
627a89faf0ca2f98c7ab5fa5028e40a78ccf7a0d
656
2021-05-10 20:01:45+05:30
-19,800
['a216297ce18b6ad0d225b246b5191e43f7c71e58']
feat: Add inline editing support for CRM attributes (#2241)
[{'old_path': 'app/javascript/dashboard/modules/contact/components/ContactAttribute.vue', 'new_path': 'app/javascript/dashboard/modules/contact/components/ContactAttribute.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -8,7 +8,26 @@\n {{ label }}\n </h4>\n </div>\n- <div class="value-wrap"...
Ruby
b5ef9f14e19806282daf93fa5de8e65d2e5bdd9a
500
2021-05-10 21:41:43+05:30
-19,800
['627a89faf0ca2f98c7ab5fa5028e40a78ccf7a0d']
chore: Add bot in campaign add/edit form (#2246) * fix empty message condition in campaign table * add bot in campaign * locale changes * review fixes
[{'old_path': 'app/javascript/dashboard/i18n/locale/en/campaign.json', 'new_path': 'app/javascript/dashboard/i18n/locale/en/campaign.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -52,6 +52,7 @@\n },\n "LIST": {\n "LOADING_MESSAGE": "Loading campaigns...",\n+ "404": "There are no campaigns ...
Ruby
c1a519db4362786b33ae55c8c4832b2cbd2d18ec
540
2021-05-11 20:20:52+05:30
-19,800
['b5ef9f14e19806282daf93fa5de8e65d2e5bdd9a']
chore: Add Message API, cleanup conversation_id param (#2249)
[{'old_path': 'swagger/parameters/account_id.yml', 'new_path': 'swagger/parameters/account_id.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,4 +3,4 @@ name: account_id\n schema:\n type: integer\n required: true\n-description: Numeric ID of the account\n+description: The numeric ID of the account\n'}, {'ol...
Ruby
585dd1b005460127d92be70f33f407122a519956
656
2021-05-11 21:17:10+05:30
-19,800
['c1a519db4362786b33ae55c8c4832b2cbd2d18ec']
feat: Create component to show contact fields on CRM (#2251)
[{'old_path': 'app/javascript/dashboard/modules/contact/components/ContactAttribute.vue', 'new_path': 'app/javascript/dashboard/modules/contact/components/ContactAttribute.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -28,8 +28,8 @@\n class="value--view"\n :class="{ \'is-editable\': showEdit }"\n ...
Ruby
3639fb1d7112ff1cb537d24422a660190e593403
603
2021-05-11 22:38:46+05:30
-19,800
['585dd1b005460127d92be70f33f407122a519956']
chore: Add documentation for APIs (#2248)
[{'old_path': 'swagger/definitions/index.yml', 'new_path': 'swagger/definitions/index.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -21,6 +21,8 @@ agent_bot:\n $ref: ./resource/agent_bot.yml\n contact_inboxes:\n $ref: ./resource/contact_inboxes.yml\n+contactable_inboxes:\n+ $ref: ./resource/contactable_i...
Ruby
368bab25534a26cfda2b7b7ce266425b5d3b7406
90
2021-05-13 12:05:24+05:30
-19,800
['3639fb1d7112ff1cb537d24422a660190e593403']
chore: Refactor contact page button with button component (#2234) * chore: Refactor contact page buttons with woot-button component Co-authored-by: Nithin David Thomas <webofnithin@gmail.com>
[{'old_path': 'app/javascript/dashboard/components/widgets/TableFooter.vue', 'new_path': 'app/javascript/dashboard/components/widgets/TableFooter.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -12,39 +12,41 @@\n v-if="totalCount"\n class="primary button-group pagination-button-group"\n >\...
Ruby
0e6cd699e8f71d428206b0b66bea88808e6ab8d9
540
2021-05-13 13:32:19+05:30
-19,800
['368bab25534a26cfda2b7b7ce266425b5d3b7406']
feat: Sort contacts via name, email, phone_number, last_activity_at (#1870)
[{'old_path': 'Gemfile', 'new_path': 'Gemfile', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -107,6 +107,8 @@ gem 'maxminddb'\n # to create db triggers\n gem 'hairtrigger'\n \n+gem 'procore-sift'\n+\n group :development do\n gem 'annotate'\n gem 'bullet'\n"}, {'old_path': 'Gemfile.lock', 'new_path': 'Gemfile.l...
Ruby
35f8d01a0c88a6c3f80532f9489868a1759dd91f
656
2021-05-13 15:03:04+05:30
-19,800
['0e6cd699e8f71d428206b0b66bea88808e6ab8d9']
chore: Fix warnings in jest (#2262)
[{'old_path': 'app/javascript/dashboard/components/layout/specs/AvailabilityStatus.spec.js', 'new_path': 'app/javascript/dashboard/components/layout/specs/AvailabilityStatus.spec.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -3,11 +3,13 @@ import { createLocalVue, mount } from '@vue/test-utils';\n import Vuex ...
Ruby
836b317b8a8688c093c523f58ecb4ff33251a2b1
540
2021-05-13 15:03:25+05:30
-19,800
['35f8d01a0c88a6c3f80532f9489868a1759dd91f']
feat: Remove restrictions on API channel webhook_url (#2261)
[{'old_path': 'app/javascript/dashboard/routes/dashboard/settings/inbox/channels/Api.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/settings/inbox/channels/Api.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -56,7 +56,8 @@ import { required } from 'vuelidate/lib/validators';\n import router from '...
Ruby
73d30b7f6907e9358cccaf5b5de1dd747aea9dbf
90
2021-05-13 15:39:10+05:30
-19,800
['836b317b8a8688c093c523f58ecb4ff33251a2b1']
chore: Refactor sidebar button with woot-button (#2231) Co-authored-by: Nithin David Thomas <webofnithin@gmail.com>
[{'old_path': 'app/javascript/dashboard/components/layout/AvailabilityStatus.vue', 'new_path': 'app/javascript/dashboard/components/layout/AvailabilityStatus.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -20,22 +20,28 @@\n :key="status.value"\n class="status-items"\n >\...
Ruby
d35e8cfd987154aea3214b620a7e11fb01cce609
656
2021-05-13 15:40:36+05:30
-19,800
['73d30b7f6907e9358cccaf5b5de1dd747aea9dbf']
feat: Creates component show all contact info (#2252) * feat: Adds component to show contact fields * feat: Creates component show all contact info
[{'old_path': 'app/javascript/dashboard/modules/contact/components/ContactIntro.vue', 'new_path': 'app/javascript/dashboard/modules/contact/components/ContactIntro.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -13,8 +13,8 @@\n </h2>\n <h3 class="sub-block-title contact--work">\n {{ contact...
Ruby
4aa35953c49be61b155639b0ff093115cd6759da
540
2021-05-16 16:41:30+05:30
-19,800
['d35e8cfd987154aea3214b620a7e11fb01cce609']
fix: Upgrade chart.js to 2.9.4, fix grid-line option (#2268)
[{'old_path': 'app/javascript/dashboard/components/widgets/chart/BarChart.js', 'new_path': 'app/javascript/dashboard/components/widgets/chart/BarChart.js', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -14,12 +14,12 @@ const chartOptions = {\n scales: {\n xAxes: [\n {\n- barPercentage: 1.26,\n+ ...
Ruby
d5215fea93f854f56e3dab47397970bd23dff7c5
603
2021-05-17 10:32:59+05:30
-19,800
['4aa35953c49be61b155639b0ff093115cd6759da']
feat: APIs for Integration Hooks (#2250) - Introduces JSON Schema validations via JSONSchemer - Add CRUD APIs for integration hooks
[{'old_path': 'Gemfile', 'new_path': 'Gemfile', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -31,6 +31,8 @@ gem 'haikunator'\n gem 'liquid'\n # Parse Markdown to HTML\n gem 'commonmarker'\n+# Validate Data against JSON Schema\n+gem 'json_schemer'\n \n ##-- for active storage --##\n gem 'aws-sdk-s3', require: false...
Ruby
ef2611164d013e8b596794024800a931a290a66a
540
2021-05-17 11:16:50+05:30
-19,800
['d5215fea93f854f56e3dab47397970bd23dff7c5']
fix: Use reply content if available (#2025) * fix: Use text_content reply if available * Use reply instead of full message from html_content
[{'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': "@@ -109,12 +109,14 @@ export default {\n );\n \n const {\n- email: { html_content: {...
Ruby
60177ef418d8f088bfabf4304858449679f3993d
90
2021-05-17 12:00:08+05:30
-19,800
['ef2611164d013e8b596794024800a931a290a66a']
feat: Update UX for adding label in a conversation (#2243)
[{'old_path': 'app/javascript/dashboard/components/ui/Label.vue', 'new_path': 'app/javascript/dashboard/components/ui/Label.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -89,6 +89,7 @@ export default {\n .label--icon,\n .close--icon {\n font-size: var(--font-size-micro);\n+ cursor: pointer;\n }\n...
Ruby
18cea3b0acbf20cb0de34a1ecc42df5768a728ac
500
2021-05-17 21:38:12+05:30
-19,800
['60177ef418d8f088bfabf4304858449679f3993d']
chore: Add inbox id in get campaigns API (#2278)
[{'old_path': 'app/javascript/dashboard/api/inboxes.js', 'new_path': 'app/javascript/dashboard/api/inboxes.js', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,6 +9,10 @@ class Inboxes extends ApiClient {\n getAssignableAgents(inboxId) {\n return axios.get(`${this.url}/${inboxId}/assignable_agents`);\n }\n...
Ruby
610a7c661e5d26826c61f1c87b0555fbcb765f52
500
2021-05-17 21:38:35+05:30
-19,800
['18cea3b0acbf20cb0de34a1ecc42df5768a728ac']
chore: Execute campaigns based on matching URL (#2254)
[{'old_path': '.prettierrc', 'new_path': '.prettierrc', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,6 @@\n {\n "printWidth": 80,\n "singleQuote": true,\n- "trailingComma": "es5"\n+ "trailingComma": "es5",\n+ "arrowParens": "avoid"\n }\n'}, {'old_path': 'app/javascript/sdk/DOMHelpers.js', 'new_path'...
Ruby
f925bc22e275d293a134eb8ad96f1c4602450b9f
500
2021-05-17 21:38:59+05:30
-19,800
['610a7c661e5d26826c61f1c87b0555fbcb765f52']
chore: Add sender details in Unread message (#2277) Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
[{'old_path': None, 'new_path': 'app/javascript/widget/components/UnreadMessage.vue', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,92 @@\n+<template>\n+ <div class="chat-bubble-wrap">\n+ <div class="chat-bubble agent">\n+ <div v-if="showSender" class="row--agent-block">\n+ <thumbnail\n+ ...
Ruby
cf09c2af4dd4798bab645f24d73779abac9217b1
603
2021-05-17 23:53:19+05:30
-19,800
['f925bc22e275d293a134eb8ad96f1c4602450b9f']
chore: Update language translations (#2280) Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
[{'old_path': None, 'new_path': 'app/javascript/dashboard/i18n/locale/ar/campaign.json', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,79 @@\n+{\n+ "CAMPAIGN": {\n+ "HEADER": "Campaigns",\n+ "SIDEBAR_TXT": "Proactive messages allow the customer to send outbound messages to their contacts which would tri...
Ruby
1290e321504ab9fd44dd0e86aec431d21f889da9
500
2021-05-18 00:22:43+05:30
-19,800
['10f3d321dec0864a46579bbb69d4ab90c85f7a88']
fix: Resolve bot name if sender value is empty (#2283) Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
[{'old_path': 'app/javascript/widget/components/UnreadMessage.vue', 'new_path': 'app/javascript/widget/components/UnreadMessage.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -6,7 +6,7 @@\n :src="avatarUrl"\n size="20px"\n :username="agentName"\n- :status="sender.availabi...
Ruby
20a0d381a7a116533dd1dcc5752ca2eb3932b293
540
2021-05-18 12:15:23+05:30
-19,800
['bc9db36d6287fbdbaeacf5d3ea988f0bdd1045c4']
fix: Resolve infinite loop with campaign API call (#2290) Co-authored-by: Muhsin <muhsinkeramam@gmail.com>
[{'old_path': 'app/javascript/widget/App.vue', 'new_path': 'app/javascript/widget/App.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -36,7 +36,7 @@ export default {\n ...mapGetters({\n hasFetched: 'agent/getHasFetched',\n unreadMessageCount: 'conversation/getUnreadMessageCount',\n- campaig...
Ruby
c681e8a01bd226c4f513211159305ee733fa92d0
656
2021-05-20 13:51:46+05:30
-19,800
['af8e681f2a9730272ff1d95400a36c994328eef0']
chore: Refactor button styles (#2259)
[{'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': '@@ -6,13 +6,11 @@\n border-radius: 1000px;\n }\n \n- &.grey-btn {\n- color: $color-gray;\n \n- &:hover {\n...
Ruby
46356d0bf9d2547d66eb7845917cc132ec01fead
603
2021-05-20 20:46:45+05:30
-19,800
['c681e8a01bd226c4f513211159305ee733fa92d0']
docs: Add documentation for integration APIs (#2300)
[{'old_path': 'app/views/api/v1/models/_app.json.jbuilder', 'new_path': 'app/views/api/v1/models/_app.json.jbuilder', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -3,4 +3,8 @@ json.name resource.name\n json.description resource.description\n json.enabled resource.enabled?(@current_account)\n json.button resource.a...
Ruby
047617713e993c8d475f700bf4cb43ca895f8fcd
656
2021-05-20 23:08:05+05:30
-19,800
['46356d0bf9d2547d66eb7845917cc132ec01fead']
Chore: Refactor add note to use foundation card classes (#2308)
[{'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': '@@ -285,10 +285,10 @@ $callout-link-tint: 30%;\n $card-background: $white;\n $card-font-color: $body-font-color;\n ...
Ruby
2a492b416231b3c7e6483d2dea3f9b2935470d07
656
2021-05-20 23:41:15+05:30
-19,800
['047617713e993c8d475f700bf4cb43ca895f8fcd']
Chore: Refactors view note component (#2310)
[{'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': '@@ -5,8 +5,10 @@\n &.round {\n border-radius: 1000px;\n }\n+}\n \n-\n+.card {\n+ padding: var(--space-small);\...
Ruby
bb1c02892689476c24e15397069b36e181d01e6a
603
2021-05-21 00:03:09+05:30
-19,800
['2a492b416231b3c7e6483d2dea3f9b2935470d07']
fix: Slack integration redirect url missing the client ID (#2309) Fixes: #2304
[{'old_path': 'app/views/api/v1/models/_app.json.jbuilder', 'new_path': 'app/views/api/v1/models/_app.json.jbuilder', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,6 +2,7 @@ json.call(resource.params, *resource.params.keys)\n json.name resource.name\n json.description resource.description\n json.enabled resource...
Ruby
64718eb879898609536bfaf7b6462ea29ae0c3d8
603
2021-05-21 18:55:42+05:30
-19,800
['bb1c02892689476c24e15397069b36e181d01e6a']
fix: Broken Docker production config (#2319) fixes: #2110
[{'old_path': 'docker-compose.production.yaml', 'new_path': 'docker-compose.production.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -44,6 +44,8 @@ services:\n redis:\n image: redis:alpine\n restart: always\n+ command: ["sh", "-c", "redis-server --requirepass \\"$REDIS_PASSWORD\\""]\n+ env_fi...
Ruby
26ba8e6ff7ab41210f262b2adeb007fe0070f7b8
656
2021-05-21 19:22:47+05:30
-19,800
['64718eb879898609536bfaf7b6462ea29ae0c3d8']
feat: Create custom attributes for a contact from CRM (#2299) * feat: Creates cutom attributes for a contact from CRM * Review fixes * Change inline forms edit icon size * Review fixes * Fix validation labels color Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
[{'old_path': '.storybook/preview.js', 'new_path': '.storybook/preview.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -2,6 +2,7 @@ import { addDecorator } from '@storybook/vue';\n import Vue from 'vue';\n import Vuex from 'vuex';\n import VueI18n from 'vue-i18n';\n+import Vuelidate from 'vuelidate';\n \n import...
Ruby
ac2c5c93b9b7fb76dac60c85d30d5bf24d6a4713
656
2021-05-21 07:19:57-07:00
-19,800
['26ba8e6ff7ab41210f262b2adeb007fe0070f7b8']
chore: Update webhook delete button styles(#2322) * Chore: Fixes style issue of webhook button * Review fixes
[{'old_path': 'app/javascript/dashboard/routes/dashboard/settings/integrations/Webhook.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/settings/integrations/Webhook.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -43,14 +43,14 @@\n </td>\n <td class="button-wrapper">\n ...
Ruby
58dd6d37e0db747199c58137c2140d6a7c574689
603
2021-05-21 23:52:38+05:30
-19,800
['ac2c5c93b9b7fb76dac60c85d30d5bf24d6a4713']
chore: Update language translations (#2321)
[{'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': '@@ -17,9 +17,6 @@\n "NO_RECORDS_FOUND": "لا توجد محادثات سابقة مرتبطة بجهة الاتصال هذه.",\n "TITLE": "المحادثات السابقة"\n ...
Ruby
62d19911bead15c20e7b7a12f58ca8f5fea2ce34
500
2021-05-24 00:13:03-07:00
-19,800
['58dd6d37e0db747199c58137c2140d6a7c574689']
chore: Add chatwoot utils package (#2307) * add chatwoot utils package * remove color helper * replace contrasting text color with chatwoot util
[{'old_path': 'app/javascript/dashboard/components/ui/Label.vue', 'new_path': 'app/javascript/dashboard/components/ui/Label.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -7,7 +7,7 @@\n </div>\n </template>\n <script>\n-import { getContrastingTextColor } from 'shared/helpers/ColorHelper';\n+import { getContr...
Ruby
652d988993cc3095ea03af6cf73d04e69d4636b8
656
2021-05-25 12:53:00+05:30
-19,800
['62d19911bead15c20e7b7a12f58ca8f5fea2ce34']
fix: Fixes email overflow issue in conversation. (#2331)
[{'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': '@@ -339,5 +339,6 @@ export default {\n .view-box.fill-height {\n height: auto;\n flex-gro...
Ruby
cfdf4a12c864bacaead59b4e495198334157a3d7
500
2021-05-25 01:30:21-07:00
-19,800
['652d988993cc3095ea03af6cf73d04e69d4636b8']
chore: Add missing frontend specs (#2329) * complete dshboard api specs * code cleanup * add conversation mixin spec * add isadmin mixin spec * add agent details component spec * add notification badge spec * spec for thumbnail exist in agent details * fix the deprecation warnings * add agent d...
[{'old_path': None, 'new_path': 'app/javascript/dashboard/api/specs/account.spec.js', 'type': <ModificationType.ADD: 1>, 'diff': "@@ -0,0 +1,26 @@\n+import accountAPI from '../account';\n+import ApiClient from '../ApiClient';\n+import describeWithAPIMock from './apiSpecHelper';\n+\n+describe('#accountAPI', () => {\n+ ...
Ruby
12c68e8a3cd73cdb2cec576a1943fe78c8ce4509
540
2021-05-25 14:10:09+05:30
-19,800
['cfdf4a12c864bacaead59b4e495198334157a3d7']
chore: Upgrade @sentry/vue to 6.4.1 (#2332)
[{'old_path': 'app/javascript/packs/application.js', 'new_path': 'app/javascript/packs/application.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -32,11 +32,16 @@ import {\n } from '../dashboard/helper/pushHelper';\n import * as Sentry from '@sentry/vue';\n import 'vue-easytable/libs/theme-default/index.css';\n...
Ruby
9ffdb0ec70fc514256e68eccf21b3f11dba39f8f
603
2021-05-25 21:41:53+05:30
-19,800
['12c68e8a3cd73cdb2cec576a1943fe78c8ce4509']
chore: Add select field example to WootMessageSeeder (#2338) Fixes: #2076
[{'old_path': 'lib/woot_message_seeder.rb', 'new_path': 'lib/woot_message_seeder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -77,8 +77,10 @@ module WootMessageSeeder\n content_attributes: {\n "items": [\n { "name": \'email\', "placeholder": \'Please enter your email\', "type": \'email...
Ruby
9c555e70c98b388a7be929e8fe683236be63629a
656
2021-05-27 08:24:29+05:30
-19,800
['9ffdb0ec70fc514256e68eccf21b3f11dba39f8f']
fix: Uses label component for add label button (#2337) * fix: Uses label component for add label button * Use button instead of span
[{'old_path': 'app/javascript/dashboard/components/ui/Label.vue', 'new_path': 'app/javascript/dashboard/components/ui/Label.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -52,7 +52,11 @@ export default {\n },\n labelStyle() {\n if (this.bgColor) {\n- return { background: this.bgColor, colo...
Ruby
3b39eb3e33894b0ac0884b14745815864da673ad
603
2021-05-27 20:07:21+05:30
-19,800
['9c555e70c98b388a7be929e8fe683236be63629a']
chore: ability to run Chatwoot as API only server (#2344) - Ability to run chatwoot as an API only server - Removes action cable testing gem since it is merged to rails 6
[{'old_path': '.env.example', 'new_path': '.env.example', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -143,6 +143,11 @@ USE_INBOX_AVATAR_FOR_BOT=true\n # maxmindb api key to use geoip2 service\n # IP_LOOKUP_API_KEY=\n \n+\n+## Running chatwoot as an API only server\n+## setting this value to true will disable the...
Ruby
25ba852b6852b99aca800d3a40bddce3e499dbef
540
2021-05-28 19:21:16+05:30
-19,800
['3b39eb3e33894b0ac0884b14745815864da673ad']
chore: Adjust Chatwoot Config to deploy frontend as a separate app (#2347)
[{'old_path': 'app/javascript/dashboard/assets/scss/_woot.scss', 'new_path': 'app/javascript/dashboard/assets/scss/_woot.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -46,5 +46,4 @@\n \n @import 'plugins/multiselect';\n @import 'plugins/dropdown';\n-@import '@chatwoot/prosemirror-schema/src/woot-editor.css';...
Ruby
cc75a668cb28ada94e3d1fab5370137245dc95a9
90
2021-05-31 10:07:07+05:30
-19,800
['25ba852b6852b99aca800d3a40bddce3e499dbef']
feat: Create section header component (#2296)
[{'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': '@@ -168,6 +168,16 @@\n "BUTTON": "View all notes"\n }\n },\n+ "EVENTS": {\n+ "HEADER": {\n+ "TITLE": "Activities"\...
Ruby
9d16e52e333ec1aba5347e1691ca121d7712dd47
603
2021-05-31 10:58:43+05:30
-19,800
['cc75a668cb28ada94e3d1fab5370137245dc95a9']
chore: Add Swagger docs for Platform APIs (#2349)
[{'old_path': 'swagger/definitions/index.yml', 'new_path': 'swagger/definitions/index.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -25,6 +25,8 @@ contactable_inboxes:\n $ref: ./resource/contactable_inboxes.yml\n account:\n $ref: ./resource/account.yml\n+platform_account:\n+ $ref: ./resource/platform_acc...
Ruby
22965be6dc9cbbf9143f3c37552182c163988638
603
2021-06-01 22:34:25+05:30
-19,800
['9d16e52e333ec1aba5347e1691ca121d7712dd47']
feat: Add AgentBot APIs (#2323)
[{'old_path': None, 'new_path': 'app/controllers/api/v1/accounts/agent_bots_controller.rb', 'type': <ModificationType.ADD: 1>, 'diff': "@@ -0,0 +1,35 @@\n+class Api::V1::Accounts::AgentBotsController < Api::V1::Accounts::BaseController\n+ before_action :current_account\n+ before_action :check_authorization\n+ before...
Ruby
2c42e706377517fe2cfaa2cc441952418ce20877
656
2021-06-02 10:20:40+05:30
-19,800
['22965be6dc9cbbf9143f3c37552182c163988638']
feat: Add support for canned response command anywhere on rich text editor (#2356)
[{'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': '@@ -5,29 +5,38 @@\n :search-key="mentionSearchKey"\n @click="insertMentionNode"\n />\n+ <c...
Ruby
b0b4d9d6f5227c3e0325ad117973d83295d1eddf
500
2021-06-02 05:22:24-07:00
-19,800
['2c42e706377517fe2cfaa2cc441952418ce20877']
enhancement: Current password confirmation in change password (#2108) * add current password field in change password form * locale changes * chore: update password API * chore: rubocop fixes * replace currentPassword with current_password * code cleanup * replace input with woot-input * code clea...
[{'old_path': 'app/controllers/api/v1/profiles_controller.rb', 'new_path': 'app/controllers/api/v1/profiles_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -6,6 +6,12 @@ class Api::V1::ProfilesController < Api::BaseController\n end\n \n def update\n+ if password_params[:password].present?\n+ ...
Ruby
49be9e21c3c4f6e24c83dcbb41136127b03e8d83
81
2021-06-02 08:46:45-07:00
25,200
['b0b4d9d6f5227c3e0325ad117973d83295d1eddf']
chore: Universal Linking for Android (#2324) * android assetlinks.json config * try renaming html to json * update env example * chore: fix styling * chore: styling part 2 * test: add spec for android assetlinks * minor fixes * minor fixes * remove android sha256 value from env example * add...
[{'old_path': '.env.example', 'new_path': '.env.example', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -116,6 +116,10 @@ SLACK_CLIENT_SECRET=\n ### Change this env variable only if you are using a custom build mobile app\n ## Mobile app env variables\n IOS_APP_ID=6C953F3RX2.com.chatwoot.app\n+ANDROID_BUNDLE_ID=com...
Ruby
75fe851345bf84061a60b48c0988f23a93370ae3
540
2021-06-02 21:29:53+05:30
-19,800
['b8aaf6c90d145314aa2f65021e81bde96bf60c71']
fix: Update the translation key for Custom Attributes (#2364)
[{'old_path': 'app/javascript/dashboard/routes/dashboard/conversation/ContactCustomAttributes.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/conversation/ContactCustomAttributes.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,7 +1,7 @@\n <template>\n <div class="custom-attributes--panel">\n ...
Ruby
2fca87e3e7f2ebe9f9c5aec23be9cf392a0f0ff0
90
2021-06-02 22:48:09+05:30
-19,800
['75fe851345bf84061a60b48c0988f23a93370ae3']
Feat: Creates reminder list component for CRM (#2258) * Feat: Creates reminder list component for CRM Co-authored-by: Nithin David Thomas <webofnithin@gmail.com>
[{'old_path': None, 'new_path': 'app/javascript/dashboard/routes/dashboard/contacts/components/ReminderItem.stories.js', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,52 @@\n+import { action } from \'@storybook/addon-actions\';\n+import ReminderItem from \'./ReminderItem\';\n+\n+export default {\n+ title: \'C...
Ruby
9a9bcf81531d744e7ac45fff6fc54cfef4ced8d7
90
2021-06-02 22:53:13+05:30
-19,800
['2fca87e3e7f2ebe9f9c5aec23be9cf392a0f0ff0']
feat: Create add reminder component for CRM (#2264) * feat: Creates add reminder component for CRM Co-authored-by: Nithin David Thomas <webofnithin@gmail.com>
[{'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': '@@ -155,6 +155,16 @@\n "VIEW_DETAILS": "View details"\n }\n },\n+ "REMINDER": {\n+ "ADD_BUTTON": {\n+ "BUTTON": "A...
Ruby
b1228f805e7cb39a95b6541be44e0977cfe48f39
90
2021-06-02 23:09:43+05:30
-19,800
['9a9bcf81531d744e7ac45fff6fc54cfef4ced8d7']
feat: Creates event timeline card component for CRM (#2291) * feat: Creates event timeline card component for CRM Co-authored-by: Nithin David Thomas <webofnithin@gmail.com>
[{'old_path': None, 'new_path': 'app/javascript/dashboard/routes/dashboard/contacts/components/TimelineCard.stories.js', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,45 @@\n+import { action } from \'@storybook/addon-actions\';\n+import TimelineCard from \'./TimelineCard\';\n+\n+export default {\n+ title: \'C...
Ruby
f731002b7073059b237ef81f830d37df2633067d
540
2021-06-03 23:20:30+05:30
-19,800
['b1228f805e7cb39a95b6541be44e0977cfe48f39']
fix: Retain focus after sending message in rich content editor (#2372) 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': "@@ -136,9 +136,11 @@ export default {\n showCannedMenu(updatedValue) {\n this.$emit('toggle-canned-...
Ruby
58846e7ad84cca31b01bb30d5ec2b2d2b1dc335e
656
2021-06-03 23:21:39+05:30
-19,800
['f731002b7073059b237ef81f830d37df2633067d']
chore: Add new color shade + tint for violet (#2373)
[{'old_path': 'app/javascript/shared/assets/stylesheets/colors.scss', 'new_path': 'app/javascript/shared/assets/stylesheets/colors.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -67,6 +67,17 @@\n --r-800: #D11320;\n --r-900: #C30011;\n \n+ --v-50: #FFFFFF;\n+ --v-100: #F5EBFF;\n+ --v-200: #DDB8FF;\n+ ...
Ruby
562a65a70dd5af19641c2f99ba985b2be896e7c8
656
2021-06-04 12:54:16+05:30
-19,800
['58846e7ad84cca31b01bb30d5ec2b2d2b1dc335e']
chore: Cleanup unused components (#2379)
[{'old_path': 'app/javascript/dashboard/components/widgets/Button.vue', 'new_path': None, 'type': <ModificationType.DELETE: 4>, 'diff': '@@ -1,49 +0,0 @@\n-<template>\n- <button :type="type" class="button nice" :class="variant" @click="onClick">\n- <i\n- v-if="!isLoading && icon"\n- class="icon"\n- :...
Ruby
8a283a778350d53b06a7a73d13a3a71e8df088ee
500
2021-06-04 13:17:44+05:30
-19,800
['562a65a70dd5af19641c2f99ba985b2be896e7c8']
feat: Ask to confirm with name before inbox/team deletion (#2370)
[{'old_path': 'app/javascript/dashboard/components/index.js', 'new_path': 'app/javascript/dashboard/components/index.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -6,6 +6,7 @@ import Button from './ui/WootButton';\n import Code from './Code';\n import ColorPicker from './widgets/ColorPicker';\n import DeleteMo...
Ruby
c028f30f82a3d29ebdb97617478cf82f7aa520eb
656
2021-06-04 21:54:06+05:30
-19,800
['8a283a778350d53b06a7a73d13a3a71e8df088ee']
chore: Add a different color for messages from bot (#2374) Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com> Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
[{'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': "@@ -197,11 +197,16 @@ export default {\n 'is-private': this.data.private,\n 'is-image':...
Ruby
14b51e108ac57fd7106621fd5473fb56b81bc058
500
2021-06-06 16:59:05+05:30
-19,800
['c6487877bf58e4c58d7993bd64e63f679ce0fa2c']
feat: Add Integration hooks UI (#2301)
[{'old_path': 'app/javascript/dashboard/api/integrations.js', 'new_path': 'app/javascript/dashboard/api/integrations.js', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -16,6 +16,14 @@ class IntegrationsAPI extends ApiClient {\n delete(integrationId) {\n return axios.delete(`${this.baseUrl()}/integrations/${in...
Ruby