forgejo/templates
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
..
admin Add Option to synchronize Admin & Restricted states from OIDC/OAuth2 along with Setting Scopes () 2021-12-14 16:37:11 +08:00
base Clean legacy SimpleMDE code () 2021-12-10 10:51:27 +08:00
custom Add footer extra links template () 2020-01-03 20:41:56 +02:00
explore Add archived label for code search results in archived repo's () 2021-11-26 16:49:31 +08:00
mail Multiple Escaping Improvements () 2021-11-16 18:18:25 +00:00
org org settings -> webhook/labels/deletion should also active the menu () 2021-11-25 23:15:58 +08:00
repo Add Reindex buttons to repository settings page () 2021-12-16 23:55:12 +08:00
shared Cleanup and use global style on popups () 2021-11-18 11:26:50 +08:00
status Refactor HTTP request context () 2021-12-15 14:59:57 +08:00
swagger Add API to get/edit wiki () 2021-10-25 11:43:40 +08:00
user Prevent hang in git cat-file if repository is not a valid repository and other fixes () 2021-12-16 19:01:14 +00:00
home.tmpl Rename StaticUrlPrefix to AssetUrlPrefix () 2021-05-08 16:27:25 +02:00
install.tmpl Refactor install page (db type) () 2021-12-07 13:44:08 +08:00
post-install.tmpl Rename StaticUrlPrefix to AssetUrlPrefix () 2021-05-08 16:27:25 +02:00