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
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>
10 months ago
..
actions Show Actions post step when it's running (#29926) (#29928) 11 months ago
activitypub More refactoring of `db.DefaultContext` (#27083) 1 year ago
analyze Rename code_langauge.go to code_language.go (#26377) 2 years ago
assetfs Use `Set[Type]` instead of `map[Type]bool/struct{}`. (#26804) 1 year ago
auth Next round of `db.DefaultContext` refactor (#27089) 1 year ago
avatar
base Use general token signing secret (#29205) (#29325) 12 months ago
cache improve unit test for caching (#26185) 2 years ago
charset Preserve BOM in web editor (#28935) (#28959) 1 year ago
container
context Use strict protocol check when redirect (#29642) (#29644) 11 months ago
contexttest Make "/user/login" page redirect if the current user has signed in (#29583) (#29599) 11 months ago
csv
doctor Fix gitea doctor will remove repo-avatar files when execute command storage-archives (#30094) (#30120) 11 months ago
emoji
eventsource More `db.DefaultContext` refactor (#27265) (#27347) 1 year ago
generate Use general token signing secret (#29205) (#29325) 12 months ago
git Include encoding in signature payload (#30174) (#30181) 10 months ago
gitgraph More `db.DefaultContext` refactor (#27265) (#27347) 1 year ago
graceful Avoid unexpected panic in graceful manager (#29629) (#29630) 11 months ago
hcaptcha
highlight Add option to disable ambiguous unicode characters detection (#28454) (#28499) 1 year ago
hostmatcher Support allowed hosts for webhook to work with proxy (#27655) (#27675) 1 year ago
html Refactor backend SVG package and add tests (#26335) 2 years ago
httpcache
httplib
indexer Use db.ListOptions directly instead of Paginator interface to make iteasier to use and fix performance of /pulls and /issues (#29990) (#30447) 10 months ago
issue/template
json
label
lfs Close file in the Upload func (#30262) (#30269) 10 months ago
log Reduce some allocations in type conversion (#26772) 1 year ago
markup Fixes #27605: inline math blocks can't be preceeded/followed by alphanumerical characters (#30175) (#30250) 10 months ago
mcaptcha
metrics Reduce usage of `db.DefaultContext` (#27073) 1 year ago
migration
nosql
options
packages Close all hashed buffers (#27787) (#27790) 1 year ago
paginator
pprof
private Performance optimization for git push (#30104) (#30354) 10 months ago
process
proxy
proxyprotocol
public Refactor CORS handler (#28587) (#28611) 1 year ago
queue Fix queue worker incorrectly stopped when there are still more items in the queue (#29532) (#29546) 11 months ago
recaptcha
references Fix issue link does not support quotes (#29484) (#29487) (#29536) 11 months ago
regexplru
repository Only log error when tag sync fails (#29295) (#29327) 12 months ago
secret
session fix: Fix to delete cookie when AppSubURL is non-empty (#30375) (#30468) 10 months ago
setting Support GITEA_I_AM_BEING_UNSAFE_RUNNING_AS_ROOT env (#29788) (#29791) 11 months ago
sitemap
ssh Remove SSH workaround (#27893) (#29332) 12 months ago
storage Fix object storage path handling (#27024) 1 year ago
structs chore(api): support ignore password if login source type is LDAP for creating user API (#28491) (#28525) 1 year ago
svg Refactor backend SVG package and add tests (#26335) 2 years ago
sync
system
templates Avoid losing token when updating mirror settings (#30429) (#30466) 10 months ago
test Move web/api context related testing function into a separate package (#26859) 1 year ago
testlogger
timeutil Fix date rendering by adding `<gitea-absolute-date>` (#29725) (#29747) 11 months ago
translation Add a trailing slash to dashboard links (#29555) (#29573) 11 months ago
turnstile
typesniffer Detect ogg mime-type as audio or video (#26494) 2 years ago
updatechecker
upload
uri
user
util Performance improvements for pull request list page (#29900) (#29972) 11 months ago
validation Check blocklist for emails when adding them to account (#26812) 1 year ago
web fix: Fix to delete cookie when AppSubURL is non-empty (#30375) (#30468) 10 months ago
webhook Fix schedule tasks bugs (#28691) (#28780) 1 year ago