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
Lunny Xiao 430fe6c0c1
Avoid losing token when updating mirror settings (#30429) (#30466)
Fix #30416.
Backport #30429 

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>
11 months ago
..
eval Use a general Eval function for expressions in templates. (#23927) 2 years ago
scopedtmpl Replace `interface{}` with `any` (#25686) 2 years ago
vars Implement FSFE REUSE for golang files (#21840) 2 years ago
base.go Replace `util.SliceXxx` with `slices.Xxx` (#26958) 2 years ago
dynamic.go Use a general approach to access custom/static/builtin assets (#24022) 2 years ago
helper.go Rework markup link rendering (#26745) (#28803) 1 year ago
helper_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
htmlrenderer.go Start using template context function (#26254) 2 years ago
htmlrenderer_test.go Show friendly 500 error page to users and developers (#24110) 2 years ago
mailer.go Improve RunMode / dev mode (#24886) 2 years ago
static.go Use a general approach to access custom/static/builtin assets (#24022) 2 years ago
templates_bindata.go Implement FSFE REUSE for golang files (#21840) 2 years ago
util_avatar.go Use template context function for avatar rendering (#26385) 2 years ago
util_dict.go Use `Set[Type]` instead of `map[Type]bool/struct{}`. (#26804) 2 years ago
util_json.go Improve template helper (#24417) 2 years ago
util_misc.go Avoid losing token when updating mirror settings (#30429) (#30466) 11 months ago
util_render.go Rework markup link rendering (#26745) (#28803) 1 year ago
util_render_test.go Rework markup link rendering (#26745) (#28803) 1 year ago
util_slice.go Improve template helper functions: string/slice (#24266) 2 years ago
util_string.go Refactor `og:description` to limit the max length (#26876) 2 years ago
util_test.go Improve template helper functions: string/slice (#24266) 2 years ago