vaultwarden/src/db/models
Mathijs van Veluw 2811df2953
Fix Send icons (#7051)
Send uses icons to display if it is protected by password or not.
Bitwarden has added a feature to use email with an OTP for newer versions.
Vaultwarden does not yet support this, but this commit adds an Enum with all 3 the options.

The email option currently needs a feature-flag and newer web-vault/clients.

For now, this will at least fix the display of icons.

Fixes #6976

Signed-off-by: BlackDex <black.dex@gmail.com>
2026-04-05 22:35:21 +02:00
..
attachment.rs Update crates and Rust version (#6485) 2025-11-23 22:03:30 +01:00
auth_request.rs fix email as 2fa with auth requests (#6736) 2026-01-22 23:25:11 +01:00
cipher.rs Misc org fixes (#7032) 2026-03-29 23:15:48 +02:00
collection.rs Misc org fixes (#7032) 2026-03-29 23:15:48 +02:00
device.rs Rotate refresh-tokens on sstamp reset (#7031) 2026-03-29 22:43:36 +02:00
emergency_access.rs Fix issue with key-rotation and emergency-access (#6421) 2025-11-01 22:20:38 +01:00
event.rs Use Diesels MultiConnections Derive (#6279) 2025-10-29 21:04:30 +01:00
favorite.rs Use Diesels MultiConnections Derive (#6279) 2025-10-29 21:04:30 +01:00
folder.rs Use Diesels MultiConnections Derive (#6279) 2025-10-29 21:04:30 +01:00
group.rs Misc org fixes (#7032) 2026-03-29 23:15:48 +02:00
mod.rs Improve sso auth flow (#6205) 2025-12-06 22:20:04 +01:00
org_policy.rs Misc org fixes (#7032) 2026-03-29 23:15:48 +02:00
organization.rs Misc org fixes (#7032) 2026-03-29 23:15:48 +02:00
send.rs Fix Send icons (#7051) 2026-04-05 22:35:21 +02:00
sso_auth.rs Improve sso auth flow (#6205) 2025-12-06 22:20:04 +01:00
two_factor_duo_context.rs Use Diesels MultiConnections Derive (#6279) 2025-10-29 21:04:30 +01:00
two_factor_incomplete.rs Use Diesels MultiConnections Derive (#6279) 2025-10-29 21:04:30 +01:00
two_factor.rs Misc org fixes (#7032) 2026-03-29 23:15:48 +02:00
user.rs Rotate refresh-tokens on sstamp reset (#7031) 2026-03-29 22:43:36 +02:00