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/routers
Rowan Bohde 1310649331
render plain text file if the LFS object doesn't exist (#31812)
We had an issue where a repo was using LFS to store a file, but the user
did not push the file. When trying to view the file, Gitea returned a
500 HTTP status code referencing `ErrLFSObjectNotExist`. It appears the
intent was the render this file as plain text, but the conditional was
flipped. I've also added a test to verify that the file is rendered as
plain text.
6 months ago
..
api Fix RPM resource leak (#31794) 7 months ago
common Refactor route path normalization (#31381) 8 months ago
install Refactor names (#31405) 8 months ago
private Fix protected branch files detection on pre_receive hook (#31778) 7 months ago
utils Refactor external URL detection (#29973) 11 months ago
web render plain text file if the LFS object doesn't exist (#31812) 6 months ago
init.go Refactor names (#31405) 8 months ago