bitwarden-estensione-browser/apps/browser/src/background
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
..
models [EC-183] Mono Repository - Browser (#2531) 2022-05-03 19:38:55 +02:00
commands.background.ts Use NPM workspace (#2874) 2022-06-14 17:10:53 +02:00
contextMenus.background.ts Use NPM workspace (#2874) 2022-06-14 17:10:53 +02:00
idle.background.ts Use NPM workspace (#2874) 2022-06-14 17:10:53 +02:00
main.background.ts [EC-376] Extract API logic from PolicyService to PolicyApiService (#3203) 2022-08-08 10:04:36 +01:00
nativeMessaging.background.ts [PS-1175] Resolve issue with processReload not executing (#3240) 2022-08-05 20:04:27 +02:00
notification.background.ts [EC-376] Extract API logic from PolicyService to PolicyApiService (#3203) 2022-08-08 10:04:36 +01:00
runtime.background.ts [PS-94] Ensure autofill always uses the same tab (#3066) 2022-07-21 10:56:09 -07:00
tabs.background.ts [EC-183] Mono Repository - Browser (#2531) 2022-05-03 19:38:55 +02:00
webRequest.background.ts Use NPM workspace (#2874) 2022-06-14 17:10:53 +02:00