aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/packages/generic/generic.go
Commit message (Expand)AuthorAgeFilesLines
* Fix error logs and improve some comments/messages (#35105)wxiaoguang2025-07-171-2/+0
* Improve package API log handling (#35100)wxiaoguang2025-07-161-3/+2
* Redirect to a presigned URL of HEAD for HEAD requests (#35088)Risu2025-07-161-0/+1
* Refactor packages (func name & UI) (#34773)wxiaoguang2025-06-181-1/+1
* Refactor package (routes and error handling, npm peer dependency) (#33111)wxiaoguang2025-01-061-3/+3
* Refactor names (#31405)wxiaoguang2024-06-191-10/+10
* Enable more `revive` linter rules (#30608)silverwind2024-04-221-2/+2
* Relax generic package filename restrictions (#30135)wxiaoguang2024-03-271-5/+24
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-1/+1
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-251-1/+3
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-1/+1
* Add direct serving of package content (#25543)KN4CK3R2023-07-031-6/+2
* Add Debian package registry (#24426)KN4CK3R2023-05-021-1/+1
* Revert "Add Debian package registry" (#24412)Yarden Shoham2023-04-281-1/+1
* Add Debian package registry (#22854)KN4CK3R2023-04-281-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add support for HEAD requests in Maven registry (#21834)KN4CK3R2022-11-241-1/+4
* Add package registry quota limits (#21584)KN4CK3R2022-11-091-5/+9
* Replace `ServeStream` with `ServeContent` (#20903)KN4CK3R2022-08-251-1/+1
* Allow multiple files in generic packages (#20661)KN4CK3R2022-08-091-34/+59
* packages/generic: Do not restrict package versions to SemVer (#20414)Gergely Nagy2022-07-291-8/+6
* Add Package Registry (#16510)KN4CK3R2022-03-301-0/+166