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
chore: Log errors handled by RequestExceptionHandler (#8013)...
chatwoot/chatwoot
Oct 01, 2023
#2
fix: Erase null bytes from incoming Twilio messages (#7901) ...
chatwoot/chatwoot
Sep 13, 2023
#3
feat: Allow Twilio::REST::TwilioError errors to raise and pr...
chatwoot/chatwoot
Aug 16, 2023
#4
refactor: Remove deprecated "belongs_to" relationships in Me...
chatwoot/chatwoot
Jul 27, 2023
#5
chore: Remove unneeded `include EnsureCurrentAccountHelper` ...
chatwoot/chatwoot
Jun 19, 2023
#6
chore: Update method to access "secret_key_base" (#7337) Th...
chatwoot/chatwoot
Jun 19, 2023
#7
fix: Handle spaces in CC/BCC email lists (#6788) When the C...
chatwoot/chatwoot
Apr 18, 2023
#8
chore: Re-add "public" prefix to "public.gen_random_uuid()" ...
chatwoot/chatwoot
Mar 29, 2023
#9
chore: Remove extra audit column (#6769) - Drop unintention...
chatwoot/chatwoot
Mar 29, 2023
#10
chore: Refactor code in ApplicationMailbox (#5857) Refactor...
chatwoot/chatwoot
Jan 17, 2023
#11
Escape search term before building regular expression (#5994...
chatwoot/chatwoot
Dec 06, 2022
#12
Find by downcased email in SupportMailbox (#5211)
chatwoot/chatwoot
Oct 12, 2022
#13
Fix "presence" checks in Channel::TwilioSms (#5206)
chatwoot/chatwoot
Oct 07, 2022
#14
chore: Allow setting "users.display_name" in Platform API (#...
chatwoot/chatwoot
Sep 30, 2022
#15
chore: Use "create!" and "save!" bang methods when not check...
chatwoot/chatwoot
Sep 13, 2022
#16
chore: Add index on conversations.uuid (#5179) - We search ...
chatwoot/chatwoot
Aug 23, 2022
#17
feat: Support Twilio Messaging Services (#4242) This allows...
chatwoot/chatwoot
Jul 08, 2022
#18
chore: Remove no-op condition in Api::V1::InboxesHelper (#49...
chatwoot/chatwoot
Jul 05, 2022
#19
chore: Make "apk" commands consistent in Dockerfile (#4790) ...
chatwoot/chatwoot
Jun 07, 2022
#20
chore: "Channel::TwilioSms" to be unique on account_sid+pho...
chatwoot/chatwoot
May 07, 2022
#21
feat: Open "Switch Account" modal when clicking account name...
chatwoot/chatwoot
May 06, 2022
#22
chore: Fix test failure in action_cable_listener_spec.rb due...
chatwoot/chatwoot
Apr 04, 2022
#23
chore: Timezone fixes for ReportBuilder and for ReportContro...
chatwoot/chatwoot
Mar 25, 2022
#24
chore: Don't send confirmation email when creating User via ...
chatwoot/chatwoot
Mar 24, 2022
#25
chore: Use "contain_exactly" in some tests (#4243)
chatwoot/chatwoot
Mar 24, 2022
#26
chore: Eliminate deprecation warning in "app_config_controll...
chatwoot/chatwoot
Mar 24, 2022
#27
chore: Use "destroy!" instead of "destroy" when not checking...
chatwoot/chatwoot
Mar 24, 2022
#28
chore: Fix "action_mailer.delivery_method" in the test env (...
chatwoot/chatwoot
Mar 23, 2022
#29
chore: Use bang version of "find_or_create_by!" in Platform ...
chatwoot/chatwoot
Mar 23, 2022
#30
Typo on product/others/agent-bots - "cteated" -> "created" (...
chatwoot/docs
Feb 28, 2022
#1
chore: Log errors handled by RequestExceptionHandler (#8013) - Logging this info is invaluable when...
chatwoot/chatwoot
Oct 01, 2023
#2
fix: Erase null bytes from incoming Twilio messages (#7901) We've had some messages come in from a ...
chatwoot/chatwoot
Sep 13, 2023
#3
feat: Allow Twilio::REST::TwilioError errors to raise and prevent Inbox creation (#7379) This updat...
chatwoot/chatwoot
Aug 16, 2023
#4
refactor: Remove deprecated "belongs_to" relationships in Message (#7434) - Remove the deprecated c...
chatwoot/chatwoot
Jul 27, 2023
#5
chore: Remove unneeded `include EnsureCurrentAccountHelper` (#7339) This class inherits from Api::V...
chatwoot/chatwoot
Jun 19, 2023
#6
chore: Update method to access "secret_key_base" (#7337) This will look at environment variables an...
chatwoot/chatwoot
Jun 19, 2023
#7
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
#8
chore: Re-add "public" prefix to "public.gen_random_uuid()" in schema.rb (#6770) Revert unintended ...
chatwoot/chatwoot
Mar 29, 2023
#9
chore: Remove extra audit column (#6769) - Drop unintentional "audits.integer" column
chatwoot/chatwoot
Mar 29, 2023
#10
chore: Refactor code in ApplicationMailbox (#5857) Refactor code in ApplicationMailbox * short-c...
chatwoot/chatwoot
Jan 17, 2023
#11
Escape search term before building regular expression (#5994) When doing a conversation search, if ...
chatwoot/chatwoot
Dec 06, 2022
#12
Find by downcased email in SupportMailbox (#5211)
chatwoot/chatwoot
Oct 12, 2022
#13
Fix "presence" checks in Channel::TwilioSms (#5206)
chatwoot/chatwoot
Oct 07, 2022
#14
chore: Allow setting "users.display_name" in Platform API (#5532)
chatwoot/chatwoot
Sep 30, 2022
#15
chore: Use "create!" and "save!" bang methods when not checking the result (#5358) * Use "create!" ...
chatwoot/chatwoot
Sep 13, 2022
#16
chore: Add index on conversations.uuid (#5179) - We search for conversations by this attribute (e.g...
chatwoot/chatwoot
Aug 23, 2022
#17
feat: Support Twilio Messaging Services (#4242) This allows sending and receiving from multiple pho...
chatwoot/chatwoot
Jul 08, 2022
#18
chore: Remove no-op condition in Api::V1::InboxesHelper (#4966) - `smtp` cannot be nil in this con...
chatwoot/chatwoot
Jul 05, 2022
#19
chore: Make "apk" commands consistent in Dockerfile (#4790) * Make "apk" commands consistent in Doc...
chatwoot/chatwoot
Jun 07, 2022
#20
chore: "Channel::TwilioSms" to be unique on account_sid+phone_number (#4188) "Twilio::IncomingMess...
chatwoot/chatwoot
May 07, 2022
#21
feat: Open "Switch Account" modal when clicking account name on dashboard (#4613) Co-authored-by: P...
chatwoot/chatwoot
May 06, 2022
#22
chore: Fix test failure in action_cable_listener_spec.rb due to ordering (#4357)
chatwoot/chatwoot
Apr 04, 2022
#23
chore: Timezone fixes for ReportBuilder and for ReportController spec (#4246) - ReportBuilder wasn'...
chatwoot/chatwoot
Mar 25, 2022
#24
chore: Don't send confirmation email when creating User via platform api (#4272) The platform api a...
chatwoot/chatwoot
Mar 24, 2022
#25
chore: Use "contain_exactly" in some tests (#4243)
chatwoot/chatwoot
Mar 24, 2022
#26
chore: Eliminate deprecation warning in "app_config_controller_spec.rb" (#4258) Fix the warning: ...
chatwoot/chatwoot
Mar 24, 2022
#27
chore: Use "destroy!" instead of "destroy" when not checking the return value (#4259)
chatwoot/chatwoot
Mar 24, 2022
#28
chore: Fix "action_mailer.delivery_method" in the test env (#4257) Fixes: #4247
chatwoot/chatwoot
Mar 23, 2022
#29
chore: Use bang version of "find_or_create_by!" in Platform UsersController (#4248)
chatwoot/chatwoot
Mar 23, 2022
#30
Typo on product/others/agent-bots - "cteated" -> "created" (#226)
chatwoot/docs
Feb 28, 2022