summaryrefslogtreecommitdiffstats
path: root/routers/web/admin/packages.go
Commit message (Expand)AuthorAgeFilesLines
* remove util.OptionalBool and related functions (#29513)65432024-03-021-2/+2
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-1/+1
* Fix some RPM registry flaws (#28782)KN4CK3R2024-01-191-1/+1
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-251-1/+1
* Allow package cleanup from admin page (#25307)KN4CK3R2023-08-081-0/+12
* Move web JSON functions to web context and simplify code (#26132)wxiaoguang2023-07-261-3/+1
* Remove `db.DefaultContext` in `routers/` and `cmd/` (#26076)delvh2023-07-231-1/+1
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-1/+1
* Move secrets and runners settings to actions settings (#24200)Hester Gong2023-04-271-1/+0
* Display unreferenced packages total size in package admin panel (#22498)Lunny Xiao2023-01-181-3/+10
* Use dynamic package type list (#22263)KN4CK3R2022-12-291-0/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Hide internal package versions (#20492)KN4CK3R2022-07-271-3/+5
* Package registry changes (#19305)KN4CK3R2022-04-061-3/+3
* Add Package Registry (#16510)KN4CK3R2022-03-301-0/+95