Matt Gibson
850d593284
create service to load sdk on application init
2024-12-19 16:35:34 -08:00
Matt Gibson
eb628f2d2d
WIP
...
This removes all bulk encryption/decryption.
2024-12-18 13:21:15 -08:00
cyprain-okeke
12b698b11d
organization status changed code changes ( #12249 )
...
* organization status changed code changes
* Remove the stop so a reconnect can be made
2024-12-18 16:31:16 +01:00
Bernd Schoolmann
903b5c8d93
[PM-16116] Add comment about mv2 routing loop ( #12447 )
...
* Add comment about mv2 routing loop
* Add more details to comment
2024-12-18 14:33:14 +01:00
Oscar Hinton
5a582dfc6f
[CL-135] Migrate component library to standalone components ( #12389 )
...
* Migrate component library to standalone components
* Fix tests
2024-12-17 17:29:48 -05:00
rr-bw
ac13cf7ce6
feat(auth): [PM-15945] Add logout option to TDE approval page ( #12445 )
...
This PR adds a logout option to the TDE approval screen. A TDE user on this page cannot use the "Back" button or click the Bitwarden logo to navigate back to `/` because the user is currently authenticated, which means that navigating to the `/` route would activate the `redirectGuard` and simply route the user back to `/login-initiated`. So we must log the user out first before routing.
Feature Flags: `UnauthenticatedExtensionUIRefresh` ON
2024-12-17 12:48:37 -08:00
Evan Bassler
c3f58b2e70
fix large icon ( #11896 )
...
Co-authored-by: Evan Bassler <evanbassler@EvanBasslersMBP.attlocal.net >
Co-authored-by: Matt Bishop <mbishop@bitwarden.com >
2024-12-17 13:55:28 -06:00
Daniel James Smith
e2e9a7c345
[PM-15483] PasswordXP-CSV-Importer: Add support for German and Dutch headers ( #12216 )
...
* Add tests to verify importing German and Dutch headers work
* Add method to translate the headers from (German/Dutch into English) while the CSV data is being parsed
* Report "importFormatError" when header translation did not work, instead of a generic undefined error (startsWith)
* Move passwordxp-csv-importer into a dedicated folder
* Introduce files with the language header translations
---------
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com >
2024-12-17 20:51:58 +01:00
cyprain-okeke
d1fe72a4ab
Fix the maxlength org name bug ( #12397 )
2024-12-17 20:34:30 +01:00
Github Actions
1d874b447e
Bumped Desktop client to 2024.12.2
2024-12-17 16:25:12 +00:00
Rui Tomé
c09f65afce
[PM-15903] Fix icon alignment for bulk remove, bulk delete, and individual delete buttons in the members component ( #12437 )
2024-12-17 16:00:36 +00:00
Daniel James Smith
00d2ea0c31
Remove v1 tools owned settings pages and extension refresh conditional routing ( #12350 )
...
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com >
2024-12-17 16:54:04 +01:00
Rui Tomé
97e9947d38
[PM-16054] Adjust helper text width in domain verification component for better readability ( #12425 )
2024-12-17 15:45:48 +00:00
renovate[bot]
e1447a90e3
[deps] Design System: Update ngx-toastr to v19 ( #10594 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Victoria League <vleague@bitwarden.com >
2024-12-17 10:08:19 -05:00
Github Actions
8718940437
Bumped client version(s)
2024-12-17 14:54:20 +00:00
Brandon Treston
6bd7950a58
[PM-15958] columns shift as names get bigger ( #12399 )
...
* fix width for organizationName column
* fix column widths
2024-12-17 09:45:54 -05:00
Github Actions
b7ec74df5a
Bumped client version(s)
2024-12-17 02:55:32 +00:00
Kyle Spearrin
a4db5279b7
[PM-16097] Separate copy buttons appearance setting ( #12428 )
...
---------
Co-authored-by: William Martin <contact@willmartian.com >
2024-12-16 16:10:32 -05:00
Github Actions
05783249b2
Bumped client version(s)
2024-12-16 20:07:39 +00:00
Daniel James Smith
e7804856ab
[PM-15919] Remove v1 import page after Extension refresh ( #12343 )
...
* Remove v1 Import page and extension refresh conditional routing
* Remove unused RouterLink import
---------
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com >
2024-12-16 20:43:13 +01:00
Thomas Avery
971c157f56
[PM-12700] Add private key regeneration process ( #11829 )
...
* add user asymmetric key api service
* Add user asymmetric key regen service
* add feature flag
* Add LoginSuccessHandlerService
* add loginSuccessHandlerService to BaseLoginViaWebAuthnComponent
* Only run loginSuccessHandlerService if webAuthn is used for vault decryption.
* Updates for TS strict
* bump SDK version
* swap to combineLatest
* Update abstractions
2024-12-16 12:00:17 -06:00
Matt Bishop
c628f541d1
Sign main branch Unified container builds with cosign and perform security scanning ( #12403 )
2024-12-16 12:35:00 -05:00
Daniel James Smith
d317051d45
[PM-15920] Remove v1 export page ( #12349 )
...
* Remove v1 export page and extension refresh conditional routing
* Remove unused RouterLink import
---------
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com >
2024-12-16 18:32:06 +01:00
Matt Gibson
6132df395c
Add strict to missed components tsconfig ( #12429 )
2024-12-16 16:33:01 +00:00
Alec Rippberger
edf90e62e7
fix(auth): [PM-15987] handle browser back button on login screen
...
Intercepts browser back button press on the login screen to properly
transition back to email entry portion instead of unexpected navigation.
Resolves PM-15987
2024-12-16 09:22:15 -06:00
Brandon Treston
878d82e16f
[PM-14551] revert copy in revoke member dialogs ( #12392 )
...
* include copy for single revoke warning and unmixed members
* clean up logic
* remove new copy for revoking members
* remove copy
2024-12-16 10:20:27 -05:00
bw-ghapp[bot]
f75a13e265
Autosync the updated translations ( #12268 )
...
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-12-16 15:14:18 +00:00
Brandon Treston
32c2cba2e7
create pipe for replacing string in template ( #12381 )
2024-12-16 10:07:46 -05:00
bw-ghapp[bot]
6cea32839b
Autosync the updated translations ( #12266 )
...
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-12-16 15:01:24 +01:00
✨ Audrey ✨
9e507f6aae
Autosync the updated translations ( #12394 )
...
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-12-16 14:59:36 +01:00
Colton Hurst
46068ff012
Slight codeowners change for ssh agent ( #12405 )
2024-12-16 08:39:21 -05:00
Oscar Hinton
ac6112d571
[PM-13377] Update urls to secrets manager sdk repository ( #12374 )
2024-12-16 10:39:58 +01:00
Brandon Treston
31be6a7c88
[PM-12273] use organization properties for access permissions ( #12358 )
...
* use organization properties for access permissions
* clean up refactor
* simplify logic
* refactor canAccessIntegrationEditor to have all the permission checks
2024-12-16 08:33:46 +10:00
Ike
407a571e31
fix: show toast for other 400 errors ( #12409 )
2024-12-13 16:10:07 -08:00
Bernd Schoolmann
5ecb6b5b1f
Add autofill to ssh-agent codeowners ( #12365 )
2024-12-13 16:02:16 -05:00
Shane Melton
9288ab839c
[PM-15824] Re-organize collection filter logic to only consider organization setting to edit all ciphers in AC ( #12323 )
2024-12-13 11:51:07 -08:00
Jonathan Prusik
8874cb18f8
revert file to 0df7b53bb4 ( #12401 )
2024-12-13 14:24:56 -05:00
Daniel Riera
6383048197
PM-5550 Implement on-page autofil for single line TOTP ( #12058 )
...
* PM-5550 initial commit -Initial render
-Edit tests
-Clean up styling
-New method to validate totpfields
* add refresh overlay
* localize and clean up
* - Clean up code
- Remove unnecessary data from buildtotpelement
- Add feature flag
- Add aria labels to buildtotpelement
- Add tests and update relevant snapshots
* Add and translate aria labels
* add aria labels
* implement feature flag
* address totp tests
* clean up totpfield function
* fix styling and tests, update snapshots
* Update apps/browser/src/_locales/en/messages.json
Formatting suggestion
Co-authored-by: Jonathan Prusik <jprusik@users.noreply.github.com >
* Update apps/browser/src/_locales/en/messages.json
Formatting suggestion
Co-authored-by: Jonathan Prusik <jprusik@users.noreply.github.com >
* remove group tag
* update snapshots
* adress feedback
---------
Co-authored-by: Jonathan Prusik <jprusik@users.noreply.github.com >
2024-12-13 12:37:16 -05:00
✨ Audrey ✨
649590ad62
Revert "Autosync the updated translations ( #12386 )" ( #12393 )
...
This reverts commit 107ea04c81 .
2024-12-13 16:32:51 +00:00
Rui Tomé
614a4b75cd
[PM-15154] Add missing message for claimed domain ( #12353 )
2024-12-13 14:44:41 +00:00
Brandon Treston
67e3858206
fix width for organizationName column ( #12385 )
2024-12-13 09:43:43 -05:00
bw-ghapp[bot]
107ea04c81
Autosync the updated translations ( #12386 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
2024-12-13 15:27:54 +01:00
Thomas Rittson
19c5c8722a
[PM-14247] vNextCollectionService fixes ( #12362 )
...
* Fix interface to not take observables
* Filter out null orgKeys during transitional state
2024-12-13 14:05:40 +10:00
Daniel James Smith
6933b3a211
Removed unused ctor param for SendApiService ( #12330 )
...
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com >
2024-12-12 20:05:21 -08:00
rr-bw
8ec75613dc
fix(passkeys): [PM-13932] Fix passkey flow incorrect routing ( #12363 )
...
This PR fixes a bug in the LockComponent refresh that affected the setup/save and use passkey flows. The user was wrongly directly to the /vault after unlock instead of to /fido2 (the passkey screen).
Feature Flag: ExtensionRefresh ON
2024-12-12 13:10:54 -08:00
bw-ghapp[bot]
2da3043697
Autosync the updated translations ( #12379 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
2024-12-12 18:08:23 +00:00
Tomi Belan
7a5f3b2dd4
Fix reporting of server-side errors in "bw sync". ( #6855 )
...
Co-authored-by: SmithThe4th <gsmith@bitwarden.com >
2024-12-12 13:01:03 -05:00
Daniel James Smith
46e2e0233b
Fix duplicate key in en/messages.json ( #12375 )
...
This needs to be done, because Firefox compares the keys case-insensitive when a release is uploaded to the store.
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com >
2024-12-12 18:27:16 +01:00
Todd Martin
7c8b9db58f
Revert workflow changes ( #12376 )
...
* Revert "fix: target workflows not triggering on pull_request_target (#12370 )"
This reverts commit 645d36f465 .
* Revert "[PM-15126] Tighten scope of our client build pipelines to remove reliance on secrets (#12243 )"
This reverts commit f8c33ea04b .
2024-12-12 12:22:55 -05:00
bw-ghapp[bot]
3ce89f9945
Autosync the updated translations ( #12373 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
2024-12-12 18:07:38 +01:00