Thomas Rittson
4db383850f
[AC-2172] Member modal - limit admin access ( #8343 )
...
* limit admin permissions to assign members to collections that the admin
doesn't have can manage permissions for
2024-04-17 11:03:48 +10:00
Thomas Rittson
f45eec1a4f
[AC-2169] Group modal - limit admin access - members tab ( #8650 )
...
* Restrict user from adding themselves to existing group
2024-04-17 09:31:48 +10:00
Cesar Gonzalez
49299204e4
[PM-5189] Adjusting jest tests for AutofillService to facilitate observable behavior
2024-04-16 16:54:05 -05:00
Cesar Gonzalez
a5824584ae
[PM-5189] Refactoring implementation
2024-04-16 16:46:43 -05:00
Cesar Gonzalez
65f1bd2e3a
[PM-7527] Get MV3 build artifacts in main branch with clear messaging that that the build is not to be released ( #8771 )
...
* [PM-7527] Get MV3 build artifacts in main branch with clear messaging that that the build is not to be released
* Update .github/workflows/build-browser.yml
Co-authored-by: Vince Grassia <593223+vgrassia@users.noreply.github.com >
---------
Co-authored-by: Vince Grassia <593223+vgrassia@users.noreply.github.com >
2024-04-16 16:35:53 -05:00
Cesar Gonzalez
9bffe6f22c
[PM-5189] Fixing dynamic injection of autofill content scripts based on setting selection
2024-04-16 16:31:33 -05:00
Cesar Gonzalez
c15439512b
[PM-5189] Refactoring implementation
2024-04-16 15:45:45 -05:00
Cesar Gonzalez
43ba6256dc
[PM-5189] Refactoring implementation
2024-04-16 14:58:30 -05:00
KiruthigaManivannan
9ecf384176
[PM-5020] Adjust Storage component migration ( #8301 )
...
* Migrated Add Storage component
* PM-5020 Addressed review comments for Adjust Storage component
* PM-5020 Changes done in dialog css
* PM-5020 Latest review comments addressed
* PM-5020 Add storage submit action changes done
* PM-5020 Moved the paragraph to top of dialog content
2024-04-16 15:40:10 -04:00
vinith-kovan
cf2fefaead
[PM-5021] billing history component migration ( #8042 )
...
* billing history component migration
* billing history component migration
* billing history component migration
* billing history component migration
* billing history component migration
---------
Co-authored-by: Todd Martin <106564991+trmartin4@users.noreply.github.com >
2024-04-16 15:39:53 -04:00
vinith-kovan
5d3541dd63
[PM-5013] migrate change plan component ( #8407 )
...
* change plan component migration
* change plan component migration
---------
Co-authored-by: Todd Martin <106564991+trmartin4@users.noreply.github.com >
2024-04-16 15:39:05 -04:00
KiruthigaManivannan
f5198e86fd
PM-5019 Migrate Adjust Payment component ( #8383 )
...
* PM-5019 Migrated Adjust Payment component
* PM-5019 Migrated Adjust Payment dialog component
* PM-5019 Removing type any
* PM-5019 Addressed review comments
* PM-5019 Included deleted line space
2024-04-16 15:38:19 -04:00
vinith-kovan
d6f2965367
[PM-5015] org billing history view component migration ( #8302 )
2024-04-16 15:37:47 -04:00
Bitwarden DevOps
3c2d3669c5
Bumped web version to ( #8772 )
2024-04-16 19:26:30 +00:00
Cesar Gonzalez
96dadbfb4b
Merge branch 'main' into autofill/pm-5189-fix-issues-present-with-inline-menu-rendering-in-iframes
2024-04-16 14:03:51 -05:00
Cesar Gonzalez
a21c83b3d6
[PM-5189] Updating message references to better reflect intent
2024-04-16 13:17:22 -05:00
Jared Snider
51a6b34cc2
Auth/PM-7467- Fix Refresh token issues ( #8757 )
...
* PM-7467 - Login Strategy bug - VaultTimeoutSettings will be undefined before the account is activated unless you pass in user ids to retrieve the data. This resulted in refresh tokens always being set into secure storage regardless of a user's vault timeout settings (logout should translate to memory)
* PM-7467 - TokenSvc - Fix bug in getRefreshToken which would retrieve the user's refresh token from secure storage even if the user had changed their vault timeout setting to log out which moved the refresh token into memory. Includes a migration to remove the no longer required REFRESH_TOKEN_MIGRATED_TO_SECURE_STORAGE state provider flag.
* PM-7467 - Per PR feedback, use IRREVERSIBLE for rollback.
Co-authored-by: Jake Fink <jfink@bitwarden.com >
* PM-7467 - fix tests
* PM-7467 - Fix migrator based on PR feedback.
* PM-7467 - Bump migration version
---------
Co-authored-by: Jake Fink <jfink@bitwarden.com >
2024-04-16 14:05:47 -04:00
Daniel James Smith
cbb7e1840d
[PM-2570] [PM-4649] Update change master password UI ( #8416 )
...
* Update the change master password dialog on browser
Change text to remove the mention of the bitwarden.com web vault
Change icon to show it's external link
Changes based on Figma attached to PM-2570
* Update the change master password dialog on desktop
Change text to remove the mention of the bitwarden.com web vault
Changes based on Figma attached to PM-2570 and to replicate what is done on browser
---------
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com >
2024-04-16 19:39:31 +02:00
Cesar Gonzalez
141dfbaef4
Merge branch 'main' into autofill/pm-5189-fix-issues-present-with-inline-menu-rendering-in-iframes
2024-04-16 11:51:35 -05:00
Cesar Gonzalez
4c986425b3
[PM-5189] Adding a test to the overlay iframe service
2024-04-16 11:45:09 -05:00
Carlos Gonçalves
06acdefa91
[PM-5273] Migrate state in CipherService ( #8314 )
...
* PM-5273 Initial migration work for localData
* PM-5273 Encrypted and Decrypted ciphers migration to state provider
* pm-5273 Update references
* pm5273 Ensure prototype on cipher
* PM-5273 Add CipherId
* PM-5273 Remove migrated methods and updated references
* pm-5273 Fix versions
* PM-5273 Added missing options
* Conflict resolution
* Revert "Conflict resolution"
This reverts commit 0c0c2039ed .
* PM-5273 Fix PR comments
* Pm-5273 Fix comments
* PM-5273 Changed decryptedCiphers to use ActiveUserState
* PM-5273 Fix tests
* PM-5273 Fix pr comments
2024-04-16 17:37:03 +01:00
Cesar Gonzalez
ab80443073
[PM-5189] Removing the messageOrigin to ensure we test that it is being set when passing the fist window message to the overlay page iframe element
2024-04-16 11:23:59 -05:00
Cesar Gonzalez
f63d864784
[PM-5189] Replacing tests for AutofillOverlayPageElement to work through a public interface more explicitly
2024-04-16 11:15:39 -05:00
Carlos Gonçalves
9003bf3331
[PM-2170] Update collections component ( #6794 )
...
* PM-2170 Updated Collections to use Component Library
* PM-2170 Removed some extra space
* PM-2170 Fix typo
* PM-2170 Refresh vault when saving
* PM-2170 Fix PR comments
* PM-2170 Refactor to use CollectionsDialogResult to fix lint error
* PM-2170 Refactor subtitle
* PM-4788 Fix dismiss of modal
* PM-2170 Fix PR comments
2024-04-16 10:48:04 -05:00
Cesar Gonzalez
f06d404e4b
[PM-5189] Starting the process to correct jest tests
2024-04-16 10:19:00 -05:00
Cesar Gonzalez
0f07f1a57f
[PM-5189] Starting the process to correct jest tests
2024-04-16 10:18:49 -05:00
Carlos Gonçalves
62ed7e5abc
[PM-2170] Update collections component ( #6794 )
...
* PM-2170 Updated Collections to use Component Library
* PM-2170 Removed some extra space
* PM-2170 Fix typo
* PM-2170 Refresh vault when saving
* PM-2170 Fix PR comments
* PM-2170 Refactor to use CollectionsDialogResult to fix lint error
* PM-2170 Refactor subtitle
* PM-4788 Fix dismiss of modal
* PM-2170 Fix PR comments
2024-04-16 15:47:12 +01:00
Cesar Gonzalez
9cf82edc6f
[PM-5189] Refactoring implementation
2024-04-16 09:35:57 -05:00
Cesar Gonzalez
3bb6bfb753
[PM-5189] Refactoring implementation
2024-04-16 09:33:11 -05:00
Cesar Gonzalez
ac553bccc8
[PM-5189] Refactoring implementation
2024-04-16 09:27:55 -05:00
Cesar Gonzalez
35af5b8bad
[PM-5189] Refactoring implementation and fixing issues with typing data
2024-04-16 08:19:17 -05:00
Cesar Gonzalez
87152cedbd
Merge branch 'main' into autofill/pm-5189-fix-issues-present-with-inline-menu-rendering-in-iframes
2024-04-15 16:26:47 -05:00
github-actions[bot]
0765240886
Autosync the updated translations ( #8740 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
2024-04-15 17:56:11 +00:00
github-actions[bot]
c73b86be12
Autosync the updated translations ( #8739 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
2024-04-15 17:55:50 +00:00
github-actions[bot]
ffcf660ff5
Autosync the updated translations ( #8741 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
2024-04-15 17:55:41 +00:00
Robyn MacCallum
5a371c11fc
Revert "Bumped desktop version to ( #8751 )" ( #8752 )
...
This reverts commit d0bcc75721 .
2024-04-15 12:42:16 -04:00
Jake Fink
576431d29e
[PM-5499] auth request service migrations ( #8597 )
...
* move auth request storage to service
* create migrations for auth requests
* fix tests
* fix browser
* fix login strategy
* update migration
* use correct test descriptions in migration
2024-04-15 12:34:30 -04:00
Bitwarden DevOps
d0bcc75721
Bumped desktop version to ( #8751 )
2024-04-15 16:14:45 +00:00
github-actions[bot]
c8f03a0d46
Autosync the updated translations ( #8626 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
2024-04-15 08:55:30 +00:00
github-actions[bot]
6f31f42755
Autosync the updated translations ( #8716 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
2024-04-12 19:52:02 +00:00
github-actions[bot]
8162c640f6
Autosync the updated translations ( #8717 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
2024-04-12 19:51:45 +00:00
Jason Ng
c701ad9cf2
[AC-2330] Updated Cipher Collections Now Sets Readonly Properly ( #8549 )
...
Update putCipherCollection call to get new cipher with updated edit value
2024-04-12 14:41:05 -05:00
✨ Audrey ✨
44d59f0d8c
[PM-7419] add buffered state ( #8706 )
...
Introduces a state manager that buffers data until an observed dependency signals it should
overwrite another state manager with the buffered data. It can be used to implement
migrations of encrypted data, edit-apply loops (such as used for save operations), and to
map between encryption keys/formats.
2024-04-12 13:31:58 -04:00
aj-rosado
8a71b50a5e
Initializing masterPasswordService on bw.ts ( #8725 )
2024-04-12 17:14:48 +01:00
Shane Melton
2e8d1a2061
[AC-2431] New collection dialog bug ( #8648 )
...
* [AC-2431] Add null check for convertToPermission helper
* [AC-2431] Only attempt to convertToPermission if collectionId has a value
2024-04-12 16:51:20 +01:00
Jared Snider
5f97f4c4a8
Update Organization and Policy Services to allow the passing of a user id and to prevent hangs waiting on an active user ( #8712 )
...
* OrgSvc - add new observable returning getAll$ method which accepts a required user id
* OrgSvc - make user id optional
* PolicySvc - getAll$ should use the new OrgSvc.getAll$ method so that it doesn't hang if there isn't an active user yet but a user id was passed in.
* Fix policy service tests
2024-04-12 10:21:19 -04:00
Conner Turnbull
b914260705
[AC-2319] remove the owned by business checkbox business name ( #8674 )
...
* Removed business name from organization create/upgrade flows, and org info page
* Prefilling the logged in user's email to the billing email when creating an organization
2024-04-12 10:17:38 -04:00
SmithThe4th
a12c7242d6
load collections after ngOninit has run ( #8691 )
2024-04-12 14:53:26 +01:00
Thomas Rittson
d026087bfd
[AC-2443] Update unassigned items banner text for self-hosted ( #8719 )
...
* Update banner text for self-hosted environments
* Fix tests
* Fix web vault wording
* Actually fix web vault wording
2024-04-12 06:57:17 -05:00
Addison Beck
bf11b90c43
Use UserVerificationDialogComponent for account recovery enrollment ( #8632 )
2024-04-12 06:38:53 -05:00