0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-11-21 23:03:39 +01:00
gitea/models/migrations/v1_21
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
..
main_test.go
v260.go
v261.go
v262.go
v263.go
v264.go
v265.go
v266.go
v267.go
v268.go
v269.go
v270.go
v271.go
v272.go
v273.go
v274.go
v275.go
v276.go
v277.go
v278.go
v279.go