vaultwarden/src
Mathijs van Veluw 2a5489a4b2
Some checks are pending
Build / Build and Test ${{ matrix.channel }} (msrv) (push) Waiting to run
Build / Build and Test ${{ matrix.channel }} (rust-toolchain) (push) Waiting to run
Check templates / Validate docker templates (push) Waiting to run
Hadolint / Validate Dockerfile syntax (push) Waiting to run
Release / Cancel older jobs when running (push) Waiting to run
Release / Build Vaultwarden containers (alpine) (push) Blocked by required conditions
Release / Build Vaultwarden containers (debian) (push) Blocked by required conditions
Trivy / Trivy Scan (push) Waiting to run
Security Analysis with zizmor / Run zizmor (push) Waiting to run
Fix several more multi select push issues (#6151)
* Fix several more multi select push issues

There were some more items which would still overload the push endpoint.
This PR fixes the remaining items (I hope).

I also encountered a missing endpoint for restoring multiple ciphers from the trash via the admin console.

Overall, we could improve a lot of these items in a different way. Like bundle all SQL Queries etc...
But that takes more time, and this fixes overloading the Bitwarden push servers, and speeds up these specific actions.

Signed-off-by: BlackDex <black.dex@gmail.com>

* Update src/api/core/ciphers.rs

Co-authored-by: Daniel García <dani-garcia@users.noreply.github.com>

---------

Signed-off-by: BlackDex <black.dex@gmail.com>
Co-authored-by: Daniel García <dani-garcia@users.noreply.github.com>
2025-08-09 23:06:16 +02:00
..
api Fix several more multi select push issues (#6151) 2025-08-09 23:06:16 +02:00
db Fix several more multi select push issues (#6151) 2025-08-09 23:06:16 +02:00
static a little cleanup after SSO merge (#6153) 2025-08-09 22:18:04 +02:00
auth.rs a little cleanup after SSO merge (#6153) 2025-08-09 22:18:04 +02:00
config.rs Fix link to point to the wiki (#6157) 2025-08-09 22:20:03 +02:00
crypto.rs Use subtle to replace deprecated ring::constant_time::verify_slices_are_equal (#5680) 2025-03-15 19:33:17 +01:00
error.rs Update webauthn-rs to 0.5.x (#5934) 2025-08-09 00:44:28 +02:00
http_client.rs Use existing reqwest client for AWS S3 requests (#5917) 2025-06-30 22:57:00 +02:00
mail.rs SSO using OpenID Connect (#3899) 2025-08-08 23:22:22 +02:00
main.rs Update webauthn-rs to 0.5.x (#5934) 2025-08-09 00:44:28 +02:00
ratelimit.rs Basic ratelimit for user login (including 2FA) and admin login 2021-12-22 21:48:49 +01:00
sso_client.rs a little cleanup after SSO merge (#6153) 2025-08-09 22:18:04 +02:00
sso.rs a little cleanup after SSO merge (#6153) 2025-08-09 22:18:04 +02:00
util.rs SSO using OpenID Connect (#3899) 2025-08-08 23:22:22 +02:00