1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-12 01:48:21 +02:00
bitwarden-browser/libs/common/spec/services
Rui Tomé 595412c5fe
[EC-381] Transition settings service into providing observables (#3253)
* [EC-381] Deleted unused method clearCache from Settings Service

* [EC-381] Marked settings methods as obsolete on State service

* [EC-381] Using observables on settings service

* [EC-381] Added unit tests for Settings service

* [EC-381] Checking userId on clear

* [EC-381] Updated references to StateService activeAccountUnlocked$

* [EC-381] Updated getEquivalentDomains to return observable

* [EC-381] Updated settings service to user concatMap on activeAccountUnlocked$

* [EC-381] Renamed getEquivalentDomains to equivalentDomains

* [EC-381] Completing Behaviors on settings.service tests

* [EC-381] Removed unused settingsPrefix from settings service

* [EC-381] Removed equivalentDomains from settings service and added type AccountSettingsSettings

* [EC-381] Updated settings service settings$ to not be nullable

* [EC-381] Settings default to {}
2022-08-30 15:19:09 +01:00
..
cipher.service.spec.ts [EC-271] Refactor CryptoService - move symmetric encryption to EncryptService (#3042) 2022-07-26 11:40:32 +10:00
consoleLog.service.spec.ts [PS-816] Add Autofill Shortcut to MV3 Extension (#3131) 2022-08-09 21:30:26 -04:00
crypto.service.spec.ts [EC-271] Refactor CryptoService - move symmetric encryption to EncryptService (#3042) 2022-07-26 11:40:32 +10:00
encrypt.service.spec.ts [EC-364] Expose key getters on CryptoService (#3170) 2022-08-04 07:09:36 +10:00
export.service.spec.ts [PS-1078] Refactor FolderService to use Observables (#3022) 2022-07-12 20:25:18 +02:00
folder.service.spec.ts [EC-423] Fix unit tests (#3265) 2022-08-11 11:35:08 +10:00
import.service.spec.ts [PS-1363] Tech debt and small refactorings (#3377) 2022-08-25 19:09:27 +02:00
settings.service.spec.ts [EC-381] Transition settings service into providing observables (#3253) 2022-08-30 15:19:09 +01:00
state.service.spec.ts PS-813 Add memory storage to state service (#2892) 2022-06-27 12:38:12 -05:00
stateMigration.service.spec.ts [EC-364] Expose key getters on CryptoService (#3170) 2022-08-04 07:09:36 +10:00