vaultwarden/src
Mathijs van Veluw 2b3736802d
Fix email header base64 padding (#6961)
Newer versions of the Bitwarden client use Base64 with padding.
Since this is not a streaming string, but a defined length, we can just strip the `=` chars.

Fixes #6960

Signed-off-by: BlackDex <black.dex@gmail.com>
2026-03-17 17:01:32 +01:00
..
api Fix email header base64 padding (#6961) 2026-03-17 17:01:32 +01:00
db apply policies only to confirmed members (#6892) 2026-03-04 06:58:39 +01:00
static hide remember 2fa token (#6852) 2026-02-23 20:27:40 +01:00
auth.rs Misc organization fixes (#6867) 2026-02-23 21:52:44 +01:00
config.rs Add cxp-import-mobile and cxp-export-mobile: feature flags on mobile (#6853) 2026-03-09 18:21:23 +01:00
crypto.rs Update Rust and Crates and GHA (#6843) 2026-02-18 00:17:20 +01:00
error.rs Optimizations and build speedup (#6339) 2025-11-01 22:21:04 +01:00
http_client.rs Add option to prefer IPv6 resolving (#6494) 2025-11-26 01:26:10 +01:00
mail.rs fix(send_invite): add orgSsoIdentifier if sso_only is enabled (#6824) 2026-02-23 20:28:12 +01:00
main.rs Fix web-vault version check and update web-vault (#6686) 2026-01-09 13:21:10 +01:00
ratelimit.rs Optimizations and build speedup (#6339) 2025-11-01 22:21:04 +01:00
sso_client.rs Add 30s cache to SSO exchange_refresh_token (#6866) 2026-03-09 18:10:06 +01:00
sso.rs Improve sso auth flow (#6205) 2025-12-06 22:20:04 +01:00
util.rs Support new desktop origin on CORS (#6920) 2026-03-09 19:14:28 +01:00