Alec Rippberger
2d5f4dfb70
Convert refactoring todo-rr-bw to standard todos.
2024-10-01 14:40:32 -05:00
Alec Rippberger
f42a391b6f
Confirmed inline form errors working and removing todo comments.
2024-10-01 14:36:51 -05:00
Alec Rippberger
4f11c2c914
Add styles missing from Browser to Create Account link.
2024-10-01 14:17:13 -05:00
Jordan Aasen
ab5a02f483
[PM-12774] - don't display filters when no sends are available ( #11298 )
...
* don't display filters when no sends are available
* move logic down. add conditional class
* fix logic for send filters
2024-10-01 20:46:10 +02:00
Alec Rippberger
ca0520cea0
Add isLoginWithPasskeySupported function to reduce client type checking in template.
2024-10-01 13:02:39 -05:00
Alex Yao
256c6aef5c
native-messaging: Add chromium support ( #11230 )
2024-10-01 19:40:28 +02:00
Alec Rippberger
a104a9250d
Remove specific client services.
2024-10-01 12:19:22 -05:00
Alec Rippberger
f8ccf0cfb8
[PM-12553][Defect] Delete Attachment button needs hover state. ( #11339 )
...
* Remove tw-border-none class from delete button.
* Add transparent border
2024-10-01 11:48:59 -05:00
Bernd Schoolmann
dafe795854
Move asymmetric crypto functions out of crypto service ( #10903 )
2024-10-01 17:47:41 +02:00
Nick Krantz
f2339b0586
[PM-12718] Vault item - keyboard focus ( #11338 )
...
* refactor vault-list-item to be a button so it is keyboard accessible
- an anchor tag without an `href` isn't included in the tab order
* allow bit-item-content focus state to be visible
- cdk-virtual-scroll-viewport applied certain styles that hid overflow. Because each bit-item-group isn't a scroll container for vault items, these should be safe to alter.
2024-10-01 09:44:30 -05:00
Jordan Aasen
6e7c83305e
[PM-12990]- center align footer buttons ( #11342 )
...
* center align footer buttons
* fix popup-tab-navigation layout
2024-10-01 10:35:39 -04:00
Daniel García
9aeb412404
[PM-7646][PM-5506] Rust IPC changes: Episode 2 ( #11122 )
...
* Revert "[PM-7646][PM-5506] Revert IPC changes (#10946 )"
This reverts commit ed4d481e4d .
* Ensure tmp dir gets created on MacOS
* Remove client reconnections
* Improve client error handling and process exiting
2024-10-01 16:28:56 +02:00
Alex Morask
2b78ac5151
Show subscription status as active for premium if incomplete and within 15 seconds of creation ( #11334 )
2024-10-01 08:45:01 -04:00
Cesar Gonzalez
7108a34ac0
[PM-12619] Passkey script cleanup process triggers breaking behavior in websites ( #11304 )
2024-10-01 07:27:07 -05:00
Andreas Coroiu
0846c2c822
[PM-11780] Resolve TypeScript 5.3 compile error
2024-10-01 13:39:36 +02:00
renovate[bot]
3059662482
[deps] Tools: Update @electron/notarize to v2.5.0 ( #11323 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel James Smith <2670567+djsmith85@users.noreply.github.com >
2024-10-01 12:43:19 +02:00
Jordan Aasen
5a1583cb0a
[PM-12732] - fix new send button ( #11266 )
...
* fix new send button
* simplify logic. use static class name where possible
2024-10-01 11:36:34 +02:00
Alec Rippberger
0ae672fc0c
Add missing translation strings. ( #11274 )
2024-09-30 21:46:36 -05:00
renovate[bot]
9a9b41a5da
[deps] Tools: Update jsdom to v25 ( #10742 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-30 23:18:05 +02:00
Thomas Rittson
1f85036346
[PM-3478] Refactor OrganizationUser api ( #10949 )
...
* User and Group collection dialogs - don't fetch additional associations from the api
* Refactor to use user mini-details endpoint
2024-10-01 07:13:26 +10:00
Jared Snider
86a10f21b3
PM-8111 - Two TODO cleanups
2024-09-30 16:08:50 -04:00
Jared Snider
8469e3541a
PM-8111 - (1) Cleanup DefaultLoginComponentService (2) Sso Connector now checks client id property instead of reading it from state
2024-09-30 16:04:04 -04:00
Jared Snider
04fa618ea8
PM-8111 - TODO cleanup
2024-09-30 15:32:19 -04:00
Jared Snider
d1a0c2f5f5
PM-8111 - New Login Comp + Login Comp Svc - (1) Refactor naming and returns of getShowPasswordlessFlag to isLoginViaAuthRequestSupported (2) Replace showPasswordless with better composed variable names.
2024-09-30 15:30:31 -04:00
renovate[bot]
cc0a851c0e
[deps]: Lock file maintenance ( #11256 )
...
* [deps]: Lock file maintenance
* Lock glob version to the _very_ old one we need
This seems to be due to electron-builder having old dependencies. REMOVE when electron-builder is updated
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Matt Gibson <mgibson@bitwarden.com >
2024-09-30 15:29:21 -04:00
Jared Snider
79b2633d9e
PM-8111 - Extension - AppRoutingModule - Home route now redirects conditionally based on unauthenticated ui refresh feature flag.
2024-09-30 15:20:52 -04:00
Alec Rippberger
ea8cd09b19
Merge main and add satisfies RouteDataProperties
2024-09-30 13:58:12 -05:00
Nick Krantz
8589cfd96e
[PM-5450] Admin Console event collection ( #10678 )
...
* switch `collect` to `collectMany`
- The `collect` method in collection service tries to fetch the cipher via the passed `cipherId`. The cipher service fails within the admin console in some cases.
* add `getCipherAdmin` call to fetch ciphers not in a collection
2024-09-30 13:42:33 -05:00
Alec Rippberger
7190f4d83f
Merge branch 'main' into auth/pm-8111/browser-refresh-login-component
2024-09-30 13:40:40 -05:00
Alec Rippberger
fbb5e354ba
Merge branch 'main' of https://github.com/bitwarden/clients
2024-09-30 13:37:35 -05:00
Alec Rippberger
b54ec7a204
Remove left padding from attachments list. ( #11275 )
2024-09-30 13:00:46 -05:00
Alec Rippberger
3140be27a6
Merge branch 'main' into auth/pm-8111/browser-refresh-login-component
2024-09-30 12:58:04 -05:00
Jared Snider
ffc97c385d
All Clients - Route data typing clean up ( #11265 )
2024-09-30 13:51:31 -04:00
Alec Rippberger
b2a63e6eb1
Add transparent border.
2024-09-30 12:41:04 -05:00
renovate[bot]
a11c627687
[deps] Autofill: Update prettier-plugin-tailwindcss to v0.6.8 ( #11310 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-30 12:41:47 -04:00
renovate[bot]
27f0c3f843
[deps] Platform: Update @types/node to v20.16.10 ( #11316 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-30 12:40:22 -04:00
renovate[bot]
8072469c37
[deps] Autofill: Update tldts to v6.1.48 ( #11311 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-30 12:39:49 -04:00
Bernd Schoolmann
19f547e638
[PM-8836] Move ownership of biometrics to key-management ( #10818 )
...
* Move ownership of biometrics to key-management
* Move biometrics ipc ownership to km
* Move further files to km; split off preload / ipc to km
* Fix linting
* Fix linting
* Fix tests
* Fix tests
* Update .github/CODEOWNERS
Co-authored-by: Maciej Zieniuk <167752252+mzieniukbw@users.noreply.github.com >
* Update .github/CODEOWNERS
Co-authored-by: Maciej Zieniuk <167752252+mzieniukbw@users.noreply.github.com >
* Change ownership of native messaging to key-management
* Move biometrics to libs/key-management
* Add README to capital whitelist
* Update package-lock.json
* Move km to key-management
* Move km to key-management
* Fix build for cli
* Import fixes
* Apply prettier fix
* Fix test
* Import fixes
* Import fixes
* Update libs/key-management/README.md
Co-authored-by: Maciej Zieniuk <167752252+mzieniukbw@users.noreply.github.com >
* Update libs/key-management/package.json
Co-authored-by: Maciej Zieniuk <167752252+mzieniukbw@users.noreply.github.com >
* Update lock file
* Change imports to top level km package
---------
Co-authored-by: Maciej Zieniuk <167752252+mzieniukbw@users.noreply.github.com >
2024-09-30 18:14:32 +02:00
Jonathan Prusik
f1b343e056
fix incorrect handling of the first day of the next month is isCardExpired ( #11337 )
2024-09-30 12:01:42 -04:00
Victoria League
b149db9f4d
[CL-458] Exclude badges from truncation and vertically center content ( #11262 )
2024-09-30 11:45:51 -04:00
Matt Gibson
a6b9088940
[PS-11868] Require key for enc string decryption ( #10981 )
...
* Specify enc string decryption key and service.
* Fix issue with identifying `this` type within extended classes
* Folder decryption example
* Test enc string changes
* Fix test name
* test decrypt with key
2024-09-30 09:34:03 -04:00
Michał Chęciński
cc9a72616a
Differenciate slack chanel by environment in deploy-web.yml workflow ( #11255 )
2024-09-30 09:18:37 -04:00
Jordan Aasen
2f8ab087ff
[PM-12721] - add copy button to send options password field ( #11295 )
...
* add copy button to send options form
* update copy language
* fix copy button value text
2024-09-30 13:56:32 +02:00
renovate[bot]
0cd2b4aae5
[deps] DevOps: Update gh minor ( #11320 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-30 11:46:20 +02:00
Jordan Aasen
0ecdd46a47
[PM-11927] - fix file send popout copy and logic ( #11297 )
...
* fix copy and logic
* update copy
2024-09-28 09:30:20 +02:00
cyprain-okeke
65fb967a19
Fix a ui bug on plan display ( #11302 )
2024-09-28 08:28:14 +01:00
Cesar Gonzalez
09e3468c69
[PM-12426] Autofill Inline Menu Settings Not Properly Referenced in Self-Hosted Environments ( #11246 )
2024-09-27 18:13:53 -05:00
Jordan Aasen
08e9a69083
fix delete send button ( #11296 )
2024-09-27 19:56:17 +02:00
Alec Rippberger
58d6770d20
Add unauthUiRefreshRedirect utility function.
2024-09-27 12:46:17 -05:00
Alec Rippberger
30af195b9d
Remove comment re. passing email to registration.
2024-09-27 12:19:05 -05:00