1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-05-16 00:23:56 +00:00
vaultwarden/src/api
BlackDex b71d9dd53e
Fix for issue #2566
This PR fixes #2566
If Organizational syncs returned a FolderId it would cause the web-vault
to hide the cipher because there is a FolderId set. Upstream seems to
not return FolderId and Favorite. When set to null/false it will behave
the same.

In this PR I have added a new CipherSyncType enum to select which type
of sync to execute, and return an empty list for both Folders and Favorites if this is for Orgs.
This also reduces the database load a bit since it will not execute those queries.
2022-06-21 17:36:07 +02:00
..
core Fix for issue #2566 2022-06-21 17:36:07 +02:00
admin.rs Updated deps and misc fixes and updates 2022-06-14 14:51:51 +02:00
icons.rs use dashmap in icons blacklist regex 2022-06-04 19:13:58 +02:00
identity.rs Remove u2f implementation 2022-03-27 17:25:04 +02:00
mod.rs Update to rocket 0.5 and made code async, missing updating all db calls, that are currently blocking 2022-02-27 21:36:31 +01:00
notifications.rs Fix clippy lint and remove unused log 2022-06-04 19:13:58 +02:00
web.rs Add /api/{alive,now,version} endpoints 2022-04-23 23:47:49 -07:00