gitea/modules/context
6543 2289580bb7
[API] generalize list header ()
* Add info about list endpoints to CONTRIBUTING.md

* Let all list endpoints return X-Total-Count header 

* Add TODOs for GetCombinedCommitStatusByRef

* Fix models/issue_stopwatch.go

* Rrefactor models.ListDeployKeys

* Introduce helper func and use them for SetLinkHeader related func
..
access_log.go Pass down SignedUserName down to AccessLogger context ()
api.go [API] generalize list header ()
api_org.go Golint fixed for modules/context
api_test.go fix API link header ()
auth.go [refactor] replace int with httpStatusCodes ()
captcha.go Fix captcha ()
context.go Rename ctx.Form() to ctx.FormString() and move code into own file ()
csrf.go Redirect on bad CSRF instead of presenting bad page ()
form.go Rename ctx.Form() to ctx.FormString() and move code into own file ()
org.go [API] generalize list header ()
pagination.go [Feature] add precise search type for Elastic Search ()
permission.go Update docs and comments to remove macaron ()
private.go Update docs and comments to remove macaron ()
repo.go Rename ctx.Form() to ctx.FormString() and move code into own file ()
response.go Stop calling WriteHeader in Write ()
xsrf.go Move macaron to chi ()
xsrf_test.go Move macaron to chi ()