mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-09 09:13:02 +03:00
Web vault "select all" option only selects first 500 items #1411
Reference in New Issue
Block a user
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?
Originally created by @bobfatherx on GitHub.
Subject of the issue
Web vault "select all" option only selects first 500 items
Deployment environment
Your environment (Generated via diagnostics page)
Steps to reproduce
Load a web vault with more than 500 items, click the settings cog and click "select all."
Expected behaviour
All items to be selected.
Actual behaviour
Only the first 500 items are selected.
Troubleshooting data
@RealOrangeOne commented on GitHub:
Selection is done on the client vault I believe, so I think this is more of an issue upstream than here.
@bobfatherx commented on GitHub:
Got it, sorry about that. Thanks for your quick response, though! Should I bother the devs on bitwarden/web to see if they can reproduce and fix?
Edit: I see another use with an over-large library has already reported it: https://github.com/bitwarden/web/issues/836