Initial implementation of recent activity

DB migrations intentionally left out since they aren't finalized
This commit is contained in:
Slendy 2023-07-20 19:38:37 -05:00
commit 23cb1bef1c
No known key found for this signature in database
GPG key ID: 7288D68361B91428
86 changed files with 1542 additions and 93 deletions

View file

@ -13,7 +13,7 @@ using LBPUnion.ProjectLighthouse.Types.Entities.Token;
using LBPUnion.ProjectLighthouse.Types.Filter;
using LBPUnion.ProjectLighthouse.Types.Levels;
using LBPUnion.ProjectLighthouse.Types.Misc;
using LBPUnion.ProjectLighthouse.Types.Serialization;
using LBPUnion.ProjectLighthouse.Types.Serialization.Slot;
using LBPUnion.ProjectLighthouse.Types.Users;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;