vaultwarden/src/api
Mathijs van Veluw cdfdc6ff4f
Fix Org Import duplicate collections (#5200)
This fixes an issue with collections be duplicated same as was an issue with folders.
Also made some optimizations by using HashSet where possible and device the Vec/Hash capacity.
And instead of passing objects only use the UUID which was the only value we needed.

Also found an issue with importing a personal export via the Org import where folders are used.
Since Org's do not use folder we needed to clear those out, same as Bitwarden does.

Fixes #5193

Signed-off-by: BlackDex <black.dex@gmail.com>
2024-11-17 21:33:23 +01:00
..
core Fix Org Import duplicate collections (#5200) 2024-11-17 21:33:23 +01:00
admin.rs Add extra linting (#4977) 2024-09-23 20:25:32 +02:00
icons.rs Add extra linting (#4977) 2024-09-23 20:25:32 +02:00
identity.rs Some more authrequest changes (#5188) 2024-11-15 11:25:51 +01:00
mod.rs Improved HTTP client (#4740) 2024-07-12 22:33:11 +02:00
notifications.rs Add extra linting (#4977) 2024-09-23 20:25:32 +02:00
push.rs Improved HTTP client (#4740) 2024-07-12 22:33:11 +02:00
web.rs Add dynamic CSS support (#4940) 2024-11-11 20:14:04 +01:00