TIDE/backend/app/Controllers
Yisroel Baum a3f90d1e85
implement user search and admin promote endpoints
GET /users?q=... is public; POST /admin/users/promote is auth
required and admin-checked inside the use case.
2026-05-06 22:36:15 +03:00
..
AuthController.php implement auth controller and routes 2026-05-06 22:12:51 +03:00
CommentController.php implement post and comment controllers 2026-05-06 22:26:35 +03:00
PostController.php implement featured post admin endpoints 2026-05-06 22:32:46 +03:00
UserController.php implement user search and admin promote endpoints 2026-05-06 22:36:15 +03:00