mirror of
https://github.com/stoatchat/rust-authifier.git
synced 2026-07-21 06:05:56 -04:00
[PR #43] [MERGED] feat: rewrite rauth #57
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/stoatchat/rust-authifier/pull/43
Author: @insertish
Created: 6/1/2022
Status: ✅ Merged
Merged: 6/3/2022
Merged by: @insertish
Base:
master← Head:feat/rewrite📝 Commits (10+)
e4a55a5chore: start rewrite; move modelse18cc5achore: port configuration structsd961200chore: port result and blocklist verification code6868682chore: centre image066648dchore: port captcha code2c23676feat: port password scanning code7b7a838chore(doc): write comments for db models6bb36cdchore: template impl56a5f40chore: todo! routes618ecedfeat: start work on db + all derivations📊 Changes
77 files changed (+3919 additions, -3548 deletions)
View changed files
📝
.github/workflows/rust.yml(+20 -17)📝
.gitignore(+1 -0)📝
Cargo.lock(+854 -1245)📝
Cargo.toml(+46 -44)📝
README.md(+33 -38)➖
assets/revolt_smtp_source_list.txt(+0 -2)📝
assets/revolt_source_list.txt(+4 -0)📝
banner.png(+0 -0)➕
crates/rauth/Cargo.toml(+67 -0)➕
crates/rauth/src/config/blocklists.rs(+103 -0)➕
crates/rauth/src/config/captcha.rs(+113 -0)➕
crates/rauth/src/config/email_verification.rs(+182 -0)➕
crates/rauth/src/config/mod.rs(+31 -0)➕
crates/rauth/src/config/passwords.rs(+96 -0)➕
crates/rauth/src/database/definition.rs(+54 -0)➕
crates/rauth/src/database/dummy.rs(+85 -0)➕
crates/rauth/src/database/mod.rs(+45 -0)➕
crates/rauth/src/database/mongo.rs(+416 -0)➕
crates/rauth/src/derive/mod.rs(+5 -0)➕
crates/rauth/src/derive/okapi.rs(+106 -0)...and 57 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.