-
- Downloads
lfs: do not require auth for public repositories
LFS has the `authenticated` field in the response for downloads of objects to indicate that the object does not need authentication to access it. Spec: https://github.com/git-lfs/git-lfs/blob/master/docs/api/batch.md#successful-responses Fixes #23360.
Showing
- app/controllers/projects/lfs_api_controller.rb 4 additions, 0 deletionsapp/controllers/projects/lfs_api_controller.rb
- changelogs/unreleased/lfs-noauth-public-repo.yml 4 additions, 0 deletionschangelogs/unreleased/lfs-noauth-public-repo.yml
- spec/requests/lfs_http_spec.rb 1 addition, 0 deletionsspec/requests/lfs_http_spec.rb
Please register or sign in to comment