forgejo/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.go
api_org.go
api_test.go
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.go
xsrf_test.go