0
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-02-16 22:10:14 +01:00
forgejo/services
yp05327 22a39bb961
Fix profile render when the README.md size is larger than 1024 bytes ()
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 () 2023-06-13 06:05:28 +00:00
agit
asymkey
attachment
auth Modify OAuth login ui and fix display name, iconurl related logic () 2023-06-08 16:35:29 +00:00
automerge Improve queue and logger context () 2023-05-26 07:31:55 +00:00
context
convert
cron
externalaccount
forms Add ability to set multiple redirect URIs in OAuth application UI () 2023-06-05 15:00:12 +08:00
gitdiff Display file mode for new file and file mode changes () 2023-05-29 19:56:08 +02:00
issue Add codeowners feature () 2023-06-08 16:56:05 +08:00
lfs Redesign Scoped Access Tokens () 2023-06-04 20:57:16 +02:00
mailer Improve queue and logger context () 2023-05-26 07:31:55 +00:00
markup
migrations Update github.com/google/go-github to v53 () 2023-06-09 19:42:51 +00:00
mirror
org
packages
pull Add codeowners feature () 2023-06-08 16:56:05 +08:00
release
repository Fix profile render when the README.md size is larger than 1024 bytes () 2023-06-13 09:02:25 +00:00
task Improve queue and logger context () 2023-05-26 07:31:55 +00:00
user
webhook Fix compatible for webhook ref type () 2023-06-13 06:05:28 +00:00
wiki