aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/packages
Commit message (Expand)AuthorAgeFilesLines
* Remove `Named` interface (#26913)KN4CK3R2023-09-054-0/+8
* Add auth-required to config.json for Cargo http registry (#26729)merlleu2023-08-281-1/+3
* Fix NuGet search endpoints (#25613)KN4CK3R2023-08-142-7/+15
* Fix handling of plenty Nuget package versions (#26075)KN4CK3R2023-07-264-32/+94
* Fix handling of Debian files with trailing slash (#26087)KN4CK3R2023-07-241-1/+1
* Remove `db.DefaultContext` in `routers/` and `cmd/` (#26076)delvh2023-07-236-114/+106
* Remove redundant "RouteMethods" method (#26024)wxiaoguang2023-07-211-1/+1
* Add support for different Maven POM encoding (#25873)KN4CK3R2023-07-141-1/+7
* Test if container blob is accessible before mounting (#22759)KN4CK3R2023-07-091-7/+15
* Replace `interface{}` with `any` (#25686)silverwind2023-07-0422-35/+35
* Add direct serving of package content (#25543)KN4CK3R2023-07-0322-186/+111
* Refactor web package and context package (#25298)wxiaoguang2023-06-181-3/+2
* Add CRAN package registry (#22331)KN4CK3R2023-05-222-0/+286
* Decouple the different contexts from each other (#24786)wxiaoguang2023-05-211-2/+2
* Add Go package registry (#24687)KN4CK3R2023-05-142-0/+285
* Add Alpine package registry (#23714)KN4CK3R2023-05-122-0/+267
* Add RPM registry (#23380)KN4CK3R2023-05-053-1/+280
* Implement Cargo HTTP index (#24452)KN4CK3R2023-05-032-0/+36
* Add Debian package registry (#24426)KN4CK3R2023-05-0219-32/+361
* Revert "Add Debian package registry" (#24412)Yarden Shoham2023-04-2819-361/+32
* Add Debian package registry (#22854)KN4CK3R2023-04-2819-32/+361
* Require repo scope for PATs for private repos and basic authentication (#24362)John Olheiser2023-04-261-0/+27
* Refactor web route (#24080)wxiaoguang2023-04-201-1/+1
* Add actions support to package auth verification (#23729)yp053272023-04-102-37/+22
* Display image size for multiarch container images (#23821)KN4CK3R2023-04-021-5/+16
* Set repository link based on the url in package.json for npm packages (#20379)Mai-Lapyst2023-03-281-0/+30
* Sort Python package descriptors by version to mimic PyPI format (#23550)Samuel FORESTIER2023-03-191-0/+6
* Return `repository` in npm package metadata endpoint (#23539)Zettat1232023-03-171-0/+1
* Add package registry architecture overview (#23445)KN4CK3R2023-03-131-0/+50
* Add Swift package registry (#22404)KN4CK3R2023-03-132-0/+500
* Use minio/sha256-simd for accelerated SHA256 (#23052)zeripath2023-02-222-2/+4
* Notify on container image create (#22806)KN4CK3R2023-02-181-4/+22
* Add `/$count` endpoints for NuGet v2 (#22855)KN4CK3R2023-02-112-8/+60
* Use import of OCI structs (#22765)KN4CK3R2023-02-062-41/+59
* Add Chef package registry (#22554)KN4CK3R2023-02-063-0/+695
* Add Cargo package registry (#21888)KN4CK3R2023-02-052-0/+296
* Add Conda package registry (#22262)KN4CK3R2023-02-012-0/+344
* Check quota limits for container uploads (#22450)KN4CK3R2023-01-293-7/+48
* Fix container blob mount (#22226)KN4CK3R2023-01-162-55/+83
* Use ErrInvalidArgument in packages (#22268)KN4CK3R2022-12-316-7/+36
* Move `convert` package to services (#22264)KN4CK3R2022-12-291-1/+1
* refactor auth interface to return error when verify failure (#22119)Lunny Xiao2022-12-284-17/+31
* Normalize NuGet package version on upload (#22186)KN4CK3R2022-12-202-20/+4
* Fix condition for is_internal (#22095)KN4CK3R2022-12-141-2/+3
* Update go dev dependencies (#22064)silverwind2022-12-081-2/+4
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-033-3/+3
* Replace fmt.Sprintf with hex.EncodeToString (#21960)Jason Song2022-11-282-4/+4
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-2728-56/+28
* Workaround for container registry push/pull errors (#21862)KN4CK3R2022-11-253-4/+68
* Add support for HEAD requests in Maven registry (#21834)KN4CK3R2022-11-2413-23/+102