1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-01-07 19:07:45 +01:00
bitwarden-browser/apps/browser/src/services
Rui Tomé c263eacd88
[EC-376] Extract API logic from PolicyService to PolicyApiService (#3203)
* Added abstractions for PolicyApiService and PolicyService

* Added implementations for PolicyApiService and PolicyService

* Updated all references to new PolicyApiService and PolicyService

* Deleted old PolicyService abstraction and implementation

* Fixed CLI import path for policy.service

* Fixed main.background.ts policyApiService dependency for policyService

* Updated policy-api.service with the correct imports

* [EC-376] Sorted methods order in PolicyApiService

* [EC-376] Removed unused clearCache method from PolicyService

* [EC-376] Added upsert method to PolicyService

* [EC-376] PolicyApiService putPolicy method now upserts data to PolicyService
2022-08-08 10:04:36 +01:00
..
abstractions PS-813 Add memory storage to state service (#2892) 2022-06-27 12:38:12 -05:00
abstractChromeStorageApi.service.ts PS-813 Add memory storage to state service (#2892) 2022-06-27 12:38:12 -05:00
autofill.service.ts [PS-94] Ensure autofill always uses the same tab (#3066) 2022-07-21 10:56:09 -07:00
autofillConstants.ts [EC-183] Mono Repository - Browser (#2531) 2022-05-03 19:38:55 +02:00
browserCrypto.service.ts Use NPM workspace (#2874) 2022-06-14 17:10:53 +02:00
browserFileDownloadService.ts [PS-182] Upgrade Angular to V14 (#2948) 2022-07-26 14:48:11 +02:00
browserLocalStorage.service.ts PS-813 Add memory storage to state service (#2892) 2022-06-27 12:38:12 -05:00
browserMemoryStorage.service.ts PS-813 Add memory storage to state service (#2892) 2022-06-27 12:38:12 -05:00
browserMessaging.service.ts Use NPM workspace (#2874) 2022-06-14 17:10:53 +02:00
browserMessagingPrivateModeBackground.service.ts Use NPM workspace (#2874) 2022-06-14 17:10:53 +02:00
browserMessagingPrivateModePopup.service.ts Use NPM workspace (#2874) 2022-06-14 17:10:53 +02:00
browserPlatformUtils.service.spec.ts Use NPM workspace (#2874) 2022-06-14 17:10:53 +02:00
browserPlatformUtils.service.ts [fix] Force send attachment to always download and never open (#2908) 2022-06-29 17:15:29 -04:00
i18n.service.ts Use NPM workspace (#2874) 2022-06-14 17:10:53 +02:00
keyGeneration.service.ts PS-813 Add memory storage to state service (#2892) 2022-06-27 12:38:12 -05:00
localBackedSessionStorage.service.spec.ts PS-813 Add memory storage to state service (#2892) 2022-06-27 12:38:12 -05:00
localBackedSessionStorage.service.ts [EC-281] Add de/serialization methods to CipherView objects (#2970) 2022-08-05 08:07:24 +10:00
state.service.spec.ts PS-813 Add memory storage to state service (#2892) 2022-06-27 12:38:12 -05:00
state.service.ts PS-813 Add memory storage to state service (#2892) 2022-06-27 12:38:12 -05:00
vaultFilter.service.ts [EC-376] Extract API logic from PolicyService to PolicyApiService (#3203) 2022-08-08 10:04:36 +01:00
vaultTimeout.service.ts Use NPM workspace (#2874) 2022-06-14 17:10:53 +02:00