gitea/routers/api/v1
Pawel Boguslawski dc952c0632 API calls authorized with HTTP header
This mod allows API calls to be authorized with HTTP header
when ENABLE_REVERSE_PROXY_AUTHENTICATION is enabled. Without
it user authenticated by reverse proxy is able to access
gitea UI but not API which is inconsistent.

Author-Change-Id: IB#1107572
..
admin Move macaron to chi ()
misc Move macaron to chi ()
notify move notification APIFormat ()
org [API] Add pagination to ListBranches ()
repo Add support for ref parameter to get raw file API ()
settings Added option to disable migrations ()
swagger Move macaron to chi ()
user Move macaron to chi ()
utils [API] Add pagination to ListBranches ()
api.go API calls authorized with HTTP header