gitea/routers/web/admin
TheFox0x7 ca51b4f875
Move package settings to package instead of being tied to version (#37026)
Unties settings page from package version and adds button to delete the
package version
Settings page now allows for deletion of entire package and it's
versions as opposed to a single version

Adds an API endpoint to delete the entire package with all versions from
registry

fixes: https://github.com/go-gitea/gitea/issues/36904

Co-Authored-By: gemini-3-flash

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: Giteabot <teabot@gitea.io>
2026-04-06 03:51:51 +08:00
..
admin.go
admin_test.go Make PUBLIC_URL_DETECTION default to "auto" (#36955) 2026-03-23 23:19:08 +00:00
applications.go Convert locale files from ini to json format (#35489) 2025-12-19 09:50:48 -08:00
auths.go Deprecate RenderWithErr (#36769) 2026-02-27 12:38:44 +00:00
badges.go Add user badges (#36752) 2026-03-22 15:49:45 +00:00
config.go Clean up AppURL, remove legacy origin-url webcomponent (#37090) 2026-04-03 17:56:31 +00:00
diagnosis.go Feature non-zipped actions artifacts (action v7) (#36786) 2026-03-26 00:37:48 +08:00
emails.go Fix CodeQL code scanning alerts (#36858) 2026-03-08 14:35:50 +00:00
hooks.go
main_test.go
notice.go Fix CodeQL code scanning alerts (#36858) 2026-03-08 14:35:50 +00:00
orgs.go Support actions and reusable workflows from private repos (#32562) 2025-10-25 17:37:33 +00:00
packages.go Move package settings to package instead of being tied to version (#37026) 2026-04-06 03:51:51 +08:00
perftrace.go
queue.go
queue_tester.go
repos.go Some refactor for repo path (#36251) 2025-12-29 18:49:54 +00:00
stacktrace.go
users.go Deprecate RenderWithErr (#36769) 2026-02-27 12:38:44 +00:00
users_test.go