Foxnouns.NET/Foxnouns.Backend
sam 2281b3e478
fix: replace port 5000 in example docs with port 6000
macOS runs a service on port 5000 by default. this doesn't actually
prevent the backend server from *starting*, or the rate limiter proxy
from working, but it *does* mean that when the backend restarts, if the
proxy sends a request, it will stop working until it's restarted.

the easiest way to work around this is by just changing the port the
backend listens on. this does not change the ports used in the docker
configuration.
2024-12-25 14:03:15 -05:00
..
Controllers feat: rate limiter lets api v1 requests through 2024-12-25 12:08:53 -05:00
Database feat(backend): initial /api/v1/users endpoint 2024-12-25 11:19:50 -05:00
Dto feat(backend): initial /api/v1/users endpoint 2024-12-25 11:19:50 -05:00
Extensions feat(backend): initial /api/v1/users endpoint 2024-12-25 11:19:50 -05:00
Jobs fix(backend): save data exports as data-export.zip 2024-12-19 16:19:27 +01:00
Mailables chore: clean up backend code, fix most inspections 2024-12-14 16:51:58 +01:00
Middleware feat: self-service deletion API, reactivate account page 2024-12-19 16:13:05 +01:00
Properties feat: so much more frontend stuff 2024-11-24 22:19:53 +01:00
Services feat(backend): initial /api/v1/users endpoint 2024-12-25 11:19:50 -05:00
Utils feat(backend): report context, fix deleting reports 2024-12-18 21:26:35 +01:00
Views/Mail feat: forgot password/reset password 2024-12-14 16:32:08 +01:00
appSettings.json feat: replace Hangfire with Coravel 2024-09-03 16:29:51 +02:00
BuildInfo.cs chore: add license headers to all c# files 2024-12-09 21:11:46 +01:00
Config.cs chore: clean up backend code, fix most inspections 2024-12-14 16:51:58 +01:00
config.example.ini fix: replace port 5000 in example docs with port 6000 2024-12-25 14:03:15 -05:00
ExpectedError.cs feat: moderation API 2024-12-17 17:52:32 +01:00
Foxnouns.Backend.csproj feat(backend): initial /api/v1/users endpoint 2024-12-25 11:19:50 -05:00
FoxnounsMetrics.cs chore: add license headers to all c# files 2024-12-09 21:11:46 +01:00
GlobalUsing.cs chore: add license headers to all c# files 2024-12-09 21:11:46 +01:00
packages.lock.json feat(backend): initial /api/v1/users endpoint 2024-12-25 11:19:50 -05:00
Program.cs feat(backend): allow suspended users to access some endpoints, add flag scopes 2024-12-11 20:42:26 +01:00