gitea/tests
KN4CK3R 0c6ae61229
Allow package cleanup from admin page ()
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 (, ) 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>
..
e2e
fuzz
gitea-lfs-meta
gitea-repositories-meta Add commits dropdown in PR files view and allow commit by commit review ()
integration Allow package cleanup from admin page ()
mssql.ini.tmpl Update email-setup.en-us.md ()
mysql.ini.tmpl Update email-setup.en-us.md ()
mysql8.ini.tmpl
pgsql.ini.tmpl Update email-setup.en-us.md ()
sqlite.ini.tmpl Update email-setup.en-us.md ()
test_utils.go speed up TestEventSourceManagerRun ()