vaultwarden/src
Mathijs van Veluw 7d6dec6413
Fix encrypted lastUsedDate (#4972)
It appears that some password histories have an encrypted value on the `lastUsedDate`
Instead of only checking if it is a string, also check if it is a valid RFC Date/Time String.
If not, set it also to epoch 0.

Signed-off-by: BlackDex <black.dex@gmail.com>
2024-09-20 20:38:42 +02:00
..
api Actually use Device Type for mails (#4916) 2024-09-18 19:03:15 +02:00
db Fix encrypted lastUsedDate (#4972) 2024-09-20 20:38:42 +02:00
static Actually use Device Type for mails (#4916) 2024-09-18 19:03:15 +02:00
auth.rs Fix for RSA Keys which are read only (#4744) 2024-07-17 12:59:22 +02:00
config.rs Allow enforcing Single Org with pw reset policy (#4903) 2024-08-30 21:37:59 +02:00
crypto.rs Remove get_random_64() 2022-11-13 10:03:06 +01:00
error.rs Improved HTTP client (#4740) 2024-07-12 22:33:11 +02:00
http_client.rs Improved HTTP client (#4740) 2024-07-12 22:33:11 +02:00
mail.rs Actually use Device Type for mails (#4916) 2024-09-18 19:03:15 +02:00
main.rs Add a CLI feature to backup the SQLite DB (#4906) 2024-09-01 15:52:29 +02:00
ratelimit.rs Basic ratelimit for user login (including 2FA) and admin login 2021-12-22 21:48:49 +01:00
util.rs Add a CLI feature to backup the SQLite DB (#4906) 2024-09-01 15:52:29 +02:00