forgejo/routers/web
Xinyu Zhou 68e934ab5d
Add option to enable CAPTCHA validation for login (#21638)
Enable this to require captcha validation for user login. You also must
enable `ENABLE_CAPTCHA`.

Summary:
- Consolidate CAPTCHA template
- add CAPTCHA handle and context
- add `REQUIRE_CAPTCHA_FOR_LOGIN` config and docs
- Consolidate CAPTCHA set-up and verification code 

Partially resolved #6049 

Signed-off-by: Xinyu Zhou <i@sourcehut.net>
Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: Andrew Thornton <art27@cantab.net>
2022-11-22 21:13:18 +00:00
..
admin Revert unrelated changes for SMTP auth (#21767) 2022-11-10 16:12:23 -05:00
auth Add option to enable CAPTCHA validation for login (#21638) 2022-11-22 21:13:18 +00:00
events
explore Add context.Context to more methods (#21546) 2022-11-19 16:12:33 +08:00
feed Fix setting HTTP headers after write (#21833) 2022-11-18 01:55:15 +08:00
healthcheck
misc
org Add package registry cleanup rules (#21658) 2022-11-20 16:08:38 +02:00
repo Prepend refs/heads/ to issue template refs (#20461) 2022-11-22 20:58:49 +08:00
shared/packages Add package registry cleanup rules (#21658) 2022-11-20 16:08:38 +02:00
user Add package registry cleanup rules (#21658) 2022-11-20 16:08:38 +02:00
auth.go
auth_windows.go
base.go
goget.go
home.go Add context.Context to more methods (#21546) 2022-11-19 16:12:33 +08:00
metrics.go
nodeinfo.go
swagger_json.go
web.go Allow disable RSS/Atom feed (#21622) 2022-11-21 13:14:58 +08:00
webfinger.go