Global User Bans #13
Labels
No labels
Bug
Cleanup/Refactor
Core Feature
Documentation
Feature
Performance Improvement
Security Improvement
UX/Accessibility
Unreproducable Bug
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: rainbownapkin/canopy#13
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Create global username-ban system with space for optional IP addresses and alt names (both to be implemented later).
Bans should be entirely manageable from the adminPanel frontend.
!ban command will be created as part of: #50
added #6 as parent issue
changed the description
changed the description
changed title from Global Bans to Global {+User +}Bans
Started work on global user bans. userBan schema created, started work on adminPanel frontend:
5c936462a6Finished up with basic adminPanel & ban api functionality. Added custom popup ui to replace shitty window.alert calls. Bans also now log users out:
c848994c1dNow to work on making bans actually prevent users from using the server.
Finished up with global user bans:
8fc699924e&2b52fe7f2fManual Account Nuke action, alt detection, and IP-Bans not complete. Will complete separately.