Foxnouns.NET/Foxnouns.Backend/Database
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
..
Migrations refactor(backend): replace coravel with hangfire for background jobs 2025-03-04 17:03:39 +01:00
Models refactor(backend): replace coravel with hangfire for background jobs 2025-03-04 17:03:39 +01:00
BaseModel.cs chore: add license headers to all c# files 2024-12-09 21:11:46 +01:00
DatabaseContext.cs refactor(backend): replace coravel with hangfire for background jobs 2025-03-04 17:03:39 +01:00
DatabaseQueryExtensions.cs feat(backend): allow suspended users to access some endpoints, add flag scopes 2024-12-11 20:42:26 +01:00
DatabaseServiceExtensions.cs chore: add license headers to all c# files 2024-12-09 21:11:46 +01:00
FlagQueryExtensions.cs chore: add license headers to all c# files 2024-12-09 21:11:46 +01:00
ISnowflakeGenerator.cs chore: add license headers to all c# files 2024-12-09 21:11:46 +01:00
prune-designer-cs-files.sh add script to prune designer files from migrations, add README with acknowledgements 2024-09-26 17:11:52 +02:00
Snowflake.cs feat: report page, take action on reports 2025-02-03 17:03:32 +01:00
SnowflakeGenerator.cs chore: add license headers to all c# files 2024-12-09 21:11:46 +01:00