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.
forgejo/routers
wxiaoguang 236c645bf1
Refactor "Content" for file uploading (#25851)
Before: the concept "Content string" is used everywhere. It has some
problems:

1. Sometimes it means "base64 encoded content", sometimes it means "raw
binary content"
2. It doesn't work with large files, eg: uploading a 1G LFS file would
make Gitea process OOM

This PR does the refactoring: use "ContentReader" / "ContentBase64"
instead of "Content"

This PR is not breaking because the key in API JSON is still "content":
`` ContentBase64 string `json:"content"` ``
12 months ago
..
api Refactor "Content" for file uploading (#25851) 12 months ago
common Less naked returns (#25713) 1 year ago
install Show correct SSL Mode on "install page" (#25818) 12 months ago
private Replace `interface{}` with `any` (#25686) 1 year ago
utils Implement FSFE REUSE for golang files (#21840) 2 years ago
web Refactor "Content" for file uploading (#25851) 12 months ago
init.go Refactor path & config system (#25330) 1 year ago