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.
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
..
activitypub Update tool dependencies, lock govulncheck and actionlint (#25655) 1 year ago
admin Refactor rename user and rename organization (#24052) 1 year ago
misc Refactor web package and context package (#25298) 1 year ago
notify Fix bugs related to notification endpoints (#25548) 1 year ago
org Replace `interface{}` with `any` (#25686) 1 year ago
packages Add CRAN package registry (#22331) 1 year ago
repo Refactor "Content" for file uploading (#25851) 12 months ago
settings Implement FSFE REUSE for golang files (#21840) 2 years ago
swagger Add API for changing Avatars (#25369) 1 year ago
user Replace `interface{}` with `any` (#25686) 1 year ago
utils New webhook trigger for receiving Pull Request review requests (#24481) 1 year ago
api.go For API attachments, use API URL (#25639) 1 year ago
auth.go Implement FSFE REUSE for golang files (#21840) 2 years ago
auth_windows.go Implement FSFE REUSE for golang files (#21840) 2 years ago