iachat/app
Pranav 505ede2761
fix: Change the column identifier from string to text to avoid overflow (#9073)
Fixes: https://linear.app/chatwoot/issue/CW-3118/cannot-subscribe-to-notifications-on-microsoft-edge

Fix the issue with notifications in Microsoft Edge. The Edge push notification payload identifier has more than 255 characters. The API calls were failing due to this. This PR would fix the issue.
2024-03-07 11:13:01 +05:30
..
actions fix: downcase email before finding (#8921) 2024-02-21 18:51:00 +05:30
assets chore: Reorganize the installation config settings (#8794) 2024-01-31 16:48:42 +04:00
builders feat: Add backend APIs for the bot metrics (#9031) 2024-03-01 08:20:20 -08:00
channels chore: Sentry issues (#4623) 2022-05-06 14:50:55 +05:30
controllers feat: Add backend APIs for the bot metrics (#9031) 2024-03-01 08:20:20 -08:00
dashboards feat: Super admin design improvements (#8517) 2023-12-08 19:40:35 -08:00
dispatchers Chore: clean up Reporting Events (#4044) 2022-02-28 18:16:12 +05:30
drops feat: Add the support for custom attributes in message variables (#8511) 2023-12-08 14:13:35 -08:00
fields feat: Supports masking tokens in super admin (#6491) 2023-02-21 17:50:55 +05:30
finders fix: Inbox view Read/Snoozed display filters (#8907) 2024-02-17 13:59:25 +05:30
helpers feat: Add contact helper (#8989) 2024-03-06 17:39:39 +05:30
javascript chore: Update translations (#9052) 2024-03-06 23:30:32 +05:30
jobs feat(ee): Add reporting events for bots (#9027) 2024-02-27 14:53:28 -08:00
listeners feat(ee): Add reporting events for bots (#9027) 2024-02-27 14:53:28 -08:00
mailboxes fix: inline attachments not handled if tag was missing (#9068) 2024-03-06 17:15:29 +05:30
mailers feat: Export contact improvements (#8895) 2024-02-20 17:11:03 +05:30
models fix: Change the column identifier from string to text to avoid overflow (#9073) 2024-03-07 11:13:01 +05:30
policies feat: Add endpoints to retrieve summary of team/agents over a period of time (#8916) 2024-02-13 15:44:40 +05:30
presenters feat: Improve the rendering of CSV exports (#8914) 2024-02-12 20:01:58 -08:00
services feat: Revamp the notification title and content (#8988) 2024-03-06 20:51:56 +05:30
views feat: Remove Foundation in favor of Tailwind (#8984) 2024-02-28 13:56:28 +05:30
workers fix: Capture delivery errors to avoid false positives (#8790) 2024-01-26 14:22:18 +04:00
test-matchers.js Initial testing with jest (#133) 2019-10-15 00:18:46 +05:30