Shivam Mishra
|
e8a27bea4b
|
feat: Add APIs for limit check in accounts (#7242)
|
2023-06-15 20:11:40 -07:00 |
|
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 |
|
Pranav Raj S
|
7fc0d166e8
|
feat: Allow SaaS users to manage subscription within the dashboard (#5059)
|
2022-07-19 19:04:17 +05:30 |
|
Sojan Jose
|
b7a583b2c4
|
Feature: Ability to switch between multiple accounts (#881)
* Feature: Ability to switch between multiple accounts
* Fix rubocop
* Fix assigned inboxes
* fix auth json
* Add account switcher in UI
* fix ordering on administrate
* Add switch accounts to sidebar
* add account id
* Fix schema.rb timestamp
* Revert "add account id"
This reverts commit 27570f50ef584cb9a5f69454f43f630b318c8807.
* Add a check for account
Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com>
|
2020-05-26 22:38:48 +05:30 |
|
Sojan Jose
|
bab9d663d2
|
Feature: API for updating account settings (#645)
* Feature: API for updating account settings
- API to update account locale
- API to update account name
- API to show account info
|
2020-03-29 12:16:31 +05:30 |
|