0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-02 12:09:11 +02:00
bitwarden_rs/src
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
..
api Fix for issue #2566 2022-06-21 17:36:07 +02:00
db Updated deps and misc fixes and updates 2022-06-14 14:51:51 +02:00
static Merge pull request #2555 from jjlin/global-domains 2022-06-15 20:44:35 +02:00
auth.rs Update login API code 2022-03-12 18:45:45 +01:00
config.rs Updated deps and misc fixes and updates 2022-06-14 14:51:51 +02:00
crypto.rs Increase length limit for email token generation 2022-01-24 01:17:00 -08:00
error.rs Migrate old ws crate to tungstenite, which is async and also removes over 20 old dependencies 2022-06-04 19:13:39 +02:00
mail.rs Remove manual IDN handling 2022-06-04 19:02:51 +02:00
main.rs Re-Base, Update crates and small change. 2022-06-04 19:14:14 +02:00
ratelimit.rs Basic ratelimit for user login (including 2FA) and admin login 2021-12-22 21:48:49 +01:00
util.rs Updated deps and misc fixes and updates 2022-06-14 14:51:51 +02:00