Todd Martin
492b75c24d
[EC-598] Window Messaging Fix; ( #6223 )
...
Co-authored-by: Cesar Gonzalez <cgonzalez@bitwarden.com >
Co-authored-by: SmithThe4th <gsmith@bitwarden.com >
2023-09-08 13:15:24 -04:00
Jason Ng
76601bd528
[PM-1224] Ensure Passkeys Not Requested From Iframes ( #6057 )
...
* added isNotIFrame method to page-script
* added NotAllowedError to assertCredential in fido2
* remove excess comments
* refactor fido2-client.service. created new errorhandling method for similar code between create and assert
* update types and naming convention for new method in fido2-client.service
* Did a reset to previous commit withiout the refactoring to reduce code duplication, Renamed isNotIframeCheck function and fixed other commits
* Revert "update types and naming convention for new method in fido2-client.service"
This reverts commit 1f5499b9bb .
* Revert "refactor fido2-client.service. created new errorhandling method for similar code between create and assert"
This reverts commit 3115c0d2a1 .
* updated test cases
* removed forward slashes
---------
Co-authored-by: gbubemismith <gsmithwalter@gmail.com >
2023-09-08 12:00:37 -04:00
Jason Ng
d081cffbd7
[PM-1722] gracefully fail if site prompts user for passkey on load ( #6089 )
...
* added error logic to look for options.mediation in page-script
* moved the options mediation logic into the try catch. changed error to FallbackRequestedError
2023-09-08 09:28:41 -04:00
Carlos Gonçalves
f35b25649a
[PM-1859] Refactor to credentialId ( #6034 )
...
* PM-1859 Refactor to credentialId
* PM-1859 Minor changes
* PM-1859 Fix credentialId initialization logic
* PM-1859 Added missing logic
* PM-1859 Fixed logic to use credentialID instead of cipher.id
* [PM-1859] fix: missing renames
---------
Co-authored-by: Andreas Coroiu <andreas.coroiu@gmail.com >
2023-09-07 10:20:56 -04:00
Andreas Coroiu
7e00e02f95
[EC-598] fix: popup not closing bug
2023-09-07 14:47:32 +02:00
Andreas Coroiu
64fa5fc236
[PM-3660] Address PR feedback ( #6157 )
...
* [PM-3660] chore: simplify object assignment
* [PM-3660] fix: remove unused origin field
* [PM-3660] feat: add Fido2Key tests
* [PM-3660] chore: convert popOut to async func
* [PM-3660] chore: refactor if-statements
* [PM-3660] chore: simplify closePopOut
* [PM-3660] fix: remove confusing comment
* [PM-3660] chore: move guid utils away from platform utils
* [PM-3660] chore: use null instead of undefined
* [PM-3660] chore: use `switch` instead of `if`
2023-09-07 13:00:19 +02:00
Andreas Coroiu
7705afc1e3
[PM-3775] feat: import v0.4.0 ( #6183 )
2023-09-06 15:21:20 +02:00
SmithThe4th
ac93521ac6
Update libs/angular/src/vault/vault-filter/models/vault-filter.model.ts
...
Co-authored-by: Oscar Hinton <Hinton@users.noreply.github.com >
2023-09-06 08:51:06 -04:00
SmithThe4th
afcd952de5
[PM-2270] Renamed Fido2Key.userName to Fido2Key.userDisplayName ( #6005 )
...
* Renamed fido2key property username to userDisplayName
* Renamed username property on fido2key object to userdisplayname
* updated username to userDisplayName in fido2 export
2023-09-01 09:30:33 -04:00
SmithThe4th
419737d293
[PM-3155] CLI: Editing a cipher with a non-discoverable passkey causes the passkey to be removed ( #6055 )
...
* Added fido2keyexport for the CLI and added the fido2key field to the login response for the CLI
* Added fido2keyexport for the CLI and added the fido2key field to the login response for the CLI
* Removed unneccesary code
* Added non discoverable passkey to template
2023-08-29 12:57:01 -04:00
gbubemismith
fb4655a770
Merge branch 'master' into EC-598-beeep-properly-store-passkeys-in-bitwarden
2023-08-29 12:00:11 -04:00
Opeyemi
6bf559b932
UPDATE: fix all warnings in Clients workflow ( #6137 )
2023-08-29 16:00:28 +01:00
Jonathan Prusik
42193aecb8
[PM-1407] Improve iframe sandbox detection ( #5976 )
...
* improve iframe sandbox detection
* code cleanup
Co-authored-by: Cesar Gonzalez <cesar.a.gonzalezcs@gmail.com >
* update autofill v1 logic as well
---------
Co-authored-by: Cesar Gonzalez <cesar.a.gonzalezcs@gmail.com >
2023-08-29 09:10:16 -04:00
github-actions[bot]
fd119f08ec
Bumped desktop version to 2023.8.3 ( #6131 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
2023-08-28 16:35:34 -04:00
Vince Grassia
3cc0e5f59a
Fix Release CLI workflow ( #6130 )
2023-08-28 16:12:40 -04:00
Vince Grassia
b5c4149bc8
CLI/Release Desktop Workflow - Update runner to Ubuntu latest ( #6129 )
2023-08-28 15:31:09 -04:00
Thomas Avery
17a4edcda1
increase secret value max length limit ( #6030 )
2023-08-28 11:10:35 -05:00
cd-bitwarden
c6972f3e1c
[SM-877] Updating trash to have ability to copy UUID ( #5986 )
...
* [SM-877] Updating trash to have ability to copy UUID
* Fixing the ordering of Div's for trash secret UUID copying
* moving ngif to div
* merge fixs
2023-08-28 10:03:01 -05:00
Conner Turnbull
76888d6fd7
[PM-264] When a free user is upgrading their org plan, the Cancel button is misaligned ( #5996 )
2023-08-28 10:01:15 -04:00
Conner Turnbull
ea908ec55b
[AC-1336] Indicate unpaid subscriptions on payment screen ( #5962 )
...
* Add text for creating a charge for unpaid invoices
* Refactor payment method to simplify promises
2023-08-28 13:58:55 +00:00
cd-bitwarden
f7278ef183
Project drop downs add on enter not on tab ( #5953 )
...
Co-authored-by: Thomas Avery <43214426+Thomas-Avery@users.noreply.github.com >
2023-08-28 08:09:04 -04:00
MtnBurrit0
834531bd98
Bump snapcore action to fix CLI build workflow ( #6116 )
2023-08-25 15:06:31 -06:00
renovate[bot]
8cf82ea028
Update bitwarden/gh-actions digest to 67ab95d ( #5839 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-25 14:27:30 -06:00
github-actions[bot]
842aa11087
Autosync the updated translations ( #6105 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
2023-08-25 19:50:22 +00:00
github-actions[bot]
40428e608e
Autosync the updated translations ( #6106 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
2023-08-25 19:48:01 +00:00
KuhnChris
f2df456516
[PM-3100] Fixes imports of "reduced" psono data ( #5859 )
...
* Fixes imports of "reduced" psono data
* Fix typo in file name
---------
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com >
2023-08-25 21:16:53 +02:00
rr-bw
708eb21a49
[PM-2400] Region Selector Image Quality ( #5846 )
...
* update destop images
* update images on browser
* update images on web vault
* revert to previous height
* merge master
* upload new images with same aspect-ratio
2023-08-25 16:00:13 +00:00
github-actions[bot]
4b6c369fcc
Autosync the updated translations ( #6107 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
2023-08-25 11:36:46 +00:00
Todd Martin
e215828e85
[PM-3533] Support onboarding Key Connector users with existing master passwords ( #6082 )
...
* Added checks for new KeyConnector URL in all references to the legacy one.
* Updated KeyConnector logoutCallback to be a Promise
* Removed extra dependencies from KeyConnectorService
* Made the logout callback async.
* Adjusted logic to handle having a master password.
* Updated not to return error if master key is not found.
* Undid change to callback to reduce scope of this change.
* Cleaned up functions.
* Updated tests.
* Updated comments.
* Updated comments.
* Updated to use getKeyConnectorUrl helper.
2023-08-24 21:30:52 -04:00
github-actions[bot]
26c330ff60
Bumped all version to 2023.8.2 ( #6104 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
2023-08-24 14:27:30 -04:00
Rui Tomé
2d768dd473
[AC-1552] Fixed issue where Organization members with "Manage groups" permissions can view the Vault tab ( #6047 )
2023-08-24 12:35:11 +01:00
gbubemismith
4b4ca56385
Merge branch 'master' into EC-598-beeep-properly-store-passkeys-in-bitwarden
2023-08-23 22:53:55 -04:00
gbubemismith
12ebcb0f9e
Added passkey fallback imaged and added extension to image name on the icons component
2023-08-23 22:46:54 -04:00
gbubemismith
57197cff05
Merged branch with master and fixed conflicts
2023-08-23 22:45:39 -04:00
Will Martin
35cc0da3cc
[CL-107] add bit-layout component ( #6016 )
...
* add bit-layout component
* update bit-layout semantics
* use bit-layout in sm-layout
* remove redundant sm-layout story
* move nav el inside of navigation component
* Apply suggestions from code review
Co-authored-by: Oscar Hinton <Hinton@users.noreply.github.com >
* remove reference to layout_frontend in bit-layout
* update stories
* Update libs/components/src/layout/layout.stories.ts
Co-authored-by: Oscar Hinton <Hinton@users.noreply.github.com >
* run prettier
---------
Co-authored-by: Oscar Hinton <Hinton@users.noreply.github.com >
2023-08-23 18:54:12 -04:00
Jared Snider
839d7b7bb8
PM-3590 - Browser - redirect to current tab on logged in (tabs/tabs isn't a route) ( #6097 )
2023-08-23 15:22:04 -04:00
Daniel James Smith
4795a29116
Fix route in redirectGuard for browser login ( #6093 )
...
The web and desktop client usually direct to the vault-page but the browser redirects to the tabs-tab showing the favourites and cards
2023-08-23 14:10:58 -04:00
Will Martin
5c576fd19e
[PM-3587] create @bitwarden/vault lib ( #6083 )
...
* add libs/vault
* update configs
* update package lock
* fix typo
2023-08-22 10:02:48 -04:00
Oscar Hinton
019d4c2932
Use useClass instead of useFactory ( #6076 )
2023-08-22 14:47:52 +02:00
Matt Gibson
607e697764
Revert "Update cargo minor ( #5671 )" ( #6080 )
...
This reverts commit 203667f3f4 .
2023-08-21 13:54:04 -05:00
Will Martin
cb1b65081a
[CL-119] rename slots in nav-item ( #6070 )
2023-08-21 13:25:57 -04:00
renovate[bot]
203667f3f4
Update cargo minor ( #5671 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-21 17:23:09 +00:00
renovate[bot]
a497dc3a02
Update dependency uuid to v9 ( #5960 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-21 16:58:21 +00:00
github-actions[bot]
ce8dcd372d
Autosync the updated translations ( #6063 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
2023-08-21 13:04:15 +00:00
Will Martin
52c9fcb936
[CL-120] add CL i18n entries to desktop and browser ( #6073 )
...
* update vscode search excludes config to only show en locale
* update messages.json on desktop and browser
2023-08-21 09:01:13 -04:00
github-actions[bot]
0e98ab66e3
Autosync the updated translations ( #6062 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
2023-08-19 13:52:28 +00:00
Danielle Flinn
5bd2fbfbba
[PM-3334] Update desktop dark theme to match browser ( #5890 )
...
* Update variables.scss
* update toast text color to have better WCAG contrast
* added toastcolor variables
* Update window.main.ts
* Tweaked styles
* darkened backgroundAlt2 and button background
* lightened button border
* lightened button backgroundColor
* Update window.main.ts
2023-08-19 09:50:36 -04:00
github-actions[bot]
052fe1991d
Autosync the updated translations ( #6061 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
2023-08-19 13:48:02 +00:00
cd-bitwarden
fe6c2fbf80
[CL-111] remove h3 from bit-callout ( #5853 )
...
* aside added and h3 turned into header
Co-authored-by: willmartian <contact@willmartian.com >
2023-08-19 09:39:10 -04:00
Danielle Flinn
f2cd8dd90d
Update table docs in Storybook ( #5981 )
...
* updated table docs
* fix typo
2023-08-18 11:47:32 -07:00