]> source.dussan.org Git - gitea.git/commit
Clarify the suffices and prefixes of setting.AppSubURL and setting.AppURL (#12999)
authorzeripath <art27@cantab.net>
Fri, 19 Feb 2021 21:36:43 +0000 (21:36 +0000)
committerGitHub <noreply@github.com>
Fri, 19 Feb 2021 21:36:43 +0000 (22:36 +0100)
commitaa4f9180e4932a9813e898bf3bd9ac91924eeb03
treee181203ffc52a8bb1740fdb81aeeeba5183c42bf
parent39aa11f9c0d8aabd188f543d60752e0b8ff95cc5
Clarify the suffices and prefixes of setting.AppSubURL and setting.AppURL (#12999)

Also removes some unnecessary uses of fmt.Sprintf and adds documentation
strings

Signed-off-by: Andrew Thornton <art27@cantab.net>
models/action_test.go
models/notification.go
models/repo.go
models/user_avatar.go
modules/markup/html.go
modules/setting/setting.go
routers/admin/admin.go
routers/api/v1/org/member.go
routers/repo/search.go
routers/user/notification.go
routers/utils/utils_test.go