feat: moderation tools #112
Loading…
Add table
Add a link
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?
There should be some moderation controls to the system to prevent abuse or ToS violating content. Some requirements off the top of my head:
Should this be a web and/or CLI interface? For ease of dev, it could first be implemented in the jot client (behind an env var feature flag, maybe).
Audit log initially implemented in #114
Here's a loose spec:
List latest user activity:
List the latest activity for a specific key:
Delete a file from the server.
Lock a file to prevent it from being removed, overwritten, or served.
Ban a key from performing any operation on the server.
Ban an IP from the server (write ops only?).
Prevents a key from being used in server discovery.
Show moderator actions for a server (this should be public).
Will probably break (some of) these into their own issues. Some are less urgent than others.
jot mod activitycommand #125Implemented
jot mod activityin #125.Broke out the rest into separate issues. Closing this one as complete.