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
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
4 years ago
..
admin Update docs and comments to remove macaron (#14491) 4 years ago
api/v1 API calls authorized with HTTP header 4 years ago
dev Display ui time with customize time location (#7792) 6 years ago
events Add EventSource support (#11235) 5 years ago
org Move macaron to chi (#14293) 4 years ago
private Move macaron to chi (#14293) 4 years ago
repo Prevent adding nil label to .AddedLabels or .RemovedLabels (#14623) 4 years ago
routes Adding Chi's GetHead middleware (#14541) 4 years ago
user Honor REGISTER_MANUAL_CONFIRM when doing openid registration (#14548) 4 years ago
utils Return the full rejection message and errors in flash errors (#13221) 4 years ago
home.go [Feature] add precise search type for Elastic Search (#12869) 4 years ago
init.go Print usefull error if SQLite is used in settings but not supported (#14476) 4 years ago
install.go Move middlewares to web/middleware (#14480) 4 years ago
metrics.go Move metrics from macaron to chi (#13601) 4 years ago
swagger_json.go Move macaron to chi (#14293) 4 years ago