vaultwarden/src
Mathijs van Veluw a47b484172
Fix org invite url being html encoded (#5100)
Ever since we changed to pass the full url as a template value handlebars now html-encodes this.
This causes issues with the plain/text mails, but it also could potentially cause issues with the text/html templates.

This PR encloses the template values inside triple braces `{{{ }}}` which prevents html-encoding.
Since the URL is generated via the `url` crate the values are percent-encoded anyway.

Fixes #5097

Signed-off-by: BlackDex <black.dex@gmail.com>
2024-10-18 20:34:11 +02:00
..
api Fix org invite url being html encoded (#5100) 2024-10-18 20:34:11 +02:00
db Fix field type to actually be hidden (#5082) 2024-10-13 20:32:15 +02:00
static Fix org invite url being html encoded (#5100) 2024-10-18 20:34:11 +02:00
auth.rs Add extra linting (#4977) 2024-09-23 20:25:32 +02:00
config.rs Fix --version from failing without config (#5055) 2024-10-11 18:58:25 +02:00
crypto.rs Remove get_random_64() 2022-11-13 10:03:06 +01:00
error.rs Add extra linting (#4977) 2024-09-23 20:25:32 +02:00
http_client.rs Add extra linting (#4977) 2024-09-23 20:25:32 +02:00
mail.rs Actually use Device Type for mails (#4916) 2024-09-18 19:03:15 +02:00
main.rs Fix --version from failing without config (#5055) 2024-10-11 18:58:25 +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 extra linting (#4977) 2024-09-23 20:25:32 +02:00