vw_small

Hardened fork of Vaultwarden (https://github.com/dani-garcia/vaultwarden) with fewer features.
git clone https://git.philomathiclife.com/repos/vw_small
Log | Files | Refs | README

commit fc5928772b43d7648a2a7ae6c373dcfad0756707
parent 8263bdd21dfcb26ff59c4f6274ab33e0b145968c
Author: Daniel GarcĂ­a <dani-garcia@users.noreply.github.com>
Date:   Fri, 15 Jul 2022 19:05:38 +0200

Move around comments

Diffstat:
Msrc/api/core/ciphers.rs | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/api/core/ciphers.rs b/src/api/core/ciphers.rs @@ -214,7 +214,6 @@ pub struct CipherData { Identity = 4 */ pub Type: i32, - // TODO: Change this to NumberOrString pub Name: String, Notes: Option<String>, Fields: Option<Value>, @@ -231,9 +230,9 @@ pub struct CipherData { PasswordHistory: Option<Value>, // These are used during key rotation + // 'Attachments' is unused, contains map of {id: filename} #[serde(rename = "Attachments")] _Attachments: Option<Value>, - // Unused, contains map of {id: filename} Attachments2: Option<HashMap<String, Attachments2Data>>, // The revision datetime (in ISO 8601 format) of the client's local copy