gitea/modules/templates
Giteabot 92f4cd9461
Avoid losing token when updating mirror settings (#30429) (#30464)
Backport #30429 by @wolfogre

Fix #30416.

Before (it shows as "Unset" while there's a token):

<img width="980" alt="image"
src="https://github.com/go-gitea/gitea/assets/9418365/d7148e3e-62c9-4d2e-942d-3d795b79515a">

After:

<img width="977" alt="image"
src="https://github.com/go-gitea/gitea/assets/9418365/24aaa1db-5baa-4204-9081-470b15ea72b5">

The username shows as "oauth2" because of
f9fdac9809/services/migrations/dump.go (L99)

I have checked that all usage of `MirrorRemoteAddress` has been updated.

<img width="1806" alt="image"
src="https://github.com/go-gitea/gitea/assets/9418365/2f042501-2824-4511-9203-c84a6731a02d">

However, it needs to be checked again when backporting.

Co-authored-by: Jason Song <i@wolfogre.com>
2024-04-14 00:57:53 +08:00
..
eval
scopedtmpl
vars
base.go
dynamic.go
helper_test.go Remove unnecessary SanitizeHTML from code (#29575) 2024-03-04 12:02:45 +00:00
helper.go Fix and rewrite contrast color calculation, fix project-related bugs (#30326) 2024-04-09 09:45:29 +00:00
htmlrenderer_test.go
htmlrenderer.go
mailer.go
static.go
templates_bindata.go
util_avatar.go
util_dict.go
util_json.go
util_misc.go Avoid losing token when updating mirror settings (#30429) (#30464) 2024-04-14 00:57:53 +08:00
util_render_test.go Fix label rendering (#30456) (#30460) 2024-04-13 10:33:32 +00:00
util_render.go Fix label rendering (#30456) (#30460) 2024-04-13 10:33:32 +00:00
util_slice.go
util_string.go
util_test.go