0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-18 13:11:57 +01:00
gitea/routers/private
wxiaoguang ef339713c2
Refactor internal routers (partial backport, auth token const time comparing) (#32473) (#32479)
Partially backport #32473. LFS related changes are not in 1.22, so skip
them.

1. Ignore non-existing repos during migrations
2. Improve ReadBatchLine's comment
3. Use `X-Gitea-Internal-Auth` header for internal API calls and make
the comparing constant time (it wasn't a serous problem because in a
real world it's nearly impossible to timing-attack the token, but indeed
security related and good to fix and backport)
4. Fix route mock nil check
2024-11-13 10:26:37 +08:00
..
tests/repos
actions.go
default_branch.go
hook_post_receive_test.go
hook_post_receive.go
hook_pre_receive.go
hook_proc_receive.go
hook_verification_test.go
hook_verification.go
internal_repo.go
internal.go
key.go
mail.go
main_test.go
manager_process.go
manager_unix.go
manager_windows.go
manager.go
restore_repo.go
serv.go
ssh_log.go