vaultwarden/src/api
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
..
core Fix several more multi select push issues (#6151) 2025-08-09 23:06:16 +02:00
admin.rs SSO using OpenID Connect (#3899) 2025-08-08 23:22:22 +02:00
icons.rs a little cleanup after SSO merge (#6153) 2025-08-09 22:18:04 +02:00
identity.rs a little cleanup after SSO merge (#6153) 2025-08-09 22:18:04 +02:00
mod.rs SSO using OpenID Connect (#3899) 2025-08-08 23:22:22 +02:00
notifications.rs Fix multi delete slowdown (#6144) 2025-08-07 23:31:48 +02:00
push.rs Sync with Upstream (#5798) 2025-05-26 21:00:59 +02:00
web.rs a little cleanup after SSO merge (#6153) 2025-08-09 22:18:04 +02:00