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
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
..
actions Fix the bug when getting files changed for `pull_request_target` event (#26320) 11 months ago
agit Add context parameter to some database functions (#26055) 12 months ago
asymkey Add context cache as a request level cache (#22294) 1 year ago
attachment Preserve file size when creating attachments (#23406) 1 year ago
auth Bump github.com/golang-jwt/jwt to v5 (#25975) 12 months ago
automerge Improve queue and logger context (#24924) 1 year ago
context Replace `interface{}` with `any` (#25686) 1 year ago
convert Fix API leaking Usermail if not logged in (#25097) 11 months ago
cron Allow package cleanup from admin page (#25307) 11 months ago
externalaccount Replace `interface{}` with `any` (#25686) 1 year ago
forms Allow Organisations to have a E-Mail (#25082) 11 months ago
gitdiff Display human-readable text instead of cryptic filemodes (#26352) 11 months ago
issue Bypass MariaDB performance bug of the "IN" sub-query, fix incorrect IssueIndex (#26279) 11 months ago
lfs Bump github.com/golang-jwt/jwt to v5 (#25975) 12 months ago
mailer Replace `interface{}` with `any` (#25686) 1 year ago
markup Decouple the different contexts from each other (#24786) 1 year ago
migrations Add context parameter to some database functions (#26055) 12 months ago
mirror Sync branches when mirroring (#25722) 1 year ago
org Refactor rename user and rename organization (#24052) 1 year ago
packages Allow package cleanup from admin page (#25307) 11 months ago
pull Delete `issue_service.CreateComment` (#26298) 11 months ago
release Less naked returns (#25713) 1 year ago
repository Show branches and tags that contain a commit (#25180) 11 months ago
task Add `Retry` button when creating a mirror-repo fails (#26228) 11 months ago
user add unit test for user renaming (#26261) 11 months ago
webhook Warn instead of reporting an error when a webhook cannot be found (#26039) 11 months ago
wiki add some Wiki unit tests (#26260) 11 months ago