Andreas Coroiu
e788a9875e
fix: promise double wrap
2025-11-03 12:05:04 +01:00
Andreas Coroiu
cf472fce0f
chore: remove old await bug workaround
2025-11-03 11:55:52 +01:00
Andreas Coroiu
77fbdb53d1
feat: replace everything with new proxies
2025-11-03 11:51:26 +01:00
Andreas Coroiu
41805e84b6
feat: convert RPC to use new batch exec
2025-11-03 09:50:46 +01:00
Andreas Coroiu
4b9bc85c7d
chore: rename for consistency
2025-11-03 08:37:43 +01:00
Andreas Coroiu
2fb247bc0a
feat: add some more tests
2025-11-03 08:35:28 +01:00
Andreas Coroiu
2692023851
feat: implement batch executor
2025-10-31 16:03:12 +01:00
Andreas Coroiu
fa4a264011
feat: support all responses
2025-10-31 15:04:43 +01:00
Andreas Coroiu
d387979f19
feat: implement execution
2025-10-31 14:37:27 +01:00
Andreas Coroiu
1ce283f833
feat: add functions and some special commands/props
2025-10-31 14:20:15 +01:00
Andreas Coroiu
42905ed83a
feat: start adding new batched proxies
2025-10-31 13:58:51 +01:00
Andreas Coroiu
91d37d51f1
feat: working remote cipher decryption
2025-10-31 10:05:13 +01:00
Andreas Coroiu
cab3ae843b
feat: remove automatic value passing
2025-10-31 09:40:03 +01:00
Andreas Coroiu
60d0ac9bfc
doc: add learnings
2025-10-31 08:55:58 +01:00
Andreas Coroiu
f75e4e8259
feat: add local remote service
2025-10-31 08:31:45 +01:00
Andreas Coroiu
03bca10a37
feat: hacky working totp
2025-10-28 10:37:33 +01:00
Andreas Coroiu
01e261fdb8
wip: almost working background remote sdk
2025-10-28 10:23:49 +01:00
Andreas Coroiu
1bd0ceee1e
feat: add support for symbols
2025-10-27 16:56:13 +01:00
Andreas Coroiu
eed8631730
chore: add short comment about serializable args
2025-10-27 10:32:02 +01:00
Andreas Coroiu
39e5ecc586
feat: ban unserializable args
2025-10-27 10:30:15 +01:00
Andreas Coroiu
bd8033cdd5
feat: fix serialization/deserialization quirks
2025-10-27 10:08:56 +01:00
Andreas Coroiu
2de3c690f3
feat: add async function calling test
2025-10-27 09:40:35 +01:00
Andreas Coroiu
c415e2ae48
feat: implement function calling
2025-10-27 09:38:33 +01:00
Andreas Coroiu
c119fd0f4e
feat: working value fetching
2025-10-24 16:35:39 +02:00
Andreas Coroiu
99cdae3f5b
feat: add types v1
2025-10-22 14:19:34 +02:00
Addison Beck
453feb362f
build(nx): fix serve browser ( #16972 )
2025-10-22 06:21:25 -04:00
Vince Grassia
228b42f207
Escape dollar sign in URL ( #16975 )
2025-10-21 20:48:19 +00:00
Nick Krantz
d9e1bde5e0
change equality checks to account for null and undefined ( #16971 )
2025-10-21 14:54:35 -05:00
Matt Andreko
1c9f1dbd62
Fix extra period at end of variable causing dev deployment issue ( #16970 )
2025-10-21 15:48:06 -04:00
renovate[bot]
1c4eed55a8
[deps]: Update actions/stale action to v10 ( #16427 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Derek Nance <dnance@bitwarden.com >
2025-10-21 14:29:42 -05:00
Alex Morask
5b2682ff21
[PM-26356] Remove client-side pre-consolidated billing code ( #16707 )
...
* Remove legacy provider files
* Removing index files to make file re-org easier
* Move manage-clients.component and associated API invocation to AC
* Move add-existing-organization-dialog.component to AC
* Move manage-client-name-dialog.component and associated API call to AC
* Move misc clients files to AC
* Move create-client-dialog.component and associated API call to AC
* Move manage-client-subscription-dialog.component to AC
* Update provider-layout.component
* Cleanup
* Fix linting
2025-10-21 14:15:29 -05:00
Matt Andreko
8beb1c6ab0
Clean up workflow files from Zizmor output ( #16690 )
2025-10-21 13:13:45 -04:00
Maciej Zieniuk
63cdae92be
[PM-2348] Close popup window before process reload ( #16795 )
...
* Close popup window before process reload
* unit test coverage
2025-10-21 19:06:55 +02:00
Oscar Hinton
65da23feaa
UIF - Prefer signal & change detection ( #16940 )
2025-10-21 18:52:40 +02:00
Bryan Cunningham
d3fc20f8b9
explicitly add aria label ( #16963 )
2025-10-21 12:46:08 -04:00
Kyle Denney
1794803deb
[PM-24032] upgrade nav button updates ( #16933 )
...
* [PM-24032] upgrade nav button post-upgrade action
* fixing broken stories
* added component tests
* new behavior for the nav button when self hosted
* fix stories
2025-10-21 11:18:15 -05:00
Bernd Schoolmann
93ab65cab9
Fix codeowners for biometrics v2 ( #16962 )
2025-10-21 18:12:27 +02:00
Bernd Schoolmann
5a307633bb
[PM-26778] Make VaultTimeoutService use LogoutService ( #16820 )
...
* Make vaulttimeoutservice use logoutservice
* Fix browser build
* Fix mv3 build
* Fix lint
2025-10-21 10:24:52 -05:00
Alex
a5dd42396c
[PM-27024] password progress card at risk detection ( #16955 )
...
* [PM-27024] Fix password change progress card to track only critical apps and detect new at-risk passwords
- Filter at-risk password count to critical applications only
- Update state logic to transition back to assign tasks when new at-risk passwords detected
- Only create security tasks for critical applications with at-risk passwords
- Show 'X new passwords at-risk' message when tasks exist and new at-risk passwords appear
* spec
2025-10-21 08:02:44 -07:00
cyprain-okeke
f1340c67da
[PM-27050] Fix : Cannot upload self-hosted license on new Premium page ( #16919 )
...
* Fix the isselfhost bug
* Resolve the self-host issue
2025-10-21 15:46:15 +01:00
neuronull
4c347d09ac
Fix biometric v2 windows unit test clippy lint ( #16961 )
2025-10-21 08:22:09 -06:00
Oscar Hinton
f23f3f87bd
Tools - Prefer signal & change detection ( #16941 )
2025-10-21 15:49:22 +02:00
Oscar Hinton
6abaaa7b13
KM - Prefer signal & change detection ( #16945 )
2025-10-21 15:49:05 +02:00
Oscar Hinton
532546ea7d
Autofill - Prefer signal & change detection ( #16942 )
2025-10-21 15:48:31 +02:00
Vijay Oommen
d19e1efb77
PM-26956 enable help link for cards ( #16938 )
2025-10-21 08:43:16 -05:00
neuronull
8370f43aae
[BEEEP] Add println clippy lints for desktop_native. ( #16761 )
...
* [BEEEP] Add println clippy lints for `desktop_native`.
* remaining stray printlns
2025-10-21 07:38:39 -06:00
Oscar Hinton
8a8076a6da
Enable warning for new angular linting ( #16951 )
2025-10-21 15:27:37 +02:00
Maciej Zieniuk
20ddf3b6fd
[PM-26649] Prevent log-out when changing KDF settings (except old clients) ( #16775 )
...
* Prevent log-out when changing KDF settings (except old clients)
* test coverage
* logout reason enum
2025-10-21 11:26:48 +02:00
Jeffrey Holland
a15d6867f9
Prefer autofilling login forms over registration forms ( #16811 )
2025-10-21 10:35:05 +02:00
Daniel James Smith
bbfdb60c34
[PM-26731] Add feature flag for chromium importers with ABE ( #16926 )
...
* Add missing browser to SUPPORTED_BROWSERS in windows.rs
These were previously removed due to needing ABE support
* Add feature flag for chromium importer with ABE
* Fix tests for windows
* Run cargo fmt
---------
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com >
2025-10-21 10:10:47 +02:00