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/routers
zeripath 4e8a81780e
Stop double encoding blame commit messages (#17498)
The call to html.EscapeString in routers/web/repo/blame.go:renderBlame is extraneous
as the commit message is now rendered by the template. The template will correctly
escape strings - therefore we are currently double escaping.

This PR fixes this.

Fix #17492

Signed-off-by: Andrew Thornton <art27@cantab.net>
3 years ago
..
api/v1 Ensure that restricted users can access repos for which they are members (#17460) 3 years ago
common Rename db Engines related functions (#17481) 3 years ago
install Rename db Engines related functions (#17481) 3 years ago
private Prevent panic in serv.go with Deploy Keys (#17434) 3 years ago
utils just add some unit tests (#16291) 3 years ago
web Stop double encoding blame commit messages (#17498) 3 years ago
init.go Sync gitea app path for git hooks and authorized keys when starting (#17335) 3 years ago