aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/packages
Commit message (Expand)AuthorAgeFilesLines
* Make git clone URL could use current signed-in user (#33091)wxiaoguang2025-01-071-1/+1
* Refactor package (routes and error handling, npm peer dependency) (#33111)wxiaoguang2025-01-0621-214/+98
* Use `Project-URL` metadata field to get a PyPI package's homepage URL (#33089)Kemal Zebari2025-01-032-4/+53
* Refactor maven package registry (#33049)wxiaoguang2024-12-312-22/+56
* Refactor arch route handlers (#32993)wxiaoguang2024-12-281-35/+4
* Fix maven pom inheritance (#32943)wxiaoguang2024-12-251-0/+2
* Refactor arch route handlers (#32972)wxiaoguang2024-12-251-16/+12
* Add standard-compliant route to serve outdated R packages (#32783)Sebastian T. T.2024-12-111-0/+1
* Add Arch package registry (#32692)KN4CK3R2024-12-042-0/+350
* Add Swift login endpoint (#32693)KN4CK3R2024-12-032-43/+59
* 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