0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-19 02:40:00 +01:00
gitea/modules/context
wxiaoguang a94a8d0ab1
Use standard HTTP library to serve files (#24693)
`http.ServeFile/ServeContent` handles `If-xxx`, `Content-Length`,
`Range` and `Etag` correctly

After this PR, storage files (eg: avatar) could be responded with
correct Content-Length.
2023-05-13 16:04:57 +02:00
..
access_log.go Improve template system and panic recovery (#24461) 2023-05-04 14:36:34 +08:00
api_org.go
api_test.go
api.go Improve template system and panic recovery (#24461) 2023-05-04 14:36:34 +08:00
captcha.go
context_cookie.go Improve Gitea's web context, decouple "issue template" code into service package (#24590) 2023-05-09 01:30:14 +02:00
context_data.go Split "modules/context.go" to separate files (#24569) 2023-05-08 17:36:54 +08:00
context_form.go Split "modules/context.go" to separate files (#24569) 2023-05-08 17:36:54 +08:00
context_model.go Improve Gitea's web context, decouple "issue template" code into service package (#24590) 2023-05-09 01:30:14 +02:00
context_request.go Split "modules/context.go" to separate files (#24569) 2023-05-08 17:36:54 +08:00
context_response.go Split "modules/context.go" to separate files (#24569) 2023-05-08 17:36:54 +08:00
context_serve.go Make repository response support HTTP range request (#24592) 2023-05-09 15:34:36 +08:00
context_test.go Use standard HTTP library to serve files (#24693) 2023-05-13 16:04:57 +02:00
context.go Improve Gitea's web context, decouple "issue template" code into service package (#24590) 2023-05-09 01:30:14 +02:00
csrf.go
org.go
package.go Improve template system and panic recovery (#24461) 2023-05-04 14:36:34 +08:00
pagination.go
permission.go Require repo scope for PATs for private repos and basic authentication (#24362) 2023-04-26 19:24:03 -05:00
private.go Improve template system and panic recovery (#24461) 2023-05-04 14:36:34 +08:00
repo.go Support SSH for go get (#24664) 2023-05-12 09:44:37 +00:00
response.go
utils.go
xsrf_test.go
xsrf.go