You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/templates
zeripath 5248232c44
Try to prevent autolinking of displaynames by email readers (#19169)
Unfortunately many email readers will (helpfully) detect url or url-like names and
automatically create links to them, even in HTML emails. This is not ideal when
usernames can have dots in them.

This PR tries to prevent this behaviour by sticking ZWJ characters between dots and
also set the meta tag to prevent format detection.

Not every email template has been changed in this way - just the activation emails but
it may be that we should be setting the above meta tag in all of our emails too.

Signed-off-by: Andrew Thornton <art27@cantab.net>
2 years ago
..
admin Prevent 500 when there is an error during new auth source post (#19041) 2 years ago
base Remove the Go version in UI, add a link on Gitea Version to show config details (Go/Git version) (#19173) 2 years ago
custom Add footer extra links template (#9576) 5 years ago
explore Allow to filter repositories by language in explore, user and organization repositories lists (#18430) 2 years ago
mail Try to prevent autolinking of displaynames by email readers (#19169) 2 years ago
org Fix `<strong>` html in translation (#18929) 2 years ago
repo Use the new/choose link for New Issue on project page (#19172) 2 years ago
shared Refactor i18n, use Locale to provide i18n/translation related functions (#18648) 2 years ago
status Refactor HTTP request context (#17979) 3 years ago
swagger Update HTTP status codes to modern codes (#18063) 2 years ago
user Do not send activation email if manual confirm is set (#19119) 2 years ago
home.tmpl Rename StaticUrlPrefix to AssetUrlPrefix (#15779) 3 years ago
install.tmpl Refactor install page (db type) (#17919) 3 years ago
post-install.tmpl Rename StaticUrlPrefix to AssetUrlPrefix (#15779) 3 years ago