]> Untitled Git - lemmy.git/commit
feat: re-added captcha checks (#3289)
authorTKilFree <tristanfreeman1@gmail.com>
Tue, 27 Jun 2023 10:38:53 +0000 (11:38 +0100)
committerGitHub <noreply@github.com>
Tue, 27 Jun 2023 10:38:53 +0000 (06:38 -0400)
commit2aef6a5a338c9a6b5764fbc1ae42fa3edf096deb
tree047665ced37919048d8deb68a3f30ae7b6ff0c41
parent76a451377432a6a61889e06e7d7dbc146e7b797b
feat: re-added captcha checks (#3289)
18 files changed:
Cargo.lock
crates/api/Cargo.toml
crates/api/src/lib.rs
crates/api/src/local_user/get_captcha.rs [new file with mode: 0644]
crates/api/src/local_user/mod.rs
crates/api_crud/Cargo.toml
crates/api_crud/src/user/create.rs
crates/db_schema/Cargo.toml
crates/db_schema/src/diesel_ltree.patch
crates/db_schema/src/impls/captcha_answer.rs [new file with mode: 0644]
crates/db_schema/src/impls/mod.rs
crates/db_schema/src/schema.rs
crates/db_schema/src/source/captcha_answer.rs [new file with mode: 0644]
crates/db_schema/src/source/mod.rs
migrations/2023-06-21-153242_add_captcha/down.sql [new file with mode: 0644]
migrations/2023-06-21-153242_add_captcha/up.sql [new file with mode: 0644]
src/api_routes_http.rs
src/scheduled_tasks.rs