drinkrate/DrinkRateAPI
martinshoob c0860b05d1 Enable admin status management
Adds functionality to allow administrators to modify the admin status of other users.

Introduces an endpoint for changing user admin status, accessible only to existing administrators.
This change includes necessary services and request models to handle the logic.
2025-08-10 13:55:20 +02:00
..
Contexts Add EF object history 2025-08-09 19:05:02 +02:00
Controllers Enable admin status management 2025-08-10 13:55:20 +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
Requests Enable admin status management 2025-08-10 13:55:20 +02:00
Services Enable admin status management 2025-08-10 13:55:20 +02:00
appsettings.json Create base db migration 2025-08-09 14:54:45 +02:00
DrinkRateAPI.csproj Connect UserProfile with ApplicationUser 2025-08-09 15:43:32 +02:00
DrinkRateAPI.http INIT 2025-08-08 23:28:03 +02:00
Program.cs Enable admin status management 2025-08-10 13:55:20 +02:00