gitea/routers/api/packages
KN4CK3R 0c8ce71188
Make NuGet service index publicly accessible (#21242)
Addition to #20734, Fixes #20717

The `/index.json` endpoint needs to be accessible even if the registry
is private. The NuGet client uses this endpoint without
authentification.

The old fix only works if the NuGet cli is used with `--source <name>`
but not with `--source <url>/index.json`.

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2022-09-24 23:17:08 +08:00
..
composer Replace `ServeStream` with `ServeContent` (#20903) 2022-08-25 12:05:21 -04:00
conan Replace `ServeStream` with `ServeContent` (#20903) 2022-08-25 12:05:21 -04:00
container Keep download count on Container tag overwrite (#20728) 2022-08-09 16:47:57 +03:00
generic Replace `ServeStream` with `ServeContent` (#20903) 2022-08-25 12:05:21 -04:00
helm Replace `ServeStream` with `ServeContent` (#20903) 2022-08-25 12:05:21 -04:00
helper Add Package Registry (#16510) 2022-03-30 16:42:47 +08:00
maven Replace `ServeStream` with `ServeContent` (#20903) 2022-08-25 12:05:21 -04:00
npm NPM Package Registry search API endpoint (#20280) 2022-09-24 19:24:33 +08:00
nuget Replace `ServeStream` with `ServeContent` (#20903) 2022-08-25 12:05:21 -04:00
pub Replace `ServeStream` with `ServeContent` (#20903) 2022-08-25 12:05:21 -04:00
pypi Allow uppercase ASCII alphabet in PyPI package names (#21095) 2022-09-07 21:18:51 +01:00
rubygems Replace `ServeStream` with `ServeContent` (#20903) 2022-08-25 12:05:21 -04:00
vagrant Add support for Vagrant packages (#20930) 2022-08-29 15:04:45 +08:00
api.go Make NuGet service index publicly accessible (#21242) 2022-09-24 23:17:08 +08:00