mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[PR #6151] [MERGED] Fix several more multi select push issues #3727
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#3727
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/6151
Author: @BlackDex
Created: 8/8/2025
Status: ✅ Merged
Merged: 8/9/2025
Merged by: @dani-garcia
Base:
main← Head:more-multi-push-fixes📝 Commits (2)
5c103ffFix several more multi select push issuesf8bbe3dUpdate src/api/core/ciphers.rs📊 Changes
3 files changed (+112 additions, -39 deletions)
View changed files
📝
src/api/core/ciphers.rs(+68 -30)📝
src/db/models/auth_request.rs(+1 -1)📝
src/db/models/cipher.rs(+43 -8)📄 Description
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.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.