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/routers
FuXiaoHei ad98ea63ee
Fix uploaded artifacts should be overwritten (#28726)
Fix `Uploaded artifacts should be overwritten`
https://github.com/go-gitea/gitea/issues/28549

When upload different content to uploaded artifact, it checks that
content size is not match in db record with previous artifact size, then
the new artifact is refused.

Now if it finds uploading content size is not matching db record when
receiving chunks, it updates db records to follow the latest size value.
1 year ago
..
api Fix uploaded artifacts should be overwritten (#28726) 1 year ago
common Rework markup link rendering (#26745) 1 year ago
install Enhanced auth token / remember me (#27606) 1 year ago
private Improve ObjectFormat interface (#28496) 1 year ago
utils Implement FSFE REUSE for golang files (#21840) 2 years ago
web Retarget depending pulls when the parent branch is deleted (#28686) 1 year ago
init.go Always enable caches (#28527) 1 year ago