Chatwoot/app
Chad Burggraf 4d0b302802
Avoid crashing when AudioContext is not available. (#5641)
#4942. We've also had a number of crash reports show up in our logs related to this. Typically we see "undefined is not a constructor" because of the `window.AudioContext || window.webkitAudioContext` returns `undefined`.
2022-10-20 19:13:20 -07:00
..
actions chore: Ability to Disable Gravatars (#5027) 2022-07-21 19:27:12 +02:00
assets feat: Fixes #1940 WCAG support for website widget (#2071) 2021-09-02 12:13:53 +05:30
builders Fix: Handled IG unsupported file type (#5650) 2022-10-19 13:44:17 -07:00
channels chore: Sentry issues (#4623) 2022-05-06 14:50:55 +05:30
controllers chore: Allow feature flag parameters in platform API for account creation (#5589) 2022-10-19 21:16:36 -07:00
dashboards feat: Ability to manage account features from super admin (#5455) 2022-09-19 14:57:21 -07:00
dispatchers Chore: clean up Reporting Events (#4044) 2022-02-28 18:16:12 +05:30
drops fix: mention notification mail for empty contact name (#5091) 2022-07-22 15:37:24 +05:30
fields feat: Ability to manage account features from super admin (#5455) 2022-09-19 14:57:21 -07:00
finders Feat: custom sort (#4864) 2022-06-22 11:04:42 +05:30
helpers fix: Track Imap exception in sentry (#5397) 2022-09-07 11:41:56 +05:30
javascript Avoid crashing when AudioContext is not available. (#5641) 2022-10-20 19:13:20 -07:00
jobs fix: ensure contact_inbox if contact exists(#5667) 2022-10-19 12:56:39 -07:00
listeners feat: Update conversation attributes in realtime when they changed (#5542) 2022-10-19 17:26:10 -07:00
mailboxes chore: Refactor Contact Inbox Builders (#5617) 2022-10-13 15:12:04 -07:00
mailers chore: Update dependencies to the latest versions (#5033) 2022-07-15 09:51:59 +07:00
models chore: ability to delete user in super admin console 2022-10-18 01:05:28 -07:00
policies feat: Execute macro actions, for the conversation (#5066) 2022-07-26 12:41:22 +05:30
presenters fix: Auto populate team after assigned via API (#5250) 2022-08-12 13:40:28 +05:30
services fix: ensure contact_inbox if contact exists(#5667) 2022-10-19 12:56:39 -07:00
views chore: Allow feature flag parameters in platform API for account creation (#5589) 2022-10-19 21:16:36 -07:00
workers fix: Update auto reply and hide reply time for email inbox (#3985) 2022-02-15 17:11:28 +05:30
test-matchers.js Initial testing with jest (#133) 2019-10-15 00:18:46 +05:30