1
0
Fork 0
gitea/modules/setting
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
..
attachment.go Add default storage configurations (#12813) 2020-09-29 12:05:13 +03:00
cache.go
cors.go
cron.go Allow extended config on cron settings (#12939) 2020-09-25 09:58:09 +01:00
cron_test.go Allow extended config on cron settings (#12939) 2020-09-25 09:58:09 +01:00
database.go
database_sqlite.go
database_test.go
git.go [Vendor] Switch go-version lib (#12719) 2020-09-05 12:42:58 -04:00
indexer.go
indexer_test.go
lfs.go Add default storage configurations (#12813) 2020-09-29 12:05:13 +03:00
log.go
mailer.go
markup.go
migrations.go
project.go
queue.go
repository.go Add config option to make create-on-push repositories public by default (#12936) 2020-09-27 15:20:52 -04:00
service.go hCaptcha Support (#12594) 2020-10-02 23:37:53 -04:00
session.go
setting.go hCaptcha Support (#12594) 2020-10-02 23:37:53 -04:00
storage.go Add default storage configurations (#12813) 2020-09-29 12:05:13 +03:00
task.go
webhook.go