1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-03-26 07:20:09 +00:00
forgejo/models/user
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
..
avatar.go Move user related model into models/user () 2021-11-24 17:49:20 +08:00
email_address.go Move more model into models/user () 2021-11-28 22:11:58 +08:00
email_address_test.go Move more model into models/user () 2021-11-28 22:11:58 +08:00
error.go Move user related model into models/user () 2021-11-24 17:49:20 +08:00
external_login_user.go Add Option to synchronize Admin & Restricted states from OIDC/OAuth2 along with Setting Scopes () 2021-12-14 16:37:11 +08:00
follow.go Remove NewSession method from db.Engine interface () 2021-11-21 23:41:00 +08:00
follow_test.go Move user follow and openid into models/user/ () 2021-11-17 17:58:31 +08:00
list.go Move more model into models/user () 2021-11-28 22:11:58 +08:00
main_test.go Move user related model into models/user () 2021-11-24 17:49:20 +08:00
openid.go Move user follow and openid into models/user/ () 2021-11-17 17:58:31 +08:00
openid_test.go Move user follow and openid into models/user/ () 2021-11-17 17:58:31 +08:00
redirect.go Move EmailAddress & UserRedirect into models/user/ () 2021-11-11 15:03:30 +08:00
redirect_test.go Decouple unit test code from business code () 2021-11-12 22:36:47 +08:00
search.go Move user related model into models/user () 2021-11-24 17:49:20 +08:00
setting.go Add user settings key/value DB table () 2021-11-22 04:47:23 -05:00
setting_test.go Add user settings key/value DB table () 2021-11-22 04:47:23 -05:00
user.go Prevent hang in git cat-file if repository is not a valid repository and other fixes () 2021-12-16 19:01:14 +00:00
user_test.go Fix database inconsistent when admin change user email () 2021-11-25 20:56:16 -05:00