mirror of https://github.com/go-gitea/gitea.git
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 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. |
4 months ago | |
---|---|---|
.. | ||
actions | 4 months ago | |
activities | 4 months ago | |
admin | 5 months ago | |
asymkey | 6 months ago | |
auth | 6 months ago | |
avatars | 12 months ago | |
db | 5 months ago | |
dbfs | 9 months ago | |
fixtures | 4 months ago | |
git | 4 months ago | |
issues | 4 months ago | |
migrations | 4 months ago | |
organization | 4 months ago | |
packages | 5 months ago | |
perm | 4 months ago | |
project | 7 months ago | |
pull | 1 year ago | |
repo | 4 months ago | |
secret | 7 months ago | |
shared/types | 1 year ago | |
system | 1 year ago | |
unit | 4 months ago | |
unittest | 5 months ago | |
user | 5 months ago | |
webhook | 1 year ago | |
error.go | 1 year ago | |
fixture_generation.go | 1 year ago | |
fixture_test.go | 1 year ago | |
main_test.go | 1 year ago | |
org.go | 1 year ago | |
org_team.go | 11 months ago | |
org_team_test.go | 1 year ago | |
org_test.go | 1 year ago | |
repo.go | 1 year ago | |
repo_test.go | 1 year ago | |
repo_transfer.go | 11 months ago |