gitea/routers
zeripath 8354670708
Prevent hang in git cat-file if repository is not a valid repository and other fixes ()
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 
    Fix 
    Fix 

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  - by making most /issues routes match /pulls too - Fix 
* Fix links on feeds pages due to another regression from  but also fix issue with syncing tags - Fix 
* 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
..
api/v1 Refactor HTTP request context () 2021-12-15 14:59:57 +08:00
common Update chi/middleware to chi/v5/middleware () 2021-12-02 21:58:08 +01:00
install Refactor HTTP request context () 2021-12-15 14:59:57 +08:00
private Refactor HTTP request context () 2021-12-15 14:59:57 +08:00
utils A better go code formatter, and now `make fmt` can run in Windows () 2021-11-17 20:34:35 +08:00
web Prevent hang in git cat-file if repository is not a valid repository and other fixes () 2021-12-16 19:01:14 +00:00
init.go Move keys to models/asymkey () 2021-12-10 16:14:24 +08:00