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

@ -5,7 +5,7 @@ using LBPUnion.ProjectLighthouse.Servers.GameServer.Types.Users;
using LBPUnion.ProjectLighthouse.StorableLists.Stores;
using LBPUnion.ProjectLighthouse.Types.Entities.Profile;
using LBPUnion.ProjectLighthouse.Types.Entities.Token;
using LBPUnion.ProjectLighthouse.Types.Serialization;
using LBPUnion.ProjectLighthouse.Types.Serialization.User;
using LBPUnion.ProjectLighthouse.Types.Users;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;