1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-01 09:41:36 +02:00
gitea/services
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
..
actions Fix compatible for webhook ref type (#25195) 2023-06-13 06:05:28 +00:00
agit
asymkey
attachment
auth Modify OAuth login ui and fix display name, iconurl related logic (#25030) 2023-06-08 16:35:29 +00:00
automerge
context
convert
cron
externalaccount
forms Add ability to set multiple redirect URIs in OAuth application UI (#25072) 2023-06-05 15:00:12 +08:00
gitdiff
issue Add codeowners feature (#24910) 2023-06-08 16:56:05 +08:00
lfs Redesign Scoped Access Tokens (#24767) 2023-06-04 20:57:16 +02:00
mailer
markup
migrations Update github.com/google/go-github to v53 (#25157) 2023-06-09 19:42:51 +00:00
mirror
org
packages
pull Add codeowners feature (#24910) 2023-06-08 16:56:05 +08:00
release
repository Fix profile render when the README.md size is larger than 1024 bytes (#25131) 2023-06-13 09:02:25 +00:00
task
user
webhook Fix compatible for webhook ref type (#25195) 2023-06-13 06:05:28 +00:00
wiki