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.
forgejo/services/packages
KN4CK3R 0c6ae61229
Allow package cleanup from admin page (#25307)
Until now expired package data gets deleted daily by a cronjob. The
admin page shows the size of all packages and the size of unreferenced
data. The users (#25035, #20631) expect the deletion of this data if
they run the cronjob from the admin page but the job only deletes data
older than 24h.

This PR adds a new button which deletes all expired data.

![grafik](https://github.com/go-gitea/gitea/assets/1666336/b3e35d73-9496-4fa7-a20c-e5d30b1f6850)

---------

Co-authored-by: silverwind <me@silverwind.io>
11 months ago
..
alpine Add Alpine package registry (#23714) 1 year ago
cargo Implement Cargo HTTP index (#24452) 1 year ago
cleanup Allow package cleanup from admin page (#25307) 11 months ago
container Introduce path Clean/Join helper functions (#23495) 1 year ago
debian Prevent newline errors with Debian packages (#26332) 11 months ago
rpm Fix version in rpm repodata/primary.xml.gz (#26009) 12 months ago
auth.go Bump github.com/golang-jwt/jwt to v5 (#25975) 12 months ago
packages.go Replace `interface{}` with `any` (#25686) 1 year ago