vaultwarden/src/db/models
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
..
attachment.rs Abstract persistent files through Apache OpenDAL (#5626) 2025-05-29 21:40:58 +02:00
auth_request.rs Fix several more multi select push issues (#6151) 2025-08-09 23:06:16 +02:00
cipher.rs Fix several more multi select push issues (#6151) 2025-08-09 23:06:16 +02:00
collection.rs fix: resolve group permission conflicts with multiple groups (#6017) 2025-07-25 20:58:41 +02:00
device.rs a little cleanup after SSO merge (#6153) 2025-08-09 22:18:04 +02:00
emergency_access.rs Sync with Upstream (#5798) 2025-05-26 21:00:59 +02:00
event.rs SSO using OpenID Connect (#3899) 2025-08-08 23:22:22 +02:00
favorite.rs rename membership and adopt newtype pattern (#5320) 2025-01-09 18:37:23 +01:00
folder.rs rename membership and adopt newtype pattern (#5320) 2025-01-09 18:37:23 +01:00
group.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
org_policy.rs SSO using OpenID Connect (#3899) 2025-08-08 23:22:22 +02:00
organization.rs SSO using OpenID Connect (#3899) 2025-08-08 23:22:22 +02:00
send.rs Abstract persistent files through Apache OpenDAL (#5626) 2025-05-29 21:40:58 +02:00
sso_nonce.rs SSO using OpenID Connect (#3899) 2025-08-08 23:22:22 +02:00
two_factor_duo_context.rs Add support for MFA with Duo's Universal Prompt (#4637) 2024-07-24 16:50:35 +02:00
two_factor_incomplete.rs rename membership and adopt newtype pattern (#5320) 2025-01-09 18:37:23 +01:00
two_factor.rs Update webauthn-rs to 0.5.x (#5934) 2025-08-09 00:44:28 +02:00
user.rs SSO using OpenID Connect (#3899) 2025-08-08 23:22:22 +02:00