aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/packages
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect relative/absolute URL usages (#29531)wxiaoguang2024-03-021-1/+2
* remove util.OptionalBool and related functions (#29513)65432024-03-029-18/+27
* Move context from modules to services (#29440)Lunny Xiao2024-02-2724-27/+26
* Integrate alpine `noarch` packages into other architectures index (#29137)KN4CK3R2024-02-251-7/+26
* Use `crypto/sha256` (#29386)KN4CK3R2024-02-252-4/+2
* Fix swift packages not resolving (#29095)CEnnis912024-02-081-1/+1
* Prevent anonymous container access if `RequireSignInView` is enabled (#28877)KN4CK3R2024-01-211-5/+14
* Fix some RPM registry flaws (#28782)KN4CK3R2024-01-192-89/+90
* Support for grouping RPMs using paths (#26984)Exploding Dragon2024-01-122-30/+105
* Add endpoint for not implemented Docker auth (#28457)KN4CK3R2023-12-132-1/+15
* Add `HEAD` support for rpm repo files (#28309)KN4CK3R2023-12-052-1/+28
* Do not force creation of _cargo-index repo on publish (#27266)merlleu2023-10-241-2/+2
* Fix the wrong HTTP response status code for duplicate packages (#27480)Nanguan Lin2023-10-1010-10/+10
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-2521-9/+36
* Allow empty Conan files (#27092)KN4CK3R2023-09-151-7/+2
* More refactoring of `db.DefaultContext` (#27083)JakobDev2023-09-155-8/+9
* Replace `util.SliceXxx` with `slices.Xxx` (#26958)CaiCandong2023-09-071-1/+2
* Move notification interface to services layer (#26915)Lunny Xiao2023-09-054-8/+8
* 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