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.
forgejo/routers
wxiaoguang 4d1e2b8334
Fix token generation when using INTERNAL_TOKEN_URI (#21669)
Fix https://github.com/go-gitea/gitea/issues/21666
Caused by https://github.com/go-gitea/gitea/pull/19663

Before: when install, the INTERNAL_TOKEN was always generated and saved.
But the internal token may be already there by INTERNAL_TOKEN_URI

After: INTERNAL_TOKEN_URI file must be non-empty. When install, skip
internal token generation if the token exists.
2 years ago
..
api Add Webhook authorization header (#20926) 2 years ago
common Rework raw file http header logic (#20484) 2 years ago
install Fix token generation when using INTERNAL_TOKEN_URI (#21669) 2 years ago
private Merge db.Iterate and IterateObjects (#21641) 2 years ago
utils refactor webhook *NewPost (#20729) 2 years ago
web Add Webhook authorization header (#20926) 2 years ago
init.go Sync git hooks when config file path changed (#21619) 2 years ago