0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-03-11 14:11:49 -05:00
forgejo/routers/web
Gusted fba042adb5
[GITEA] Use maintained gziphandler
- https://github.com/NYTimes/gziphandler doesn't seems to be maintained
anymore and Forgejo already includes
https://github.com/klauspost/compress which provides a maintained and
faster gzip handler fork.
- Enables Jitter to prevent BREACH attacks, as this *seems* to be
possible in the context of Forgejo.

(cherry picked from commit cc2847241d)
(cherry picked from commit 99ba56a876)

Conflicts:
	go.sum
	https://codeberg.org/forgejo/forgejo/pulls/1581
(cherry picked from commit 711638193d)
(cherry picked from commit 9c12a37fde)
(cherry picked from commit 91191aaaed)
(cherry picked from commit 72be417f84)
(cherry picked from commit 98497c84da)
2023-11-06 17:12:23 +01:00
..
admin Refactor system setting () () 2023-10-05 10:37:59 +00:00
auth [GITEA] notifies admins on new user registration 2023-11-06 17:12:21 +01:00
devtest
events
explore Next round of db.DefaultContext refactor () 2023-09-16 14:39:12 +00:00
feed More db.DefaultContext refactor () () 2023-09-29 13:35:01 +00:00
healthcheck
misc [API] Forgejo API /api/forgejo/v1 2023-11-06 14:56:35 +01:00
org Delete repos of org when purge delete user () () 2023-11-01 10:03:12 +08:00
repo [GITEA] Detect file rename and show in history 2023-11-06 17:12:22 +01:00
shared Introduce fixes and more rigorous tests for 'Show on a map' feature () () 2023-09-30 15:58:35 +00:00
user Delete repos of org when purge delete user () () 2023-11-01 10:03:12 +08:00
base.go Fix panic in storageHandler () () 2023-10-06 16:51:26 +02:00
githttp.go Fix http protocol auth () () 2023-11-02 16:34:55 +01:00
goget.go
home.go Reduce usage of db.DefaultContext () 2023-09-14 17:09:32 +00:00
metrics.go
nodeinfo.go
swagger_json.go
web.go [GITEA] Use maintained gziphandler 2023-11-06 17:12:23 +01:00
webfinger.go