aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/packages
Commit message (Expand)AuthorAgeFilesLines
* Fix `missing signature key` error when pulling Docker images with `SERVE_DIRE...Zettat1232024-10-312-2/+4
* Use per package global lock for container uploads instead of memory lock (#31...Lunny Xiao2024-10-111-8/+18
* Fix bug when a token is given public only (#32204)Lunny Xiao2024-10-081-0/+14
* Fix wrong last modify time (#32102)Lunny Xiao2024-09-211-1/+3
* Fix upload maven pacakge parallelly (#31851)Lunny Xiao2024-09-211-0/+13
* Fix nuget/conan/container packages upload bugs (#31967)Lunny Xiao2024-09-055-10/+66
* Fix RPM resource leak (#31794)KN4CK3R2024-08-081-4/+5
* Add signature support for the RPM module (#27069)Exploding Dragon2024-08-061-1/+15
* Refactor names (#31405)wxiaoguang2024-06-1922-210/+210
* Improve rubygems package registry (#31357)wxiaoguang2024-06-172-6/+134
* Fix duplicate sub-path for avatars (#31365)wxiaoguang2024-06-151-1/+1
* Enable `unparam` linter (#31277)silverwind2024-06-112-2/+2
* Remove sub-path from container registry realm (#31293)wxiaoguang2024-06-091-3/+3
* Fix NuGet Package API for $filter with Id equality (#31188)Thomas Desveaux2024-06-041-19/+29
* Improve reverse proxy documents and clarify the AppURL guessing behavior (#31...wxiaoguang2024-05-191-0/+2
* Refactor AppURL usage (#30885)wxiaoguang2024-05-071-1/+2
* Ignore useless error message "broken pipe" (#30801)wxiaoguang2024-05-031-3/+1
* Add support for npm bundleDependencies (#30751)Micash2024-04-291-0/+1
* Update misspell to 0.5.1 and add `misspellings.csv` (#30573)silverwind2024-04-271-1/+1
* Enable more `revive` linter rules (#30608)silverwind2024-04-2211-23/+23
* Support nuspec manifest download for nuget packages (#28921)Michael Kriese2024-04-171-2/+30
* Relax generic package filename restrictions (#30135)wxiaoguang2024-03-272-5/+89
* 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