0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-10-03 16:08:57 +02:00
bitwarden_rs/src
2019-02-16 21:30:55 +01:00
..
api Fix Yubikeys deleted on error 2019-02-16 21:30:55 +01:00
db Implement constant time equal check for admin, 2fa recover and 2fa remember tokens 2019-02-11 23:45:55 +01:00
static Removed list of mounted routes at startup by default, with option to add it back. This would get annoying when starting the server frequently, because it printed ~130 lines of mostly useless info 2019-02-13 00:03:16 +01:00
auth.rs
config.rs Removed list of mounted routes at startup by default, with option to add it back. This would get annoying when starting the server frequently, because it printed ~130 lines of mostly useless info 2019-02-13 00:03:16 +01:00
crypto.rs Implement constant time equal check for admin, 2fa recover and 2fa remember tokens 2019-02-11 23:45:55 +01:00
error.rs Fixed some clippy lints and changed update_uuid_revision to only use one db query 2019-02-08 18:45:07 +01:00
mail.rs Add missing url parameter 2019-02-10 21:40:20 +01:00
main.rs Removed list of mounted routes at startup by default, with option to add it back. This would get annoying when starting the server frequently, because it printed ~130 lines of mostly useless info 2019-02-13 00:03:16 +01:00
util.rs