Search is not available for this dataset
hash
string
author
int32
committer_date
string
timezone
int64
parents
string
message
string
changes
string
language
string
a533f43fbf5ed6273ad3e0026d87d2d2a934c83e
622
2022-10-13 13:31:49-07:00
-19,800
['8f4944fda065e4e6282930ff76bdfc18798b0984']
fix: Stop raising errors for unsupported Whatsapp messages (#5541) - Handle unsupported Whatsapp messages
[{'old_path': 'app/services/whatsapp/incoming_message_base_service.rb', 'new_path': 'app/services/whatsapp/incoming_message_base_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -12,7 +12,7 @@ class Whatsapp::IncomingMessageBaseService\n \n set_conversation\n \n- return if @processed_params[:messag...
Ruby
bf4338ef9e3fc7637f0d8d3549afc7a002873e47
9
2022-10-13 13:35:11-07:00
-19,800
['a533f43fbf5ed6273ad3e0026d87d2d2a934c83e']
feat: Make category name in article table clickable (#5626) Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
[{'old_path': 'app/javascript/dashboard/routes/dashboard/helpcenter/components/ArticleItem.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/helpcenter/components/ArticleItem.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -16,7 +16,12 @@\n </div>\n </td>\n <td>\n- <span class="fs-...
Ruby
1f271356ca065e6a9a0169503cababad240cd3bc
9
2022-10-13 13:36:42-07:00
-19,800
['bf4338ef9e3fc7637f0d8d3549afc7a002873e47']
feat: Update the design for dropdown buttons (#5625)
[{'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': '@@ -113,9 +113,22 @@ $default-button-height: 4.0rem;\n }\n \n &.clear {\n+ color: var(--w-700);\n+\n+ &.secondary...
Ruby
e310230f624df59f99c4c602129d29652bb26c5a
603
2022-10-13 15:12:04-07:00
25,200
['1f271356ca065e6a9a0169503cababad240cd3bc']
chore: Refactor Contact Inbox Builders (#5617) - Remove duplicate code and move everything to builders - fixes: #4680
[{'old_path': '.rubocop.yml', 'new_path': '.rubocop.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -16,6 +16,7 @@ Metrics/ClassLength:\n - 'app/models/message.rb'\n - 'app/builders/messages/facebook/message_builder.rb'\n - 'app/controllers/api/v1/accounts/contacts_controller.rb'\n+ - 'app/contro...
Ruby
a6960dc2d38f64f02eb17af88c59ca3f50a24c48
60
2022-10-14 09:13:11+05:30
-7,200
['e310230f624df59f99c4c602129d29652bb26c5a']
chore: Refactor widget (#5621)
[{'old_path': 'app/javascript/widget/api/agent.js', 'new_path': 'app/javascript/widget/api/agent.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -3,6 +3,5 @@ import { API } from 'widget/helpers/axios';\n \n export const getAvailableAgents = async websiteToken => {\n const urlData = endPoints.getAvailableAgents...
Ruby
db53af91e740f9a0efecf855d9da63250d1be4d2
603
2022-10-14 12:46:41-07:00
25,200
['a6960dc2d38f64f02eb17af88c59ca3f50a24c48']
chore (#5636) * New translations conversation.json (Latvian) * New translations bulkActions.json (Portuguese, Brazilian) * New translations agentMgmt.json (Latvian) * New translations teamsSettings.json (Latvian) * New translations contactFilters.json (Latvian) * New translations automation.json (Latvia...
[{'old_path': 'app/javascript/dashboard/i18n/locale/lv/agentMgmt.json', 'new_path': 'app/javascript/dashboard/i18n/locale/lv/agentMgmt.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -12,12 +12,12 @@\n "404": "Šim kontam nav piesaistīts neviens aģents",\n "TITLE": "Pārvaldīt Jūsu komandas aģentus",...
Ruby
ce3730d64078da7546a22db0a2749e0a84875b89
61
2022-10-14 13:38:08-07:00
-7,200
['db53af91e740f9a0efecf855d9da63250d1be4d2']
fix: Avoid email icon getting distorted (#5633) Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
[{'old_path': 'app/javascript/dashboard/routes/dashboard/conversation/contact/ContactInfoRow.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/conversation/contact/ContactInfoRow.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -10,10 +10,11 @@\n <woot-button\n v-if="showCopy"\n ...
Ruby
252eda14c6e62cb8f91a8f7337d2dc05dc550bdf
9
2022-10-16 16:48:32-07:00
-19,800
['ce3730d64078da7546a22db0a2749e0a84875b89']
chore: Add woot button to message context menu (#5638)
[{'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': '@@ -420,6 +420,8 @@ export default {\n <style lang="scss">\n .wrap {\n > .bubble {\n+ min-width: 1...
Ruby
706ab872f36ffb116f2bb37eea840f6c30789ffa
500
2022-10-17 20:59:17+05:30
-19,800
['252eda14c6e62cb8f91a8f7337d2dc05dc550bdf']
fix: Disable name in pre-chat form if the name is already provided in `setUser` (#5466)
[{'old_path': 'app/javascript/widget/components/PreChat/Form.vue', 'new_path': 'app/javascript/widget/components/PreChat/Form.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -117,11 +117,23 @@ export default {\n filteredPreChatFields() {\n const isUserEmailAvailable = !!this.currentUser.email;\n ...
Ruby
704554d453455bcec78ad2d5338a6e596c698794
603
2022-10-17 11:14:29-07:00
25,200
['706ab872f36ffb116f2bb37eea840f6c30789ffa']
chore: Update translations (#5644)
[{'old_path': None, 'new_path': 'app/javascript/dashboard/i18n/locale/el/agentBots.json', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,5 @@\n+{\n+ "AGENT_BOTS": {\n+ "HEADER": "Bots"\n+ }\n+}\n'}, {'old_path': 'app/javascript/dashboard/i18n/locale/el/bulkActions.json', 'new_path': 'app/javascript/dashboa...
Ruby
73f5595762877bcc1d15144cdf4bd7a3db34069d
9
2022-10-17 13:13:02-07:00
-19,800
['704554d453455bcec78ad2d5338a6e596c698794']
chore: Sync colors from dashboard to tailwind config (#5656)
[{'old_path': 'app/javascript/dashboard/components/layout/sidebarComponents/SecondaryNavItem.vue', 'new_path': 'app/javascript/dashboard/components/layout/sidebarComponents/SecondaryNavItem.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -321,7 +321,7 @@ export default {\n .beta {\n padding-right: var(--space...
Ruby
20b4a91122e9b5db5ccc0546c06783a6c08fa247
540
2022-10-17 14:59:44-07:00
25,200
['73f5595762877bcc1d15144cdf4bd7a3db34069d']
chore: Add feature flags in the settings console (#5657)
[{'old_path': 'app/javascript/dashboard/components/layout/Sidebar.vue', 'new_path': 'app/javascript/dashboard/components/layout/Sidebar.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -73,14 +73,14 @@ export default {\n \n computed: {\n ...mapGetters({\n+ accountId: 'getCurrentAccountId',\n+ cur...
Ruby
444809cc683b4b107569d5194440cc59c38b17a8
90
2022-10-17 15:00:02-07:00
-19,800
['20b4a91122e9b5db5ccc0546c06783a6c08fa247']
fix: Added validation for check box in the pre-chat form (#5648)
[{'old_path': 'app/javascript/widget/components/PreChat/Form.vue', 'new_path': 'app/javascript/widget/components/PreChat/Form.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -245,6 +245,7 @@ export default {\n text: null,\n select: null,\n number: null,\n+ checkbox: false,\n ...
Ruby
1c44e43c437ebc6dba1dab92a710c08ccf2594bd
9
2022-10-17 15:59:18-07:00
-19,800
['444809cc683b4b107569d5194440cc59c38b17a8']
fix: Fix overflow issue for category name in article list (#5658) Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
[{'old_path': 'app/javascript/dashboard/routes/dashboard/helpcenter/components/ArticleItem.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/helpcenter/components/ArticleItem.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,7 +4,7 @@\n <div class="article-content-wrap">\n <div class="...
Ruby
2423def8e8c62e885d72da9eb9812e8cdc624d64
603
2022-10-17 17:36:56-07:00
25,200
['1c44e43c437ebc6dba1dab92a710c08ccf2594bd']
chore: Add attachments key to `message_created` webhook payload (#5659) - Add attachments key to `message_created` webhook payload
[{'old_path': 'app/listeners/webhook_listener.rb', 'new_path': 'app/listeners/webhook_listener.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -54,7 +54,7 @@ class WebhookListener < BaseListener\n private\n \n def deliver_account_webhooks(payload, inbox)\n- inbox.account.webhooks.account.each do |webhook|...
Ruby
e19c6d567137a9620801233854d2ade13c2d4017
540
2022-10-17 18:52:51-07:00
25,200
['2423def8e8c62e885d72da9eb9812e8cdc624d64']
chore: Add editor toggle for API inbox (#5660)
[{'old_path': 'app/javascript/dashboard/components/layout/sidebarComponents/Secondary.vue', 'new_path': 'app/javascript/dashboard/components/layout/sidebarComponents/Secondary.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -64,7 +64,6 @@ export default {\n },\n computed: {\n ...mapGetters({\n- acc...
Ruby
71ca530292738e460563f57dc18bb550a6e60768
540
2022-10-17 18:59:22-07:00
25,200
['e19c6d567137a9620801233854d2ade13c2d4017']
fix: Fix typo in help center (#5661)
[{'old_path': 'app/javascript/dashboard/i18n/locale/en/helpCenter.json', 'new_path': 'app/javascript/dashboard/i18n/locale/en/helpCenter.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -307,7 +307,7 @@\n "PUBLISH_ARTICLE": {\n "API": {\n "ERROR": "Error while publishing article",\n- "S...
Ruby
e34e975776f52068c797221b0e4bb935f06dd21a
21
2022-10-18 01:05:28-07:00
-7,200
['a1ce188dab9e9e3929d597ce208a6e85eb33760a']
chore: ability to delete user in super admin console fixes: #4164
[{'old_path': 'app/models/user.rb', 'new_path': 'app/models/user.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -96,7 +96,7 @@ class User < ApplicationRecord\n class_name: :PortalMember,\n dependent: :destroy_async\n has_many :portals,\n- through: :portals_members,\n+ ...
Ruby
2e7ab484bd9d28c1f37b0d77cb92f8ff6bf947ad
500
2022-10-18 13:16:29-07:00
-19,800
['e34e975776f52068c797221b0e4bb935f06dd21a']
fix: Discard invalid contact attributes in widget conversation end point (#5664) Fixes: chatwoot/product#601
[{'old_path': 'app/controllers/api/v1/widget/conversations_controller.rb', 'new_path': 'app/controllers/api/v1/widget/conversations_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -17,7 +17,8 @@ class Api::V1::Widget::ConversationsController < Api::V1::Widget::BaseController\n @contact = ContactId...
Ruby
3de8f256cb0affd03a78279f4720b6cfc01ad87f
12
2022-10-19 12:23:53-07:00
-19,800
['2e7ab484bd9d28c1f37b0d77cb92f8ff6bf947ad']
fix: Avoid overflowing submenus in conversation context menu (#5113) * Scroll overflowing content inside submenus * Disable submenus if options are not available
[{'old_path': 'app/javascript/dashboard/components/widgets/conversation/contextMenu/Index.vue', 'new_path': 'app/javascript/dashboard/components/widgets/conversation/contextMenu/Index.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -17,7 +17,10 @@\n @click="snoozeConversation(option.snoozedUntil)"\n ...
Ruby
f7407271775486cbf8040a167ee77c11acb3e1b4
515
2022-10-20 00:54:08+05:30
-19,800
['3de8f256cb0affd03a78279f4720b6cfc01ad87f']
Added testcases for AddReminder Component (#5538) Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
[{'old_path': None, 'new_path': 'app/javascript/dashboard/routes/dashboard/contacts/components/specs/AddReminder.spec.js', 'type': <ModificationType.ADD: 1>, 'diff': "@@ -0,0 +1,48 @@\n+import { shallowMount } from '@vue/test-utils';\n+import AddReminder from '../AddReminder.vue';\n+\n+let wrapper;\n+\n+describe('AddRe...
Ruby
0343acdb7e185e7a77d04fe81d08a1d9f30fb96b
622
2022-10-19 12:56:39-07:00
-19,800
['f7407271775486cbf8040a167ee77c11acb3e1b4']
fix: ensure contact_inbox if contact exists(#5667) - Fixing Instagram issue for existing contacts in the inbox
[{'old_path': 'Gemfile.lock', 'new_path': 'Gemfile.lock', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -427,14 +427,14 @@ GEM\n netrc (0.11.0)\n newrelic_rpm (8.9.0)\n nio4r (2.5.8)\n- nokogiri (1.13.7)\n+ nokogiri (1.13.9)\n mini_portile2 (~> 2.8.0)\n racc (~> 1.4)\n- nokogiri (1....
Ruby
6bc34db932eb1cde8019cdef02fa20111d0c5073
12
2022-10-19 13:07:44-07:00
-19,800
['0343acdb7e185e7a77d04fe81d08a1d9f30fb96b']
fix: Make links more accessible on helpcenter public views (#5681) Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
[{'old_path': 'app/views/public/api/v1/portals/_category-block.html.erb', 'new_path': 'app/views/public/api/v1/portals/_category-block.html.erb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,7 +1,9 @@\n <section class="bg-white lg:container w-full py-6 px-4 flex flex-col h-full">\n <div class="flex justify-be...
Ruby
c542d2e0fff943062fe532fd0ffb1b3427442e53
60
2022-10-19 13:20:40-07:00
-7,200
['6bc34db932eb1cde8019cdef02fa20111d0c5073']
chore: Refactor urlParamsHelper.js (#5639)
[{'old_path': 'app/javascript/widget/helpers/specs/urlParamsHelper.spec.js', 'new_path': 'app/javascript/widget/helpers/specs/urlParamsHelper.spec.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -31,7 +31,7 @@ describe('#getLocale', () => {\n expect(getLocale('?test=1&cw_conv=2&website_token=3&locale=fr')).t...
Ruby
199f462af40d668368001a6f28ac21f8df8f9752
603
2022-10-19 13:27:10-07:00
25,200
['c542d2e0fff943062fe532fd0ffb1b3427442e53']
chore: Update translations from Crowdin (#5663)
[{'old_path': None, 'new_path': 'app/javascript/dashboard/i18n/locale/ar/agentBots.json', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,5 @@\n+{\n+ "AGENT_BOTS": {\n+ "HEADER": "Bots"\n+ }\n+}\n'}, {'old_path': 'app/javascript/dashboard/i18n/locale/ar/bulkActions.json', 'new_path': 'app/javascript/dashboa...
Ruby
ceaffe862a4e87d1833248056d01182bc232a68d
622
2022-10-19 13:44:17-07:00
-19,800
['199f462af40d668368001a6f28ac21f8df8f9752']
Fix: Handled IG unsupported file type (#5650) We get 'unsupported_type' in the web-hook event only when Instagram faces issues processing the attachments. https://developers.facebook.com/docs/messenger-platform/instagram/features/webhook/ according to their document, we are handling the given types and are ignoring th...
[{'old_path': 'app/builders/messages/instagram/message_builder.rb', 'new_path': 'app/builders/messages/instagram/message_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -72,6 +72,7 @@ class Messages::Instagram::MessageBuilder < Messages::Messenger::MessageBuilder\n \n def build_message\n return if ...
Ruby
bce0bb8acbcf8dbefdd5428391c8f0646729bb9c
650
2022-10-19 13:45:32-07:00
-19,800
['ceaffe862a4e87d1833248056d01182bc232a68d']
chore: Improve pr and bug report templates (#5556) Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
[{'old_path': '.github/ISSUE_TEMPLATE/bug_report.md', 'new_path': '.github/ISSUE_TEMPLATE/bug_report.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -6,6 +6,7 @@ labels: 'Bug'\n assignees: ''\n \n ---\n+\n **Describe the bug**\n \n A clear and concise description of what the bug is.\n@@ -16,11 +17,11 @@ Steps to...
Ruby
1fb1be3ddc231f8760b84dd1109a3baae252e0ae
9
2022-10-19 17:09:32-07:00
-19,800
['bce0bb8acbcf8dbefdd5428391c8f0646729bb9c']
feat: Add search functionality for public portal (#5683) Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
[{'old_path': 'app/controllers/public/api/v1/portals/articles_controller.rb', 'new_path': 'app/controllers/public/api/v1/portals/articles_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,7 +1,7 @@\n class Public::Api::V1::Portals::ArticlesController < PublicController\n before_action :ensure_custo...
Ruby
22d5703b92828a0a13e392fdf91f5bf555effbf2
12
2022-10-19 17:13:13-07:00
-19,800
['1fb1be3ddc231f8760b84dd1109a3baae252e0ae']
feat: Macros listing and Editor (#5606) Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
[{'old_path': '.codeclimate.yml', 'new_path': '.codeclimate.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -54,3 +54,5 @@ exclude_patterns:\n - 'app/javascript/widget/i18n/index.js'\n - 'app/javascript/survey/i18n/index.js'\n - 'app/javascript/shared/constants/locales.js'\n+ - 'app/javascript/dashboard/...
Ruby
10d86fbb35e87369778a494b7776db920e9018f8
439
2022-10-19 17:25:16-07:00
-10,800
['22d5703b92828a0a13e392fdf91f5bf555effbf2']
chore: Ability to Remove password info from sentinel config (#4550) Introduce the REDIS_SENTINEL_PASSWORD environment variable to customize the behaviour of sentinel passwords. Co-authored-by: EXT02D22861 <nusret.ozates@consultant.turkcell.com.tr> Co-authored-by: Sojan Jose <sojan@pepalo.com>
[{'old_path': '.env.example', 'new_path': '.env.example', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -34,6 +34,11 @@ REDIS_SENTINELS=\n # You can find list of master using "SENTINEL masters" command\n REDIS_SENTINEL_MASTER_NAME=\n \n+# By default Chatwoot will pass REDIS_PASSWORD as the password value for sentin...
Ruby
a3277b45af1b8bd88fb0b32274b11613df2cff06
54
2022-10-19 17:26:10-07:00
14,400
['10d86fbb35e87369778a494b7776db920e9018f8']
feat: Update conversation attributes in realtime when they changed (#5542) Co-authored-by: daniel gannage <daniel@pxdel.com> Co-authored-by: Tejaswini Chile <tejaswini@chatwoot.com>
[{'old_path': 'app/javascript/dashboard/helper/actionCable.js', 'new_path': 'app/javascript/dashboard/helper/actionCable.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -25,6 +25,7 @@ class ActionCableConnector extends BaseActionCableConnector {\n 'notification.created': this.onNotificationCreated,\n ...
Ruby
fa73b5290c39e6fefc1fb8b2821b73fdb23e8542
21
2022-10-19 21:16:36-07:00
-7,200
['a3277b45af1b8bd88fb0b32274b11613df2cff06']
chore: Allow feature flag parameters in platform API for account creation (#5589) Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
[{'old_path': 'app/controllers/platform/api/v1/accounts_controller.rb', 'new_path': 'app/controllers/platform/api/v1/accounts_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,16 +3,12 @@ class Platform::Api::V1::AccountsController < PlatformController\n @resource = Account.new(account_params)\n ...
Ruby
a8561cd798626e9c675a042a00e232819da064ed
540
2022-10-19 21:49:34-07:00
25,200
['fa73b5290c39e6fefc1fb8b2821b73fdb23e8542']
fix: Add portal pack to tailwind config (#5686)
[{'old_path': 'tailwind.config.js', 'new_path': 'tailwind.config.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -3,6 +3,7 @@ const { colors } = require('tailwindcss/defaultTheme');\n module.exports = {\n purge: [\n './app/javascript/widget/**/*.vue',\n+ './app/javascript/portal/**/*.vue',\n './app/...
Ruby
4d0b3028029ca8846813a64cef0cceda58691bc9
242
2022-10-20 19:13:20-07:00
25,200
['a8561cd798626e9c675a042a00e232819da064ed']
Avoid crashing when `AudioContext` is not available. (#5641) #4942. We've also had a number of crash reports show up in our logs related to this. Typically we see "undefined is not a constructor" because of the `window.AudioContext || window.webkitAudioContext` returns `undefined`.
[{'old_path': 'app/javascript/shared/helpers/AudioNotificationHelper.js', 'new_path': 'app/javascript/shared/helpers/AudioNotificationHelper.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -5,17 +5,21 @@ import { showBadgeOnFavicon } from './faviconHelper';\n \n export const initOnEvents = ['click', 'touchstart'...
Ruby
a274a1702a857092c9407e166c80fbb782cadfc0
622
2022-10-20 19:41:48-07:00
-19,800
['4d0b3028029ca8846813a64cef0cceda58691bc9']
chore: Macros enhancement (#5609) - Fixed send_attachment and send_email_transcript - Fixed duplicate activity messages - Fixed Order of execution Fixes: #5584
[{'old_path': 'app/controllers/api/v1/accounts/macros_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/macros_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -14,6 +14,8 @@ class Api::V1::Accounts::MacrosController < Api::V1::Accounts::BaseController\n render json: { error: @macro.erro...
Ruby
95cc55d043adef39c2b929c7c965b36ac5ca6e97
540
2022-10-20 20:05:17-07:00
25,200
['a274a1702a857092c9407e166c80fbb782cadfc0']
fix: Update pagination logic in the help center (#5693)
[{'old_path': 'app/javascript/dashboard/components/widgets/TableFooter.vue', 'new_path': 'app/javascript/dashboard/components/widgets/TableFooter.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -83,75 +83,71 @@ export default {\n },\n pageSize: {\n type: Number,\n- default: 15,\n+ defaul...
Ruby
782165478bd0590baf7e69c6d798c20e89bb67b6
622
2022-10-21 13:43:15-07:00
-19,800
['95cc55d043adef39c2b929c7c965b36ac5ca6e97']
fix: Update article count in portal admin dashboard (#5647) Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
[{'old_path': 'app/controllers/api/v1/accounts/articles_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/articles_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -5,9 +5,10 @@ class Api::V1::Accounts::ArticlesController < Api::V1::Accounts::BaseController\n before_action :set_current_pag...
Ruby
4a299a9441d338cd2ff8286df9213da49da1b455
622
2022-10-21 16:12:35-07:00
-19,800
['782165478bd0590baf7e69c6d798c20e89bb67b6']
fix: Add an action cable events for label updates (#5694) Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
[{'old_path': 'app/javascript/dashboard/store/modules/conversations/actions.js', 'new_path': 'app/javascript/dashboard/store/modules/conversations/actions.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -252,6 +252,12 @@ const actions = {\n meta: { sender },\n } = conversation;\n commit(types.UPDAT...
Ruby
c3426929d7589fa90801a569e8da1e4ef1236855
9
2022-10-21 16:43:43-07:00
-19,800
['4a299a9441d338cd2ff8286df9213da49da1b455']
chore: Refactor sidebar components used in help center (#5695) Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
[{'old_path': 'app/controllers/api/v1/accounts/articles_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/articles_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -38,7 +38,7 @@ class Api::V1::Accounts::ArticlesController < Api::V1::Accounts::BaseController\n end\n \n def portal\n- @...
Ruby
8d5a9a9daa0f19fba4931840cc8b1504ca2e2cc8
9
2022-10-21 17:24:52-07:00
-19,800
['c3426929d7589fa90801a569e8da1e4ef1236855']
fix: Show account switch modal from portal dashboard (#5712)
[{'old_path': 'app/javascript/dashboard/routes/dashboard/helpcenter/components/HelpCenterLayout.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/helpcenter/components/HelpCenterLayout.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,6 +2,7 @@\n <div class="row app-wrapper">\n <sidebar\n ...
Ruby
6823b04e5b8f74f327693681c390d58fdad02cb9
540
2022-10-21 17:32:01-07:00
25,200
['8d5a9a9daa0f19fba4931840cc8b1504ca2e2cc8']
fix: Update public partials to fix help center search (#5713)
[{'old_path': 'app/views/public/api/v1/models/_article.json.jbuilder', 'new_path': 'app/views/public/api/v1/models/_article.json.jbuilder', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -9,7 +9,7 @@ json.last_updated_at article.updated_at\n \n if article.portal.present?\n json.portal do\n- json.partial! 'api/v...
Ruby
af020f446e8fa749554d166c70ce6764729fb7c3
125
2022-10-21 18:05:36-07:00
10,800
['6823b04e5b8f74f327693681c390d58fdad02cb9']
fix: check the content type for the file when uploading from cloud storage (#5378) When sending the message with audio, only the signed id of the file is sent. In the back end check only the UploadedFile type. The attachment has the default file type image, now it gets the content type from the signed id Fixes: #...
[{'old_path': 'app/builders/messages/message_builder.rb', 'new_path': 'app/builders/messages/message_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -35,7 +35,13 @@ class Messages::MessageBuilder\n file: uploaded_attachment\n )\n \n- attachment.file_type = file_type(uploaded_attachment...
Ruby
3a71fe32605a74d611820d4f494ff531ae6817d0
603
2022-10-21 18:06:02-07:00
25,200
['af020f446e8fa749554d166c70ce6764729fb7c3']
chore: Stop duplicate websocket updates for conversation updates (#5711) - remove extra dispatch for label updates
[{'old_path': 'app/models/conversation.rb', 'new_path': 'app/models/conversation.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -219,7 +219,7 @@ class Conversation < ApplicationRecord\n \n def notify_conversation_updation\n return unless previous_changes.keys.present? && (previous_changes.keys & %w[team_i...
Ruby
d54392cb53d80b781c53540e928b2c06e0f3197e
9
2022-10-24 19:59:36-07:00
-19,800
['3a71fe32605a74d611820d4f494ff531ae6817d0']
fix: Update max-width to fix overflow for emoji selector (#5727)
[{'old_path': 'app/javascript/widget/components/ChatInputWrap.vue', 'new_path': 'app/javascript/widget/components/ChatInputWrap.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -191,6 +191,7 @@ export default {\n .emoji-dialog {\n right: $space-smaller;\n top: -278px;\n+ max-width: 100%;\n \n &::before {\...
Ruby
c3ec1d4f8abbab7650bafda726dc0f4d6eb84340
12
2022-10-24 20:33:59-07:00
-19,800
['d54392cb53d80b781c53540e928b2c06e0f3197e']
feat: Add the ability for the agents to execute a macro (#5698) Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
[{'old_path': 'app/javascript/dashboard/components/index.js', 'new_path': 'app/javascript/dashboard/components/index.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -5,9 +5,12 @@ import Button from './ui/WootButton';\n import Code from './Code';\n import ColorPicker from './widgets/ColorPicker';\n import Confirm...
Ruby
06e22191108f82bdeba141be752928f58f0e7a95
12
2022-10-24 23:49:19-07:00
-19,800
['c3ec1d4f8abbab7650bafda726dc0f4d6eb84340']
chore: Improve macros stability (#5700) Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
[{'old_path': 'app/javascript/dashboard/components/widgets/AutomationActionInput.vue', 'new_path': 'app/javascript/dashboard/components/widgets/AutomationActionInput.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -150,7 +150,7 @@ export default {\n },\n actionInputStyles() {\n return {\n- ...
Ruby
bcde84b5b52eb144c38ada38410185ce853f6cd1
60
2022-10-25 13:35:11+05:30
-7,200
['06e22191108f82bdeba141be752928f58f0e7a95']
feat: Add ability to paste file/image from clipboard (#5627) Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com> Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
[{'old_path': 'app/javascript/shared/helpers/FileHelper.js', 'new_path': 'app/javascript/shared/helpers/FileHelper.js', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -11,11 +11,7 @@ export const formatBytes = (bytes, decimals = 2) => {\n };\n \n export const fileSizeInMegaBytes = bytes => {\n- if (bytes === 0) {\n...
Ruby
abe439594e7011f02daf39f83bcf1ae81e1ec04e
9
2022-10-25 15:04:29-07:00
-19,800
['bcde84b5b52eb144c38ada38410185ce853f6cd1']
fix: Add preference to choose browser lang for widget settings page (#5726) Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
[{'old_path': 'app/javascript/packs/sdk.js', 'new_path': 'app/javascript/packs/sdk.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -18,6 +18,11 @@ const runSDK = ({ baseUrl, websiteToken }) => {\n }\n \n const chatwootSettings = window.chatwootSettings || {};\n+ let locale = chatwootSettings.locale || 'en';...
Ruby
bedb2cab634b208e208a66a2da0b4bc03c12ccf3
540
2022-10-26 03:46:09+05:30
25,200
['abe439594e7011f02daf39f83bcf1ae81e1ec04e']
Use @page-change instead of on-page-change (#5749)
[{'old_path': 'app/javascript/dashboard/routes/dashboard/contacts/components/ContactsView.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/contacts/components/ContactsView.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -24,9 +24,9 @@\n @on-sort-change="onSortChange"\n />\n <tabl...
Ruby
352558dd11f457bfe62d616654f233201c4d0ce1
90
2022-10-25 16:17:05-07:00
-19,800
['bedb2cab634b208e208a66a2da0b4bc03c12ccf3']
fix: Update color for the action button used in card messages (#5740)
[{'old_path': 'app/javascript/shared/components/CardButton.vue', 'new_path': 'app/javascript/shared/components/CardButton.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,6 +4,7 @@\n :key="action.uri"\n class="action-button button"\n :href="action.uri"\n+ :style="{ background: widgetColor, bord...
Ruby
12cd15b6ad2783634308cdee2d03f70d07adbb3c
603
2022-10-26 03:40:47-07:00
25,200
['352558dd11f457bfe62d616654f233201c4d0ce1']
chore: Disable email processing for suspended accounts (#5762) - Disable email processing for suspended accounts
[{'old_path': 'app/mailboxes/support_mailbox.rb', 'new_path': 'app/mailboxes/support_mailbox.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -7,6 +7,8 @@ class SupportMailbox < ApplicationMailbox\n :decorate_mail\n \n def process\n+ # to turn off spam conversation creation\n+ return u...
Ruby
89d7e4ead67b86210bc8c399c662c969a0c57836
60
2022-10-28 01:02:23+05:30
-7,200
['12cd15b6ad2783634308cdee2d03f70d07adbb3c']
chore: refactor thumbnail (#5682)
[{'old_path': 'app/javascript/dashboard/components/widgets/Avatar.vue', 'new_path': 'app/javascript/dashboard/components/widgets/Avatar.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,10 +1,6 @@\n <template>\n- <div\n- class="avatar-container"\n- :style="[style, customStyle]"\n- aria-hidden="true"\...
Ruby
2aa99ee1375470306ad396e1060689998ebbbdef
60
2022-10-28 01:05:39+05:30
-7,200
['89d7e4ead67b86210bc8c399c662c969a0c57836']
fix: Fix timestamp auto-update in conversations chat list (#5640) * fix: Fix timestamp auto-update * fix: rewrite `setInterval` to `setTimeout` * fix: change refresh time logic Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com> Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> ...
[{'old_path': 'app/javascript/dashboard/components/ui/TimeAgo.vue', 'new_path': 'app/javascript/dashboard/components/ui/TimeAgo.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -5,13 +5,11 @@\n </template>\n \n <script>\n-const ZERO = 0;\n const MINUTE_IN_MILLI_SECONDS = 60000;\n const HOUR_IN_MILLI_SECONDS = MI...
Ruby
3b09840d3916de268dc041b475597c3c9108ce3d
9
2022-10-28 01:42:24+05:30
-19,800
['2aa99ee1375470306ad396e1060689998ebbbdef']
chore: Fix import paths in storybook (#5772)
[{'old_path': 'app/javascript/dashboard/routes/dashboard/helpcenter/components/stories/AddCategory.stories.js', 'new_path': 'app/javascript/dashboard/routes/dashboard/helpcenter/components/stories/AddCategory.stories.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,4 +1,4 @@\n-import AddCategoryComponent from ...
Ruby
b20f5e5cef47875b18bb250e4de82727f5aafa60
90
2022-10-28 06:21:38+05:30
-19,800
['3b09840d3916de268dc041b475597c3c9108ce3d']
feat: Adds URL validation for domain and home page links (#5761)
[{'old_path': 'app/javascript/dashboard/i18n/locale/en/helpCenter.json', 'new_path': 'app/javascript/dashboard/i18n/locale/en/helpCenter.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -160,8 +160,7 @@\n }\n },\n "ADD": {\n- "CREATE_FLOW": [\n- {\n+ "CREATE_FLOW": [{\...
Ruby
2073a23d5c3bc45261463017eea760c221c39acc
500
2022-10-28 14:19:12+05:30
-19,800
['b20f5e5cef47875b18bb250e4de82727f5aafa60']
chore: Fix Thumbnail component specs (#5776)
[{'old_path': 'app/javascript/dashboard/components/widgets/Thumbnail.spec.js', 'new_path': 'app/javascript/dashboard/components/widgets/Thumbnail.spec.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -2,8 +2,8 @@ import { mount } from '@vue/test-utils';\n import Avatar from './Avatar.vue';\n import Thumbnail from...
Ruby
a0606d36f6bf81a47daedff9ecb5a59b55ac75a6
622
2022-10-31 19:33:12+05:30
-19,800
['2073a23d5c3bc45261463017eea760c221c39acc']
fix: Set message sender to macros excution (#5769)
[{'old_path': 'app/services/macros/execution_service.rb', 'new_path': 'app/services/macros/execution_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,6 +3,7 @@ class Macros::ExecutionService < ActionService\n super(conversation)\n @macro = macro\n @account = macro.account\n+ @user = user...
Ruby
92724576afef425a2ed46ee2cb19c5605ea312fd
500
2022-10-31 09:35:48-07:00
-19,800
['a0606d36f6bf81a47daedff9ecb5a59b55ac75a6']
fix: Update conversation read status indicator logic (#5777)
[{'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': "@@ -139,7 +139,6 @@ export default {\n listLoadingStatus: 'getAllMessagesLoaded',\n ...
Ruby
f8d9a27d7a4c9035b56da034a61fe8690c4b9e74
42
2022-11-01 00:52:07-07:00
-28,800
['92724576afef425a2ed46ee2cb19c5605ea312fd']
fix: db/seeds.rb field contact_inbox is undefined (#5743) fixes rails db:chatwoot_prepare error: field contact_inbox is undefined
[{'old_path': 'db/seeds.rb', 'new_path': 'db/seeds.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -46,19 +46,19 @@ unless Rails.env.production?\n inbox = Inbox.create!(channel: web_widget, account: account, name: 'Acme Support')\n InboxMember.create!(user: user, inbox: inbox)\n \n- contact = ::ContactInbox...
Ruby
be516a5ea6878c77e42a113ca8750742f08c376b
12
2022-11-01 16:20:09+05:30
-19,800
['f8d9a27d7a4c9035b56da034a61fe8690c4b9e74']
fix: Filename issue while editing a macro with attachment action (#5775)
[{'old_path': 'app/javascript/dashboard/helper/specs/macrosFixtures.js', 'new_path': 'app/javascript/dashboard/helper/specs/macrosFixtures.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -69,3 +69,26 @@ export const labels = [\n show_on_sidebar: true,\n },\n ];\n+\n+export const files = [\n+ {\n+ id: 7...
Ruby
00e06e5139d46d7fdd1f732fd3d7f37ee033f864
622
2022-11-01 15:21:45-07:00
-19,800
['be516a5ea6878c77e42a113ca8750742f08c376b']
fix: Unsupported message type (#5783) - fix handling unsupported message types
[{'old_path': 'app/services/whatsapp/incoming_message_base_service.rb', 'new_path': 'app/services/whatsapp/incoming_message_base_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -87,7 +87,7 @@ class Whatsapp::IncomingMessageBaseService\n end\n \n def unprocessable_message_type?\n- %w[reaction conta...
Ruby
f2753df8df424b5b9137cad0da2e3f6da7ad2dda
597
2022-11-01 16:49:26-07:00
18,000
['00e06e5139d46d7fdd1f732fd3d7f37ee033f864']
chore: Use multiple connections in Redis connection pool (#5574) - The initializer set up a connection pool, but both pools created namespace wrappers around a single global connection. Splitting them up.
[{'old_path': 'config/initializers/01_redis.rb', 'new_path': 'config/initializers/01_redis.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,10 +1,14 @@\n-redis = Rails.env.test? ? MockRedis.new : Redis.new(Redis::Config.app)\n-\n # Alfred\n # Add here as you use it for more features\n # Used for Round Robin, C...
Ruby
e1190fd9bf171a3e95215bacb9bbeb217d7b4a1a
90
2022-11-02 05:52:00+05:30
-19,800
['f2753df8df424b5b9137cad0da2e3f6da7ad2dda']
fix: Text colour is getting merged with the light background colour (#5773)
[{'old_path': 'app/javascript/shared/components/CardButton.vue', 'new_path': 'app/javascript/shared/components/CardButton.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,7 +4,11 @@\n :key="action.uri"\n class="action-button button"\n :href="action.uri"\n- :style="{ background: widgetColor, bor...
Ruby
6cfd594d8524b6c496d1cce58beff5d4a839370b
603
2022-11-01 19:51:42-07:00
25,200
['e1190fd9bf171a3e95215bacb9bbeb217d7b4a1a']
fix: flaky test whatsapp_cloud_service_spec.rb:17 (#5786) Fix flaky test: flaky /spec/services/whatsapp/providers/whatsapp_cloud_service_spec.rb:17 example build: https://app.circleci.com/pipelines/github/chatwoot/chatwoot/48955/workflows/a2959d25-19ea-4812-ba15-5aac69c43265/jobs/49523 Cause: factory bot can cre...
[{'old_path': 'lib/regex_helper.rb', 'new_path': 'lib/regex_helper.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -9,5 +9,5 @@ module RegexHelper\n \n TWILIO_CHANNEL_SMS_REGEX = Regexp.new('^\\+\\d{1,15}\\z')\n TWILIO_CHANNEL_WHATSAPP_REGEX = Regexp.new('^whatsapp:\\+\\d{1,15}\\z')\n- WHATSAPP_CHANNEL_REGE...
Ruby
86ca7f4a8d5e2b7d45033e85d5e100870ed0bfa0
204
2022-11-01 20:19:42-07:00
14,400
['6cfd594d8524b6c496d1cce58beff5d4a839370b']
fix: Autoloading during initialization deprecation warning (#5628) Autoloading during initialization deprecation warning fix fixes: #4012
[{'old_path': 'config/initializers/01_redis.rb', 'new_path': 'config/initializers/01_redis.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,3 +1,4 @@\n+Rails.application.reloader.to_prepare do\n # Alfred\n # Add here as you use it for more features\n # Used for Round Robin, Conversation Emails & Online P...
Ruby
9c0cce0392acb0c0b98fc4e078ba7ea6433e41d5
21
2022-11-02 13:54:56-07:00
28,800
['86ca7f4a8d5e2b7d45033e85d5e100870ed0bfa0']
chore: Mark conversations as pending instead of reopen when bot is present (#5751) With this change, conversations are marked as pending instead of reopening when a bot is connected to that Inbox. Fixes: #5668
[{'old_path': 'app/models/conversation.rb', 'new_path': 'app/models/conversation.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -210,7 +210,7 @@ class Conversation < ApplicationRecord\n \n def mark_conversation_pending_if_bot\n # TODO: make this an inbox config instead of assuming bot conversations should...
Ruby
936c2ec7e21eec8583863eb638498c6bdb46e1ed
622
2022-11-02 17:24:35-07:00
-19,800
['9c0cce0392acb0c0b98fc4e078ba7ea6433e41d5']
fix: Ensure Automation rule executions are account scoped (#5768) This is one possible fix to tackle with cached automation rules when automation gets called on two different accounts with the same event name. Fixes: https://github.com/chatwoot/product/issues/605
[{'old_path': 'app/listeners/automation_rule_listener.rb', 'new_path': 'app/listeners/automation_rule_listener.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -8,7 +8,9 @@ class AutomationRuleListener < BaseListener\n \n return unless rule_present?('conversation_updated', account)\n \n- @rules.each do |ru...
Ruby
8b659de73d3813489489b249a9b3f8e95dbd2999
603
2022-11-02 17:31:20-07:00
25,200
['936c2ec7e21eec8583863eb638498c6bdb46e1ed']
chore: Use connection_pool for redis (#5790) fixes: #3199
[{'old_path': 'config/initializers/01_redis.rb', 'new_path': 'config/initializers/01_redis.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -2,15 +2,15 @@ Rails.application.reloader.to_prepare do\n # Alfred\n # Add here as you use it for more features\n # Used for Round Robin, Conversation Emails & Online P...
Ruby
4c43330b15daede342859873baac1468c4e7c4df
255
2022-11-02 19:05:03-07:00
-3,600
['8b659de73d3813489489b249a9b3f8e95dbd2999']
feat: Add inbox details endpoint (#5549) This change targets the public API and is related to the Inbox with channel type API. Exposes public inbox details under /public/api/v1/inboxes/{inbox_identifier}. This allows access to feature flags and business hours configured for the inbox. ref: #5514
[{'old_path': 'app/controllers/public/api/v1/inboxes_controller.rb', 'new_path': 'app/controllers/public/api/v1/inboxes_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,9 +3,15 @@ class Public::Api::V1::InboxesController < PublicController\n before_action :set_contact_inbox\n before_action :set_...
Ruby
c121b44df419696cd44601468e36064c680356d9
490
2022-11-02 19:14:51-07:00
-3,600
['4c43330b15daede342859873baac1468c4e7c4df']
fix: GCP Redis managed don't support redis client setname command (#4422) If using Redis on GCP, actionable will attempt to use the Redis client setname command. However, the command is not supported. So Introducing `REDIS_DISABLE_CLIENT_COMMAND` environment variable will let you solve this issue. ref: https://gi...
[{'old_path': None, 'new_path': 'config/initializers/actioncable.rb', 'type': <ModificationType.ADD: 1>, 'diff': "@@ -0,0 +1,15 @@\n+# frozen_string_literal: true\n+\n+require 'action_cable/subscription_adapter/redis'\n+\n+ActionCable::SubscriptionAdapter::Redis.redis_connector = lambda do |config|\n+ # For supporting...
Ruby
8bd5ba187a3b5caa157799af0541556e9efd4cff
9
2022-11-02 22:13:12-07:00
-19,800
['c121b44df419696cd44601468e36064c680356d9']
fix: Fix widget thumbnail not rendering background colors (#5791)
[{'old_path': 'app/javascript/dashboard/components/widgets/Thumbnail.vue', 'new_path': 'app/javascript/dashboard/components/widgets/Thumbnail.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,5 @@\n <template>\n- <div class="user-thumbnail-box" :style="{ height: size, width: size }">\n+ <div :class="thu...
Ruby
4bb5e812bae1abb9d3ddecdcfc1c7b4ec0507ae7
540
2022-11-03 13:47:24-07:00
25,200
['8bd5ba187a3b5caa157799af0541556e9efd4cff']
fix: Allow ending the conversation if snoozed or pending (#5793)
[{'old_path': 'app/javascript/shared/constants/messages.js', 'new_path': 'app/javascript/shared/constants/messages.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -10,6 +10,13 @@ export const MESSAGE_TYPE = {\n ACTIVITY: 2,\n TEMPLATE: 3,\n };\n+\n+export const CONVERSATION_STATUS = {\n+ OPEN: 'open',\n+ R...
Ruby
dc3ee3464b03245375dbf0a84fb9b3b4b0ccc810
9
2022-11-03 22:38:45-07:00
-19,800
['4bb5e812bae1abb9d3ddecdcfc1c7b4ec0507ae7']
feat: Add component for grouped thumbnails (#5796)
[{'old_path': None, 'new_path': 'app/javascript/dashboard/components/widgets/ThumbnailGroup.vue', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,75 @@\n+<template>\n+ <div class="overlapping-thumbnails">\n+ <thumbnail\n+ v-for="user in usersList"\n+ :key="user.id"\n+ :src="user.thumbnail"\n+ ...
Ruby
894234e7778b2be0a119c10864559e1b1b5f5540
136
2022-11-06 16:06:18-08:00
18,000
['dc3ee3464b03245375dbf0a84fb9b3b4b0ccc810']
chore: Remove quotes from SMTP_USERNAME (#5800) Removing quotes related to https://github.com/chatwoot/chatwoot/issues/4787
[{'old_path': '.env.example', 'new_path': '.env.example', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -56,7 +56,7 @@ RAILS_MAX_THREADS=5\n \n # The email from which all outgoing emails are sent\n # could user either `email@yourdomain.com` or `BrandName <email@yourdomain.com>`\n-MAILER_SENDER_EMAIL="Chatwoot <acc...
Ruby
a23974d8b90da2d494dbde4bf287283da1c011f1
622
2022-11-07 22:12:10+05:30
-19,800
['894234e7778b2be0a119c10864559e1b1b5f5540']
Feat/5733 Add private note action in macros (#5805)
[{'old_path': 'app/javascript/dashboard/routes/dashboard/conversation/Macros/MacroPreview.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/conversation/Macros/MacroPreview.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -53,6 +53,7 @@ export default {\n send_webhook_event: params[0],\n ...
Ruby
526722dffabaa493a1caf0c2e588a8e4aaff342b
540
2022-11-07 15:21:47-08:00
28,800
['a23974d8b90da2d494dbde4bf287283da1c011f1']
fix: Update invalid payload for template messages (#5802)
[{'old_path': 'app/javascript/dashboard/routes/dashboard/conversation/contact/ConversationForm.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/conversation/contact/ConversationForm.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -264,7 +264,7 @@ export default {\n inboxId: this.targetInbox....
Ruby
479d88a480813b40ffebb271e536d3d66c96e087
255
2022-11-07 16:02:45-08:00
-3,600
['526722dffabaa493a1caf0c2e588a8e4aaff342b']
fix: Identifier not persisted on customer created via Inbox API Channel (#5804) - Fixes the identifier not being used to identify the contact, this results in having a new contact created every time the email or phone is not supplied. Fixes: #5704
[{'old_path': 'app/controllers/public/api/v1/inboxes/contacts_controller.rb', 'new_path': 'app/controllers/public/api/v1/inboxes/contacts_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -7,7 +7,7 @@ class Public::Api::V1::Inboxes::ContactsController < Public::Api::V1::InboxesCon\n @contact_inbox =...
Ruby
48373628a1721e1a484e1c6ef905b66786ef0b43
622
2022-11-07 17:46:00-08:00
-19,800
['479d88a480813b40ffebb271e536d3d66c96e087']
fix: Macros authorizations (#5779) Macros policy update. ref: #5730
[{'old_path': 'app/controllers/api/v1/accounts/macros_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/macros_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,6 +1,6 @@\n class Api::V1::Accounts::MacrosController < Api::V1::Accounts::BaseController\n- before_action :check_authorization\...
Ruby
b50890d1b5f816846ac500ff38ac88b00c69130c
21
2022-11-07 17:49:45-08:00
-7,200
['48373628a1721e1a484e1c6ef905b66786ef0b43']
chore: Update data format for platform API feature management (#5718) Updated JSON data format for Platform API for account creation update API endpoints features flags to accept false values on each feature. fixes: #5717
[{'old_path': 'app/controllers/platform/api/v1/accounts_controller.rb', 'new_path': 'app/controllers/platform/api/v1/accounts_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,6 +1,7 @@\n class Platform::Api::V1::AccountsController < PlatformController\n def create\n @resource = Account.new(acc...
Ruby
20406dce012bdd16a49274691f66568782565d9c
9
2022-11-07 20:50:07-08:00
28,800
['b50890d1b5f816846ac500ff38ac88b00c69130c']
feat: Adds component to show location based messages (#5809) - Adds a component to show location-type messages in the dashboard
[{'old_path': None, 'new_path': 'app/javascript/dashboard/components/widgets/conversation/bubble/Location.vue', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,73 @@\n+<template>\n+ <div class="location message-text__wrap">\n+ <div class="icon-wrap">\n+ <fluent-icon icon="location" class="file--icon" si...
Ruby
6ff0c936596a45d5b9800c314fbe74d25cf17ec4
46
2022-11-07 21:36:47-08:00
-18,000
['20406dce012bdd16a49274691f66568782565d9c']
feat: Ability to receive location on whatsapp inbox (#5742) - Ability to receive location messages on WhatsApp Inbox ref: https://github.com/chatwoot/chatwoot/issues/3398 Co-authored-by: Sojan Jose <sojan@pepalo.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': '@@ -40,6 +40,12 @@\n :url="attachment.data_url"\n :readable-time="readableT...
Ruby
0d9ed0674b9cd760fb64db3724315cc9e7b1d8fe
9
2022-11-08 09:33:14-08:00
28,800
['6ff0c936596a45d5b9800c314fbe74d25cf17ec4']
feat: Add store for conversation watchers (#5808) Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
[{'old_path': 'app/javascript/dashboard/api/inbox/conversation.js', 'new_path': 'app/javascript/dashboard/api/inbox/conversation.js', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -105,6 +105,16 @@ class ConversationApi extends ApiClient {\n custom_attributes: customAttributes,\n });\n }\n+\n+ fetchPar...
Ruby
2e42821c48d17013cb1980eb9a3a4758b7180af7
603
2022-11-08 09:36:24-08:00
28,800
['16d59f4bb09556c588fdb88a798439a2aa6013b3']
chore: Update translations from Crowdin (#5810)
[{'old_path': 'app/javascript/dashboard/i18n/locale/ar/automation.json', 'new_path': 'app/javascript/dashboard/i18n/locale/ar/automation.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -109,7 +109,7 @@\n "UPLOAD_ERROR": "تعذر تحميل المرفق، الرجاء المحاولة مرة أخرى",\n "LABEL_IDLE": "ارفع المرفق",\n...
Ruby
e2059cfc5b9b8330c317da417366d1e7c76cccc7
603
2022-11-08 20:23:46-08:00
28,800
['2e42821c48d17013cb1980eb9a3a4758b7180af7']
fix: SocketError: getaddrinfo: for imap channels (#5824) fixes: #5431
[{'old_path': 'app/jobs/inboxes/fetch_imap_emails_job.rb', 'new_path': 'app/jobs/inboxes/fetch_imap_emails_job.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,7 +9,7 @@ class Inboxes::FetchImapEmailsJob < ApplicationJob\n fetch_mail_for_channel(channel)\n # clearing old failures like timeouts since th...
Ruby
d39ace5a6b04f3bef01e0e8c1cc2aecc7c656ea2
9
2022-11-08 21:05:13-08:00
28,800
['e2059cfc5b9b8330c317da417366d1e7c76cccc7']
feat: Improve image loading for thumbnails (#5823)
[{'old_path': 'app/javascript/dashboard/components/widgets/Thumbnail.spec.js', 'new_path': 'app/javascript/dashboard/components/widgets/Thumbnail.spec.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -10,13 +10,14 @@ describe('Thumbnail.vue', () => {\n },\n data() {\n return {\n+ hasI...
Ruby
5febdde938e270e3922b0830137a3800ba5b9669
500
2022-11-08 21:56:02-08:00
-19,800
['d39ace5a6b04f3bef01e0e8c1cc2aecc7c656ea2']
chore: Add feature flag for mobile v2 (#5797)
[{'old_path': 'config/features.yml', 'new_path': 'config/features.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -37,3 +37,5 @@\n enabled: true\n - name: voice_recorder\n enabled: true\n+- name: mobile_v2\n+ enabled: false\n'}]
Ruby
7352b928da3e30fd075bb9f626abb182776c0823
622
2022-11-09 09:52:48-08:00
-19,800
['5febdde938e270e3922b0830137a3800ba5b9669']
feat: Add assign agent option in macro (#5821) Co-authored-by: fayazara <fayazara@gmail.com>
[{'old_path': 'app/javascript/dashboard/helper/specs/macrosFixtures.js', 'new_path': 'app/javascript/dashboard/helper/specs/macrosFixtures.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -70,6 +70,34 @@ export const labels = [\n },\n ];\n \n+export const agents = [\n+ {\n+ id: 1,\n+ account_id: 1,\n+ ...
Ruby
47c90e208549f41fcc3f4a6ca4f2ed526dbcb865
12
2022-11-09 10:06:09-08:00
-19,800
['7352b928da3e30fd075bb9f626abb182776c0823']
feat: Add a loader till the dashboard app is loaded (#5814) Co-authored-by: Pranav Raj S <pranav@chatwoot.com> Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
[{'old_path': 'app/javascript/dashboard/components/widgets/DashboardApp/Frame.vue', 'new_path': 'app/javascript/dashboard/components/widgets/DashboardApp/Frame.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -5,6 +5,11 @@\n :key="index"\n class="dashboard-app--list"\n >\n+ <loading-state\n+...
Ruby
4f82859bba5964aa710357c80dddd417408d6ba2
9
2022-11-09 16:52:30-08:00
28,800
['47c90e208549f41fcc3f4a6ca4f2ed526dbcb865']
chore: Design improvements for thumbnail and dropdown (#5822)
[{'old_path': 'app/javascript/dashboard/components/widgets/Avatar.vue', 'new_path': 'app/javascript/dashboard/components/widgets/Avatar.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -48,5 +48,6 @@ export default {\n text-align: center;\n background-image: linear-gradient(to top, var(--w-100) 0%, var(--w-7...
Ruby
865346223be551cbc5b9ace2d6766937eea9aa94
9
2022-11-09 17:27:04-08:00
28,800
['4f82859bba5964aa710357c80dddd417408d6ba2']
fix: Add missing dropdown method (#5830) Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
[{'old_path': 'app/javascript/shared/components/ui/MultiselectDropdownItems.vue', 'new_path': 'app/javascript/shared/components/ui/MultiselectDropdownItems.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -22,7 +22,7 @@\n :variant="isActive(option) ? \'hollow\' : \'clear\'"\n color-sc...
Ruby
3184c8964de043098c1e9f54747aa7568bf6a8fe
603
2022-11-09 20:26:30-08:00
28,800
['865346223be551cbc5b9ace2d6766937eea9aa94']
chore: Update translations from Crowdin (#5831)
[{'old_path': 'app/javascript/dashboard/i18n/locale/ar/generalSettings.json', 'new_path': 'app/javascript/dashboard/i18n/locale/ar/generalSettings.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -136,5 +136,8 @@\n "UNTIL_NEXT_WEEK": "حتى الأسبوع القادم",\n "UNTIL_TOMORROW": "حتى الغد"\n }\n+ }...
Ruby
9eb861a3b72266caab51a2871c5489a732005ba2
12
2022-11-10 10:53:29+05:30
-19,800
['3184c8964de043098c1e9f54747aa7568bf6a8fe']
feat: Custom attributes in automations and refactor (#4548) * Custom attributes * Custom Attrs Manifest * Fix dropdown values for custom attributes * Handle edit mode for custom attributes * Ported duplicate logic to a mixin * fix Code climate issue * Fix Codeclimate complexity warning * Bug fix -...
[{'old_path': None, 'new_path': '.vscode/settings.json', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1 @@\n+{}\n\\ No newline at end of file\n'}, {'old_path': 'app/javascript/dashboard/components/widgets/AutomationActionInput.vue', 'new_path': 'app/javascript/dashboard/components/widgets/AutomationActionInput....
Ruby
6aba352e0da95fcbae04ee87cfaf77a10b4b02f7
12
2022-11-10 20:09:33+05:30
-19,800
['9eb861a3b72266caab51a2871c5489a732005ba2']
fix: Single select for agents and teams in Macros actions (#5837) * Ignore settings.json * Single select dropdown for teams and agents
[{'old_path': '.gitignore', 'new_path': '.gitignore', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -60,3 +60,5 @@ test/cypress/videos/*\n \n /config/master.key\n /config/*.enc\n+\n+.vscode/settings.json\n'}, {'old_path': 'app/javascript/dashboard/routes/dashboard/settings/macros/MacroEditor.vue', 'new_path': 'app/...
Ruby
efceaec9500152aafc53fb30fa5254b5bff9c3c9
622
2022-11-11 19:07:24+05:30
-19,800
['6aba352e0da95fcbae04ee87cfaf77a10b4b02f7']
fix: Activity message generation for team assignemnt automation (#5846)
[{'old_path': 'app/models/concerns/activity_message_handler.rb', 'new_path': 'app/models/concerns/activity_message_handler.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -6,7 +6,7 @@ module ActivityMessageHandler\n def create_activity\n user_name = Current.user.name if Current.user.present?\n status_c...
Ruby
b5f7be0cd2261ceac0aea50b5227318e6b5b622e
500
2022-11-14 19:39:46-08:00
-19,800
['efceaec9500152aafc53fb30fa5254b5bff9c3c9']
fix: Full name update when creating a conversation without an email id (#5832) Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
[{'old_path': 'app/controllers/api/v1/widget/base_controller.rb', 'new_path': 'app/controllers/api/v1/widget/base_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -50,7 +50,9 @@ class Api::V1::Widget::BaseController < ApplicationController\n end\n \n def contact_name\n- params[:contact][:name] |...
Ruby
38ab3c36db979c7dc28dde166d23b9dab1fa7092
622
2022-11-15 12:20:06+05:30
-19,800
['b5f7be0cd2261ceac0aea50b5227318e6b5b622e']
fix: send label list not object in event data presenter (#5853)
[{'old_path': 'app/presenters/conversations/event_data_presenter.rb', 'new_path': 'app/presenters/conversations/event_data_presenter.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -24,10 +24,6 @@ class Conversations::EventDataPresenter < SimpleDelegator\n [messages.chat.last&.push_event_data].compact\n en...
Ruby
826a735cdb51acda96b4fe8d7221b609b3a340ab
622
2022-11-15 13:15:27+05:30
-19,800
['38ab3c36db979c7dc28dde166d23b9dab1fa7092']
fix: Assign agent action changes (#5827)
[{'old_path': 'app/javascript/dashboard/mixins/macrosMixin.js', 'new_path': 'app/javascript/dashboard/mixins/macrosMixin.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -5,7 +5,7 @@ export default {\n case 'assign_team':\n case 'send_email_to_team':\n return this.teams;\n- case '...
Ruby
e7f1a9ab4d006b21fad274fb06f4aa83f1c3e8bd
603
2022-11-16 00:33:09+00:00
28,800
['826a735cdb51acda96b4fe8d7221b609b3a340ab']
chore: Enable Macros for all accounts (#5858) - migrations to enable macros for all accounts
[{'old_path': 'config/features.yml', 'new_path': 'config/features.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -18,7 +18,7 @@\n - name: agent_bots\n enabled: false\n - name: macros\n- enabled: false\n+ enabled: true\n - name: agent_management\n enabled: true\n - name: team_management\n'}, {'old_path': ...
Ruby
8e2da837d41166090e045397e8b96498834f2547
603
2022-11-16 00:37:29+00:00
28,800
['e7f1a9ab4d006b21fad274fb06f4aa83f1c3e8bd']
chore: Update translations from Crowdin
[{'old_path': 'app/javascript/dashboard/i18n/locale/ar/automation.json', 'new_path': 'app/javascript/dashboard/i18n/locale/ar/automation.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -86,7 +86,9 @@\n "RESET_MESSAGE": "تغيير نوع الحدث سوف يعيد تعيين الشروط والأحداث التي أضفتها أدناه"\n },\n "CON...
Ruby
42b466bda2cf03a09b47ae8bf21aaa0dd16858ad
540
2022-11-15 18:56:24-08:00
28,800
['956837ded50b3b098e616d9a605013f6060bb1fc']
chore: Cleanup the design in widget builder (#5852)
[{'old_path': 'app/javascript/dashboard/modules/widget-preview/components/Widget.vue', 'new_path': 'app/javascript/dashboard/modules/widget-preview/components/Widget.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -15,7 +15,14 @@\n <div class="branding">\n <a class="branding-link">\n ...
Ruby