1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-03 10:13:31 +00:00
Commit Graph

4909 Commits

Author SHA1 Message Date
Anders Åberg
65cb4bf4b2 Add GetLockStatus 2025-08-14 21:03:15 +02:00
Anders Åberg
6d12ed13cc Moved impl into their own files 2025-07-10 15:00:50 +02:00
Anders Åberg
72d3311120 Conditionally turn/on/of the windows feature 2025-07-10 14:10:16 +02:00
Anders Åberg
7feecfdba8 clean up lib.rs 2025-07-10 13:39:32 +02:00
Anders Åberg
8b74cd9128 small renames 2025-07-10 13:30:48 +02:00
Anders Åberg
47bb956040 Added hybrid transport format 2025-07-10 13:28:55 +02:00
Anders Åberg
7a66aaff3c removed import 2025-07-10 13:12:48 +02:00
Anders Åberg
8261532354 change sync impl 2025-07-10 11:42:14 +02:00
Anders Åberg
382fb5a376 Don't use BTreeMap 2025-07-08 16:43:56 +02:00
Anders Åberg
c8c6124f38 Proper cbor authenticator info generation 2025-07-08 12:30:52 +02:00
Anders Åberg
30b3f02ecc Added sample code 2025-07-08 12:11:40 +02:00
Anders Åberg
9197b9dcd2 wide utf16 refactor 2025-07-08 11:57:02 +02:00
Anders Åberg
dcfb1a9369 cleanup 2025-07-08 11:56:28 +02:00
Anders Åberg
706018c742 Import the method instead of referencing util 2025-07-08 11:32:54 +02:00
Anders Åberg
53d05c9cd5 Fix utils import 2025-07-08 11:24:55 +02:00
Anders Åberg
b746134151 Remove unused 2025-07-08 11:14:33 +02:00
Anders Åberg
c12b9746e1 cleanup 2025-07-08 11:04:09 +02:00
Anders Åberg
7697f4a616 Unusued cleanup 2025-07-08 11:03:30 +02:00
Anders Åberg
41ff7a2159 Some more cleanup 2025-07-07 17:21:32 +02:00
Anders Åberg
67104952be Experimental refactor of native-autofill.main.ts 2025-07-07 17:16:30 +02:00
Anders Åberg
7edebe8160 small cleanup 2025-07-07 17:08:16 +02:00
Anders Åberg
83fba37e03 cleaned up package 2025-07-07 17:00:04 +02:00
Anders Åberg
5c671aff10 Normalize Registration + Assertion response to be similar to MacOS 2025-07-07 16:05:18 +02:00
Anders Åberg
e4a2326ada Normalize Registration+Assertion Request to be same as macos 2025-07-07 15:52:40 +02:00
Anders Åberg
22b272e4a3 remove old sync method 2025-07-07 13:41:43 +02:00
Anders Åberg
9fa611cb50 cleaned up some dead code 2025-07-07 13:35:43 +02:00
Anders Åberg
b9ebd1a241 autofill mock 2025-07-07 13:23:46 +02:00
Anders Åberg
86dfc76b9f UserId -> UserHandle 2025-07-07 13:20:05 +02:00
Anders Åberg
af987a6ba7 Cleaned up napi types 2025-07-07 10:48:03 +02:00
Anders Åberg
9001967eea Refactor to WindowsRequest instead of RequestContext 2025-07-04 13:04:55 +02:00
Anders Åberg
c38c704f15 Cleaned up user verification code 2025-07-04 10:58:35 +02:00
Anders Åberg
dafbfdb920 Properly handle uv requirement 2025-07-04 10:55:17 +02:00
Anders Åberg
3ae74483dc Moved samples to /samples 2025-07-04 09:47:56 +02:00
Anders Åberg
b2017ed9ee draft
draft
2025-06-26 15:50:53 +02:00
Colton Hurst
746bdfab00 PM-19255: Fix COM 2025-06-18 11:39:26 -04:00
Colton Hurst
baaa8d8d95 [PM-19255] Manifest file updates 2025-06-17 15:21:01 -04:00
Colton Hurst
c658d035ad [PM-19255] Add custom appx manifest file with the COM extension defined 2025-06-16 16:59:44 -04:00
Colton Hurst
b7ab8fe82b Merge main into branch 2025-06-11 12:07:01 -04:00
cyprain-okeke
2e4b7854d0 [PM-21184] Migrate free-bitwarden-families.component.html to Tailwind complying (#14628)
* Resolve the tw issues

* Resolve the merge syntax

* Remove the image and use the icon

* Move the free compoent to standalone

* minified and use tailwind classes

* Remove the ngcontainer that is not needed

* Remove the no-item changes

* Add the compoenet to export

* Add the missing export

* Remove the package file

* Removed the added changes on json file

* revert the change

* revert the change

* Remove package-lock.json from branch

* Reset package-lock.json to match main branch

* Remove package-lock.json from branch

* revert the package file changes
2025-06-11 16:48:39 +01:00
Miles Blackwood
d8c544fd65 PM-19741 Adds a notification at login for at-risk passwords. (#14555)
Co-authored-by: Jonathan Prusik <jprusik@classynemesis.com>
2025-06-11 10:20:53 -04:00
Thomas Avery
90b07728d7 [PM-22133] Require userID for clearStoredUserKey (#14973) 2025-06-10 17:28:50 -05:00
Jason Ng
3326877a67 [PM-21719] Remove Assign To Collections Modal When No Editable Collections (#15137)
* remove assign to collections option when user does not have editable collections
2025-06-10 18:03:17 -04:00
Oscar Hinton
fc03ed662e Remove standalone true from sm (#15043)
Remove standalone: true from every instance since it's the default as of Angular 19.
2025-06-10 14:05:17 -04:00
Bernd Schoolmann
45605e9752 [PM-21944] Split up userkey rotation v2 and add tests (#14900)
* Split up userkey rotation v2 and add tests

* Fix eslint

* Fix type errors

* Fix tests

* Clear up trusted key naming

* Split up getNewAccountKeys

* Add trim and lowercase

* Replace user.email with masterKeySalt

* Add wasTrustDenied to verifyTrust in key rotation service

* Move testable userkey rotation service code to testable class

* Fix build

* Undo changes

* Fix incorrect behavior on aborting key rotation and fix import

* Fix tests

* Make members of userkey rotation service protected

* Fix type error

* Cleanup and add injectable annotation

* Fix tests

* Update apps/web/src/app/key-management/key-rotation/user-key-rotation.service.ts

Co-authored-by: Thomas Avery <43214426+Thomas-Avery@users.noreply.github.com>

* Remove v1 rotation request

---------

Co-authored-by: Thomas Avery <43214426+Thomas-Avery@users.noreply.github.com>
2025-06-10 15:57:47 +02:00
Rui Tomé
b5bddd0b06 [PM-17154] Limit item deletion feature flag removal (#15094)
* Refactor components to remove limitItemDeletion feature flag usage

This commit simplifies the logic in various components by removing the limitItemDeletion feature flag. The conditions for displaying restore and delete actions are now based solely on the cipher's permissions, enhancing code clarity and maintainability.

* Refactor cipher deletion logic to remove the feature flag and collection ID dependency

This commit updates the cipher deletion logic across multiple components and services by removing the unnecessary dependency on collection IDs. The `canDeleteCipher$` method now solely relies on the cipher's permissions, simplifying the code and improving maintainability.

* Remove LimitItemDeletion feature flag from feature-flag enum and default values

* Remove configService from ServiceContainer and MainBackground constructor parameters

* Remove configService from RestoreCommand instantiation in OssServeConfigurator and VaultProgram classes
2025-06-10 09:57:34 +01:00
cyprain-okeke
159cca8cfa Added changes for downgradenbug (#15045) 2025-06-10 07:50:00 +01:00
Bernd Schoolmann
a368b70ab5 [BEEEP] Remove legacy biometrics protocol (#15004)
* Remove legacy biometrics protocol

* Remove legacy message handling on desktop
2025-06-10 05:25:12 +02:00
renovate[bot]
9367e89bcb [deps] Platform: Update electron-builder to v26 (#14362)
* [deps] Platform: Update electron-builder to v26

* Address electron-builder changes

* Update CI Scripts to new config options

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Justin Baur <19896123+justindbaur@users.noreply.github.com>
2025-06-09 16:41:44 -04:00
renovate[bot]
aac4dc6df4 [deps] Platform: Update napi (#14721)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Addison Beck <github@addisonbeck.com>
2025-06-09 16:20:13 -04:00
renovate[bot]
dc16c71c23 chore(deps) Platform: Update electron to v36
* [deps] Platform: Update electron to v36

* Update electron-builder.json

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel García <dani-garcia@users.noreply.github.com>
2025-06-09 16:12:03 -04:00