This commit is contained in:
some weird guy
2023-08-30 20:57:57 -07:00
+3 -5
View File
@@ -18,14 +18,12 @@ Stuff that is in progress
- New Ban system. - New Ban system.
Bans are here also with its own interface. Bans are here also with its own interface.
Theres no way to unban a user 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. 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. IP bans are here but range bans are not added yet.
IPs are banned automatically when using the ban page. IPs are banned automatically when using the ban page.
A proper ban page is not added yet and simply shows a 403 error. 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. 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. - Removing shitty code.
- moving to forms.py. - moving to forms.py.
@@ -38,4 +36,4 @@ Ideas:
- Ways for mods to view who invited who. - Ways for mods to view who invited who.
- Full ImageField integration. - Full ImageField integration.
- Filefield may have to be used for both photos and videos. - 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)