0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-01-13 11:14:39 +01:00
gitea/routers/web/repo
zeripath 8354670708
Prevent hang in git cat-file if repository is not a valid repository and other fixes (#17991)
This PR contains multiple fixes. The most important of which is:

* Prevent hang in git cat-file if the repository is not a valid repository 
    
    Unfortunately it appears that if git cat-file is run in an invalid
    repository it will hang until stdin is closed. This will result in
    deadlocked /pulls pages and dangling git cat-file calls if a broken
    repository is tried to be reviewed or pulls exists for a broken
    repository.

    Fix #14734
    Fix #9271
    Fix #16113

Otherwise there are a few small other fixes included which this PR was initially intending to fix:

* Fix panic on partial compares due to missing PullRequestWorkInProgressPrefixes
* Fix links on pulls pages  due to regression from #17551 - by making most /issues routes match /pulls too - Fix #17983
* Fix links on feeds pages due to another regression from #17551 but also fix issue with syncing tags - Fix #17943
* Add missing locale entries for oauth group claims
* Prevent NPEs if ColorFormat is called on nil users, repos or teams.
2021-12-16 19:01:14 +00:00
..
activity.go
attachment.go
blame.go
branch.go Refactor HTTP request context (#17979) 2021-12-15 14:59:57 +08:00
commit.go Add missing X-Total-Count and fix some related bugs (#17968) 2021-12-15 13:39:34 +08:00
compare.go Prevent hang in git cat-file if repository is not a valid repository and other fixes (#17991) 2021-12-16 19:01:14 +00:00
download.go
editor.go Refactor HTTP request context (#17979) 2021-12-15 14:59:57 +08:00
editor_test.go
http.go Refactor HTTP request context (#17979) 2021-12-15 14:59:57 +08:00
http_test.go
issue.go Refactor HTTP request context (#17979) 2021-12-15 14:59:57 +08:00
issue_content_history.go
issue_dependency.go Rename context.Query to context.Form (#16562) 2021-07-29 03:42:15 +02:00
issue_label.go
issue_label_test.go
issue_lock.go
issue_stopwatch.go
issue_test.go
issue_timetrack.go
issue_watch.go
lfs.go
main_test.go
middlewares.go
migrate.go Some repository refactors (#17950) 2021-12-12 23:48:20 +08:00
milestone.go
projects.go
projects_test.go
pull.go Refactor HTTP request context (#17979) 2021-12-15 14:59:57 +08:00
pull_review.go
release.go
release_test.go
repo.go Some repository refactors (#17950) 2021-12-12 23:48:20 +08:00
search.go
setting.go Add Reindex buttons to repository settings page (#17494) 2021-12-16 23:55:12 +08:00
setting_protected_branch.go
settings_test.go
tag.go
topic.go Some repository refactors (#17950) 2021-12-12 23:48:20 +08:00
view.go Shorten page title in file view (#17987) 2021-12-15 15:50:11 +08:00
webhook.go
wiki.go
wiki_test.go