forgejo/services/context
Earl Warren 5b6d8a303d Refactor CSRF protector (#32057) (fix forgejo tests)
Fix the tests unique to Forgejo that are impacted by the refactor.

(cherry picked from commit 6275d1bc50)
2024-09-27 08:13:29 +00: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 Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00
base.go Ignore useless error message "broken pipe" (#30801) 2024-05-05 12:15:40 +01:00
base_test.go Use strict protocol check when redirect (#29642) 2024-03-11 23:36:59 +07:00
captcha.go [CHORE] Move cache library 2024-08-27 21:28:56 +02:00
context.go Refactor CSRF protector (#32057) 2024-09-27 08:13:29 +00:00
context_cookie.go
context_model.go
context_request.go
context_response.go Ignore useless error message "broken pipe" (#30801) 2024-05-05 12:15:40 +01:00
context_template.go
context_test.go
csrf.go Refactor CSRF protector (#32057) (fix forgejo tests) 2024-09-27 08:13:29 +00:00
org.go
package.go
pagination.go Unify search boxes (#29530) 2024-03-20 12:31:05 +00:00
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 feat(federation): validate like activities (#3494) 2024-05-07 07:59:49 +00:00
response.go
user.go
utils.go
xsrf.go
xsrf_test.go