add: audit log and reports table

TODO: audit log/reports UIs
This commit is contained in:
trisua 2025-04-01 23:16:09 -04:00
parent 9a9b72bdbb
commit b2df2739a7
16 changed files with 387 additions and 6 deletions

View file

@ -1,3 +1,4 @@
mod audit_log;
mod auth;
mod common;
mod communities;
@ -7,6 +8,7 @@ mod memberships;
mod notifications;
mod posts;
mod reactions;
mod reports;
mod userblocks;
mod userfollows;