1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-08-23 21:24:20 -04:00
gitea/modules/auth
John Olheiser 72636fd664
hCaptcha Support (#12594)
* Initial work on hCaptcha

Signed-off-by: jolheiser <john.olheiser@gmail.com>

* Use module

Signed-off-by: jolheiser <john.olheiser@gmail.com>

* Format

Signed-off-by: jolheiser <john.olheiser@gmail.com>

* At least return and debug log a captcha error

Signed-off-by: jolheiser <john.olheiser@gmail.com>

* Pass context to hCaptcha

Signed-off-by: jolheiser <john.olheiser@gmail.com>

* Add context to recaptcha

Signed-off-by: jolheiser <john.olheiser@gmail.com>

* fix lint

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Finish hcaptcha

Signed-off-by: jolheiser <john.olheiser@gmail.com>

* Update example config

Signed-off-by: jolheiser <john.olheiser@gmail.com>

* Apply error fix for recaptcha

Signed-off-by: jolheiser <john.olheiser@gmail.com>

* Change recaptcha ChallengeTS to string

Signed-off-by: jolheiser <john.olheiser@gmail.com>

Co-authored-by: Andrew Thornton <art27@cantab.net>
2020-10-02 23:37:53 -04:00
..
ldap Add check for LDAP group membership (#10869) 2020-09-10 16:30:07 +01:00
oauth2 Escape provider name in oauth2 provider redirect (#12648) 2020-08-30 23:55:01 +01:00
openid
pam
sso Skip SSPI authentication attempts for /api/internal (#12556) 2020-08-22 12:09:43 +03:00
admin.go Multiple small admin dashboard fixes (#12153) 2020-07-05 22:38:03 +03:00
auth_form.go Add check for LDAP group membership (#10869) 2020-09-10 16:30:07 +01:00
auth.go
org.go
repo_branch_form.go
repo_form_test.go
repo_form.go Add IsTemplate option in create repo ui and api (#12942) 2020-09-25 13:18:37 +08:00
user_form_auth_openid.go hCaptcha Support (#12594) 2020-10-02 23:37:53 -04:00
user_form_test.go
user_form.go hCaptcha Support (#12594) 2020-10-02 23:37:53 -04:00