forgejo/routers/web/user
wxiaoguang e9288c2477
Fix improper HTMLURL usages in Go code ()
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 () 2023-02-06 09:49:21 +08:00
avatar.go Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
code.go fix: code search title translation () 2023-01-02 17:18:08 +08:00
home.go Rename almost all Ctx functions () 2022-12-10 10:46:31 +08:00
home_test.go Add a simple test for external renderer () 2022-12-12 20:45:21 +08:00
main_test.go Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
notification.go Improve utils of slices () 2023-01-11 13:31:16 +08:00
package.go Fix improper HTMLURL usages in Go code () 2023-02-11 14:34:11 +08:00
profile.go Fix improper HTMLURL usages in Go code () 2023-02-11 14:34:11 +08:00
search.go Move convert package to services () 2022-12-29 10:57:15 +08:00
stop_watch.go Move convert package to services () 2022-12-29 10:57:15 +08:00
task.go Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00