We thank all our contributors
Chatwoot would not have been what it is today without the help of our amazing contributors.
🐙 Star us on GitHub
📚 How to contribute
❤️ Sponsor us
Created using
Contributors template
from
Chatwoot
Showing all contributions from
jordan-brough
#
Commit Details
#1
fix: Handle spaces in CC/BCC email lists (#6788) When the C...
chatwoot/chatwoot
Apr 18, 2023
#2
chore: Re-add "public" prefix to "public.gen_random_uuid()" ...
chatwoot/chatwoot
Mar 29, 2023
#3
chore: Remove extra audit column (#6769) - Drop unintention...
chatwoot/chatwoot
Mar 29, 2023
#4
chore: Refactor code in ApplicationMailbox (#5857) Refactor...
chatwoot/chatwoot
Jan 17, 2023
#5
Escape search term before building regular expression (#5994...
chatwoot/chatwoot
Dec 06, 2022
#6
Find by downcased email in SupportMailbox (#5211)
chatwoot/chatwoot
Oct 12, 2022
#7
Fix "presence" checks in Channel::TwilioSms (#5206)
chatwoot/chatwoot
Oct 07, 2022
#8
chore: Allow setting "users.display_name" in Platform API (#...
chatwoot/chatwoot
Sep 30, 2022
#9
chore: Use "create!" and "save!" bang methods when not check...
chatwoot/chatwoot
Sep 13, 2022
#10
chore: Add index on conversations.uuid (#5179) - We search ...
chatwoot/chatwoot
Aug 23, 2022
#11
feat: Support Twilio Messaging Services (#4242) This allows...
chatwoot/chatwoot
Jul 08, 2022
#12
chore: Remove no-op condition in Api::V1::InboxesHelper (#49...
chatwoot/chatwoot
Jul 05, 2022
#13
chore: Make "apk" commands consistent in Dockerfile (#4790) ...
chatwoot/chatwoot
Jun 07, 2022
#14
chore: "Channel::TwilioSms" to be unique on account_sid+pho...
chatwoot/chatwoot
May 07, 2022
#15
feat: Open "Switch Account" modal when clicking account name...
chatwoot/chatwoot
May 06, 2022
#16
chore: Fix test failure in action_cable_listener_spec.rb due...
chatwoot/chatwoot
Apr 04, 2022
#17
chore: Timezone fixes for ReportBuilder and for ReportContro...
chatwoot/chatwoot
Mar 25, 2022
#18
chore: Don't send confirmation email when creating User via ...
chatwoot/chatwoot
Mar 24, 2022
#19
chore: Use "contain_exactly" in some tests (#4243)
chatwoot/chatwoot
Mar 24, 2022
#20
chore: Eliminate deprecation warning in "app_config_controll...
chatwoot/chatwoot
Mar 24, 2022
#21
chore: Use "destroy!" instead of "destroy" when not checking...
chatwoot/chatwoot
Mar 24, 2022
#22
chore: Fix "action_mailer.delivery_method" in the test env (...
chatwoot/chatwoot
Mar 23, 2022
#23
chore: Use bang version of "find_or_create_by!" in Platform ...
chatwoot/chatwoot
Mar 23, 2022
#24
Typo on product/others/agent-bots - "cteated" -> "created" (...
chatwoot/docs
Feb 28, 2022
#1
fix: Handle spaces in CC/BCC email lists (#6788) When the CC field is generated in the UI, the emai...
chatwoot/chatwoot
Apr 18, 2023
#2
chore: Re-add "public" prefix to "public.gen_random_uuid()" in schema.rb (#6770) Revert unintended ...
chatwoot/chatwoot
Mar 29, 2023
#3
chore: Remove extra audit column (#6769) - Drop unintentional "audits.integer" column
chatwoot/chatwoot
Mar 29, 2023
#4
chore: Refactor code in ApplicationMailbox (#5857) Refactor code in ApplicationMailbox * short-c...
chatwoot/chatwoot
Jan 17, 2023
#5
Escape search term before building regular expression (#5994) When doing a conversation search, if ...
chatwoot/chatwoot
Dec 06, 2022
#6
Find by downcased email in SupportMailbox (#5211)
chatwoot/chatwoot
Oct 12, 2022
#7
Fix "presence" checks in Channel::TwilioSms (#5206)
chatwoot/chatwoot
Oct 07, 2022
#8
chore: Allow setting "users.display_name" in Platform API (#5532)
chatwoot/chatwoot
Sep 30, 2022
#9
chore: Use "create!" and "save!" bang methods when not checking the result (#5358) * Use "create!" ...
chatwoot/chatwoot
Sep 13, 2022
#10
chore: Add index on conversations.uuid (#5179) - We search for conversations by this attribute (e.g...
chatwoot/chatwoot
Aug 23, 2022
#11
feat: Support Twilio Messaging Services (#4242) This allows sending and receiving from multiple pho...
chatwoot/chatwoot
Jul 08, 2022
#12
chore: Remove no-op condition in Api::V1::InboxesHelper (#4966) - `smtp` cannot be nil in this con...
chatwoot/chatwoot
Jul 05, 2022
#13
chore: Make "apk" commands consistent in Dockerfile (#4790) * Make "apk" commands consistent in Doc...
chatwoot/chatwoot
Jun 07, 2022
#14
chore: "Channel::TwilioSms" to be unique on account_sid+phone_number (#4188) "Twilio::IncomingMess...
chatwoot/chatwoot
May 07, 2022
#15
feat: Open "Switch Account" modal when clicking account name on dashboard (#4613) Co-authored-by: P...
chatwoot/chatwoot
May 06, 2022
#16
chore: Fix test failure in action_cable_listener_spec.rb due to ordering (#4357)
chatwoot/chatwoot
Apr 04, 2022
#17
chore: Timezone fixes for ReportBuilder and for ReportController spec (#4246) - ReportBuilder wasn'...
chatwoot/chatwoot
Mar 25, 2022
#18
chore: Don't send confirmation email when creating User via platform api (#4272) The platform api a...
chatwoot/chatwoot
Mar 24, 2022
#19
chore: Use "contain_exactly" in some tests (#4243)
chatwoot/chatwoot
Mar 24, 2022
#20
chore: Eliminate deprecation warning in "app_config_controller_spec.rb" (#4258) Fix the warning: ...
chatwoot/chatwoot
Mar 24, 2022
#21
chore: Use "destroy!" instead of "destroy" when not checking the return value (#4259)
chatwoot/chatwoot
Mar 24, 2022
#22
chore: Fix "action_mailer.delivery_method" in the test env (#4257) Fixes: #4247
chatwoot/chatwoot
Mar 23, 2022
#23
chore: Use bang version of "find_or_create_by!" in Platform UsersController (#4248)
chatwoot/chatwoot
Mar 23, 2022
#24
Typo on product/others/agent-bots - "cteated" -> "created" (#226)
chatwoot/docs
Feb 28, 2022