forgejo/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>
2023-06-13 09:02:25 +00:00
..
archiver Improve queue and logger context (#24924) 2023-05-26 07:31:55 +00:00
files Fix profile render when the README.md size is larger than 1024 bytes (#25131) 2023-06-13 09:02:25 +00:00
adopt.go Fix unclear IsRepositoryExist logic (#24374) 2023-04-28 14:14:26 -04:00
adopt_test.go Use more specific test methods (#24265) 2023-04-22 17:56:27 -04:00
avatar.go Improve avatar uploading / resizing / compressing, remove Fomantic card module (#24653) 2023-05-13 20:59:11 +02:00
avatar_test.go
branch.go Remove duplicated functions when deleting a branch (#25128) 2023-06-08 10:10:59 +00:00
cache.go Use the type RefName for all the needed places and fix pull mirror sync bugs (#24634) 2023-05-26 01:04:48 +00:00
check.go Use RepositoryList instead of []*Repository (#25074) 2023-06-05 15:25:47 +08:00
fork.go
fork_test.go
hooks.go
lfs.go
main_test.go
push.go Remove duplicated functions when deleting a branch (#25128) 2023-06-08 10:10:59 +00:00
repository.go Add status indicator on main home screen for each repo (#24638) 2023-05-13 21:59:01 +00:00
repository_test.go
review.go
review_test.go
template.go
transfer.go
transfer_test.go