forgejo/services/context
Gusted bf0d100b84
[CHORE] Move cache library
- This is in the spirit of #5090.
- Move to a fork of gitea.com/go-chi/cache,
code.forgejo.org/go-chi/cache. It removes unused code (a lot of
adapters, that can't be used by Forgejo) and unused dependencies (see
go.sum). Also updates existing dependencies.
8c64f1a362..main
2024-08-27 21:28:56 +02:00
..
upload
access_log.go
api.go [CHORE] Move cache library 2024-08-27 21:28:56 +02:00
api_org.go
api_test.go
base.go
base_test.go
captcha.go [CHORE] Move cache library 2024-08-27 21:28:56 +02:00
context.go [CHORE] Move cache library 2024-08-27 21:28:56 +02:00
context_cookie.go
context_model.go
context_request.go
context_response.go
context_template.go
context_test.go
csrf.go
org.go
package.go
pagination.go
permission.go
private.go
quota.go feat(quota): Quota enforcement 2024-08-02 11:10:34 +02:00
repo.go [BUG] Allow 4 charachter SHA in /src/commit 2024-08-06 01:45:41 +02:00
repository.go
response.go
user.go
utils.go
xsrf.go
xsrf_test.go