mirror of
https://github.com/Mistake35/Cedar-Django.git
synced 2026-07-17 16:11:14 +10:00
god dead
- 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:
+4
-2
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user