Bitwarden DevOps
d266868dd8
Bumped client version(s) ( #9636 )
2024-06-13 20:26:52 +00:00
Shane Melton
2ff9c3bb76
[AC-2771] [AC-2772] Provider Restriction Fixes ( #9635 )
...
* [AC-2771] Do not make API request when restricted provider is not a member of the org
* [AC-2771] Fix console errors when switching organizations
* [AC-2772] Fix org vault for providers who are members
- Show vault filters
- Hide header search bar
- Show create new item button
2024-06-13 13:18:49 -07:00
Cesar Gonzalez
a7fa57ce72
Merge branch 'main' into autofill/pm-5189-fix-issues-present-with-inline-menu-rendering-in-iframes
2024-06-13 14:25:42 -05:00
Cesar Gonzalez
9a3681c99b
[PM-8027] Fixing an issue where a field that has no form and no visible password fields should be qualified if a single password field exists in the page
2024-06-13 14:19:34 -05:00
Cesar Gonzalez
0b9af06945
[PM-8027] Fixing an issue where a field that has no form and no visible password fields should be qualified if a single password field exists in the page
2024-06-13 14:16:28 -05:00
Matt Bishop
2d43a12ce9
Conditionally use Codecov secret ( #9626 )
2024-06-13 15:08:52 -04:00
Thomas Rittson
8be17c28f0
Improve device-approval command description ( #9615 )
2024-06-13 13:39:44 -05:00
Cesar Gonzalez
31999b9e84
[PM-8027] Fixing issue with username fields not qualifyng as a valid login field if a viewable password field is not present
2024-06-13 13:36:05 -05:00
Bernd Schoolmann
84e9778669
[PM-4139] Remove approve device logins setting and enable it by default ( #9495 )
...
* Remove login with device setting and enable it by default
* Remove unused i18n message
2024-06-13 18:05:05 +00:00
Cesar Gonzalez
f2289f2b21
[PM-8027] Fixing issue with username fields not qualifyng as a valid login field if a viewable password field is not present
2024-06-13 11:24:55 -05:00
Cesar Gonzalez
90098168b6
Merge branch 'main' into autofill/pm-8027-inline-menu-appears-within-input-fields-that-do-not-relate-to-user-login
2024-06-13 11:07:48 -05:00
Cesar Gonzalez
71b2c27e01
[PM-5189] Implementing a methodology for triggering subframe updates from layout-shift
2024-06-13 11:05:43 -05:00
Cesar Gonzalez
3413450d56
[PM-5189] Implementing a methodology for triggering subframe updates from layout-shift
2024-06-13 10:44:32 -05:00
Shane Melton
e56a3386a2
[AC-2763] Allow providers who are also members access to items ( #9585 )
...
* [AC-2763] Do not restrict providers if they are also a member of the organization
* [AC-2763] Reduce branching complexity
* [AC-2763] Remove explicit restrict provider access checks in Vault
We can safely fall back organization helpers for cipher access as it already accounts for provider users who are members.
2024-06-13 07:21:14 -07:00
Cesar Gonzalez
a30dcbb880
[PM-5189] Fixing jest tests
2024-06-13 08:45:28 -05:00
Cesar Gonzalez
eb4925be1a
Merge branch 'main' into autofill/pm-8027-inline-menu-appears-within-input-fields-that-do-not-relate-to-user-login
2024-06-13 08:08:58 -05:00
Cesar Gonzalez
e065c08503
Merge branch 'main' into autofill/pm-5189-fix-issues-present-with-inline-menu-rendering-in-iframes
2024-06-13 08:08:41 -05:00
renovate[bot]
d8c764fc9e
[deps] AC: Update sass-loader to v14 ( #8481 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-13 15:39:50 +10:00
renovate[bot]
61e578e983
[deps] AC: Update webpack to v5.92.0 ( #8477 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-13 15:23:17 +10:00
Thomas Rittson
89aa6220ca
[AC-2740] Add device-approval to bw serve ( #9512 )
...
* Extract bw serve endpoint configuration to a configurator class
* Add device-approval endpoints to bw serve
2024-06-13 11:32:51 +10:00
Cesar Gonzalez
61fea36604
[PM-5189] Implementing a set threshold for the maximum depth for which we are willing to calculate sub frame offsets
2024-06-12 17:40:41 -05:00
Cesar Gonzalez
6754afb6d6
[PM-5189] Implementing a set threshold for the maximum depth for which we are willing to calculate sub frame offsets
2024-06-12 17:12:30 -05:00
Thomas Rittson
b35930074c
[PM-8457] [PM-8608] Members page - remove paging logic / fix search ( #9515 )
...
* update admin console members page to use Component Library
components and tools, including virtual scroll and table filtering
* temporarily duplicate the base component to avoid impacting
other subclasses
2024-06-13 08:09:35 +10:00
Cesar Gonzalez
d94d85e201
[PM-5189] Implementing a set threshold for the maximum depth for which we are willing to calculate sub frame offsets
2024-06-12 16:50:25 -05:00
Shane Melton
6687ef5978
[PM-7683] Fix dynamic item defects ( #9575 )
...
* [PM-8639] Add data-testid attribute for test automation
* [PM-8669] Add autofill aria label
* [PM-8674] Show autofill menu options for card/identities when not in the autofill suggestion list
* [PM-8635] Hide menu items when copy cipher field directive is disabled
* [PM-8636] Disable copy menu dropdown when no items available to copy
* [CL-309] Add title override to bitBadge
* [PM-8669] Update menu-item directive disabled input
* [PM-7683] Fix race condition for remainingCiphers$
* [PM-7683] Use strict equality check
2024-06-12 14:33:18 -07:00
Cesar Gonzalez
b857e4943a
[PM-5189] Implementing a set threshold for the maximum depth for which we are willing to calculate sub frame offsets
2024-06-12 16:29:55 -05:00
Alex Morask
7c16410c86
Don't invoke ManageTaxInformationComponent when CB is disabled ( #9614 )
2024-06-12 17:10:20 -04:00
Cesar Gonzalez
b1e75ad7b5
[PM-5189] Fixing an issue with how scroll events trigger a reposition of the inline menu when the field is not focused;
2024-06-12 13:32:20 -05:00
Cesar Gonzalez
c69a82a304
[PM-5189] Removing unnecessary property
2024-06-12 13:01:40 -05:00
Cesar Gonzalez
722ec9c769
Merge branch 'main' into autofill/pm-5189-fix-issues-present-with-inline-menu-rendering-in-iframes
2024-06-12 12:59:43 -05:00
Cesar Gonzalez
ecd5558550
[PM-5189] Removing unnecessary property
2024-06-12 12:59:12 -05:00
Conner Turnbull
4d27824064
Revert "[PM-5024] tax info component migration ( #8199 )" ( #9603 )
...
This reverts commit 99dc88688a
.
2024-06-12 12:04:48 -04:00
Jake Fink
c1d3659a28
initialize subscription after setting initial values ( #9579 )
2024-06-12 11:50:23 -04:00
Conner Turnbull
a7912ad10c
Revert "Upload license dialog not closing bug fix ( #9588 )" ( #9602 )
...
This reverts commit bece072086
.
2024-06-12 16:22:46 +01:00
Vince Grassia
6233100754
Remove Bump CLI Formula workflow ( #9601 )
2024-06-12 09:06:02 -06:00
KiruthigaManivannan
dd5d01283e
PM-4954 Migrate SSO Component ( #9126 )
...
* PM-4954 Migrate SSO Component
* PM-4954 Updated anon layout changes
* PM-4954 Updated oss routing module
* PM-4954 Addressed review comments
* PM-4954 - SSO Comp - adjust to use form control accessor.
* PM-4954 - SsoComp - update form control accessor to use type safe approach.
* PM-4954 - Move canActivate up a level
* PM-4954 - Consolidate route under AnonLayoutWrapperComponent path after merging in main.
---------
Co-authored-by: Jared Snider <jsnider@bitwarden.com>
Co-authored-by: Jared Snider <116684653+JaredSnider-Bitwarden@users.noreply.github.com>
2024-06-12 19:46:58 +05:30
KiruthigaManivannan
c726b91c1f
AC-2409 Migrate Accept Provider Component ( #9390 )
...
* AC-2409 Migrate Accept Provider Component
* AC-2409 Replaced the loading scenario
2024-06-12 19:34:43 +05:30
vinith-kovan
ae688d9e9e
[PM-4961]anon-layout login component migrated ( #9167 )
...
* anaon-layout login component migrated
* Login component migration
* Login component migration
---------
Co-authored-by: Ike Kottlowski <ikottlowski@bitwarden.com>
2024-06-12 18:59:44 +05:30
KiruthigaManivannan
d5e0ab74a4
PM-1943 Migrate Recover Delete Component ( #9169 )
...
* PM-1943 Migrate Recover Delete Component
* PM-1943 Anon layout changes done
* PM-1943 - await navigate
* PM-1943 - Add new anon layout wrapper env selector.
---------
Co-authored-by: Jared Snider <jsnider@bitwarden.com>
2024-06-12 18:37:08 +05:30
Bitwarden DevOps
88dc574982
Bumped client version(s) ( #9596 )
2024-06-12 12:54:20 +00:00
Cesar Gonzalez
9ce72f0170
Merge branch 'main' into autofill/pm-5189-fix-issues-present-with-inline-menu-rendering-in-iframes
2024-06-12 07:04:10 -05:00
Conner Turnbull
f85c4877e2
Updated certain billing callsites to get billing history instead ( #9443 )
2024-06-12 07:52:59 -04:00
Cesar Gonzalez
42080a7377
[PM-5189] Fixing an issue with how we handle closing the inline menu after a programmtic redirection
2024-06-12 06:01:18 -05:00
Cesar Gonzalez
7673a55784
Merge branch 'main' into autofill/pm-5189-fix-issues-present-with-inline-menu-rendering-in-iframes
2024-06-12 05:10:22 -05:00
vinith-kovan
99dc88688a
[PM-5024] tax info component migration ( #8199 )
...
* tax info component migration
* tax info component migration
* tax info component migration
* PM-5024 Updated form controls in the component
---------
Co-authored-by: KiruthigaManivannan <kiruthiga.manivannan@kovanlabs.com>
2024-06-12 13:28:23 +05:30
vinith-kovan
bece072086
Upload license dialog not closing bug fix ( #9588 )
2024-06-12 12:19:33 +05:30
Cesar Gonzalez
72a77aa017
[PM-5189] Increasing the time we delay the closure of the inline menu
2024-06-11 16:37:15 -05:00
Cesar Gonzalez
2134dc9954
[PM-5189] Removing TODO message
2024-06-11 16:12:35 -05:00
Cesar Gonzalez
4ea14070d1
[PM-5189] Refactoring implementation
2024-06-11 16:10:50 -05:00
Cesar Gonzalez
a599679563
[PM-5189] Refactoring implementation
2024-06-11 16:07:22 -05:00