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
Giteabot 74ab798033
Add endpoint for not implemented Docker auth (#28457) (#28462)
Backport #28457 by @KN4CK3R

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.

Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
1 year ago
..
api Add endpoint for not implemented Docker auth (#28457) (#28462) 1 year ago
common Clean up template locale usage (#27856) (#27857) 1 year ago
install Refactor system setting (#27000) (#27452) 1 year ago
private Redefine the meaning of column is_active to make Actions Registration Token generation easier (#27143) (#27304) 1 year ago
utils Implement FSFE REUSE for golang files (#21840) 2 years ago
web Do some missing checks (#28423) (#28432) 1 year ago
init.go Another round of `db.DefaultContext` refactor (#27103) (#27262) 1 year ago