]> source.dussan.org Git - gitea.git/commit
Refactor AppURL usage (#30885) (#30891)
authorwxiaoguang <wxiaoguang@gmail.com>
Wed, 8 May 2024 13:34:43 +0000 (21:34 +0800)
committerGitHub <noreply@github.com>
Wed, 8 May 2024 13:34:43 +0000 (13:34 +0000)
commitd4c2db39bf239d071c6ac96815efa8fd8b03ad94
tree158b7a40af6d1637d57cdde078d94bf1d7c95404
parentd410e2acce22e5b3518a9bf64a9152b32a91fe18
Refactor AppURL usage (#30885) (#30891)

Backport #30885
Fix #30883
Fix #29591

Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
13 files changed:
models/repo/avatar.go
models/user/avatar.go
modules/httplib/url.go
modules/httplib/url_test.go
modules/markup/html_codepreview.go
routers/api/actions/artifacts.go
routers/api/actions/artifactsv4.go
routers/api/packages/container/container.go
routers/common/middleware.go
routers/common/redirect.go
routers/web/auth/auth.go
services/context/base.go
services/context/context_response.go