Search is not available for this dataset
hash
string
author
int32
committer_date
string
timezone
int64
parents
string
message
string
changes
string
language
string
9ddf4c205ca1bc78ae02730a1c19cc6d15f9b687
394
2022-08-23 19:05:30+05:30
21,600
['5957edc76b28b8331a2b01264fefce256dd06337']
chore: Add index on conversations.uuid (#5179) - We search for conversations by this attribute (e.g. in ReplyMailbox and CsatSurveyController) so it seems like we should have an index on it.
[{'old_path': 'app/models/conversation.rb', 'new_path': 'app/models/conversation.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -36,6 +36,7 @@\n # index_conversations_on_last_activity_at (last_activity_at)\n # index_conversations_on_status_and_account_id (status,account_id)\n # index_convers...
Ruby
a9d687565e5fdf16ae30226847355f7e5896642c
90
2022-08-29 12:40:15+05:30
-19,800
['9ddf4c205ca1bc78ae02730a1c19cc6d15f9b687']
chore: Displayed WhatsApp API provider name in inbox settings (#5346)
[{'old_path': 'app/javascript/dashboard/components/widgets/WootWriter/ReplyBottomPanel.vue', 'new_path': 'app/javascript/dashboard/components/widgets/WootWriter/ReplyBottomPanel.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -260,7 +260,7 @@ export default {\n return this.showAudioRecorder && this.isReco...
Ruby
d7cbeed13e0c909b130c9942ace6b918db779de3
650
2022-08-30 11:39:28+05:30
-19,800
['a9d687565e5fdf16ae30226847355f7e5896642c']
fix: heorku deploy failure (#5338) * fix: heorku deploy failure * fix: set default stack to heroku-20
[{'old_path': 'app.json', 'new_path': 'app.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -48,6 +48,7 @@\n "size": "FREE"\n }\n },\n+ "stack": "heroku-20",\n "image": "heroku/ruby",\n "addons": [ "heroku-redis", "heroku-postgresql"],\n "buildpacks": [\n'}, {'old_path': 'db/schema.rb', 'new_...
Ruby
d14beeb654bd4d5b370d82b034e05f88a7098d31
90
2022-08-30 14:41:27+05:30
-19,800
['d7cbeed13e0c909b130c9942ace6b918db779de3']
feat: Article settings sidebar in new article page (#5355)
[{'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': '@@ -225,7 +225,7 @@\n }\n },\n "CREATE_ARTICLE": {\n- "ERROR_MESSAGE": "Something went wrong. Please try again...
Ruby
ebea5428bcf7995bfc5258c6be79899fcfc1407e
9
2022-08-31 19:59:05+05:30
-19,800
['d14beeb654bd4d5b370d82b034e05f88a7098d31']
chore: Moves portal slug as ID to query resources in vue store (#5359)
[{'old_path': 'app/javascript/dashboard/routes/dashboard/helpcenter/components/AddCategory.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/helpcenter/components/AddCategory.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -67,7 +67,6 @@\n </template>\n \n <script>\n-import { mapGetters } from 'vuex'...
Ruby
c8d01a84ce96df45dc98f7291411bb8bac1c1abf
603
2022-09-01 00:31:43+05:30
-19,800
['ebea5428bcf7995bfc5258c6be79899fcfc1407e']
feat: Ability to seed Demo Accounts (#5352) Introduces the ability to seed sample data into accounts in development and staging. fixes: #3429
[{'old_path': '.rubocop.yml', 'new_path': '.rubocop.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -184,3 +184,4 @@ AllCops:\n - db/migrate/20200927135222_add_last_activity_at_to_conversation.rb\n - db/migrate/20210306170117_add_last_activity_at_to_contacts.rb\n - db/migrate/20220809104508_revert_c...
Ruby
6e945dd61e613c7de752cf2a0f0b70ef19678c69
500
2022-09-01 10:55:59+05:30
-19,800
['c8d01a84ce96df45dc98f7291411bb8bac1c1abf']
feat: Add the ability to delete/archive articles (#5319)
[{'old_path': 'app/javascript/dashboard/api/helpCenter/articles.js', 'new_path': 'app/javascript/dashboard/api/helpCenter/articles.js', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -42,6 +42,10 @@ class ArticlesAPI extends PortalsAPI {\n category_id,\n });\n }\n+\n+ deleteArticle({ articleId, portalSl...
Ruby
f4fc53b425ebdc2b22269e788a1432c25aef3c17
90
2022-09-01 13:27:08+05:30
-19,800
['6e945dd61e613c7de752cf2a0f0b70ef19678c69']
feat: Adds the ability to delete a portal (#5305)
[{'old_path': 'app/javascript/dashboard/api/helpCenter/portals.js', 'new_path': 'app/javascript/dashboard/api/helpCenter/portals.js', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,6 +9,10 @@ class PortalsAPI extends ApiClient {\n updatePortal({ portalSlug, params }) {\n return axios.patch(`${this.url}/${po...
Ruby
ee2189d98a13dfd8adfc2160f8056aadfaa754ce
622
2022-09-01 16:44:06+05:30
-19,800
['f4fc53b425ebdc2b22269e788a1432c25aef3c17']
fix: Set and Update portal's default locale (#5368)
[{'old_path': 'app/controllers/api/v1/accounts/portals_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/portals_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -58,7 +58,8 @@ class Api::V1::Accounts::PortalsController < Api::V1::Accounts::BaseController\n \n def portal_params\n param...
Ruby
83fb46bc507937fb68cbc670b4eb4b342b6c74c2
540
2022-09-01 17:12:26+05:30
-19,800
['ee2189d98a13dfd8adfc2160f8056aadfaa754ce']
chore: Add feature flag for branding (#5370)
[{'old_path': 'app/javascript/shared/components/Branding.vue', 'new_path': 'app/javascript/shared/components/Branding.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,8 @@\n <template>\n- <div v-if="globalConfig.brandName" class="px-0 py-3 flex justify-center">\n+ <div\n+ v-if="globalConfig.brandNam...
Ruby
c09b10a710193168f94c3bc2c16f8fc29c2ca3fd
90
2022-09-01 17:12:47+05:30
-19,800
['83fb46bc507937fb68cbc670b4eb4b342b6c74c2']
feat: Display identifier in the contacts info panel (#5318)
[{'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': '@@ -3,6 +3,7 @@\n "NOT_AVAILABLE": "Not Available",\n "EMAIL_ADDRESS": "Email Address",\n "PHONE_NUMBER": "Phone number",\n...
Ruby
4a74ab59d29cf79775ea5e96cd536fba810b75a7
603
2022-09-01 17:19:15+05:30
-19,800
['c09b10a710193168f94c3bc2c16f8fc29c2ca3fd']
chore: Add a feature toggle for account seeding (#5369)
[{'old_path': 'app/views/super_admin/accounts/_seed_data.html.erb', 'new_path': 'app/views/super_admin/accounts/_seed_data.html.erb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,4 +1,4 @@\n-<% if !Rails.env.production? %>\n+<% if !Rails.env.production? || ENV.fetch(\'ENABLE_ACCOUNT_SEEDING\', nil) %>\n <secti...
Ruby
7f3f6f71292717ad0c9d32f93dbdb5fe7ebe6808
603
2022-09-01 21:23:57+05:30
-19,800
['4a74ab59d29cf79775ea5e96cd536fba810b75a7']
fix: Account seeder error on staging (#5371) - Fix for Account seeding error on staging environments
[{'old_path': 'Gemfile', 'new_path': 'Gemfile', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -131,6 +131,10 @@ gem 'pg_search'\n # Subscriptions, Billing\n gem 'stripe'\n \n+## - helper gems --##\n+## to populate db with sample data\n+gem 'faker'\n+\n group :production, :staging do\n # we dont want request timin...
Ruby
504d339dd739cf457a6019d8fa504b808d69bbd8
500
2022-09-01 22:19:30+05:30
-19,800
['7f3f6f71292717ad0c9d32f93dbdb5fe7ebe6808']
feat: Adds the ability to add new locale in portal (#5363)
[{'old_path': 'app/javascript/dashboard/api/helpCenter/portals.js', 'new_path': 'app/javascript/dashboard/api/helpCenter/portals.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -6,8 +6,8 @@ class PortalsAPI extends ApiClient {\n super('portals', { accountScoped: true });\n }\n \n- updatePortal({ portalSlu...
Ruby
a1663e4e49918c1c9cf77fb344d66462214052d3
9
2022-09-02 10:22:15+05:30
-19,800
['504d339dd739cf457a6019d8fa504b808d69bbd8']
feat: Adds pages to edit portals (#5373) * feat: Adds pages to edit portals * Update app/javascript/dashboard/i18n/locale/en/helpCenter.json * Update app/javascript/dashboard/routes/dashboard/helpcenter/helpcenter.routes.js Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> * Revie...
[{'old_path': 'app/javascript/dashboard/components/widgets/SettingIntroBanner.vue', 'new_path': 'app/javascript/dashboard/components/widgets/SettingIntroBanner.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -26,8 +26,8 @@ export default {\n </script>\n <style lang="scss" scoped>\n .page-top-banner {\n- border...
Ruby
403ff1a679cb245d9f4500c8094a418891042f62
500
2022-09-02 11:45:03+05:30
-19,800
['a1663e4e49918c1c9cf77fb344d66462214052d3']
feat: Add the ability update/edit locale in portal (#5377)
[{'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': '@@ -249,6 +249,18 @@\n "SUCCESS_MESSAGE": "Locale added successfully",\n "ERROR_MESSAGE": "Unable to add loca...
Ruby
b16c5de7ca10c75db0db7d9751c58fce9e0861f2
500
2022-09-02 12:32:07+05:30
-19,800
['403ff1a679cb245d9f4500c8094a418891042f62']
Add fix for portal update issue (#5381)
[{'old_path': 'app/javascript/dashboard/routes/dashboard/helpcenter/components/PortalSettingsCustomizationForm.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/helpcenter/components/PortalSettingsCustomizationForm.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -109,10 +109,6 @@ export default {\n ...
Ruby
03c8251cc3606891181ea882dd63f10bed47ee17
90
2022-09-02 12:53:18+05:30
-19,800
['b16c5de7ca10c75db0db7d9751c58fce9e0861f2']
feat: Adds the ability to publish an article (#5365) * feat: Adds the ability to publish an article * chore: Disabled publish button and dropdown when there is no article id * chore: Review fixes * chore: Review fixes * Update app/javascript/dashboard/routes/dashboard/helpcenter/components/Header/EditArtic...
[{'old_path': 'app/javascript/dashboard/constants.js', 'new_path': 'app/javascript/dashboard/constants.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -12,6 +12,11 @@ export default {\n SNOOZED: 'snoozed',\n ALL: 'all',\n },\n+ ARTICLE_STATUS_TYPES: {\n+ DRAFT: 0,\n+ PUBLISH: 1,\n+ ARCHIVE: 2...
Ruby
8bdd229adb003846f965e1f84ca1763f21548c89
603
2022-09-02 16:59:38+05:30
-19,800
['03c8251cc3606891181ea882dd63f10bed47ee17']
chore: Update security guidelines (#5382) - update security guidelines
[{'old_path': 'SECURITY.md', 'new_path': 'SECURITY.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,30 +1,55 @@\n-# Security Policy\n-Chatwoot is looking forward to working with security researchers across the world to keep Chatwoot and our users safe. If you have found an issue in our systems/applications, pl...
Ruby
a9801a3c7692c2bd3b59a58be51b86b321c5ab7e
9
2022-09-02 18:07:17+05:30
-19,800
['8bdd229adb003846f965e1f84ca1763f21548c89']
design: Fixes to make portal page design close to figma mockups (#5383)
[{'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': '@@ -1,13 +1,19 @@\n <template>\n <li class="sidebar-item">\n <div v-if=...
Ruby
d47a0ae4615c54bf5bb6dee5319d64cdff5a8a5d
90
2022-09-02 22:34:07+05:30
-19,800
['a9801a3c7692c2bd3b59a58be51b86b321c5ab7e']
feat: Adds the ability to edit/delete category (#5385)
[{'old_path': 'app/javascript/dashboard/api/helpCenter/categories.js', 'new_path': 'app/javascript/dashboard/api/helpCenter/categories.js', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -15,8 +15,11 @@ class CategoriesAPI extends PortalsAPI {\n return axios.post(`${this.url}/${portalSlug}/categories`, categoryO...
Ruby
9525d4f0346a2fdac13a0253f9180d20104a72d3
603
2022-09-02 23:09:03+05:30
-19,800
['d47a0ae4615c54bf5bb6dee5319d64cdff5a8a5d']
chore: Improve rack-attack configuration (#5389) fixes: https://github.com/chatwoot/product/issues/540
[{'old_path': 'config/initializers/rack_attack.rb', 'new_path': 'config/initializers/rack_attack.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -24,6 +24,12 @@ class Rack::Attack\n allowed_ips = ['127.0.0.1', '::1']\n allowed_ips.include?(remote_ip)\n end\n+\n+ # Rails would allow requests to...
Ruby
329e8c37c8ebc1b3629c0c3830b0e3070a3adc2a
622
2022-09-02 23:09:29+05:30
-19,800
['9525d4f0346a2fdac13a0253f9180d20104a72d3']
fix: Validations for updating team members (#5384) fixes: chatwoot/product#539 Co-authored-by: Sojan Jose <sojan@pepalo.com>
[{'old_path': 'app/controllers/api/v1/accounts/team_members_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/team_members_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,6 +1,7 @@\n class Api::V1::Accounts::TeamMembersController < Api::V1::Accounts::BaseController\n before_action :fet...
Ruby
80180a60c5ca99a8becda123d76ed433c18fc513
9
2022-09-05 12:46:27+05:30
-19,800
['329e8c37c8ebc1b3629c0c3830b0e3070a3adc2a']
chore: Final touches for portals (#5388) * chore: Final touches for portals * Review fixes * Minor fixes * Fixes styles for input and buttons * Minor fixes * Spacing fixes on header * Minor fixes Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.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': '@@ -370,7 +370,7 @@ $input-font-weight: $global-weight-normal;\n $input-background: $white;\n $input-background-foc...
Ruby
1c590160bb704ed4c41418d00a578f365a8f560f
500
2022-09-05 15:32:14+05:30
-19,800
['80180a60c5ca99a8becda123d76ed433c18fc513']
feat: Add locales under portal settings (#5386) * Add locales under portal settings * Fix path issue * chore: Updated category route * chore: Updated category route Co-authored-by: iamsivin <iamsivin@gmail.com>
[{'old_path': 'app/javascript/dashboard/routes/dashboard/helpcenter/helpcenter.routes.js', 'new_path': 'app/javascript/dashboard/routes/dashboard/helpcenter/helpcenter.routes.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -8,6 +8,7 @@ const EditPortal = () => import('./pages/portals/EditPortal');\n const EditPo...
Ruby
952368948b00a55fcae6d766dc3b219527a894ef
90
2022-09-05 15:35:52+05:30
-19,800
['1c590160bb704ed4c41418d00a578f365a8f560f']
fix: Alignment issue of edit article dropdown (#5390)
[{'old_path': 'app/javascript/dashboard/routes/dashboard/helpcenter/components/Header/EditArticleHeader.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/helpcenter/components/Header/EditArticleHeader.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -239,9 +239,11 @@ export default {\n align-items: ...
Ruby
8f873a34a24b5f768ab4e3691b255e9e58554ca1
90
2022-09-05 16:07:58+05:30
-19,800
['952368948b00a55fcae6d766dc3b219527a894ef']
feat: Adds the ability to update conversation timeframe automatically (#5253) * feat: Adds the ability to update conversation timeframe automatically * Update app/javascript/dashboard/components/ui/TimeAgo.vue Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com> Co-authored-by: Muhsin Keloth <muhsinkeramam...
[{'old_path': None, 'new_path': 'app/javascript/dashboard/components/ui/TimeAgo.vue', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,88 @@\n+<template>\n+ <span class="time-ago">\n+ <span> {{ timeAgo }}</span>\n+ </span>\n+</template>\n+\n+<script>\n+const ZERO = 0;\n+const MINUTE_IN_MILLI_SECONDS = 60000;...
Ruby
f5e360fd4d37b1bd9b853f462436a8bbe3a64b75
90
2022-09-05 16:08:28+05:30
-19,800
['8f873a34a24b5f768ab4e3691b255e9e58554ca1']
fix: Adding a private note clears the CC field in an Email inbox (#5366)
[{'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': "@@ -553,6 +553,9 @@ export default {\n }\n const messagePayload = this.getMessagePayl...
Ruby
79406c5775afd23b2695c1c350922d51fe858364
90
2022-09-06 10:41:39+05:30
-19,800
['f5e360fd4d37b1bd9b853f462436a8bbe3a64b75']
fix: Emoji picker is not working on the expanded layout (#5398)
[{'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': '@@ -431,15 +431,15 @@ export default {\n position: fixed;\n left: unset;\n ...
Ruby
7a5ea89fd9cc1010c6d42e4bac43e83157fbcc41
90
2022-09-06 14:06:26+05:30
-19,800
['79406c5775afd23b2695c1c350922d51fe858364']
chore: Sidebar improvements in small screens (#5400) * chore: Sidebar improvements in small screens * chore: Minor fixes
[{'old_path': 'app/javascript/dashboard/components/layout/Sidebar.vue', 'new_path': 'app/javascript/dashboard/components/layout/Sidebar.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -11,8 +11,10 @@\n @key-shortcut-modal="toggleKeyShortcutModal"\n @open-notification-panel="openNotificationPanel"\n ...
Ruby
cf7dac5bab12a1df38168e41109c5ec5427678c9
540
2022-09-06 18:14:36+05:30
-19,800
['7a5ea89fd9cc1010c6d42e4bac43e83157fbcc41']
chore: Add feature flag for conversation continuity in API (#5399) - Add the ability to toggle conversation continuity in API channel
[{'old_path': 'app/models/message.rb', 'new_path': 'app/models/message.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -202,8 +202,12 @@ class Message < ApplicationRecord\n inbox.web_widget? && inbox.channel.continuity_via_email\n end\n \n+ def email_notifiable_api_channel?\n+ inbox.api? && inbox.accou...
Ruby
afe31a3156d730955b732fc0c2fdfa5bea040fd4
603
2022-09-06 19:17:33+05:30
-19,800
['cf7dac5bab12a1df38168e41109c5ec5427678c9']
chore: parallel runs in circle (#2810) - Enable parallel runs in circle Co-authored-by: Tejaswini <tejaswini@chatwoot.com> Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
[{'old_path': '.circleci/config.yml', 'new_path': '.circleci/config.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -15,8 +15,11 @@ defaults: &defaults\n - image: cimg/postgres:14.1\n - image: cimg/redis:6.2.6\n environment:\n- - CC_TEST_REPORTER_ID: b1b5c4447bf93f6f0b06a64756e35afd0810ea83649f03...
Ruby
6574407636e3eca5c57984146832793def998781
622
2022-09-07 11:41:56+05:30
-19,800
['afe31a3156d730955b732fc0c2fdfa5bea040fd4']
fix: Track Imap exception in sentry (#5397)
[{'old_path': 'app/helpers/api/v1/inboxes_helper.rb', 'new_path': 'app/helpers/api/v1/inboxes_helper.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -53,7 +53,7 @@ module Api::V1::InboxesHelper\n rescue StandardError => e\n raise StandardError, e.message\n ensure\n- Rails.logger.error e if e.present?\...
Ruby
db73d033b718f2cd7b400f3ce5c58d06299b9dda
622
2022-09-07 12:22:24+05:30
-19,800
['6574407636e3eca5c57984146832793def998781']
feat: Fetching the portal data related to a specific custom domain (#5249)
[{'old_path': 'app/controllers/dashboard_controller.rb', 'new_path': 'app/controllers/dashboard_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,6 +4,7 @@ class DashboardController < ActionController::Base\n before_action :set_global_config\n around_action :switch_locale\n before_action :ensur...
Ruby
a680b082514a9d7f5b003892263678e01caef4f4
90
2022-09-12 19:36:49+05:30
-19,800
['db73d033b718f2cd7b400f3ce5c58d06299b9dda']
chore: Fixes height issues with seconday sidebar (#5407)
[{'old_path': 'app/javascript/dashboard/components/layout/Sidebar.vue', 'new_path': 'app/javascript/dashboard/components/layout/Sidebar.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -285,8 +285,6 @@ export default {\n }\n \n .secondary-menu .nested.vertical.menu {\n- overflow-y: auto;\n- height: 100%;\n m...
Ruby
1ea289e8b72e74b5bad274e93eef820cc619b4b4
9
2022-09-12 23:36:24+05:30
-19,800
['a680b082514a9d7f5b003892263678e01caef4f4']
feat: Sets up portal public views with rails ERB and tailwind (#5309) * feat: Sets up portal public views with rails ERB and tailwind * linter fixes * Remove duplicate style file * Shows articles and categories * Specify layout for articles page * Updates public portal styles * Fixes blog content sty...
[{'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': "@@ -3,6 +3,7 @@ class Public::Api::V1::Portals::ArticlesController < PublicController\n before_action :set_portal\n ...
Ruby
44f498be6d7630e3c205cf6214a2198906287366
90
2022-09-13 00:15:24+05:30
-19,800
['1ea289e8b72e74b5bad274e93eef820cc619b4b4']
fix: Not able to create a new category through the sidebar (#5421) * fix: Not able to create a new category through the sidebar * chore: Minor spacing fixes
[{'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': '@@ -39,6 +39,7 @@\n :show.sync="showAddCategoryModal"\n ...
Ruby
59b31615ed9991354b6075f2e2623df2b13038d5
394
2022-09-13 17:40:06+05:30
14,400
['44f498be6d7630e3c205cf6214a2198906287366']
chore: Use "create!" and "save!" bang methods when not checking the result (#5358) * Use "create!" when not checking for errors on the result * Use "save!" when not checking the result
[{'old_path': 'app/builders/notification_subscription_builder.rb', 'new_path': 'app/builders/notification_subscription_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -25,7 +25,7 @@ class NotificationSubscriptionBuilder\n end\n \n def build_identifier_subscription\n- @identifier_subscription = use...
Ruby
8af27d861ba46b236229132330b7430ba9870cd7
540
2022-09-13 05:41:42-07:00
25,200
['59b31615ed9991354b6075f2e2623df2b13038d5']
chore: Default to rich content editor in website and email channel (#5357)
[{'old_path': 'app/javascript/dashboard/components/widgets/WootWriter/ReplyBottomPanel.vue', 'new_path': 'app/javascript/dashboard/components/widgets/WootWriter/ReplyBottomPanel.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -37,17 +37,6 @@\n size="small"\n />\n </file-upload>\n- <...
Ruby
cb4dd7e6338dcc64fd8b18da8bf52e64444b1730
9
2022-09-13 18:49:55+05:30
-19,800
['8af27d861ba46b236229132330b7430ba9870cd7']
fix: Fixes bug with locale switching from popover (#5426)
[{'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': '@@ -10,7 +10,7 @@\n v-if="portals.length"\n :class="sidebar...
Ruby
e585b227f1152be6d60311422579a4f1b66f1876
12
2022-09-14 07:15:04-07:00
-19,800
['cb4dd7e6338dcc64fd8b18da8bf52e64444b1730']
chore: Check for empty strings in name formatter (#5434)
[{'old_path': 'app/javascript/shared/helpers/emoji.js', 'new_path': 'app/javascript/shared/helpers/emoji.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -34,6 +34,7 @@ export const hasEmojiSupport = () => {\n };\n \n export const removeEmoji = text => {\n+ if (text) {\n return text\n .replace(\n ...
Ruby
bc23c696056440965f994bc35dc2953955fe1aee
650
2022-09-15 23:16:45+05:30
-19,800
['e585b227f1152be6d60311422579a4f1b66f1876']
chore: Fix gh nightly failure (#5442) * chore: fix gh nightly failure
[{'old_path': '.github/workflows/nightly_installer.yml', 'new_path': '.github/workflows/nightly_installer.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -23,6 +23,8 @@ jobs:\n run: |\n wget https://get.chatwoot.app/linux/install.sh\n chmod +x install.sh\n+ #fix for postgtres not st...
Ruby
678a0af962600664b65b7cc9d794a21d9225d7c3
90
2022-09-18 13:08:30-07:00
-19,800
['bc23c696056440965f994bc35dc2953955fe1aee']
chore: Enable Help Center on Sidebar (#5435) Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
[{'old_path': 'app/javascript/dashboard/components/layout/Sidebar.vue', 'new_path': 'app/javascript/dashboard/components/layout/Sidebar.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -80,6 +80,7 @@ export default {\n inboxes: 'inboxes/getInboxes',\n accountId: 'getCurrentAccountId',\n current...
Ruby
97583e410cdb04e78d683ec0fa4ad134cffe57ff
603
2022-09-19 14:57:21-07:00
-19,800
['678a0af962600664b65b7cc9d794a21d9225d7c3']
feat: Ability to manage account features from super admin (#5455) - This PR adds the ability to enable and disable features for an account from the super admin.
[{'old_path': 'app/controllers/super_admin/accounts_controller.rb', 'new_path': 'app/controllers/super_admin/accounts_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -36,6 +36,7 @@ class SuperAdmin::AccountsController < SuperAdmin::ApplicationController\n def resource_params\n permitted_params =...
Ruby
a773ad7d086202c0ee293c3a6b653e491d25cf8c
90
2022-09-19 15:35:41-07:00
-19,800
['97583e410cdb04e78d683ec0fa4ad134cffe57ff']
fix: Read status not updated in widget popout mode (#5454)
[{'old_path': 'app/javascript/widget/App.vue', 'new_path': 'app/javascript/widget/App.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -143,7 +143,7 @@ export default {\n registerUnreadEvents() {\n bus.$on(ON_AGENT_MESSAGE_RECEIVED, () => {\n const { name: routeName } = this.$route;\n- i...
Ruby
99de8f4500dfef808fa8def3c8cf2004f9b5a514
603
2022-09-19 17:36:01-07:00
-19,800
['a773ad7d086202c0ee293c3a6b653e491d25cf8c']
chore: Improve Helpcenter custom domains (#5456) - Support rendering articles over frontend URL - Support rendering articles over help center URL - Support rendering help center home page in the custom domain root
[{'old_path': '.env.example', 'new_path': '.env.example', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,6 +3,8 @@ SECRET_KEY_BASE=replace_with_lengthy_secure_hex\n \n # Replace with the URL you are planning to use for your app\n FRONTEND_URL=http://0.0.0.0:3000\n+# To use a dedicated URL for help center pages\n+...
Ruby
6b80afaf504f792ddd1eef9fedd6c87cb6e4581a
243
2022-09-19 18:14:55-07:00
-19,800
['99de8f4500dfef808fa8def3c8cf2004f9b5a514']
fix: un-assign agent from conversation after removal (#5417) Unassign agents from the conversation when they are removed from the account. Fixes: #4555
[{'old_path': 'app/services/agents/destroy_service.rb', 'new_path': 'app/services/agents/destroy_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -6,6 +6,7 @@ class Agents::DestroyService\n destroy_notification_setting\n remove_user_from_teams\n remove_user_from_inboxes\n+ unassign_...
Ruby
3b7cae19e6d882e54dd06ee5f638d9b7f4af8078
603
2022-09-19 19:39:41-07:00
-19,800
['6b80afaf504f792ddd1eef9fedd6c87cb6e4581a']
chore: Enable help center for self-hosted accounts (#5458)
[{'old_path': None, 'new_path': 'db/migrate/20220920014549_enable_help_center.rb', 'type': <ModificationType.ADD: 1>, 'diff': "@@ -0,0 +1,12 @@\n+class EnableHelpCenter < ActiveRecord::Migration[6.1]\n+ def change\n+ return if ENV['DEPLOYMENT_ENV'] == 'cloud'\n+\n+ Account.find_in_batches do |account_batch|\n+ ...
Ruby
54d0055e8605d2c155495182af5c5fc967f0c1f1
9
2022-09-19 19:40:32-07:00
-19,800
['3b7cae19e6d882e54dd06ee5f638d9b7f4af8078']
chore: Helpcenter routing and UI fixes (#5460) Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
[{'old_path': 'app/javascript/dashboard/components/layout/Sidebar.vue', 'new_path': 'app/javascript/dashboard/components/layout/Sidebar.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -110,13 +110,19 @@ export default {\n primaryMenuItems() {\n const menuItems = this.sideMenuConfig.primaryMenu;\n ...
Ruby
eb8e348ec11405b0bb78fea162b7a83905f5eca6
540
2022-09-19 20:31:38-07:00
25,200
['54d0055e8605d2c155495182af5c5fc967f0c1f1']
chore: Update design of the help-center articles (#5459) - Update designs - Fixes meta tags - Update typography
[{'old_path': 'app/javascript/portal/application.scss', 'new_path': 'app/javascript/portal/application.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -7,7 +7,7 @@\n @import 'widget/assets/scss/buttons';\n @import 'widget/assets/scss/mixins';\n @import 'widget/assets/scss/forms';\n-@import 'shared/assets/fonts...
Ruby
1761100c77d5d092d76b3b84c6f7723891a20569
540
2022-09-19 21:52:01-07:00
25,200
['3a1e521b4c1f7425fad68c1b0c956efe1020f00b']
chore: Remove static URLs from the documentation (#5461)
[{'old_path': None, 'new_path': 'app/javascript/dashboard/helper/portalHelper.js', 'type': <ModificationType.ADD: 1>, 'diff': "@@ -0,0 +1,10 @@\n+export const buildPortalURL = portalSlug => {\n+ const { hostURL, helpCenterURL } = window.chatwootConfig;\n+ const baseURL = helpCenterURL || hostURL || '';\n+ return `${...
Ruby
d28502b9170330b8c758253ba7eba61cf02361ef
9
2022-09-20 22:42:09+05:30
-19,800
['1761100c77d5d092d76b3b84c6f7723891a20569']
Bug: Adds support multiline text input on article edit page (#5465) * Bug: Scroll issue with article list page * Adds support multiline text input on article edit page
[{'old_path': 'app/javascript/dashboard/routes/dashboard/helpcenter/components/ArticleEditor.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/helpcenter/components/ArticleEditor.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,8 +1,9 @@\n <template>\n <div class="edit-article--container">\n- ...
Ruby
c556e9c694a0368548231184e9c6359c4baa3396
622
2022-09-20 10:31:39-07:00
-19,800
['d28502b9170330b8c758253ba7eba61cf02361ef']
Fix: Redirect to portal with default locale (#5467) - Redirect to default locale if URL does not provide the locale param
[{'old_path': 'app/controllers/public/api/v1/portals_controller.rb', 'new_path': 'app/controllers/public/api/v1/portals_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,6 @@\n class Public::Api::V1::PortalsController < PublicController\n before_action :ensure_custom_domain_request, only: [:sh...
Ruby
2d871a1ed5896f4c5e8c2b21c3a5f1275df37a81
540
2022-09-20 17:15:32-07:00
25,200
['c556e9c694a0368548231184e9c6359c4baa3396']
fix: Hide conversation links in input_csat message in non-website channels (#5469) Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.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': "@@ -188,6 +188,10 @@ export default {\n return false;\n },\n message() {\n+ if (this...
Ruby
cc4ef14faa753c468edfa0d9cca5fd9585e7558d
540
2022-09-20 18:23:28-07:00
25,200
['2d871a1ed5896f4c5e8c2b21c3a5f1275df37a81']
chore: Fix link generation logic in help-center (#5470)
[{'old_path': 'app/controllers/public/api/v1/portals_controller.rb', 'new_path': 'app/controllers/public/api/v1/portals_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,7 +1,7 @@\n class Public::Api::V1::PortalsController < PublicController\n before_action :ensure_custom_domain_request, only: [:sh...
Ruby
111016fe4c459bf8392e9a36cad9e826f6b38a38
622
2022-09-21 14:10:35+05:30
-19,800
['cc4ef14faa753c468edfa0d9cca5fd9585e7558d']
fix: Add not found status if macro not found (#5473)
[{'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': '@@ -16,7 +16,9 @@ class Api::V1::Accounts::MacrosController < Api::V1::Accounts::BaseController\n @macro.save!\n end\n \n- def s...
Ruby
913224ad84c7be64341056da3b5ad0a34213fb53
603
2022-09-22 14:08:48-07:00
25,200
['b463ce5b1a4d4708d2636340199d2dd15378bc7f']
chore: Normalize portal slug to nil (#5487)
[{'old_path': 'app/models/application_record.rb', 'new_path': 'app/models/application_record.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -11,4 +11,12 @@ class ApplicationRecord < ActiveRecord::Base\n \n "#{self.class.name}Drop".constantize.new(self)\n end\n+\n+ private\n+\n+ def normalize_empty_strin...
Ruby
c1c57fb2cdd14fcc388386d754087f1be8782433
622
2022-09-27 12:27:18-07:00
-19,800
['8e5d8fcdaf944dc05007e4bc6725c995d22d07ee']
fix: Add slug to articles (#5500)
[{'old_path': 'app/controllers/api/v1/accounts/articles_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/articles_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -42,7 +42,7 @@ class Api::V1::Accounts::ArticlesController < Api::V1::Accounts::BaseController\n \n def article_params\n p...
Ruby
336c09e072eb6b12af0cee189a778d06f38e5ca4
622
2022-09-27 12:35:53-07:00
-19,800
['c1c57fb2cdd14fcc388386d754087f1be8782433']
fix: Add all articles count to article API (#5497)
[{'old_path': 'app/views/api/v1/accounts/articles/index.json.jbuilder', 'new_path': 'app/views/api/v1/accounts/articles/index.json.jbuilder', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -5,4 +5,9 @@ end\n json.meta do\n json.current_page @current_page\n json.articles_count @articles_count\n+ json.all_article...
Ruby
543854eaa897e7c08702dbcad7edd2222dfe1d59
622
2022-09-27 12:36:57-07:00
-19,800
['336c09e072eb6b12af0cee189a778d06f38e5ca4']
fix: Remove the notification subscription if present (#5510)
[{'old_path': 'app/controllers/api/v1/notification_subscriptions_controller.rb', 'new_path': 'app/controllers/api/v1/notification_subscriptions_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,7 +9,7 @@ class Api::V1::NotificationSubscriptionsController < Api::BaseController\n \n def destroy\n ...
Ruby
83eee7df911e8914e6b94b9fb840a1badb947896
540
2022-09-28 08:29:00-07:00
25,200
['543854eaa897e7c08702dbcad7edd2222dfe1d59']
chore: Set locale in default_locale (#5515)
[{'old_path': 'app/controllers/dashboard_controller.rb', 'new_path': 'app/controllers/dashboard_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -45,6 +45,7 @@ class DashboardController < ActionController::Base\n @portal = Portal.find_by(custom_domain: domain)\n return unless @portal\n \n+ @...
Ruby
fcb9a9ab0cece4f4d18041251c8344aec26c1ea5
622
2022-09-28 12:50:23-07:00
-19,800
['83eee7df911e8914e6b94b9fb840a1badb947896']
fix: contact is not available for inaccessible sender (#5509) Fixes: #5508 We can not read contact information because of this error, as the messages echo when the sender sends messages to contacts. We don't have the user's consent until and unless they send messages to us. So after this result, information abou...
[{'old_path': 'app/services/instagram/message_text.rb', 'new_path': 'app/services/instagram/message_text.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -42,7 +42,7 @@ class Instagram::MessageText < Instagram::WebhooksBaseService\n ChatwootExceptionTracker.new(e, account: @inbox.account).capture_exception\...
Ruby
6b47c7b43dca5ebcc80e2b4269f6a70ce91f9d6b
123
2022-09-28 13:13:29-07:00
-19,800
['fcb9a9ab0cece4f4d18041251c8344aec26c1ea5']
fix: Attachment not sending to bots message creation (#5353)
[{'old_path': 'app/services/telegram/incoming_message_service.rb', 'new_path': 'app/services/telegram/incoming_message_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -12,7 +12,7 @@ class Telegram::IncomingMessageService\n set_contact\n update_contact_avatar\n set_conversation\n- @message ...
Ruby
74e03f9beb2ac8583a52d580d2414c7804f5fd28
603
2022-09-28 21:59:41-07:00
25,200
['6b47c7b43dca5ebcc80e2b4269f6a70ce91f9d6b']
chore: Update translations from Crowdin (#5523)
[{'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': '@@ -3,6 +3,7 @@\n "NOT_AVAILABLE": "غير متاح",\n "EMAIL_ADDRESS": "عنوان البريد الإلكتروني",\n "PHONE_NUMBER": "رقم الهاتف"...
Ruby
1819041f5a932f394cd54f968eede61d0750ded7
80
2022-09-29 10:34:55-07:00
-7,200
['74e03f9beb2ac8583a52d580d2414c7804f5fd28']
fix: "wa_source_id" function return value (#5451) - Fix contact inbox builder returning invalid WhatsApp source id - Add specs to cover source id validations Co-authored-by: Sojan Jose <sojan@pepalo.com>
[{'old_path': 'app/builders/contact_inbox_builder.rb', 'new_path': 'app/builders/contact_inbox_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -31,7 +31,7 @@ class ContactInboxBuilder\n return unless @contact.phone_number\n \n # whatsapp doesn\'t want the + in e164 format\n- "#{@contact.phone_...
Ruby
57fcb79d71a88dc8bd97794ec773ee923a1bb637
622
2022-09-30 07:25:23-07:00
-19,800
['1819041f5a932f394cd54f968eede61d0750ded7']
fix: Article slug auto saves (#5524) - Auto save article slug
[{'old_path': 'app/models/article.rb', 'new_path': 'app/models/article.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -23,7 +23,7 @@\n #\n # index_articles_on_associated_article_id (associated_article_id)\n # index_articles_on_author_id (author_id)\n-# index_articles_on_slug (...
Ruby
4f0360c7a2ac455a671a688ea897319a73e246b2
394
2022-09-30 11:28:18-07:00
25,200
['57fcb79d71a88dc8bd97794ec773ee923a1bb637']
chore: Allow setting "users.display_name" in Platform API (#5532)
[{'old_path': 'app/controllers/platform/api/v1/users_controller.rb', 'new_path': 'app/controllers/platform/api/v1/users_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -51,6 +51,6 @@ class Platform::Api::V1::UsersController < PlatformController\n end\n \n def user_params\n- params.permit(:name,...
Ruby
7b54990ae641ad8199239b76a06166d7c1e6230d
622
2022-09-30 11:33:00-07:00
-19,800
['4f0360c7a2ac455a671a688ea897319a73e246b2']
fix: Updated IMAP errors add method (#5520) fixes: #5519
[{'old_path': 'app/models/message.rb', 'new_path': 'app/models/message.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -241,7 +241,7 @@ class Message < ApplicationRecord\n end\n \n def validate_attachments_limit(_attachment)\n- errors.add(attachments: 'exceeded maximum allowed') if attachments.size >= NUM...
Ruby
705d06ac3c0237e0b07f56bfba676ee8b7f2d83c
9
2022-09-30 15:03:33-07:00
-19,800
['7b54990ae641ad8199239b76a06166d7c1e6230d']
fix: Avoid editor formatting issues when a canned response is edited (#5533)
[{'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': "@@ -28,7 +28,7 @@ import {\n suggestionsPlugin,\n triggerCharacters,\n } from '@chatwoot/prosemirror-sche...
Ruby
9ea43a2678664e6ab550a7877ea2964c90fb40b6
60
2022-10-03 17:43:50+05:30
-7,200
['705d06ac3c0237e0b07f56bfba676ee8b7f2d83c']
chore: Improve Nginx settings for speed and security (#5144) * fix: Fixes #5138 * Move to helper function * Improve Nginx settings * chore: set ssl_prefer_server_ciphers to off ssl_prefer_server_ciphers should be set to `off` in a modern context. ref: https://ssl-config.mozilla.org/#server=nginx&version=...
[{'old_path': 'deployment/nginx_chatwoot.conf', 'new_path': 'deployment/nginx_chatwoot.conf', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,3 +1,14 @@\n+upstream backend {\n+ zone upstreams 64K;\n+ server 127.0.0.1:3000;\n+ keepalive 32;\n+}\n+\n+map $http_upgrade $connection_upgrade {\n+ default upgrade;\n+...
Ruby
beedfc47bfde31545ab67cfa7c0c8d4007ad040f
90
2022-10-03 15:27:34-07:00
-19,800
['9ea43a2678664e6ab550a7877ea2964c90fb40b6']
feat: Allow users to select `Cmd+Enter` as a hotkey (#4401) Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
[{'old_path': None, 'new_path': 'app/javascript/dashboard/components/ui/PreviewCard.vue', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,113 @@\n+<template>\n+ <div class="preview-card--wrap" :class="{ activecard: active }">\n+ <div class="header--wrap" :class="{ active: active }">\n+ <div class="headi...
Ruby
8df7547043f699acf343259b1dd1b2f8882556b4
9
2022-10-03 21:29:02-07:00
-19,800
['beedfc47bfde31545ab67cfa7c0c8d4007ad040f']
feat: Add support for draft messages in reply box (#4440) Co-authored-by: Pranav Raj S <pranav@chatwoot.com> Co-authored-by: Fayaz Ahmed <15716057+fayazara@users.noreply.github.com> Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
[{'old_path': 'app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue', 'new_path': 'app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -147,6 +147,7 @@ import {\n MAXIMUM_FILE_UPLOAD_SIZE_TWILIO_SMS_CHANNEL,\n } from 'shared/consta...
Ruby
c76aed6d5e3d8f2993517ddec30e9a704358d287
603
2022-10-04 18:14:35-07:00
25,200
['8df7547043f699acf343259b1dd1b2f8882556b4']
chore: Update translations from Crowdin (#5546)
[{'old_path': 'app/javascript/dashboard/i18n/locale/ar/conversation.json', 'new_path': 'app/javascript/dashboard/i18n/locale/ar/conversation.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -111,7 +111,6 @@\n "TIP_AUDIORECORDER_ICON": "تسجيل الصوت",\n "TIP_AUDIORECORDER_PERMISSION": "السماح بالوصول ...
Ruby
7b1630b468dda69914b5b7874fddddb5af29b30a
452
2022-10-05 17:07:49+05:30
-7,200
['c76aed6d5e3d8f2993517ddec30e9a704358d287']
feat: Enable Docker Buildx multi-arch builds with arm64 support(#5545) Fixes #2575 multi-arch images with arm64 support CE edition images Co-authored-by: Vishnu Narayanan <vishnu@chatwoot.com>
[{'old_path': '.github/workflows/publish_foss_docker.yml', 'new_path': '.github/workflows/publish_foss_docker.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -58,5 +58,6 @@ jobs:\n with:\n context: .\n file: docker/Dockerfile\n+ platforms: linux/amd64,linux/arm64\n ...
Ruby
8b0e95ece8ed77e38e8e3537d8ef45214a9bcf48
603
2022-10-05 10:59:31-07:00
25,200
['7b1630b468dda69914b5b7874fddddb5af29b30a']
fix: Flakiness in CI pipeline (#5562) - Fixing the recent flakiness in CI pipelines
[{'old_path': '.circleci/config.yml', 'new_path': '.circleci/config.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -19,6 +19,7 @@ defaults: &defaults\n - COVERAGE: true\n - LOG_LEVEL: warn\n parallelism: 4\n+ resource_class: large\n \n jobs:\n build:\n@@ -122,9 +123,11 @@ jobs:\n m...
Ruby
cd4c1ef27ed7f98774444267122d27def1d3b6cf
540
2022-10-05 14:18:16-07:00
25,200
['8b0e95ece8ed77e38e8e3537d8ef45214a9bcf48']
feat: Update the design of mentions with thumbnail (#5551)
[{'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': '@@ -6,7 +6,7 @@\n @click="insertMentionNode"\n />\n <canned-response\n- v-if="showCannedMe...
Ruby
bd445216e9e8413666deb32b5b09d202e91ec2fe
315
2022-10-05 17:24:34-07:00
-19,800
['cd4c1ef27ed7f98774444267122d27def1d3b6cf']
fix: DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated (#5560) fixes the warning: Rendering actions with '.' in the name is deprecated
[{'old_path': 'app/controllers/api/v1/accounts/csat_survey_responses_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/csat_survey_responses_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -22,7 +22,7 @@ class Api::V1::Accounts::CsatSurveyResponsesController < Api::V1::Accounts::Base\n de...
Ruby
b668723313be091d32b1200392d65946774355f1
500
2022-10-05 17:31:12-07:00
-19,800
['bd445216e9e8413666deb32b5b09d202e91ec2fe']
chore: Ability to change default account (#5393) Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> Co-authored-by: Tejaswini Chile <tejaswini@chatwoot.com>
[{'old_path': 'app/controllers/api/v1/profiles_controller.rb', 'new_path': 'app/controllers/api/v1/profiles_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -22,6 +22,11 @@ class Api::V1::ProfilesController < Api::BaseController\n @user.account_users.find_by!(account_id: availability_params[:accoun...
Ruby
788b766179a9b30d1dd0a1b547a3d658cd54cf92
540
2022-10-05 22:00:15-07:00
25,200
['0a9ea6e272f3cfde03976aed57e9dd3af1386ee7']
feat: Quickly create canned responses (#5563)
[{'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': '@@ -100,10 +100,11 @@\n v-if="isBubble && !isMessageDeleted"\n :is-open="showContextMen...
Ruby
ce7d9be633e5d4cb8e95ff051dcd495710b7edaf
394
2022-10-07 10:22:33+05:30
21,600
['788b766179a9b30d1dd0a1b547a3d658cd54cf92']
Fix "presence" checks in Channel::TwilioSms (#5206)
[{'old_path': 'app/models/channel/twilio_sms.rb', 'new_path': 'app/models/channel/twilio_sms.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -28,8 +28,8 @@ class Channel::TwilioSms < ApplicationRecord\n validates :auth_token, presence: true\n \n # Must have _one_ of messaging_service_sid _or_ phone_number, a...
Ruby
779f815f8ed2a2b8908967b49119a3068bd7eb34
603
2022-10-07 09:08:18-07:00
25,200
['ce7d9be633e5d4cb8e95ff051dcd495710b7edaf']
chore: Update translations (#5566)
[{'old_path': 'app/javascript/dashboard/i18n/locale/ar/conversation.json', 'new_path': 'app/javascript/dashboard/i18n/locale/ar/conversation.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -150,7 +150,8 @@\n },\n "CONTEXT_MENU": {\n "COPY": "نسخ",\n- "DELETE": "حذف"\n+ "DELETE": "حذف",\...
Ruby
5bd5395d31be0c778607e1702b4774b51b68b5d5
603
2022-10-10 15:23:33-07:00
25,200
['779f815f8ed2a2b8908967b49119a3068bd7eb34']
chore: Add missing indexes for attachments table (#5588) - index for attachments table - index for conversations table
[{'old_path': 'app/models/attachment.rb', 'new_path': 'app/models/attachment.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -14,6 +14,11 @@\n # account_id :integer not null\n # message_id :integer not null\n #\n+# Indexes\n+#\n+# index_attachments_on_account_id (account_id)\n+#...
Ruby
d727093538f1aa32572ccfada3d8e9a69c7bd331
603
2022-10-10 15:40:12-07:00
25,200
['5bd5395d31be0c778607e1702b4774b51b68b5d5']
chore: Update translations from Crowdin (#5578)
[{'old_path': 'app/javascript/dashboard/i18n/locale/ar/conversation.json', 'new_path': 'app/javascript/dashboard/i18n/locale/ar/conversation.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,8 +2,8 @@\n "CONVERSATION": {\n "SELECT_A_CONVERSATION": "الرجاء اختيار محادثة من قائمة المحادثات",\n "CSAT_R...
Ruby
2c8ded98aad326af421907f2bfb416c2dab77bee
622
2022-10-11 11:27:22-07:00
-19,800
['d727093538f1aa32572ccfada3d8e9a69c7bd331']
fix: Update format in password reset page (#5596)
[{'old_path': 'app/controllers/devise_overrides/passwords_controller.rb', 'new_path': 'app/controllers/devise_overrides/passwords_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -11,7 +11,7 @@ class DeviseOverrides::PasswordsController < Devise::PasswordsController\n @recoverable = User.find_by(re...
Ruby
0b5a956e053ee372c2ab5391d2eb31b7b3f4ec3a
519
2022-10-11 12:59:28-07:00
-7,200
['2c8ded98aad326af421907f2bfb416c2dab77bee']
chore: Update the design for emoji picker (#4244) Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com> Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
[{'old_path': 'app/javascript/shared/components/emoji/EmojiInput.vue', 'new_path': 'app/javascript/shared/components/emoji/EmojiInput.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -5,21 +5,21 @@\n <li\n v-for="category in Object.keys(emojis)"\n :key="category"\n- :class="{...
Ruby
7419e413f4bc6fde791edb0599537c179f41c26b
622
2022-10-11 13:44:35-07:00
-19,800
['0b5a956e053ee372c2ab5391d2eb31b7b3f4ec3a']
fix: Added "None" option in bulk actions assignment menu (#5585) Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
[{'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': "@@ -141,9 +141,19 @@ export default {\n assignableAgentsUiFlags: 'inboxAssign...
Ruby
5f4b6f2ce4aa3cebc1603cd33470e20868680d36
540
2022-10-11 17:23:57-07:00
-39,600
['7419e413f4bc6fde791edb0599537c179f41c26b']
chore: Add AgentBot API module (#5599)
[{'old_path': None, 'new_path': 'app/javascript/dashboard/api/agentBots.js', 'type': <ModificationType.ADD: 1>, 'diff': "@@ -0,0 +1,9 @@\n+import ApiClient from './ApiClient';\n+\n+class AgentBotsAPI extends ApiClient {\n+ constructor() {\n+ super('agent_bots', { accountScoped: true });\n+ }\n+}\n+\n+export defaul...
Ruby
38776906ab0e5162b6d818637cf44bda26fae2ba
540
2022-10-11 17:32:31-07:00
-39,600
['5f4b6f2ce4aa3cebc1603cd33470e20868680d36']
chore: Generate webhook-verify-token automatically (#5593) - Autogenerate webhook verification token in the WhatsAppCloud channel. Co-authored-by: Sojan <sojan@pepalo.com>
[{'old_path': 'app/javascript/dashboard/i18n/locale/en/inboxMgmt.json', 'new_path': 'app/javascript/dashboard/i18n/locale/en/inboxMgmt.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -239,7 +239,9 @@\n },\n "API_CALLBACK": {\n "TITLE": "Callback URL",\n- "SUBTITLE": "You have...
Ruby
9b5c0de0eaf2fd8730cdfe25e1d6647fa66d2b02
540
2022-10-11 17:58:52-07:00
-39,600
['38776906ab0e5162b6d818637cf44bda26fae2ba']
chore: Add router views for agent_bots (#5600)
[{'old_path': 'app/javascript/dashboard/components/layout/config/sidebarItems/settings.js', 'new_path': 'app/javascript/dashboard/components/layout/config/sidebarItems/settings.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -3,6 +3,7 @@ import { frontendURL } from '../../../../helper/URLHelper';\n const setting...
Ruby
6c160ccad5244f068332348febc111c162e6de10
12
2022-10-11 22:54:17-07:00
-19,800
['9b5c0de0eaf2fd8730cdfe25e1d6647fa66d2b02']
feat: Add API module and Vuex store for Macros (#5603)
[{'old_path': None, 'new_path': 'app/javascript/dashboard/api/macros.js', 'type': <ModificationType.ADD: 1>, 'diff': "@@ -0,0 +1,16 @@\n+/* global axios */\n+import ApiClient from './ApiClient';\n+\n+class MacrosAPI extends ApiClient {\n+ constructor() {\n+ super('macros', { accountScoped: true });\n+ }\n+\n+ exe...
Ruby
32d885a19b2ead2a704fc5342a569de438b71b39
12
2022-10-11 23:20:20-07:00
-19,800
['6c160ccad5244f068332348febc111c162e6de10']
feat: Add macros routes and views (#5604)
[{'old_path': 'app/javascript/dashboard/components/layout/config/sidebarItems/settings.js', 'new_path': 'app/javascript/dashboard/components/layout/config/sidebarItems/settings.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -5,34 +5,37 @@ const settings = accountId => ({\n routes: [\n 'agent_bots',\n ...
Ruby
1bdd59f0259d3d7204145acea2ec0c98120eb0e9
394
2022-10-12 13:38:18+05:30
21,600
['32d885a19b2ead2a704fc5342a569de438b71b39']
Find by downcased email in SupportMailbox (#5211)
[{'old_path': 'app/mailboxes/support_mailbox.rb', 'new_path': 'app/mailboxes/support_mailbox.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -72,7 +72,7 @@ class SupportMailbox < ApplicationMailbox\n end\n \n def find_or_create_contact\n- @contact = @inbox.contacts.find_by(email: @processed_mail.original_...
Ruby
242de0b3f973e1ae8205b4c2ba18236c283b7aa5
500
2022-10-12 23:32:24+05:30
-19,800
['1bdd59f0259d3d7204145acea2ec0c98120eb0e9']
chore: `Vscode` extension recommendations (#5607) * Added vscode extension recommendations * Revert the change * Revert .gitignore * Change `volar` to `vetur`
[{'old_path': '.gitignore', 'new_path': '.gitignore', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -39,9 +39,6 @@ public/packs*\n *.un~\n .jest-cache\n \n-#VS Code files\n-.vscode\n-\n # ignore jetbrains IDE files\n .idea\n \n'}, {'old_path': None, 'new_path': '.vscode/extensions.json', 'type': <ModificationType.A...
Ruby
1b5a335f93564885f2ab179fa712f798bc5dda65
60
2022-10-12 14:00:42-07:00
-7,200
['242de0b3f973e1ae8205b4c2ba18236c283b7aa5']
fix: Update .editorconfig to fix spaces and indent_style (#5612)
[{'old_path': '.editorconfig', 'new_path': '.editorconfig', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -7,8 +7,8 @@ end_of_line = lf\n charset = utf-8\n trim_trailing_whitespace = true\n insert_final_newline = true\n-indent_style = spaces\n+indent_style = space\n tab_width = 2\n \n-[{*.{rb,erb,js,coffee,json,yml...
Ruby
fca629a32afdc98afdaac526f9b240d12560143d
622
2022-10-12 14:32:54-07:00
-19,800
['1b5a335f93564885f2ab179fa712f798bc5dda65']
fix: Update timezone to get `wday` from working_hours (#5605) Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
[{'old_path': 'app/models/working_hour.rb', 'new_path': 'app/models/working_hour.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -40,7 +40,10 @@ class WorkingHour < ApplicationRecord\n validate :open_all_day_and_closed_all_day\n \n def self.today\n- find_by(day_of_week: Date.current.wday)\n+ # While ge...
Ruby
0c8f744c33b5d2fc691cab43755285fd671fb1d6
60
2022-10-12 14:42:06-07:00
-7,200
['fca629a32afdc98afdaac526f9b240d12560143d']
chore: Remove unnecessary methods and polyfills (#5614)
[{'old_path': 'app/javascript/packs/sdk.js', 'new_path': 'app/javascript/packs/sdk.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -10,7 +10,7 @@ import {\n getUserCookieName,\n hasUserKeys,\n } from '../sdk/cookieHelpers';\n-import { addClass, removeClass } from '../sdk/DOMHelpers';\n+import { addClasses, r...
Ruby
6c048626d0a8b8fc38e7e9244d2ac7de399a26bf
60
2022-10-12 14:55:59-07:00
-7,200
['0c8f744c33b5d2fc691cab43755285fd671fb1d6']
chore: Replace deprecated functions (#5611) Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
[{'old_path': 'app/javascript/dashboard/components/widgets/Avatar.vue', 'new_path': 'app/javascript/dashboard/components/widgets/Avatar.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -78,7 +78,7 @@ export default {\n if (initials.length > 2 && initials.search(/[A-Z]/) !== -1) {\n initials = initi...
Ruby
ee520bdf982186eec0c74f32741a61363b50cdf4
9
2022-10-12 16:22:44-07:00
-19,800
['6c048626d0a8b8fc38e7e9244d2ac7de399a26bf']
feat: Show last active portal articles when sidebar portal icon is clicked (#5616)
[{'old_path': 'app/javascript/dashboard/components/layout/config/sidebarItems/primaryMenu.js', 'new_path': 'app/javascript/dashboard/components/layout/config/sidebarItems/primaryMenu.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -39,7 +39,7 @@ const primaryMenuItems = accountId => [\n label: 'HELP_CENTER.T...
Ruby
d2fd05ee4e18701fcc10ba95e1404d4af364abef
540
2022-10-12 21:45:28-07:00
25,200
['ee520bdf982186eec0c74f32741a61363b50cdf4']
fix: Show webhook url only on WhatsApp inbox (#5618)
[{'old_path': 'app/javascript/dashboard/routes/dashboard/settings/inbox/FinishSetup.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/settings/inbox/FinishSetup.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -19,15 +19,11 @@\n :script="currentInbox.callback_webhook_url"\n />\n ...
Ruby
8f4944fda065e4e6282930ff76bdfc18798b0984
650
2022-10-13 13:46:28+05:30
-19,800
['d2fd05ee4e18701fcc10ba95e1404d4af364abef']
chore: revert arm64 docker build in gh action (#5619) ref: https://github.com/chatwoot/chatwoot/pull/5575 https://github.com/chatwoot/chatwoot/pull/5575#issuecomment-1277208625
[{'old_path': '.github/workflows/publish_foss_docker.yml', 'new_path': '.github/workflows/publish_foss_docker.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -58,6 +58,6 @@ jobs:\n with:\n context: .\n file: docker/Dockerfile\n- platforms: linux/amd64,linux/arm64\n+ ...
Ruby