aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/packages/nuget
Commit message (Expand)AuthorAgeFilesLines
* Fix nuget/conan/container packages upload bugs (#31967)Lunny Xiao2024-09-051-0/+3
* Refactor names (#31405)wxiaoguang2024-06-191-14/+14
* Enable `unparam` linter (#31277)silverwind2024-06-111-1/+1
* Fix NuGet Package API for $filter with Id equality (#31188)Thomas Desveaux2024-06-041-19/+29
* Enable more `revive` linter rules (#30608)silverwind2024-04-221-2/+2
* Support nuspec manifest download for nuget packages (#28921)Michael Kriese2024-04-171-2/+30
* remove util.OptionalBool and related functions (#29513)65432024-03-021-5/+6
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-1/+1
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-251-0/+4
* More refactoring of `db.DefaultContext` (#27083)JakobDev2023-09-151-2/+2
* Remove `Named` interface (#26913)KN4CK3R2023-09-051-0/+2
* Fix NuGet search endpoints (#25613)KN4CK3R2023-08-142-7/+15
* Fix handling of plenty Nuget package versions (#26075)KN4CK3R2023-07-264-32/+94
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-2/+2
* Add direct serving of package content (#25543)KN4CK3R2023-07-031-12/+4
* Add RPM registry (#23380)KN4CK3R2023-05-051-1/+1
* Add Debian package registry (#24426)KN4CK3R2023-05-021-3/+3
* Revert "Add Debian package registry" (#24412)Yarden Shoham2023-04-281-3/+3
* Add Debian package registry (#22854)KN4CK3R2023-04-281-3/+3
* Add `/$count` endpoints for NuGet v2 (#22855)KN4CK3R2023-02-111-5/+48
* Use ErrInvalidArgument in packages (#22268)KN4CK3R2022-12-311-2/+6
* refactor auth interface to return error when verify failure (#22119)Lunny Xiao2022-12-281-4/+5
* Normalize NuGet package version on upload (#22186)KN4CK3R2022-12-202-20/+4
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-275-10/+5
* Add support for HEAD requests in Maven registry (#21834)KN4CK3R2022-11-241-2/+8
* Add package registry quota limits (#21584)KN4CK3R2022-11-091-9/+19
* Enforce grouped NuGet search results (#21442)KN4CK3R2022-10-171-13/+6
* Add support for Chocolatey/NuGet v2 API (#21393)KN4CK3R2022-10-134-44/+588
* Case-insensitive NuGet symbol file GUID (#21409)Hubert WawrzyƄczyk2022-10-121-1/+1
* Replace `ServeStream` with `ServeContent` (#20903)KN4CK3R2022-08-252-4/+4
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-4/+4
* Add support for NuGet API keys (#20721)KN4CK3R2022-08-091-0/+45
* Add support for Pub packages (#20560)KN4CK3R2022-08-071-1/+1
* Send correct NuGet status codes (#20647)KN4CK3R2022-08-031-3/+5
* Hide internal package versions (#20492)KN4CK3R2022-07-271-3/+5
* Package registry changes (#19305)KN4CK3R2022-04-061-3/+3
* Fix container download counter (#19287)KN4CK3R2022-04-011-7/+1
* Add Package Registry (#16510)KN4CK3R2022-03-303-0/+736