Search is not available for this dataset
hash string | author int32 | committer_date string | timezone int64 | parents string | message string | changes string | language string |
|---|---|---|---|---|---|---|---|
9b9c019de044c10da7440975d3909c11197a5bcc | 540 | 2022-11-16 08:11:48-08:00 | 28,800 | ['86e0ff76c5b7b9b7ba4a46eff354764e46e238ad'] | feat: Add support for `after` param in messages API (#5861) | [{'old_path': 'app/finders/message_finder.rb', 'new_path': 'app/finders/message_finder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -21,7 +21,9 @@ class MessageFinder\n end\n \n def current_messages\n- if @params[:before].present?\n+ if @params[:after].present?\n+ messages.reorder('created_at a... | Ruby |
66044a0dc37b926d825f10dd8efd2c81dd22810d | 540 | 2022-11-16 15:43:55-08:00 | 28,800 | ['9b9c019de044c10da7440975d3909c11197a5bcc'] | feat: Show last non-activity messages in the chat list (#5864) | [{'old_path': 'app/controllers/api/v1/accounts/contacts/conversations_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/contacts/conversations_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,7 +2,7 @@ class Api::V1::Accounts::Contacts::ConversationsController < Api::V1::Accounts::\n de... | Ruby |
e85f998a08114d5a8da67d28a229fc26f692e9fa | 622 | 2022-11-17 12:30:47+05:30 | -19,800 | ['66044a0dc37b926d825f10dd8efd2c81dd22810d'] | feat: Remove labels in macro (#5875) | [{'old_path': 'app/javascript/dashboard/mixins/macrosMixin.js', 'new_path': 'app/javascript/dashboard/mixins/macrosMixin.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -8,6 +8,7 @@ export default {\n case 'assign_agent':\n return this.agents;\n case 'add_label':\n+ case 'remove_... | Ruby |
9bfbd528ef7d36cdedc42cbf526dc6cd431c3c90 | 622 | 2022-11-17 14:15:16+05:30 | -19,800 | ['e85f998a08114d5a8da67d28a229fc26f692e9fa'] | feat: Assign team with teams none option (#5871) | [{'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': '@@ -54,6 +54,7 @@ export default {\n mute_conversation: null,\n sno... | Ruby |
47676c3cce7d91f5526c0a00f16e6992af9c6b1b | 12 | 2022-11-17 22:15:58-08:00 | -19,800 | ['9bfbd528ef7d36cdedc42cbf526dc6cd431c3c90'] | feat: Allow agent-bots to be created from the UI (#4153)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'old_path': 'app/controllers/dashboard_controller.rb', 'new_path': 'app/controllers/dashboard_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -16,8 +16,7 @@ class DashboardController < ActionController::Base\n @global_config = GlobalConfig.get(\n 'LOGO', 'LOGO_THUMBNAIL',\n 'INSTALLA... | Ruby |
33aacb34011fbd67586cc6089083c274d4a363f7 | 12 | 2022-11-18 14:44:36+05:30 | -19,800 | ['47676c3cce7d91f5526c0a00f16e6992af9c6b1b'] | Add team option in bulk actions (#5885) | [{'old_path': 'app/javascript/dashboard/components/ChatList.vue', 'new_path': 'app/javascript/dashboard/components/ChatList.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -102,6 +102,7 @@\n @assign-agent="onAssignAgent"\n @update-conversations="onUpdateConversations"\n @assign-labels="onAssig... | Ruby |
16bfd68d950f3dbda3692378ecb9b87b4fa83d8d | 540 | 2022-11-18 08:54:32-08:00 | 28,800 | ['33aacb34011fbd67586cc6089083c274d4a363f7'] | chore: Allow admins to choose the agent bot from the UI (#5895) | [{'old_path': 'app/javascript/dashboard/api/inboxes.js', 'new_path': 'app/javascript/dashboard/api/inboxes.js', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -13,6 +13,16 @@ class Inboxes extends ApiClient {\n deleteInboxAvatar(inboxId) {\n return axios.delete(`${this.url}/${inboxId}/avatar`);\n }\n+\n+ ge... | Ruby |
db37bfea066a7fc3560828497b5b922d858c3c6f | 12 | 2022-11-22 23:53:15+05:30 | -19,800 | ['16bfd68d950f3dbda3692378ecb9b87b4fa83d8d'] | fix: Add word-break to canned response list table content | [{'old_path': 'app/javascript/dashboard/routes/dashboard/settings/canned/Index.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/settings/canned/Index.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -46,7 +46,7 @@\n {{ cannedItem.short_code }}\n </td>\n <!-... | Ruby |
b765e17457686a65224405d1f931d400d0636cce | 90 | 2022-11-22 10:48:15-08:00 | -19,800 | ['db37bfea066a7fc3560828497b5b922d858c3c6f'] | fix: Sidebar missing at 1200px width (#5917) | [{'old_path': 'app/javascript/dashboard/routes/dashboard/Dashboard.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/Dashboard.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -102,7 +102,7 @@ export default {\n },\n methods: {\n handleResize() {\n- if (window.innerWidth > 1200) {\n+ ... | Ruby |
b5f8524167c6e2b268882063d4cb33d0b8516d9c | 603 | 2022-11-22 11:42:29-08:00 | 0 | ['b765e17457686a65224405d1f931d400d0636cce'] | chore: Update translations from Crowdin (#5883) | [{'old_path': 'app/javascript/dashboard/i18n/locale/ar/agentBots.json', 'new_path': 'app/javascript/dashboard/i18n/locale/ar/agentBots.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,70 @@\n {\n "AGENT_BOTS": {\n- "HEADER": "Bots"\n+ "HEADER": "Bots",\n+ "LOADING_EDITOR": "Loading Editor..."... | Ruby |
e593e516b8dc178eacdf1050f901c8d0f6676002 | 540 | 2022-11-22 12:54:13-08:00 | 28,800 | ['b5f8524167c6e2b268882063d4cb33d0b8516d9c'] | chore: Enable Latvian (lv) language (#5920) | [{'old_path': 'app/javascript/dashboard/i18n/index.js', 'new_path': 'app/javascript/dashboard/i18n/index.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -15,6 +15,7 @@ import id from './locale/id';\n import it from './locale/it';\n import ja from './locale/ja';\n import ko from './locale/ko';\n+import lv from '.... | Ruby |
606fc9046af1480ead1f4fad0ac7e2793c149529 | 603 | 2022-11-24 10:55:45+03:00 | 0 | ['e593e516b8dc178eacdf1050f901c8d0f6676002'] | feat: Allow users to mark a conversation as unread (#5924)
Allow users to mark conversations as unread.
Loom video: https://www.loom.com/share/ab70552d3c9c48b685da7dfa64be8bb3
fixes: #5552
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'old_path': 'app/controllers/api/v1/accounts/conversations_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/conversations_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -75,10 +75,13 @@ class Api::V1::Accounts::ConversationsController < Api::V1::Accounts::BaseContro\n end\n \n def u... | Ruby |
8ea06608623126bacfb8086bbb3c829f1ff40287 | 603 | 2022-11-24 14:50:32+03:00 | 0 | ['606fc9046af1480ead1f4fad0ac7e2793c149529'] | chore: Add reauthorization prompt for Whatsapp Channel (#5929)
- Add reauthorization prompt for Whatsapp Channel
fixes: #5782 | [{'old_path': 'app/jobs/webhooks/whatsapp_events_job.rb', 'new_path': 'app/jobs/webhooks/whatsapp_events_job.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -4,6 +4,7 @@ class Webhooks::WhatsappEventsJob < ApplicationJob\n def perform(params = {})\n channel = find_channel_from_whatsapp_business_payload(par... | Ruby |
8813c7790742724f29971145c958afdd9549fafd | 650 | 2022-11-24 10:42:28-08:00 | -19,800 | ['8ea06608623126bacfb8086bbb3c829f1ff40287'] | chore: add ph-no-capture css class to messages (#5932)
This ensure posthog replaces the corresponding elements with an empty
block in recordings.
ref: https://posthog.com/manual/recordings#ignoring-sensitive-elements | [{'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': '@@ -35,7 +35,7 @@\n <message\n v-for="message in getReadMessages"\n :ke... | Ruby |
b05d06a28a055ac2e4fdabd2dc1398ea98e5876c | 603 | 2022-11-25 13:01:04+03:00 | -10,800 | ['8813c7790742724f29971145c958afdd9549fafd'] | feat: Ability to lock to single conversation (#5881)
Adds the ability to lock conversation to a single thread for Whatsapp and Sms Inboxes when using outbound messages.
demo: https://www.loom.com/share/c9e1e563c8914837a4139dfdd2503fef
fixes: #4975
Co-authored-by: Nithin David <1277421+nithindavid@users.norepl... | [{'old_path': '.rubocop.yml', 'new_path': '.rubocop.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -16,7 +16,6 @@ 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 |
fc9fc5a6615095d69d18034ef26a03cc72a93283 | 622 | 2022-11-25 22:46:50+05:30 | -19,800 | ['b05d06a28a055ac2e4fdabd2dc1398ea98e5876c'] | fix: destroy bulk service (#5921) | [{'old_path': None, 'new_path': 'app/jobs/agents/destroy_job.rb', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,37 @@\n+class Agents::DestroyJob < ApplicationJob\n+ queue_as :default\n+\n+ def perform(account, user)\n+ ActiveRecord::Base.transaction do\n+ destroy_notification_setting(account, user)\n... | Ruby |
4755031e1d5dad4cfe2393287db2acda472f74dd | 650 | 2022-11-29 09:13:27+05:30 | -19,800 | ['fc9fc5a6615095d69d18034ef26a03cc72a93283'] | feat: use sendmail for email as default (#5899)
* feat: use sendmail for the email if SMTP_ADDRESS is empty | [{'old_path': '.env.example', 'new_path': '.env.example', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -60,9 +60,10 @@ MAILER_SENDER_EMAIL=Chatwoot <accounts@chatwoot.com>\n \n #SMTP domain key is set up for HELO checking\n SMTP_DOMAIN=chatwoot.com\n-# the default value is set "mailhog" and is used by docker-compo... | Ruby |
a397f01692f357495c5e704d658208aec5398c02 | 622 | 2022-11-29 13:35:08+05:30 | -19,800 | ['4755031e1d5dad4cfe2393287db2acda472f74dd'] | fix: unassign team activity message (#5969) | [{'old_path': 'app/models/concerns/activity_message_handler.rb', 'new_path': 'app/models/concerns/activity_message_handler.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -73,7 +73,8 @@ module ActivityMessageHandler\n end\n \n def generate_team_change_activity_key\n- key = team_id ? 'assigned' : 'removed'... | Ruby |
edcbd534258d93f02a35c1c2888ff95dd5635c02 | 248 | 2022-11-29 15:51:37+03:00 | 10,800 | ['a397f01692f357495c5e704d658208aec5398c02'] | feat: Read/Delivery status for Whatsapp Cloud API (#5157)
Process field statuses received in webhook WhatsApp cloud API
ref: #1021
Co-authored-by: Sojan <sojan@pepalo.com>
Co-authored-by: Nithin David <1277421+nithindavid@users.noreply.github.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': '@@ -59,10 +59,12 @@\n :story-sender="storySender"\n :story-id="storyId"\n ... | Ruby |
0cad3bed71529ccb5960c3b2c4cc9cfea0f862e5 | 320 | 2022-11-29 16:54:49+03:00 | 10,800 | ['edcbd534258d93f02a35c1c2888ff95dd5635c02'] | fix: Files in Whatsapp arrives with a different Name (#5907)
- Add file name parameter to the WhatsApp attachment payload
fixes: #4481
Co-authored-by: Sojan Jose <sojan@pepalo.com> | [{'old_path': 'app/services/whatsapp/providers/whatsapp_360_dialog_service.rb', 'new_path': 'app/services/whatsapp/providers/whatsapp_360_dialog_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -69,17 +69,18 @@ class Whatsapp::Providers::Whatsapp360DialogService < Whatsapp::Providers::BaseS\n def send_a... | Ruby |
c94ba165654293cfb3f66f2d9bb7a3c9c29dd51c | 9 | 2022-11-29 19:46:55+05:30 | 28,800 | ['0cad3bed71529ccb5960c3b2c4cc9cfea0f862e5'] | fix: Updates logic to insert canned response into editor (#5880)
* fix: Updates logic to insert canned response into editor
* Removes commented code
* Parse incoming canned text as markdown | [{'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': '@@ -233,7 +233,9 @@ export default {\n node\n );\n this.state = this.editorView.state.app... | Ruby |
85b52a1d3fb4a94d458721b403bb55a4bcfe8908 | 9 | 2022-11-29 08:18:00-08:00 | 28,800 | ['c94ba165654293cfb3f66f2d9bb7a3c9c29dd51c'] | feat: Add a view for unattended conversations (#5890)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'old_path': 'app/finders/conversation_finder.rb', 'new_path': 'app/finders/conversation_finder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -56,7 +56,6 @@ class ConversationFinder\n filter_by_team if @team\n filter_by_labels if params[:labels]\n filter_by_query if params[:q]\n- filter_by_repl... | Ruby |
3083f74d450cf9f51a4fcc5ef17928bc1b9a04ae | 622 | 2022-11-30 13:04:46+03:00 | -19,800 | ['85b52a1d3fb4a94d458721b403bb55a4bcfe8908'] | fix: Update inbox json, removing password (#5981)
- Filter restricted inbox attributes in APIs for agents
Fixes chatwoot/product#668
Co-authored-by: Sojan Jose <sojan@pepalo.com> | [{'old_path': 'app/views/api/v1/models/_inbox.json.jbuilder', 'new_path': 'app/views/api/v1/models/_inbox.json.jbuilder', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -33,7 +33,7 @@ json.website_token resource.channel.try(:website_token)\n json.selected_feature_flags resource.channel.try(:selected_feature_flags)\n... | Ruby |
e35638588a49e3ee90718c125d08017045540bcf | 540 | 2022-11-30 20:37:58-08:00 | 28,800 | ['3083f74d450cf9f51a4fcc5ef17928bc1b9a04ae'] | fix: Avoid conversationId getting undefined in unattended view (#6001) | [{'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': '@@ -450,8 +450,7 @@ export default {\n return this.currentChat.id;\n },\n conversationI... | Ruby |
a08099bbcc85df5905057ee50ff16c04f64261c3 | 622 | 2022-12-02 10:37:32+05:30 | -19,800 | ['e35638588a49e3ee90718c125d08017045540bcf'] | fix: Custom attr filter on conversations (#5978) | [{'old_path': 'app/services/filter_service.rb', 'new_path': 'app/services/filter_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,12 +3,7 @@ require \'json\'\n class FilterService\n ATTRIBUTE_MODEL = \'conversation_attribute\'.freeze\n ATTRIBUTE_TYPES = {\n- date: \'date\',\n- text: \'text\',... | Ruby |
c8ec397c7963161cd04a3fba6006c7beb37980b9 | 90 | 2022-12-02 15:07:38-08:00 | -19,800 | ['a08099bbcc85df5905057ee50ff16c04f64261c3'] | fix: Update missing features in unattended / mentions view (#6009)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'old_path': 'app/javascript/dashboard/components/ChatList.vue', 'new_path': 'app/javascript/dashboard/components/ChatList.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -187,6 +187,10 @@ import {\n hasPressedAltAndKKey,\n } from 'shared/helpers/KeyboardHelpers';\n import { conversationListPageURL } from '.... | Ruby |
0b5c82ad5f65e886cf9ea8c7645ff66012102b6a | 622 | 2022-12-03 20:37:56+05:30 | -19,800 | ['c8ec397c7963161cd04a3fba6006c7beb37980b9'] | fix: Save hostname for the custom domain in the portal (#5984)
* fix: Save hostname for the custom domain in the portal | [{'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': '@@ -21,6 +21,7 @@ class Api::V1::Accounts::PortalsController < Api::V1::Accounts::BaseController\n \n def create\n @portal = Cu... | Ruby |
613fb0b06425fd61d4808375c0ab019c13cc1ca6 | 90 | 2022-12-05 11:16:00+05:30 | -19,800 | ['0b5c82ad5f65e886cf9ea8c7645ff66012102b6a'] | fix: Unable to add emoji exactly where the cursor is at (#5865)
* fix: Unable to add emoji exactly where the cursor is at
* chore: Minor fixes
* chore: Review fixes
* chore: Code clean up
* chore: Review fixes
* chore: Minor fixes
* chore: Review fixes | [{'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': "@@ -65,6 +65,7 @@ export default {\n placeholder: { type: String, default: '' },\n isPrivate: { type:... | Ruby |
c9cae01cb47213de9394055bbabbffd525c7859a | 500 | 2022-12-05 12:30:56+05:30 | -19,800 | ['613fb0b06425fd61d4808375c0ab019c13cc1ca6'] | fix: Support audio in safari browser (#5943) | [{'old_path': 'app/javascript/dashboard/components/widgets/WootWriter/AudioRecorder.vue', 'new_path': 'app/javascript/dashboard/components/widgets/WootWriter/AudioRecorder.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -23,6 +23,7 @@ import 'videojs-wavesurfer/dist/videojs.wavesurfer.js';\n import 'videojs-rec... | Ruby |
c3b6e1a732faab67feee143bb07caa12c6e4af16 | 650 | 2022-12-05 21:15:44+05:30 | -19,800 | ['c9cae01cb47213de9394055bbabbffd525c7859a'] | fix: update heroku app.json to use premium plans (#5349)
* fix: update heroku app.json to use premium plans
Use premium/paid dynos and addons as Heroku is set to deprecate free dynos/addons.
* fix: set default stack to heroku-20
* chore: update heroku app.json to use new dyno types
web and worker to use ba... | [{'old_path': 'app.json', 'new_path': 'app.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -41,16 +41,24 @@\n "formation": {\n "web": {\n "quantity": 1,\n- "size": "FREE"\n+ "size": "basic"\n },\n "worker": {\n "quantity": 1,\n- "size": "FREE"\n+ "size": "basic"\n ... | Ruby |
87ef39ad9cc45e53f38c2c385ccc51689a9b9bae | 90 | 2022-12-05 16:00:42-08:00 | -19,800 | ['c3b6e1a732faab67feee143bb07caa12c6e4af16'] | feat: Add the ability to search emojis (#5928) | [{'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': '@@ -433,12 +433,7 @@ export default {\n position: fixed;\n left: unset;\n p... | Ruby |
b9fd1d88eae113fbedcb41478833e9c2b2b66977 | 394 | 2022-12-05 16:02:43-08:00 | 21,600 | ['8004f67efeb92911469bea803b6daa40e1302465'] | Escape search term before building regular expression (#5994)
When doing a conversation search, if the search term includes any regular
expression characters and the search returns results, then this function would
throw an exception.
For example, if a conversation includes the text "+15555550111" and you search
... | [{'old_path': 'app/javascript/dashboard/routes/dashboard/conversation/search/SearchMessageItem.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/conversation/search/SearchMessageItem.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -64,11 +64,16 @@ export default {\n methods: {\n prepareContent(... | Ruby |
06434bc655c4bc509023dee3ef111a6e726e8718 | 603 | 2022-12-05 16:04:49-08:00 | -10,800 | ['b9fd1d88eae113fbedcb41478833e9c2b2b66977'] | chore: Update translations from Crowdin (#5952) | [{'old_path': 'app/javascript/dashboard/i18n/locale/ar/chatlist.json', 'new_path': 'app/javascript/dashboard/i18n/locale/ar/chatlist.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -8,6 +8,7 @@\n },\n "TAB_HEADING": "المحادثات",\n "MENTION_HEADING": "الإشارات",\n+ "UNATTENDED_HEADING": "بدون حضو... | Ruby |
a82b9991b3d7e309ba81881215d91ec80fc80bfa | 80 | 2022-12-05 16:17:27-08:00 | -7,200 | ['06434bc655c4bc509023dee3ef111a6e726e8718'] | fix: Update the link used for email address change in the confirmation mail (#5937) | [{'old_path': 'app/views/devise/mailer/confirmation_instructions.html.erb', 'new_path': 'app/views/devise/mailer/confirmation_instructions.html.erb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -11,9 +11,11 @@\n <p>You can confirm your account email through the link below:</p>\n <% end %>\n \n-<% if @resource.con... | Ruby |
89cfc5bbf3c3da9418250cf75b3b487532298838 | 90 | 2022-12-06 11:25:49+05:30 | -19,800 | ['a82b9991b3d7e309ba81881215d91ec80fc80bfa'] | fix: Send message with "enter" also do new line (#5961)
* fix: Send message with "enter" also do new line
* chore: Review fixes
* chore: Naming fixes
* chore: Minor fixes
* chore: Fix line break issue when cmd plus enter enabled | [{'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': "@@ -39,10 +39,14 @@ const TYPING_INDICATOR_IDLE_TIME = 4000;\n \n import '@chatwoot/prosemirror-schema/src/wo... | Ruby |
f1d1bb84fda61afe5b44f361d8a0a7eb79e11ec3 | 90 | 2022-12-07 12:00:51+05:30 | -19,800 | ['01cc3d7c9c59c05948fece4b3bcc1d8c8d743414'] | fix: Filters are not applied unless I'm on the All Conversations screen (#6006)
* fix: Filters are not applied unless I'm on the All Conversations screen
* chore: Review fixes
* chore: Minor sidebar fixes
* chore: Review fixes
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'old_path': 'app/javascript/dashboard/components/ChatList.vue', 'new_path': 'app/javascript/dashboard/components/ChatList.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -345,6 +345,9 @@ export default {\n };\n },\n pageTitle() {\n+ if (this.hasAppliedFilters) {\n+ return this.$t('CH... | Ruby |
caa45d1d923fcd0bc922dfeaa79afc50c996f774 | 9 | 2022-12-07 12:02:27-08:00 | 28,800 | ['f1d1bb84fda61afe5b44f361d8a0a7eb79e11ec3'] | feat: Pass logged in agent context to dashboard app (#6034)
Co-authored-by: Pranav Raj S <pranav@chatwoot.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': "@@ -46,11 +46,16 @@ export default {\n return {\n conversation: this.currentChat,\n c... | Ruby |
6064aad38fdec5d62ad48309364911ab5047a3ef | 540 | 2022-12-07 13:03:51-08:00 | 28,800 | ['caa45d1d923fcd0bc922dfeaa79afc50c996f774'] | chore: Add business email validation on signup (#6037) | [{'old_path': 'app/javascript/dashboard/i18n/locale/en/signup.json', 'new_path': 'app/javascript/dashboard/i18n/locale/en/signup.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,10 +3,10 @@\n "TRY_WOOT": "Register an account",\n "TITLE": "Register",\n "TERMS_ACCEPT": "By signing up, you agree to ... | Ruby |
779bcf5e0dc32e033ac01bebee8a352534896f68 | 540 | 2022-12-07 15:55:03-08:00 | 28,800 | ['6064aad38fdec5d62ad48309364911ab5047a3ef'] | feat: Update Signup screen (#6002)
* feat: Update Signup page designs
* feat: Update the signup page with dynamic testimonials
* Remove the images
* chore: Minor UI fixes
* chore: Form aligned to centre
* Update app/javascript/dashboard/routes/auth/components/Signup/Form.vue
* Design improvements
... | [{'old_path': None, 'new_path': 'app/javascript/dashboard/api/testimonials.js', 'type': <ModificationType.ADD: 1>, 'diff': "@@ -0,0 +1,6 @@\n+/* global axios */\n+import wootConstants from 'dashboard/constants';\n+\n+export const getTestimonialContent = () => {\n+ return axios.get(wootConstants.TESTIMONIAL_URL);\n+};\... | Ruby |
52ea2010700d660e6fc3bc4d9d87603043aa4456 | 540 | 2022-12-07 16:28:45-08:00 | 28,800 | ['779bcf5e0dc32e033ac01bebee8a352534896f68'] | fix: Remove duplicate submit action (#6039) | [{'old_path': 'app/javascript/dashboard/routes/auth/components/Signup/Form.vue', 'new_path': 'app/javascript/dashboard/routes/auth/components/Signup/Form.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -62,7 +62,6 @@\n :is-disabled="isSignupInProgress || !hasAValidCaptcha"\n :is-loading="isSignupInP... | Ruby |
7dc790a7e0bf05d37f6d42675af442e408bb2715 | 622 | 2022-12-08 15:55:24+03:00 | -19,800 | ['431e2931c4f155e844c80e9c3d854f79a0a3cc5c'] | fix: Automatically remove expired story mention (#5300)
When a user mentions the connected Instagram page in a story, the story's content is downloaded in Chatwoot, then if the user deletes the story, the content persists in the platform.
fixes: #5258 | [{'old_path': 'app/builders/messages/messenger/message_builder.rb', 'new_path': 'app/builders/messages/messenger/message_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -46,6 +46,7 @@ class Messages::Messenger::MessageBuilder\n end\n \n def update_attachment_file_type(attachment)\n+ return if @mes... | Ruby |
62005591235ec2d6bdc784dd9aa3c4632e2a5357 | 540 | 2022-12-08 20:53:13-08:00 | 28,800 | ['7dc790a7e0bf05d37f6d42675af442e408bb2715'] | chore: Update analytics events (#6050) | [{'old_path': 'app/controllers/dashboard_controller.rb', 'new_path': 'app/controllers/dashboard_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -24,7 +24,6 @@ class DashboardController < ActionController::Base\n 'API_CHANNEL_NAME',\n 'API_CHANNEL_THUMBNAIL',\n 'ANALYTICS_TOKEN',\n- ... | Ruby |
823c836906eede3413f209cd48ee81f778c75652 | 540 | 2022-12-09 16:43:09-08:00 | 28,800 | ['62005591235ec2d6bdc784dd9aa3c4632e2a5357'] | feat: Allow wildcard URL in the campaigns (#6056) | [{'old_path': 'app/javascript/dashboard/routes/dashboard/settings/campaigns/AddCampaign.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/settings/campaigns/AddCampaign.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -171,11 +171,12 @@\n \n <script>\n import { mapGetters } from 'vuex';\n-import { req... | Ruby |
86958278cd9114d6de7ee14d85eb2f847003e10a | 90 | 2022-12-12 20:10:33+05:30 | -19,800 | ['823c836906eede3413f209cd48ee81f778c75652'] | fix: Unable to save automation "send email to team" (#6052)
* fix: Unable to save automation "send email to team"
* chore: Minor fixes | [{'old_path': 'app/javascript/dashboard/helper/actionQueryGenerator.js', 'new_path': 'app/javascript/dashboard/helper/actionQueryGenerator.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -17,13 +17,22 @@ const formatArray = params => {\n return params;\n };\n \n+const generatePayloadForObject = item => {\n+ i... | Ruby |
9d78f0d6c65698fd626dc8a5b8655cb0ce4a563f | 90 | 2022-12-12 19:52:37-08:00 | -19,800 | ['86958278cd9114d6de7ee14d85eb2f847003e10a'] | feat: Adds number validation for WhatsApp inbox at the creation step (#6043)
Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.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': '@@ -134,7 +134,7 @@\n "PHONE_NUMBER": {\n "LABEL": "Phone number",\n "PLACEHOLDER": "Please enter the p... | Ruby |
2972319026f24c903645e48d8a84977794d4fb8b | 90 | 2022-12-14 15:21:20-08:00 | -19,800 | ['26e05de642f04a1eb0638672f41e1e3a68902483'] | fix: Update colors in widget buttons to fix invalid colors (#6033)
Co-authored-by: nithindavid <1277421+nithindavid@users.noreply.github.com>
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'old_path': 'app/javascript/dashboard/components/widgets/ColorPicker.vue', 'new_path': 'app/javascript/dashboard/components/widgets/ColorPicker.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -61,6 +61,7 @@ export default {\n }\n \n .colorpicker--selected {\n+ border: 1px solid var(--color-border-light);\n ... | Ruby |
2a1a38f9867a8db57a0f6cefa2be6e3a3df2604b | 21 | 2022-12-14 16:06:26-08:00 | -7,200 | ['2972319026f24c903645e48d8a84977794d4fb8b'] | chore: Add feature flags for campaigns and website channel (#5778)
Co-authored-by: Tejaswini Chile <tejaswini@chatwoot.com>
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'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': "@@ -29,6 +29,7 @@ const primaryMenuItems = accountId => [\n icon: 'megaphone',\n ... | Ruby |
9292653bf926ef499a57c1f57bcbc671f840ac19 | 21 | 2022-12-14 18:24:02-08:00 | -7,200 | ['2a1a38f9867a8db57a0f6cefa2be6e3a3df2604b'] | fix: Update enabled_features logic to fix superadmin edit action (#5959)
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': '@@ -1,8 +1,7 @@\n class Platform::Api::V1::AccountsController < PlatformController\n def create\n- @resource = Account.new(acc... | Ruby |
72fcaa739c9d24e7e900e64a1b06523cfb797e9c | 603 | 2022-12-15 14:11:15+05:30 | -10,800 | ['9292653bf926ef499a57c1f57bcbc671f840ac19'] | chore: Update translations from Crowdin | [{'old_path': None, 'new_path': 'app/javascript/dashboard/i18n/locale/ar/emoji.json', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,6 @@\n+{\n+ "EMOJI": {\n+ "PLACEHOLDER": "Search emojis",\n+ "NOT_FOUND": "No emoji match your search"\n+ }\n+}\n'}, {'old_path': 'app/javascript/dashboard/i18n/locale/ar/... | Ruby |
f8e6308cafa63ebf670c63d4485bf006c3d27fa0 | 603 | 2022-12-15 16:40:50+05:30 | -10,800 | ['72fcaa739c9d24e7e900e64a1b06523cfb797e9c'] | chore: [Snyk] Fix for 7 vulnerabilities (#6075)
* fix: Gemfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-LOOFAH-3168317
- https://snyk.io/vuln/SNYK-RUBY-LOOFAH-3168318
- https://snyk.io/vuln/SNYK-RUBY-LOOFAH-3168649
- https://snyk.io/vuln... | [{'old_path': 'Gemfile', 'new_path': 'Gemfile', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -4,7 +4,7 @@ ruby '3.0.4'\n \n ##-- base gems for rails --##\n gem 'rack-cors', require: 'rack/cors'\n-gem 'rails', '~>6.1'\n+gem 'rails', '~> 6.1', '>= 6.1.6.1'\n # Reduces boot times through caching; required in config/b... | Ruby |
9106f6278d451053effdba7bb539d1480d44afa8 | 500 | 2022-12-15 09:36:18-08:00 | -19,800 | ['f8e6308cafa63ebf670c63d4485bf006c3d27fa0'] | fix: Allow editing label and placeholder for standard attributes in pre chat form (#6067)
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> | [{'old_path': 'app/javascript/dashboard/helper/preChat.js', 'new_path': 'app/javascript/dashboard/helper/preChat.js', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -60,15 +60,11 @@ export const getFormattedPreChatFields = ({ preChatFields }) => {\n return {\n ...item,\n label: getLabel({\n- k... | Ruby |
82d3398932e7ca75ae072a6df4a7b23fb5a2363d | 90 | 2022-12-16 11:41:55-08:00 | -19,800 | ['9106f6278d451053effdba7bb539d1480d44afa8'] | fix: Add improvements to the Help Center module (#6081) | [{'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': '@@ -40,6 +40,7 @@\n :portals="portals"\n :active-portal... | Ruby |
aaacf9d4d2ab624ba5eb04c94f23191e7cd459c8 | 540 | 2022-12-16 11:59:27-08:00 | 28,800 | ['82d3398932e7ca75ae072a6df4a7b23fb5a2363d'] | feat: Allow users to disable marking offline automatically (#6079)
Co-authored-by: Nithin David <1277421+nithindavid@users.noreply.github.com> | [{'old_path': 'app/controllers/api/v1/profiles_controller.rb', 'new_path': 'app/controllers/api/v1/profiles_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -18,6 +18,10 @@ class Api::V1::ProfilesController < Api::BaseController\n head :ok\n end\n \n+ def auto_offline\n+ @user.account_users.f... | Ruby |
4d2b7c37a0f6b56aca7af33cb737dd9825fe2363 | 540 | 2022-12-17 13:11:28-08:00 | 28,800 | ['aaacf9d4d2ab624ba5eb04c94f23191e7cd459c8'] | feat: Display labels in the conversation card (#6088)
Co-authored-by: Nithin David Thomas <webofnithin@gmail.com> | [{'old_path': 'app/javascript/dashboard/components/ui/Label.vue', 'new_path': 'app/javascript/dashboard/components/ui/Label.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -199,8 +199,8 @@ export default {\n \n &.smooth {\n background: transparent;\n- border: 1px solid var(--s-75);\n- color: var(--s... | Ruby |
38587b3aa1acacd97efc1d45de12d93eaf2efb78 | 540 | 2022-12-17 16:41:11-08:00 | 28,800 | ['4d2b7c37a0f6b56aca7af33cb737dd9825fe2363'] | fix: Update Slack integration to fix message delivery issues (#6093) | [{'old_path': 'lib/integrations/slack/incoming_message_builder.rb', 'new_path': 'lib/integrations/slack/incoming_message_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -22,13 +22,23 @@ class Integrations::Slack::IncomingMessageBuilder\n private\n \n def valid_event?\n- supported_event_type? && su... | Ruby |
5541d9e00b7935f0ca8e3b7ebcaa8a61e7d25388 | 622 | 2022-12-19 13:21:33+05:30 | -19,800 | ['38587b3aa1acacd97efc1d45de12d93eaf2efb78'] | Fix: automation email improvement (#6061) | [{'old_path': 'app/javascript/dashboard/routes/dashboard/settings/automation/constants.js', 'new_path': 'app/javascript/dashboard/routes/dashboard/settings/automation/constants.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -99,6 +99,13 @@ export const AUTOMATIONS = {\n inputType: 'search_select',\n ... | Ruby |
022d0b0ea306d18f97cb13881f1150e10fbef35f | 9 | 2022-12-19 14:11:11+05:30 | -19,800 | ['5541d9e00b7935f0ca8e3b7ebcaa8a61e7d25388'] | chore: Enable prototyping classes for foundation (#5945)
* chore: Enable prototyping classes for foundation
* Marcros css clean up
* Imports utilities separately
* Fix macro position
* Changes global margin
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': '@@ -74,8 +74,8 @@ Tahoma,\n Arial,\n sans-serif;\n $body-antialiased: true;\n-$global-margin: $space-one;\n-$global... | Ruby |
d1a26e80f44df2ebca0a86f229c6aea8d789dc29 | 9 | 2022-12-19 08:54:20-08:00 | -19,800 | ['022d0b0ea306d18f97cb13881f1150e10fbef35f'] | fix: Hide show more labels button when there's no overflow (#6097) | [{'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': '@@ -155,12 +155,20 @@ $default-button-height: 4.0rem;\n // Sizes\n &.tiny {\n height: var(--space-medium);\n+\n+ ... | Ruby |
ca88eb55f4a8619307cd1a55e181990cc5c1895e | 603 | 2022-12-19 22:34:49+05:30 | -19,800 | ['d1a26e80f44df2ebca0a86f229c6aea8d789dc29'] | chore: Update translations from Crowdin | [{'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': '@@ -41,6 +41,10 @@\n "NO_RESPONSE": "لا توجد استجابة",\n "RATING_TITLE": "التقييم",\n "FEEDBACK_TITLE": "الملاحظا... | Ruby |
2dfe38ae4dd6e570c66cf531a460ff6fba8efefc | 540 | 2022-12-19 22:38:30+05:30 | 28,800 | ['ca88eb55f4a8619307cd1a55e181990cc5c1895e'] | chore: Cleanup feature flags (#6096)
- Add more feature flags for CRM, auto_resolution, and reports
- Add a SuperAdmin link in the sidebar if the user is a super-admin
- SuperAdmin could view all the features on an account irrespective of whether the feature is enabled. | [{'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': "@@ -1,3 +1,4 @@\n+import { FEATURE_FLAGS } from '../../../../featureFlags';\n import ... | Ruby |
2c2c47d7fdb65a63e3c46f1972140ca83fb00e9a | 90 | 2022-12-21 13:31:53+05:30 | -19,800 | ['34f740568911da3dd9afe3d6f3e4361be2cee318'] | chore: Hide inbox name only has one inbox (#6115) | [{'old_path': 'app/javascript/dashboard/components/widgets/conversation/ConversationHeader.vue', 'new_path': 'app/javascript/dashboard/components/widgets/conversation/ConversationHeader.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -21,7 +21,11 @@\n />\n </h3>\n <div class="conversat... | Ruby |
3c6bd2c8fd0fc18cfaba527b744de561d9805efc | 90 | 2022-12-21 16:01:50+05:30 | -19,800 | ['2c2c47d7fdb65a63e3c46f1972140ca83fb00e9a'] | fix: Use canned response menu from the editor in contact messages (#6109) | [{'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': '@@ -66,7 +66,7 @@\n @click="replaceTextWithCannedResponse"\... | Ruby |
26ada8b34208d68212fe54b409bc931c5e87a35b | 540 | 2022-12-21 09:58:56-08:00 | 28,800 | ['3c6bd2c8fd0fc18cfaba527b744de561d9805efc'] | fix: Update the logic to show read status for web (#6107) | [{'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': '@@ -15,7 +15,6 @@\n v-if="data.content"\n :message="message"\n :is-email=... | Ruby |
6a7825470177dd202c792f3486ba3f3a842bca9f | 320 | 2022-12-22 13:36:03+05:30 | 10,800 | ['26ada8b34208d68212fe54b409bc931c5e87a35b'] | feat: Send audio longer than 10 seconds and Add Prop audio-record-format (#6108)
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com> | [{'old_path': 'app/javascript/dashboard/components/widgets/WootWriter/AudioRecorder.vue', 'new_path': 'app/javascript/dashboard/components/widgets/WootWriter/AudioRecorder.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -10,11 +10,11 @@ import 'videojs-record/dist/css/videojs.record.css';\n \n import videojs fr... | Ruby |
8c88344170fd2a5a49db4fb9c1745c9bb6b2216b | 90 | 2022-12-22 18:51:24+05:30 | -19,800 | ['6a7825470177dd202c792f3486ba3f3a842bca9f'] | chore: Helpcenter improvements (#6098) | [{'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': "@@ -227,6 +227,26 @@ export default {\n },\n },\n \n+ watch: {\n... | Ruby |
dbb6c0a074a28ab0ab9c9a4a79b97e918857fd41 | 500 | 2022-12-22 19:13:54+05:30 | -19,800 | ['8c88344170fd2a5a49db4fb9c1745c9bb6b2216b'] | chore: Increase the max concurrent number of devices (#6121) | [{'old_path': 'config/initializers/devise_token_auth.rb', 'new_path': 'config/initializers/devise_token_auth.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -15,7 +15,7 @@ DeviseTokenAuth.setup do |config|\n \n # Sets the max number of concurrent devices per user, which is 10 by default.\n # After this limit... | Ruby |
2af337be10282f6df2a5c7a0281388ab2fe41ec8 | 90 | 2022-12-22 14:07:11-08:00 | -19,800 | ['dbb6c0a074a28ab0ab9c9a4a79b97e918857fd41'] | feat: Add the ability to toggle the secondary sidebar in all display breakpoints (#6118)
Co-authored-by: Nithin David <1277421+nithindavid@users.noreply.github.com>
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'old_path': 'app/javascript/dashboard/assets/scss/widgets/_sidemenu.scss', 'new_path': 'app/javascript/dashboard/assets/scss/widgets/_sidemenu.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -59,12 +59,8 @@\n \n .hamburger--menu {\n cursor: pointer;\n- display: none;\n- margin-right: $space-normal;\n-\n-... | Ruby |
1bf23055df9b0dd8b798b4ea119b97532a506671 | 603 | 2022-12-22 14:08:08-08:00 | -19,800 | ['2af337be10282f6df2a5c7a0281388ab2fe41ec8'] | chore: Update translations (#6113) | [{'old_path': 'app/javascript/dashboard/i18n/locale/ar/settings.json', 'new_path': 'app/javascript/dashboard/i18n/locale/ar/settings.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -136,6 +136,7 @@\n "SELECTOR_SUBTITLE": "اختر حساباً من القائمة التالية",\n "PROFILE_SETTINGS": "إعدادات الملف الشخصي",\n ... | Ruby |
3e91765472836faac7e6bcba1748c4fc0016dea8 | 9 | 2022-12-22 14:14:30-08:00 | -19,800 | ['1bf23055df9b0dd8b798b4ea119b97532a506671'] | fix: Expand title height of textarea on load (#6103) | [{'old_path': 'app/javascript/shared/components/ResizableTextArea.vue', 'new_path': 'app/javascript/shared/components/ResizableTextArea.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -37,6 +37,13 @@ export default {\n this.resizeTextarea();\n },\n },\n+ mounted() {\n+ this.$nextTick(() => {\n+ ... | Ruby |
98c289dc3ec648f06de065ce149d576e1ad411ac | 90 | 2022-12-28 12:49:11+05:30 | -19,800 | ['3e91765472836faac7e6bcba1748c4fc0016dea8'] | chore: Fixes issue showing the CSAT error message (#6136)
Approved by Muhsin | [{'old_path': 'app/javascript/survey/views/Response.vue', 'new_path': 'app/javascript/survey/views/Response.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -174,7 +174,7 @@ export default {\n feedback_message: this.feedbackMessage,\n };\n } catch (error) {\n- const errorMessage = ... | Ruby |
e5219df2b43b31110f5fdc7bc9a98bb5f5b3494f | 603 | 2022-12-28 13:56:49-08:00 | -19,800 | ['98c289dc3ec648f06de065ce149d576e1ad411ac'] | chore: Update translations (#6129) | [{'old_path': 'app/javascript/dashboard/i18n/locale/da/agentBots.json', 'new_path': 'app/javascript/dashboard/i18n/locale/da/agentBots.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,24 +1,24 @@\n {\n "AGENT_BOTS": {\n "HEADER": "Bots",\n- "LOADING_EDITOR": "Loading Editor...",\n+ "LOADING_EDITO... | Ruby |
e5fd866a7cc7fb6b0ace2b56741732f1f5698d8f | 90 | 2022-12-29 10:21:23-08:00 | -19,800 | ['e5219df2b43b31110f5fdc7bc9a98bb5f5b3494f'] | feat: Add new audio alert options (#6141)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'old_path': 'app/javascript/dashboard/i18n/locale/en/settings.json', 'new_path': 'app/javascript/dashboard/i18n/locale/en/settings.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -58,10 +58,20 @@\n "AUDIO_NOTIFICATIONS_SECTION": {\n "TITLE": "Audio Notifications",\n "NOTE": "Enable audi... | Ruby |
11f6e6bc6162619a9526aa0cb3194ff316c23b59 | 540 | 2022-12-29 19:37:36-08:00 | 28,800 | ['e5fd866a7cc7fb6b0ace2b56741732f1f5698d8f'] | fix: Update account limit selection logic (#6149) | [{'old_path': 'enterprise/app/models/enterprise/account.rb', 'new_path': 'enterprise/app/models/enterprise/account.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -15,7 +15,11 @@ module Enterprise::Account\n \n def get_limits(limit_name)\n config_name = "ACCOUNT_#{limit_name.to_s.upcase}_LIMIT"\n- self[... | Ruby |
cd3b6ebf28bbacb09aea3263ffb0352d3770a208 | 540 | 2022-12-29 20:01:14-08:00 | 28,800 | ['11f6e6bc6162619a9526aa0cb3194ff316c23b59'] | chore: Refactor audio notification helper (#6148) | [{'old_path': None, 'new_path': 'app/javascript/dashboard/helper/AudioAlerts/DashboardAudioNotificationHelper.js', 'type': <ModificationType.ADD: 1>, 'diff': "@@ -0,0 +1,100 @@\n+import { MESSAGE_TYPE } from 'shared/constants/messages';\n+import { showBadgeOnFavicon } from './faviconHelper';\n+import { initFaviconSwitc... | Ruby |
4fba9ef1fbfa0bfee6cca29f598a1696b8e8c0f0 | 90 | 2022-12-29 22:16:58-08:00 | -19,800 | ['cd3b6ebf28bbacb09aea3263ffb0352d3770a208'] | feat: Adds the ability to play audio alert every 30 sec (#6150)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'old_path': 'app/javascript/dashboard/helper/AudioAlerts/DashboardAudioNotificationHelper.js', 'new_path': 'app/javascript/dashboard/helper/AudioAlerts/DashboardAudioNotificationHelper.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -6,11 +6,14 @@ import {\n initOnEvents,\n } from 'shared/helpers/AudioNotifi... | Ruby |
9f842bcd59156a1eafa3cf825fd840a53a55bfcd | 9 | 2022-12-30 22:26:16+05:30 | -19,800 | ['4fba9ef1fbfa0bfee6cca29f598a1696b8e8c0f0'] | chore: Refactor shortcuts modal to use modal component (#6151)
* chore: Refactor SHortcuts modal to use modal component
* Typography changes | [{'old_path': 'app/javascript/dashboard/components/widgets/modal/WootKeyShortcutModal.vue', 'new_path': 'app/javascript/dashboard/components/widgets/modal/WootKeyShortcutModal.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,12 +1,14 @@\n <template>\n- <transition name="slide-up">\n- <div class="modal-mas... | Ruby |
12b45f5c76645fe8907bd5f87e38bf0efd13c743 | 603 | 2022-12-30 09:38:28-08:00 | -19,800 | ['9f842bcd59156a1eafa3cf825fd840a53a55bfcd'] | chore: Update translations (#6152) | [{'old_path': 'app/javascript/dashboard/i18n/locale/ar/settings.json', 'new_path': 'app/javascript/dashboard/i18n/locale/ar/settings.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -58,10 +58,21 @@\n "AUDIO_NOTIFICATIONS_SECTION": {\n "TITLE": "الإشعارات الصوتية",\n "NOTE": "تمكين التنبيه... | Ruby |
5d1be70e67024943dc9ced05caf94d013c13df51 | 540 | 2022-12-30 13:13:33-08:00 | 28,800 | ['12b45f5c76645fe8907bd5f87e38bf0efd13c743'] | fix: Update unread_messages count in WhatsApp inboxes (#6154)
* fix: Update unread_count from backend instead of computing on the frontend
* Fix spec
* Remove status indicator on private notifications
* CodeClimate fix
* CodeClimate | [{'old_path': 'app/javascript/dashboard/components/widgets/conversation/bubble/Actions.vue', 'new_path': 'app/javascript/dashboard/components/widgets/conversation/bubble/Actions.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -186,7 +186,7 @@ export default {\n return `https://www.instagram.com/stories/${... | Ruby |
38f9c3940b60c234be9f88a05e3fe5bf8c347aed | 90 | 2022-12-30 13:54:37-08:00 | -19,800 | ['56b1388339af7697e6d2893e1ca2748383282de2'] | chore: Hide inbox name only has one inbox (#6115) | [{'old_path': 'app/javascript/dashboard/components/widgets/conversation/ConversationHeader.vue', 'new_path': 'app/javascript/dashboard/components/widgets/conversation/ConversationHeader.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -21,7 +21,11 @@\n />\n </h3>\n <div class="conversat... | Ruby |
8e13a06833831982f42c93ca8547206dc073d9c6 | 90 | 2022-12-30 13:54:37-08:00 | -19,800 | ['38f9c3940b60c234be9f88a05e3fe5bf8c347aed'] | fix: Use canned response menu from the editor in contact messages (#6109) | [{'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': '@@ -66,7 +66,7 @@\n @click="replaceTextWithCannedResponse"\... | Ruby |
a3e5aad753568efa71691e29da8e4a443ef9efc7 | 540 | 2022-12-30 13:54:37-08:00 | 28,800 | ['8e13a06833831982f42c93ca8547206dc073d9c6'] | fix: Update the logic to show read status for web (#6107) | [{'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': '@@ -15,7 +15,6 @@\n v-if="data.content"\n :message="message"\n :is-email=... | Ruby |
94ca2fd2293ea69cd8d1368f6fa6d21afb5e071f | 320 | 2022-12-30 13:54:37-08:00 | 10,800 | ['a3e5aad753568efa71691e29da8e4a443ef9efc7'] | feat: Send audio longer than 10 seconds and Add Prop audio-record-format (#6108)
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com> | [{'old_path': 'app/javascript/dashboard/components/widgets/WootWriter/AudioRecorder.vue', 'new_path': 'app/javascript/dashboard/components/widgets/WootWriter/AudioRecorder.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -10,11 +10,11 @@ import 'videojs-record/dist/css/videojs.record.css';\n \n import videojs fr... | Ruby |
aba5a1a1314519c14ee4efed179ebcac66812ed6 | 90 | 2022-12-30 13:54:37-08:00 | -19,800 | ['94ca2fd2293ea69cd8d1368f6fa6d21afb5e071f'] | chore: Helpcenter improvements (#6098) | [{'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': "@@ -227,6 +227,26 @@ export default {\n },\n },\n \n+ watch: {\n... | Ruby |
37aa602c61adeb018d6d548be47efd2f333a2187 | 500 | 2022-12-30 13:54:37-08:00 | -19,800 | ['aba5a1a1314519c14ee4efed179ebcac66812ed6'] | chore: Increase the max concurrent number of devices (#6121) | [{'old_path': 'config/initializers/devise_token_auth.rb', 'new_path': 'config/initializers/devise_token_auth.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -15,7 +15,7 @@ DeviseTokenAuth.setup do |config|\n \n # Sets the max number of concurrent devices per user, which is 10 by default.\n # After this limit... | Ruby |
d55988a6e0e18ce892d99b95a49e03e62caa7286 | 90 | 2022-12-30 13:54:37-08:00 | -19,800 | ['37aa602c61adeb018d6d548be47efd2f333a2187'] | feat: Add the ability to toggle the secondary sidebar in all display breakpoints (#6118)
Co-authored-by: Nithin David <1277421+nithindavid@users.noreply.github.com>
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'old_path': 'app/javascript/dashboard/assets/scss/widgets/_sidemenu.scss', 'new_path': 'app/javascript/dashboard/assets/scss/widgets/_sidemenu.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -59,12 +59,8 @@\n \n .hamburger--menu {\n cursor: pointer;\n- display: none;\n- margin-right: $space-normal;\n-\n-... | Ruby |
78251f54c93034a182a3479d4c34c2b2facd0b1e | 603 | 2022-12-30 13:54:37-08:00 | -19,800 | ['d55988a6e0e18ce892d99b95a49e03e62caa7286'] | chore: Update translations (#6113) | [{'old_path': 'app/javascript/dashboard/i18n/locale/ar/settings.json', 'new_path': 'app/javascript/dashboard/i18n/locale/ar/settings.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -136,6 +136,7 @@\n "SELECTOR_SUBTITLE": "اختر حساباً من القائمة التالية",\n "PROFILE_SETTINGS": "إعدادات الملف الشخصي",\n ... | Ruby |
00eabe07a4ce83e5bcd2052f7a99262f4abc74db | 9 | 2022-12-30 13:54:37-08:00 | -19,800 | ['78251f54c93034a182a3479d4c34c2b2facd0b1e'] | fix: Expand title height of textarea on load (#6103) | [{'old_path': 'app/javascript/shared/components/ResizableTextArea.vue', 'new_path': 'app/javascript/shared/components/ResizableTextArea.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -37,6 +37,13 @@ export default {\n this.resizeTextarea();\n },\n },\n+ mounted() {\n+ this.$nextTick(() => {\n+ ... | Ruby |
e446a12ebb8592b08ac3b9451484aad660583e4e | 90 | 2022-12-30 13:54:37-08:00 | -19,800 | ['00eabe07a4ce83e5bcd2052f7a99262f4abc74db'] | chore: Fixes issue showing the CSAT error message (#6136)
Approved by Muhsin | [{'old_path': 'app/javascript/survey/views/Response.vue', 'new_path': 'app/javascript/survey/views/Response.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -174,7 +174,7 @@ export default {\n feedback_message: this.feedbackMessage,\n };\n } catch (error) {\n- const errorMessage = ... | Ruby |
10a03cae2452ff31f7d10f24228d0d74c5bb6920 | 603 | 2022-12-30 13:54:37-08:00 | -19,800 | ['e446a12ebb8592b08ac3b9451484aad660583e4e'] | chore: Update translations (#6129) | [{'old_path': 'app/javascript/dashboard/i18n/locale/da/agentBots.json', 'new_path': 'app/javascript/dashboard/i18n/locale/da/agentBots.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,24 +1,24 @@\n {\n "AGENT_BOTS": {\n "HEADER": "Bots",\n- "LOADING_EDITOR": "Loading Editor...",\n+ "LOADING_EDITO... | Ruby |
02a687b226ad91897c9642ddebc7e55fab47c4ce | 90 | 2022-12-30 13:54:37-08:00 | -19,800 | ['10a03cae2452ff31f7d10f24228d0d74c5bb6920'] | feat: Add new audio alert options (#6141)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'old_path': 'app/javascript/dashboard/i18n/locale/en/settings.json', 'new_path': 'app/javascript/dashboard/i18n/locale/en/settings.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -58,10 +58,20 @@\n "AUDIO_NOTIFICATIONS_SECTION": {\n "TITLE": "Audio Notifications",\n "NOTE": "Enable audi... | Ruby |
297e144f33e7217c281999d54b256b625c9bdd0f | 540 | 2022-12-30 13:54:37-08:00 | 28,800 | ['02a687b226ad91897c9642ddebc7e55fab47c4ce'] | fix: Update account limit selection logic (#6149) | [{'old_path': 'enterprise/app/models/enterprise/account.rb', 'new_path': 'enterprise/app/models/enterprise/account.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -15,7 +15,11 @@ module Enterprise::Account\n \n def get_limits(limit_name)\n config_name = "ACCOUNT_#{limit_name.to_s.upcase}_LIMIT"\n- self[... | Ruby |
6ffb7fe34e5679dc9c6d8704649f62cf81723ae4 | 540 | 2022-12-30 13:54:37-08:00 | 28,800 | ['297e144f33e7217c281999d54b256b625c9bdd0f'] | chore: Refactor audio notification helper (#6148) | [{'old_path': None, 'new_path': 'app/javascript/dashboard/helper/AudioAlerts/DashboardAudioNotificationHelper.js', 'type': <ModificationType.ADD: 1>, 'diff': "@@ -0,0 +1,100 @@\n+import { MESSAGE_TYPE } from 'shared/constants/messages';\n+import { showBadgeOnFavicon } from './faviconHelper';\n+import { initFaviconSwitc... | Ruby |
34e509b9b7980e9d55f818917e8be24ee7368bf4 | 90 | 2022-12-30 13:54:37-08:00 | -19,800 | ['6ffb7fe34e5679dc9c6d8704649f62cf81723ae4'] | feat: Adds the ability to play audio alert every 30 sec (#6150)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'old_path': 'app/javascript/dashboard/helper/AudioAlerts/DashboardAudioNotificationHelper.js', 'new_path': 'app/javascript/dashboard/helper/AudioAlerts/DashboardAudioNotificationHelper.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -6,11 +6,14 @@ import {\n initOnEvents,\n } from 'shared/helpers/AudioNotifi... | Ruby |
b179d1b563e33752ccb2892fd11f1059cf7d268a | 9 | 2022-12-30 13:54:37-08:00 | -19,800 | ['34e509b9b7980e9d55f818917e8be24ee7368bf4'] | chore: Refactor shortcuts modal to use modal component (#6151)
* chore: Refactor SHortcuts modal to use modal component
* Typography changes | [{'old_path': 'app/javascript/dashboard/components/widgets/modal/WootKeyShortcutModal.vue', 'new_path': 'app/javascript/dashboard/components/widgets/modal/WootKeyShortcutModal.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,12 +1,14 @@\n <template>\n- <transition name="slide-up">\n- <div class="modal-mas... | Ruby |
cf48610f2febb05b5772a0c165175812a9a37ba3 | 603 | 2022-12-30 13:54:37-08:00 | -19,800 | ['b179d1b563e33752ccb2892fd11f1059cf7d268a'] | chore: Update translations (#6152) | [{'old_path': 'app/javascript/dashboard/i18n/locale/ar/settings.json', 'new_path': 'app/javascript/dashboard/i18n/locale/ar/settings.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -58,10 +58,21 @@\n "AUDIO_NOTIFICATIONS_SECTION": {\n "TITLE": "الإشعارات الصوتية",\n "NOTE": "تمكين التنبيه... | Ruby |
69bed3e08da614d8e81f12654feed116facdae7f | 540 | 2022-12-30 13:54:37-08:00 | 28,800 | ['cf48610f2febb05b5772a0c165175812a9a37ba3'] | fix: Update unread_messages count in WhatsApp inboxes (#6154)
* fix: Update unread_count from backend instead of computing on the frontend
* Fix spec
* Remove status indicator on private notifications
* CodeClimate fix
* CodeClimate | [{'old_path': 'app/javascript/dashboard/components/widgets/conversation/bubble/Actions.vue', 'new_path': 'app/javascript/dashboard/components/widgets/conversation/bubble/Actions.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -186,7 +186,7 @@ export default {\n return `https://www.instagram.com/stories/${... | Ruby |
e3f13dd455dcb306842418e6d2934d452b2a00c4 | 367 | 2023-01-01 21:39:38-08:00 | -3,600 | ['4941c93cb0566c79207401660f89065326aaf2ce'] | choreButtons must have discernible text (#6132)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'old_path': 'app/javascript/sdk/bubbleHelpers.js', 'new_path': 'app/javascript/sdk/bubbleHelpers.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -52,6 +52,7 @@ export const createBubbleIcon = ({ className, path, target }) => {\n }\n \n target.className = bubbleClassName;\n+ target.title = 'Open chat windo... | Ruby |
ab87f9d6c052cd5f4f6e6f87f0182947304501f6 | 603 | 2023-01-01 21:40:15-08:00 | -19,800 | ['e3f13dd455dcb306842418e6d2934d452b2a00c4'] | chore: Update translations (#6159) | [{'old_path': 'app/javascript/dashboard/i18n/locale/ar/settings.json', 'new_path': 'app/javascript/dashboard/i18n/locale/ar/settings.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -282,6 +282,7 @@\n }\n },\n "KEYBOARD_SHORTCUTS": {\n+ "TOGGLE_MODAL": "View all shortcuts",\n "TITLE": {\n "... | Ruby |
7b5f1e48760467a6fb1968d8e0cd7df408ce7338 | 80 | 2023-01-04 16:11:54+05:30 | -7,200 | ['c88ea257d5cb4da4ff78e581708c16787d4e5d7b'] | feat: Support for telegram incoming location message (#6158)
Support for incoming location messages in the telegram channel.
ref: #3398 | [{'old_path': 'app/services/telegram/incoming_message_service.rb', 'new_path': 'app/services/telegram/incoming_message_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -20,6 +20,7 @@ class Telegram::IncomingMessageService\n sender: @contact,\n source_id: (params[:message][:message_id]).to_s\n ... | Ruby |
88053c60c714011a757c819499b8ce1969d65782 | 603 | 2023-01-04 11:03:02-08:00 | -19,800 | ['7b5f1e48760467a6fb1968d8e0cd7df408ce7338'] | chore: Update translations (#6160) | [{'old_path': 'app/javascript/dashboard/i18n/locale/de/agentBots.json', 'new_path': 'app/javascript/dashboard/i18n/locale/de/agentBots.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -37,29 +37,29 @@\n }\n },\n "LIST": {\n- "404": "No Bots found, you can create a bot by clicking the \'Config... | Ruby |