mirror of
https://github.com/bitwarden/clients.git
synced 2026-06-25 21:02:59 +08:00
* Clean up dangling behaviorSubject
* Handle null in utils
* fix null check
* Await promises, even in async functions
* Add to/fromJSON methods to State and Accounts
This is needed since all storage in manifest v3 is key-value-pair-based
and session storage of most data is actually serialized into an
encrypted string.
* Simplify AccountKeys json parsing
* Fix account key (de)serialization
* Remove unused DecodedToken state
* Correct filename typo
* Simplify keys `toJSON` tests
* Explain AccountKeys `toJSON` return type
* Remove unnecessary `any`s
* Remove unique ArrayBuffer serialization
* Initialize items in MemoryStorageService
* Revert "Fix account key (de)serialization"
This reverts commit
|
||
|---|---|---|
| .. | ||
| cipher.service.spec.ts | ||
| consoleLog.service.spec.ts | ||
| crypto.service.spec.ts | ||
| encrypt.service.spec.ts | ||
| export.service.spec.ts | ||
| folder.service.spec.ts | ||
| import.service.spec.ts | ||
| settings.service.spec.ts | ||
| stateMigration.service.spec.ts | ||