You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/routers/api/packages/container
KN4CK3R 064f05204c
Add endpoint for not implemented Docker auth (#28457)
Recently Docker started to use the optional `POST /v2/token` endpoint
which should respond with a `404 Not Found` status code instead of the
current `405 Method Not Allowed`.

> Note: Not all token servers implement oauth2. If the request to the
endpoint returns 404 using the HTTP POST method, refer to Token
Documentation for using the HTTP GET method supported by all token
servers.
1 year ago
..
auth.go Remove `Named` interface (#26913) 1 year ago
blob.go Remove `db.DefaultContext` in `routers/` and `cmd/` (#26076) 2 years ago
container.go Add endpoint for not implemented Docker auth (#28457) 1 year ago
errors.go Implement FSFE REUSE for golang files (#21840) 2 years ago
manifest.go Move notification interface to services layer (#26915) 1 year ago