vaultwarden/src
Jeremy Lin b67c5b77be
Change text/plain API responses to application/json
Recent versions of the Bitwarden clients (see bitwarden/clients#3574)
won't parse non-JSON responses. The most noticeable consequence is that
`/api/accounts/revision-date` responses won't be parsed, leading to
`/api/sync` always being called, even when it's not necessary.
2023-01-09 19:16:29 +01:00
..
api Change text/plain API responses to application/json 2023-01-09 19:16:29 +01:00
db Resolve uninlined_format_args clippy warnings 2023-01-09 19:12:51 +01:00
static Removed unsafe-inline JS from CSP and other fixes 2023-01-09 18:25:35 +01:00
auth.rs Resolve uninlined_format_args clippy warnings 2023-01-09 19:12:51 +01:00
config.rs Resolve uninlined_format_args clippy warnings 2023-01-09 19:12:51 +01: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 Resolve uninlined_format_args clippy warnings 2023-01-09 19:12:51 +01:00
main.rs Resolve uninlined_format_args clippy warnings 2023-01-09 19:12:51 +01:00
ratelimit.rs Basic ratelimit for user login (including 2FA) and admin login 2021-12-22 21:48:49 +01:00
util.rs Resolve uninlined_format_args clippy warnings 2023-01-09 19:12:51 +01:00