gitea/routers/api
ChristopherHX b594cec2bd
Fix artifact v4 upload above 8MB (#31664)
Multiple chunks are uploaded with type "block" without using
"appendBlock" and eventually out of order for bigger uploads.
8MB seems to be the chunk size

This change parses the blockList uploaded after all blocks to get the
final artifact size and order them correctly before calculating the
sha256 checksum over all blocks

Fixes #31354
2024-09-22 14:01:09 +03:00
..
actions Fix artifact v4 upload above 8MB (#31664) 2024-09-22 14:01:09 +03:00
packages Fix wrong last modify time (#32102) 2024-09-21 21:56:25 +00:00
v1 Fix incorrect /tokens api (#32085) 2024-09-20 19:00:39 +00:00