1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-30 04:28:19 +02:00
bitwarden-browser/apps/browser/src/autofill
Jonathan Prusik 0a595ea95e
[PM-5562] Implement Domain Settings state provider (#8226)
* create domain settings state provider

* replace callsites for defaultUriMatch and neverDomains with DomainSettingsService equivalents

* replace callsites for equivalentDomains with DomainSettingsService equivalents and clean up unused AccountSettingsSettings

* add migrations for domain settings state

* do not use enum for URI match strategy constants and types

* add getUrlEquivalentDomains test

* PR suggestions/cleanup

* refactor getUrlEquivalentDomains to return an observable

Co-authored-by: Justin Baur <19896123+justindbaur@users.noreply.github.com>
Co-authored-by:  Audrey  <ajensen@bitwarden.com>

* update tests

* add UriMatchStrategy docs notes

* service class renames

* use service abstraction at callsites previously using service class directly

---------

Co-authored-by: Justin Baur <19896123+justindbaur@users.noreply.github.com>
Co-authored-by:  Audrey  <ajensen@bitwarden.com>
2024-03-12 15:07:14 -04:00
..
background [PM-5562] Implement Domain Settings state provider (#8226) 2024-03-12 15:07:14 -04:00
browser [PM-6382] Migrate disableContextMenuItem to Autofill Settings state (#8246) 2024-03-08 15:34:07 +00:00
clipboard [PM-6383] Migrate clearClipboard account setting to autofill settings service (#8022) 2024-02-23 13:52:13 -05:00
commands [deps] Autofill: Update prettier to v3 (#7014) 2023-11-29 16:15:20 -05:00
content [PM-5562] Implement Domain Settings state provider (#8226) 2024-03-12 15:07:14 -04:00
enums [PM-5949] Refactor Typing Information for Notification Bar (#7722) 2024-02-09 19:05:34 +00:00
models [PM-2481] [PM-3465] Integrate Shadow DOM Support Into Autofill v2 and Optimize Collection of Page Details (special thanks to @RafaelKr) (#6141) 2023-09-21 22:42:49 +00:00
notification [PM-4566] Fix santization check issue found with webVaulUrl in notification bar (#7737) 2024-03-04 14:01:59 +00:00
overlay [AC-2248][PM-5352] Bugfix - Fix non-working policy state in autofill settings service (#8156) 2024-03-06 16:07:46 -05:00
popup/settings [PM-5562] Implement Domain Settings state provider (#8226) 2024-03-12 15:07:14 -04:00
services [PM-5562] Implement Domain Settings state provider (#8226) 2024-03-12 15:07:14 -04:00
shared/styles [PM-5878] Rework window call within OverlayBackground to function within AutofillOverlayIframe service (#7770) 2024-02-07 22:45:41 +00:00
spec [PM-5562] Implement Domain Settings state provider (#8226) 2024-03-12 15:07:14 -04:00
types [PM-5562] Implement Domain Settings state provider (#8226) 2024-03-12 15:07:14 -04:00
utils [AC-2248][PM-5352] Bugfix - Fix non-working policy state in autofill settings service (#8156) 2024-03-06 16:07:46 -05:00
globals.d.ts [PM-5976] Safari Browser SSO Initialization Race Condition Attempted Fix 3 (#7800) 2024-02-05 15:23:17 +00:00