iachat/lib
Shivam Mishra 00ee0478eb
feat: IndexedDB based caching for labels, inboxes and teams [CW-50] (#6710)
* feat: allow caching of labels in the account scope

* feat: send cache keys in account json response

* feat: kickstart web worker

* feat: setup basic architecture for workers

* feat: install idb

* feat: add datamanger

* fix: typos

* refactor: rename method

* feat: make init db a manual step

* refactor: separate accountIdFromRoute

* feat: cache enabled API client

* feat: enable caching for inboxes and labels

* feat: enable cache for team

* feat: manage exceptions for team

* feat: add team to data manager

* feat: add a generic listener

* refactor: send only cache keys

* refactor: separate validate method

* feat: add listeners

* feat: add event for revalidate

* feat: add cache keys endpoint

* refactor: fetch cache keys instead of full account data

* fix: key pattern

* feat: don't fetch account for cache_keys

* fix: cache key base class

* refactor: cache keys helper

* feat: add helper

* fix: cache-key update logic

* feat: delete indexeddb on logout

* feat: remove worker.js

* refactor: move data-manager

* refactor: name of file

* feat: add test for DataManager

* refactor: add fake idb to jest setup

* test: cache keys helper

* test: cache keys helper

* test: cache_keys in accounts controller

* refactor: remove cache_keys context

* feat: add policy for cache-keys
2023-03-27 12:16:25 +05:30
..
action_view/template/handlers feat: Customisable Email Templates (#1095) 2020-08-06 15:21:06 +05:30
assets Initial Commit 2019-08-14 15:18:44 +05:30
automation_rules Fix: automation email improvement (#6061) 2022-12-19 13:21:33 +05:30
custom_exceptions chore: Introduce enterprise edition license (#3209) 2021-12-09 12:07:48 +05:30
events feat: IndexedDB based caching for labels, inboxes and teams [CW-50] (#6710) 2023-03-27 12:16:25 +05:30
filters fix: Email subject automation issue (#6533) 2023-02-27 18:33:11 +05:30
integrations fix: hook exception for empty hook (#6646) 2023-03-10 16:40:15 +05:30
redis chore: Use connection_pool for redis (#5790) 2022-11-02 17:31:20 -07:00
seeders feat: Ability for super admin to impersonate a user (#6382) 2023-02-06 11:00:08 -08:00
tasks chore: Additional indexes and fixes (#6675) 2023-03-15 19:52:02 +05:30
webhooks chore: Disable throwing Webhook exceptions to Sentry (#6663) 2023-03-14 17:40:40 +05:30
chatwoot_app.rb chore: Introduce enterprise edition license (#3209) 2021-12-09 12:07:48 +05:30
chatwoot_captcha.rb feat: Add hCaptcha for public forms (#4017) 2022-02-18 20:02:50 +05:30
chatwoot_exception_tracker.rb fix: Disable marking IMAP connection as invalid for Standard Errors (#4764) 2022-06-02 11:38:58 +05:30
chatwoot_hub.rb chore: Use "create!" and "save!" bang methods when not checking the result (#5358) 2022-09-13 17:40:06 +05:30
config_loader.rb feat: installation config in super admin console (#1641) 2021-01-15 13:21:53 +05:30
csml_engine.rb feat: Add native support for CSML in agent_bot API (#4913) 2022-06-23 19:17:46 +05:30
current.rb Automation enhancement (#4087) 2022-03-21 13:12:27 +05:30
dyte.rb feat: Add backend APIs for Dyte integration (#6197) 2023-01-09 12:37:18 +05:30
exception_list.rb fix: SocketError: getaddrinfo: for imap channels (#5824) 2022-11-08 20:23:46 -08:00
global_config_service.rb chore: Update dependencies to the latest versions (#5033) 2022-07-15 09:51:59 +07:00
global_config.rb chore: Use connection_pool for redis (#5790) 2022-11-02 17:31:20 -07:00
limits.rb chore: Limit conversation resolution Job (#6433) 2023-02-13 14:00:52 +05:30
microsoft_graph_auth.rb Feat: Support for Microsoft Oauth in Email Channel (#6227) 2023-01-17 02:39:05 +05:30
online_status_tracker.rb feat: Enable Capacity Config UI (#5164) 2022-08-16 16:58:23 +05:30
regex_helper.rb fix: flaky test whatsapp_cloud_service_spec.rb:17 (#5786) 2022-11-01 19:51:42 -07:00
url_helper.rb fix: Referer URL validation (#4309) 2022-03-30 14:36:22 +05:30
vapid_service.rb chore: Switch to web-push gem (#6390) 2023-02-03 18:55:22 +05:30