fix: don't allow mention spam
add: ip banning, ip ban management page
This commit is contained in:
parent
131a38abb9
commit
e52733b00c
14 changed files with 260 additions and 15 deletions
|
@ -28,6 +28,7 @@ pub fn routes() -> Router {
|
|||
"/mod_panel/file_report",
|
||||
get(mod_panel::file_report_request),
|
||||
)
|
||||
.route("/mod_panel/ip_bans", get(mod_panel::ip_bans_request))
|
||||
// auth
|
||||
.route("/auth/register", get(auth::register_request))
|
||||
.route("/auth/login", get(auth::login_request))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue