0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-22 18:09:38 +01:00
gitea/modules/context
ByLCY 7baeb9c52a
Add new captcha: cloudflare turnstile (#22369)
Added a new captcha(cloudflare turnstile) and its corresponding
document. Cloudflare turnstile official instructions are here:
https://developers.cloudflare.com/turnstile

Signed-off-by: ByLCY <bylcy@bylcy.dev>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: Jason Song <i@wolfogre.com>
2023-02-05 15:29:03 +08:00
..
access_log.go
api_org.go
api_test.go
api.go refactor auth interface to return error when verify failure (#22119) 2022-12-28 13:53:28 +08:00
auth.go
captcha.go Add new captcha: cloudflare turnstile (#22369) 2023-02-05 15:29:03 +08:00
context.go Implement actions (#21937) 2023-01-31 09:45:19 +08:00
csrf.go
form.go
org.go Support org/user level projects (#22235) 2023-01-20 19:42:33 +08:00
package.go
pagination.go
permission.go
private.go
repo.go Implement actions (#21937) 2023-01-31 09:45:19 +08:00
response.go
utils.go
xsrf_test.go
xsrf.go