Chatwoot/app
Jordan Brough a8cfcbc168
chore: Timezone fixes for ReportBuilder and for ReportController spec (#4246)
- ReportBuilder wasn't using the specified time zone for the timestamp in the
"build" method
- The ReportController spec was calling `Time.zone.today.to_time`, but
`Date#to_time` disregards the zone from `Time.zone` and reverts to the system
time zone.
2022-03-25 14:00:27 +05:30
..
actions feat: Add additional attributes in setUser method (#3958) 2022-02-28 12:10:55 +05:30
assets feat: Fixes #1940 WCAG support for website widget (#2071) 2021-09-02 12:13:53 +05:30
builders chore: Timezone fixes for ReportBuilder and for ReportController spec (#4246) 2022-03-25 14:00:27 +05:30
channels fix: NoMethodError: undefined method `id' for nil:NilClass (#4172) 2022-03-15 14:30:33 +05:30
controllers chore: Don't send confirmation email when creating User via platform api (#4272) 2022-03-25 00:36:59 +05:30
dashboards feat: Add the ability for a super admin to define account limits (#3946) 2022-02-14 15:55:08 +05:30
dispatchers Chore: clean up Reporting Events (#4044) 2022-02-28 18:16:12 +05:30
drops fix: Add fixes for sentry errors (#3522) 2021-12-09 11:50:28 +05:30
fields feat: Add the ability for a super admin to define account limits (#3946) 2022-02-14 15:55:08 +05:30
finders Fix: Conversation filter permissions (#3908) 2022-02-03 18:25:28 -08:00
helpers fix: Attach instagram images with file type story_mentions (#4100) 2022-03-10 20:27:30 +05:30
javascript feat: Add support for rich editor and allow CCs in email for a new conversation. (#4194) 2022-03-25 11:27:45 +05:30
jobs chore: Disable fetching new emails after mailbox error (#4176) 2022-03-22 12:14:17 +05:30
listeners Automation enhancement (#4087) 2022-03-21 13:12:27 +05:30
mailboxes chore: Disable fetching new emails after mailbox error (#4176) 2022-03-22 12:14:17 +05:30
mailers chore: Disable fetching new emails after mailbox error (#4176) 2022-03-22 12:14:17 +05:30
models Fix: added validation for custom and additional attribute (#4260) 2022-03-24 15:38:28 +05:30
policies feat: Clone and update automation rules (#3782) 2022-01-20 15:30:21 -08:00
presenters revert: "fix: html content is available and mail_part empty" (#3986) 2022-02-15 17:19:28 +05:30
services feat: enhancement to un-send instagram message (#4120) 2022-03-21 17:10:15 +05:30
views chore: Disable fetching new emails after mailbox error (#4176) 2022-03-22 12:14:17 +05:30
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