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/services/repository
yp05327 22a39bb961
Fix profile render when the README.md size is larger than 1024 bytes (#25131)
Fixes https://github.com/go-gitea/gitea/issues/25094

`GetBlobContent` will only get the first 1024 bytes, if the README.md
size is larger than 1024 bytes,
We can not render the rest of them.
After this fix, we should provide the limited size to read when call
`GetBlobContent`.

After:

![image](https://github.com/go-gitea/gitea/assets/18380374/22a42936-4cf8-40b4-a5c7-e384082beb0d)

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2 years ago
..
archiver Improve queue and logger context (#24924) 2 years ago
files Fix profile render when the README.md size is larger than 1024 bytes (#25131) 2 years ago
adopt.go Fix unclear `IsRepositoryExist` logic (#24374) 2 years ago
adopt_test.go Use more specific test methods (#24265) 2 years ago
avatar.go Improve avatar uploading / resizing / compressing, remove Fomantic card module (#24653) 2 years ago
avatar_test.go Use context parameter in services/repository (#23186) 2 years ago
branch.go Remove duplicated functions when deleting a branch (#25128) 2 years ago
cache.go Use the type RefName for all the needed places and fix pull mirror sync bugs (#24634) 2 years ago
check.go Use RepositoryList instead of []*Repository (#25074) 2 years ago
fork.go Use context parameter in services/repository (#23186) 2 years ago
fork_test.go Add option to prohibit fork if user reached maximum limit of repositories (#21848) 2 years ago
hooks.go Add user webhooks (#21563) 2 years ago
lfs.go Add cron method to gc LFS MetaObjects (#22385) 2 years ago
main_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
push.go Remove duplicated functions when deleting a branch (#25128) 2 years ago
repository.go Add status indicator on main home screen for each repo (#24638) 2 years ago
repository_test.go refactor some functions to support ctx as first parameter (#21878) 2 years ago
review.go Use context parameter in services/repository (#23186) 2 years ago
review_test.go Use context parameter in services/repository (#23186) 2 years ago
template.go Use context parameter in services/repository (#23186) 2 years ago
transfer.go Use context parameter in services/repository (#23186) 2 years ago
transfer_test.go Rename almost all Ctx functions (#22071) 2 years ago