You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/modules/templates
Jason Song fd59cd9450
Avoid losing token when updating mirror settings (#30429)
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: Giteabot <teabot@gitea.io>
10 months ago
..
eval
scopedtmpl
vars
base.go
dynamic.go
helper.go Fix and rewrite contrast color calculation, fix project-related bugs (#30237) 10 months ago
helper_test.go Remove unnecessary SanitizeHTML from code (#29575) 12 months ago
htmlrenderer.go Upgrade to golangci-lint@v1.55.0 (#27756) 1 year ago
htmlrenderer_test.go
mailer.go Breaking summary for template refactoring (#29395) 12 months ago
static.go
templates_bindata.go
util_avatar.go Fix default avatar image size in PR diff page (#28971) 1 year ago
util_dict.go
util_json.go
util_misc.go Avoid losing token when updating mirror settings (#30429) 10 months ago
util_render.go Fix label rendering (#30456) 10 months ago
util_render_test.go Fix label rendering (#30456) 10 months ago
util_slice.go
util_string.go Refactor some Str2html code (#29397) 12 months ago
util_test.go