0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-12-26 10:44:34 +01:00
gitea/modules/context
6543 2289580bb7
[API] generalize list header (#16551)
* 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
2021-08-12 14:43:08 +02:00
..
access_log.go
api.go [API] generalize list header (#16551) 2021-08-12 14:43:08 +02:00
api_org.go
api_test.go
auth.go
captcha.go
context.go Rename ctx.Form() to ctx.FormString() and move code into own file (#16571) 2021-08-11 02:31:13 +02:00
csrf.go
form.go Rename ctx.Form() to ctx.FormString() and move code into own file (#16571) 2021-08-11 02:31:13 +02:00
org.go [API] generalize list header (#16551) 2021-08-12 14:43:08 +02:00
pagination.go
permission.go
private.go
repo.go Rename ctx.Form() to ctx.FormString() and move code into own file (#16571) 2021-08-11 02:31:13 +02:00
response.go
xsrf.go
xsrf_test.go