- Changed HTML to support the new fancy ban system
- Added "banned" and "active_ban" bits in models.py
- IP bans are supported now.
This commit is contained in:
some weird guy
2023-08-24 12:20:32 -07:00
parent ca09f3295b
commit e49d856f71
10 changed files with 60 additions and 194 deletions
+4 -2
View File
@@ -18,8 +18,10 @@ Stuff that is in progress
- New Ban system.
Bans are here also with its own interface.
Instead of entering a datetime field manually, Admins are provided with choises for different ban lengths when using the frontend.
IP bans and range bans are not added yet.
Theres no way to unban a user when using the ban page.
Instead of entering a datetime field manually, Admins are provided with choises for different ban lengths when using the ban page.
IP bans are here but range bans are not added yet.
IPs are banned automatically when using the ban page.
A proper ban page is not added yet and simply shows a 403 error.
If a ban page is added, it should show the reason, and when the ban will expire.
There's no javascript for the form page yet.