mirror of
https://github.com/Mistake35/Cedar-Django.git
synced 2026-07-17 16:11:14 +10:00
Merge branch 'main' of https://github.com/Mistake35/Cedar-Django
This commit is contained in:
+3
-5
@@ -18,14 +18,12 @@ Stuff that is in progress
|
||||
|
||||
- New Ban system.
|
||||
Bans are here also with its own interface.
|
||||
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.
|
||||
Admins can unban or edit existing bans from the same page.
|
||||
Instead of entering a datetime field manually, Admins are provided with choises for different ban lengths when using the ban page unless the ban is being edited.
|
||||
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.
|
||||
Audit logs are not set up, but the Ban model shows who banned each user.
|
||||
|
||||
- Removing shitty code.
|
||||
- moving to forms.py.
|
||||
@@ -38,4 +36,4 @@ Ideas:
|
||||
- Ways for mods to view who invited who.
|
||||
- Full ImageField integration.
|
||||
- Filefield may have to be used for both photos and videos.
|
||||
- remove the useless feedback thing. (You can just make a bug reporting community)
|
||||
- remove the useless feedback thing. (You can just make a bug reporting community)
|
||||
|
||||
Reference in New Issue
Block a user