mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-24 20:05:39 -04:00
[GH-ISSUE #270] Audit logs #141
Reference in New Issue
Block a user
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?
Originally created by @Pacodastre on GitHub (Oct 20, 2025).
Original GitHub issue: https://github.com/Drop-OSS/drop/issues/270
I propose the following structure in the database:
AuditLogEvent table
List of events that need to be recorded
User account
Authentication
Registration
Admin
Library sources
Game Library
Game version
Meta
Users
(TODO: add oidc related events)
Tasks
Settings
News
Store
Library
Account settings
Devices
Notifications
API Tokens
Authorize client
@DecDuck commented on GitHub (Oct 20, 2025):
Just a quick couple of notes:
Audit logsto [GH-ISSUE #270] Audit logs