feat: audit log #113
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?
Add an audit log that records authenticated user actions. Uploads, deletes, registrations, etc. Should include at least key, IP, operation, and time.
There should be functionality to clean up old logs to reduce records kept to only what's necessary for moderation.
This will probably require some kind of database. Maybe start with SQLite with a standard interface so we can add more later.