Channel-only User Bans #14
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#14
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 per-channel username-ban system, no space for alt names needed since they'll still be in the users DB, and whatever future alt-management system we make.
Bans should be entirely manageable from the channelSettings frontend.
!chanBan command will be created as part of: #50
added #6 as parent issue
changed the description
changed the description
changed title from Channel-only Bans to Channel-only {+User +}Bans
Finished up with basic database management and related ajax calls for channel bans:
ef79e9941cNow we just need to finish up with the front end for it in the channelSettings page, and add logic to block banned users from joining respective channels.
Finished up with channel-based user bans:
96953979a2