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.
gitea/routers
wxiaoguang e9288c2477
Fix improper HTMLURL usages in Go code (#22839)
In Go code, HTMLURL should be only used for external systems, like
API/webhook/mail/notification, etc.

If a URL is used by `Redirect` or rendered in a template, it should be a
relative URL (aka `Link()` in Gitea)

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2 years ago
..
api Map OIDC groups to Orgs/Teams (#21441) 2 years ago
common Support disabling database auto migration (#22053) 2 years ago
install fix: update settings table on install (#22326) 2 years ago
private Implement actions (#21937) 2 years ago
utils Implement FSFE REUSE for golang files (#21840) 2 years ago
web Fix improper HTMLURL usages in Go code (#22839) 2 years ago
init.go Implement actions (#21937) 2 years ago