mirror of
https://github.com/go-gitea/gitea
synced 2024-11-15 14:44:41 +00:00
580e21dd2e
Gitea instance keeps reporting a lot of errors like "LFS SSH transfer connection denied, pure SSH protocol is disabled". When starting debugging the problem, there are more problems found. Try to address most of them: * avoid unnecessary server side error logs (change `fail()` to not log them) * figure out the broken tests/user2/lfs.git (added comments) * avoid `migratePushMirrors` failure when a repository doesn't exist (ignore them) * avoid "Authorization" (internal&lfs) header conflicts, remove the tricky "swapAuth" and use "X-Gitea-Internal-Auth" * make internal token comparing constant time (it wasn't a serous problem because in a real world it's nearly impossible to timing-attack the token, but good to fix and backport) * avoid duplicate routers (introduce AddOwnerRepoGitLFSRoutes) * avoid "internal (private)" routes using session/web context (they should use private context) * fix incorrect "path" usages (use "filepath") * fix incorrect mocked route point handling (need to check func nil correctly) * split some tests from "git general tests" to "git misc tests" (to keep "git_general_test.go" simple) Still no correct result for Git LFS SSH tests. So the code is kept there (`tests/integration/git_lfs_ssh_test.go`) and a FIXME explains the details. |
||
---|---|---|
.. | ||
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 |