Foxnouns.NET/Foxnouns.Backend/Database/Models
sam 7759225428
refactor(backend): replace coravel with hangfire for background jobs
for *some reason*, coravel locks a persistent job queue behind a
paywall. this means that if the server ever crashes, all pending jobs
are lost. this is... not good, so we're switching to hangfire for that
instead.

coravel is still used for emails, though.

BREAKING CHANGE: Foxnouns.NET now requires Redis to work. the EFCore
storage for hangfire doesn't work well enough, unfortunately.
2025-03-04 17:03:39 +01:00
..
Application.cs chore: add license headers to all c# files 2024-12-09 21:11:46 +01:00
AuditLogEntry.cs feat(backend): user lookup 2024-12-27 17:48:37 -05:00
AuthMethod.cs chore: add license headers to all c# files 2024-12-09 21:11:46 +01:00
DataExport.cs chore: add license headers to all c# files 2024-12-09 21:11:46 +01:00
FediverseApplication.cs feat: split migration into batches 2024-12-17 21:23:02 +01:00
Field.cs chore: add license headers to all c# files 2024-12-09 21:11:46 +01:00
Member.cs feat(backend): initial /api/v1/users endpoint 2024-12-25 11:19:50 -05:00
Notification.cs feat: moderation API 2024-12-17 17:52:32 +01:00
PrideFlag.cs feat(backend): initial /api/v1/users endpoint 2024-12-25 11:19:50 -05:00
Report.cs feat(backend): report context, fix deleting reports 2024-12-18 21:26:35 +01:00
Token.cs chore: add license headers to all c# files 2024-12-09 21:11:46 +01:00
User.cs feat(backend): initial /api/v1/users endpoint 2024-12-25 11:19:50 -05:00