forgejo/modules/setting
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
..
actions.go Implement actions (#21937) 2023-01-31 09:45:19 +08:00
attachment.go
cache.go
cors.go
cron.go
cron_test.go
database.go
database_sqlite.go
database_test.go
directory.go
federation.go
git.go
i18n.go
incoming_email.go Add support for incoming emails (#22056) 2023-01-14 23:57:10 +08:00
indexer.go
indexer_test.go
lfs.go
log.go Reminder for no more logs to console (#22282) 2023-01-01 22:00:33 +08:00
mailer.go Allow HOST has no port (#22280) 2023-01-11 20:09:24 +00:00
mailer_test.go Allow HOST has no port (#22280) 2023-01-11 20:09:24 +00:00
markup.go
migrations.go
mime_type_map.go
mirror.go
oauth2_client.go
packages.go Add Conda package registry (#22262) 2023-02-01 12:30:39 -06:00
packages_test.go
picture.go Fix bug of DisableGravatar default value (#22296) 2023-01-01 20:19:23 +08:00
project.go
proxy.go
queue.go
repository.go Repositories: by default disable all units except code and pulls on forks (#22541) 2023-02-04 14:48:38 +08:00
service.go Add new captcha: cloudflare turnstile (#22369) 2023-02-05 15:29:03 +08:00
session.go
setting.go Add new captcha: cloudflare turnstile (#22369) 2023-02-05 15:29:03 +08:00
setting_test.go
storage.go
storage_test.go
task.go
webhook.go