1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-03-30 17:36:29 +02:00
Commit Graph

2178 Commits

Author SHA1 Message Date
Cesar Gonzalez
a93ec6610e
[PM-5189] Fixing jest tests within AutofillOverlayButton 2024-04-08 14:56:59 -05:00
Cesar Gonzalez
5731347925
[PM-5189] Fixing jest tests within AutofillOverlayList 2024-04-08 14:49:34 -05:00
Cesar Gonzalez
d88c474e6f
Merge branch 'main' into autofill/pm-5189-fix-issues-present-with-inline-menu-rendering-in-iframes 2024-04-08 14:30:54 -05:00
Conner Turnbull
18ae698f8d
SM changes (#8531) 2024-04-08 14:42:49 -04:00
Cesar Gonzalez
43181fd794
[PM-5189] Fixing jest tests within AutofillOverlayContentService 2024-04-08 13:25:55 -05:00
Vincent Salucci
0c291bf79b
[AC-2086] Limit admin access - Collection Modal (#8335)
* feat: add view collection string, update button text, refs AC-2086

* feat: remove canEdit from Restricted Collection Access component, refs AC-2086

* feat: add view collection clicked flow, refs AC-2086

* fix: revert accidental svg icon changes, refs AC-2086

* feat: add input for access selector to hide multi select, refs AC-2086

* feat: apply readonly/disabled changes to access dialog, refs AC-2086

* fix: messages file conflict, refs AC-2086

* feat: apply disabled state to access selector, refs AC-2086

* fix: formatting, refs AC-2086

* fix: permission mode read only relocate, refs AC-2086

* fix: conform readonly casing, refs AC-2086
2024-04-08 13:24:27 -05:00
Cesar Gonzalez
35ebcc3fd7
[PM-5189] Fixing jest tests within AutofillService 2024-04-08 11:21:37 -05:00
Cesar Gonzalez
ea6e72da92
Merge branch 'main' into autofill/pm-5189-fix-issues-present-with-inline-menu-rendering-in-iframes 2024-04-08 11:06:55 -05:00
Cesar Gonzalez
6d1334b077
[PM-5189] Fixing jest tests within AutofillOverlayPageElement 2024-04-08 11:04:16 -05:00
Oscar Hinton
7064b595da
[SM-1031] Remove SecretsManager & showDDG compile flags (#8610)
Remove old compile flags which should no longer be required, and may even cause issues. secretsManager: false hides the app switcher which is now used for more than just secrets manager.
2024-04-08 17:46:24 +02:00
Matt Gibson
d1a0a20daa
[PM-7341] Force serialization of data in chrome storage api (#8621)
* Force serialization of data in chrome storage api

* Test chrome api storage serialization

* Update apps/browser/src/platform/services/abstractions/abstract-chrome-storage-api.service.ts

Co-authored-by: Oscar Hinton <Hinton@users.noreply.github.com>

---------

Co-authored-by: Oscar Hinton <Hinton@users.noreply.github.com>
2024-04-08 17:41:45 +02:00
Cesar Gonzalez
4591d6ef9b
[PM-5189] Starting to correct all jest tests 2024-04-08 10:41:25 -05:00
Oscar Hinton
5c30be2927
Increase max-old-space for bit:dev:watch (#8628) 2024-04-08 17:38:24 +02:00
Bitwarden DevOps
5f1a3acc17
Bumped web version to (#8642) 2024-04-08 15:26:10 +00:00
Tom
3d052242df
[PM-5578] [PM-5579] [PM-5580] [PM-5581] Send Browser State Provider (#8232)
* Replacing state service with state provider

* Documentation indicating the differences between the 2 states used.

* Creating key definition, updating comments, and modifying test cases

* Adding the key definitions tests

* Documenting the observables

* Fixing the test issue with the awaitAsync import

* Removing browser state service stuff for merge fix

* no need to redefine interface members

* Renaming to DefaultBrowserStateService
2024-04-08 10:30:39 -04:00
Cesar Gonzalez
3c51481f80
Merge branch 'main' into autofill/pm-5189-fix-issues-present-with-inline-menu-rendering-in-iframes 2024-04-08 08:55:05 -05:00
Cesar Gonzalez
5da58401d7
[PM-5189] Refactoring and organizing implementation 2024-04-08 07:43:35 -05:00
Cesar Gonzalez
dd6f3d46cb
[PM-5189] Implementing a verification process to ensure we are receiving valid inline menu messages within the background script 2024-04-08 07:02:33 -05:00
Oscar Hinton
759e48728e
Remove unused broadcaster service reference (#8420) 2024-04-08 13:18:39 +02:00
Cesar Gonzalez
a69d9d8f4a
[PM-5189] Refactoring and organizing implementation 2024-04-08 05:47:33 -05:00
Cesar Gonzalez
bed24d17a9
Merge branch 'main' into autofill/pm-5189-fix-issues-present-with-inline-menu-rendering-in-iframes 2024-04-08 05:29:37 -05:00
Cesar Gonzalez
4c165617f0
[PM-5189] Fixing issue where unlocking account can focus the wrong field 2024-04-08 05:28:27 -05:00
Cesar Gonzalez
4914636800
[PM-5189] Refactoring and organizing implementation 2024-04-08 04:52:38 -05:00
Cesar Gonzalez
45d381cd1a
[PM-5189] Fixing issues identified with updating the isCurrentlyFilling value within the overlay background 2024-04-08 04:32:41 -05:00
github-actions[bot]
4069371b85
Autosync the updated translations (#8624)
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
2024-04-08 06:05:41 +00:00
github-actions[bot]
29880606b4
Autosync the updated translations (#8625)
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
Co-authored-by: Daniel James Smith <2670567+djsmith85@users.noreply.github.com>
2024-04-08 06:00:55 +00:00
Cesar Gonzalez
d6d52e5e5e
[PM-5189] Implementing the message-connector to ensure we are sending messages without posting a window message 2024-04-07 20:35:51 -05:00
Cesar Gonzalez
3313807acb
[PM-5189] Refactoring and organizing implementation 2024-04-07 19:07:01 -05:00
Cesar Gonzalez
2e22993159
Merge branch 'main' into autofill/pm-5189-fix-issues-present-with-inline-menu-rendering-in-iframes 2024-04-07 18:57:02 -05:00
Cesar Gonzalez
991ce3b653
[PM-5189] Fixing issues with the inlne menu re-populating the list when switching tabs 2024-04-07 18:56:18 -05:00
Cesar Gonzalez
6a1a684435
[PM-5189] Fixing issues with how we handle repositioning the inline menu 2024-04-07 18:15:09 -05:00
Cesar Gonzalez
3e13cbfb5c
[PM-5189] Fixing smaller issues with how the inline menu renders 2024-04-07 17:54:53 -05:00
Cesar Gonzalez
e9c351f7f3
[PM-5189] Reworking extension messages used within autofill init 2024-04-07 17:11:27 -05:00
Thomas Rittson
26226c4090
[AC-2356] Use safeProvider in web core services module (#8521)
* Also add tests
* Exclude type (compile-time) tests from jest config
2024-04-08 07:59:12 +10:00
Cesar Gonzalez
ef716ee728
[PM-5189] Fixing an issue where the inline menu can render elements as hidden when collecting page details 2024-04-06 14:30:42 -05:00
Cesar Gonzalez
5a2c372b5d
[PM-5189] Renaming testing util method 2024-04-06 13:30:20 -05:00
Cesar Gonzalez
a21e788cea
[PM-5189] Merging main 2024-04-06 13:19:58 -05:00
Jonathan Prusik
216bbdb44c
fix notification bar content script using old server config state storage (#8618) 2024-04-05 16:36:52 -05:00
Addison Beck
6df52262a9
Clear provider state on logout (#8563) 2024-04-05 13:10:55 -05:00
Addison Beck
2ff990edd2
Update policy service to clear its own state (#8564) 2024-04-05 13:10:24 -05:00
Shane Melton
cbf48decec
[PM-7292] Fix viewing/editing unassigned ciphers for admins (#8627)
* [PM-7292] Introduce canEditUnassignedCiphers helper

* [PM-7292] Use new canEditUnassignedCiphers helper

* [PM-7292] Remove duplicate canUseAdminCollections helper
2024-04-05 08:23:50 -07:00
Victoria League
09169cac71
[CL-254] Rename 500 colors to 600 to prep for UI redesign (#8623)
* [CL-254] Rename 500 colors to 600 to prep for UI redesign

---------

Co-authored-by: Will Martin <contact@willmartian.com>
2024-04-05 10:58:32 -04:00
Colton Hurst
fb51aa570d
SM-1159: Rename Service Accounts to Machine Accounts (#8444)
* SM-1159: Rename service accounts to machine accounts. Visible text only.

* SM-1159: Second round of adding service to machine account renames

* SM-1159: Change title

* SM-1159: Fix typo

* SM-1159: Add more keys

* SM-1159: Reordered keys

* SM-1159: Keys update
2024-04-05 10:52:21 -04:00
Alex Morask
9f8f93ef97
Resolved subscription page problem for free org (#8622) 2024-04-05 09:23:12 -04:00
Jake Fink
775c8a1bbe
Revert "[PM-5362]Create MP Service for state provider migration (#7623)" (#8617)
This reverts commit b1abfb0a5c.
2024-04-04 16:17:09 +00:00
Oscar Hinton
bf2f570b61
[PM-7057] Add dev tool for toggling width in web vault (#8447)
Add a dev tool for toggling the web vault width. This allows developers and designers to experiment with how the vault currently behaves with responsiveness and ensure new functionality looks good.
2024-04-04 16:40:21 +02:00
Jake Fink
b1abfb0a5c
[PM-5362]Create MP Service for state provider migration (#7623)
* create mp and kdf service

* update mp service interface to not rely on active user

* rename observable methods

* update crypto service with new MP service

* add master password service to login strategies
- make fake service for easier testing
- fix crypto service tests

* update auth service and finish strategies

* auth request refactors

* more service refactors and constructor updates

* setMasterKey refactors

* remove master key methods from crypto service

* remove master key and hash from state service

* missed fixes

* create migrations and fix references

* fix master key imports

* default force set password reason to none

* add password reset reason observable factory to service

* remove kdf changes and migrate only disk data

* update migration number

* fix sync service deps

* use disk for force set password state

* fix desktop migration

* fix sso test

* fix tests

* fix more tests

* fix even more tests

* fix even more tests

* fix cli

* remove kdf service abstraction

* add missing deps for browser

* fix merge conflicts

* clear reset password reason on lock or logout

* fix tests

* fix other tests

* add jsdocs to abstraction

* use state provider in crypto service

* inverse master password service factory

* add clearOn to master password service

* add parameter validation to master password service

* add component level userId

* add missed userId

* migrate key hash

* fix login strategy service

* delete crypto master key from account

* migrate master key encrypted user key

* rename key hash to master key hash

* use mp service for getMasterKeyEncryptedUserKey

* fix tests
2024-04-04 14:22:41 +00:00
Cesar Gonzalez
df25074bdf
[PM-7217] Clicking the "New Item" button on the inline menu breaks in Safari (#8601) 2024-04-04 14:11:31 +00:00
Cesar Gonzalez
bbf19b2c5b
[PM-6507] Disregard collection of form input elements when they are children of a submit button (#8123)
* [PM-6507] Disregard collection of form input elements when they are children of a submit button

* [PM-6507] Disregard collection of form input elements when they are children of a submit button

* [PM-6507] Disregard collection of form input elements when they are children of a submit button
2024-04-04 14:08:10 +00:00
renovate[bot]
d12953ff72
[deps] Platform: Update @types/node to v18.19.29 (#8262)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-04 09:49:15 +02:00