bitwarden_rs/src
Mathijs van Veluw 03c6ed2e07
Disable autofill-v2 (#4056)
Disabled autofill-v2 as it seems to cause strange issues as reported
here: https://github.com/dani-garcia/vaultwarden/discussions/4052

Also added the Vaultwarden server version back again but at a different
location.

Fixes #4052
2023-11-09 00:16:27 +01:00
..
api Disable autofill-v2 (#4056) 2023-11-09 00:16:27 +01:00
db feat: Working passkeys storage (#4025) 2023-11-04 03:08:45 +01:00
static 2FA Confirmation Code Email subject line change to fix triggering Google spam blocker (#3572) 2023-10-21 20:50:22 +02:00
auth.rs Allow Authorization header for Web Sockets 2023-08-31 12:35:20 +02:00
config.rs New config option disable email change 2023-10-21 17:14:26 +02:00
crypto.rs Remove get_random_64() 2022-11-13 10:03:06 +01:00
error.rs Cleanups and Fixes for Emergency Access 2022-12-04 23:17:48 +01:00
mail.rs Change String to &str for all Rocket functions 2023-04-30 17:18:12 +02:00
main.rs tokio::signal::unix::SignalKind::hangup().as_raw_value() insted of 1 2023-10-21 17:14:03 +02:00
ratelimit.rs Basic ratelimit for user login (including 2FA) and admin login 2021-12-22 21:48:49 +01:00
util.rs Do not send extra headers for Upgrade connection 2023-10-09 20:11:20 +02:00