vaultwarden/src/api/core
Jeremy Lin 49579e4ce7 Avoid Error parsing LastKnownRevisionDate warning for mobile clients
When creating a new cipher, the mobile clients seem to set this field to an
invalid value, which causes a warning to be logged:

    Error parsing LastKnownRevisionDate '0001-01-01T00:00:00': premature end of input

Avoid this by dropping the `LastKnownRevisionDate` field on cipher creation.
2021-06-19 21:32:11 -07:00
..
two_factor Fix clippy lints 2021-06-19 22:02:03 +02:00
accounts.rs Project renaming 2021-04-27 23:18:32 +02:00
ciphers.rs Avoid Error parsing LastKnownRevisionDate warning for mobile clients 2021-06-19 21:32:11 -07:00
folders.rs Modify rustfmt file 2021-04-06 21:54:42 +01:00
mod.rs Merge branch 'master' into fmt 2021-04-15 18:24:04 +02:00
organizations.rs Fix clippy lints 2021-06-19 22:02:03 +02:00
sends.rs Rework file ID generation 2021-05-25 23:15:24 -07:00