drinkrate/DrinkRateAPI
Martin Velebil a246764e44 Movesadmin status update endpoint
Relocates the endpoint for updating user admin status from the dedicated AdminController to the UserProfileController.

This consolidates user profile management under a single controller
and leverages existing authorization policies.
2025-08-10 18:33:36 +02:00
..
ApiModels/UserProfile Merge remote-tracking branch 'origin/250809_UserProfile' into 250810_UserProfileAdmin 2025-08-10 18:18:06 +02:00
AuthorizationPolicies Implement admin-only authorization policy 2025-08-10 18:07:34 +02:00
Contexts Add EF object history 2025-08-09 19:05:02 +02:00
Controllers Movesadmin status update endpoint 2025-08-10 18:33:36 +02:00
DbEntities Add EF object history 2025-08-09 19:05:02 +02:00
Exceptions Add user authorization service 2025-08-10 11:20:18 +02:00
Migrations Add EF object history 2025-08-09 19:05:02 +02:00
Properties INIT 2025-08-08 23:28:03 +02:00
Services Movesadmin status update endpoint 2025-08-10 18:33:36 +02:00
appsettings.json Create base db migration 2025-08-09 14:54:45 +02:00
DrinkRateAPI.csproj Refactor admin endpoint and logic 2025-08-10 16:23:35 +02:00
DrinkRateAPI.http INIT 2025-08-08 23:28:03 +02:00
Program.cs Implement admin-only authorization policy 2025-08-10 18:07:34 +02:00