forgejo/routers/web/user
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>
2023-02-11 14:34:11 +08:00
..
setting Add Chef package registry (#22554) 2023-02-06 09:49:21 +08:00
avatar.go
code.go
home.go
home_test.go
main_test.go
notification.go
package.go Fix improper HTMLURL usages in Go code (#22839) 2023-02-11 14:34:11 +08:00
profile.go Fix improper HTMLURL usages in Go code (#22839) 2023-02-11 14:34:11 +08:00
search.go
stop_watch.go
task.go