TIDE/backend/app
Yisroel Baum 30738b163d
add user:promote artisan command
Marks the user with the given email as an admin. Used by the
cypress harness to bootstrap an admin without a public promote
endpoint and is also useful for ops.
2026-05-06 23:23:00 +03:00
..
Auth implement Logout use case 2026-05-06 15:16:03 +03:00
Comment implement DeleteComment use case 2026-05-06 22:16:34 +03:00
Console/Commands add user:promote artisan command 2026-05-06 23:23:00 +03:00
Controllers implement user search and admin promote endpoints 2026-05-06 22:36:15 +03:00
Email add Emailer and EmailFactory interfaces with laravel + fake impls 2026-05-06 22:06:30 +03:00
Exceptions add domain exception classes 2026-05-06 14:51:41 +03:00
Http/Middleware implement AuthMiddleware 2026-05-06 15:16:59 +03:00
Post implement ListFeaturedPosts use case 2026-05-06 22:30:49 +03:00
Providers implement post and comment controllers 2026-05-06 22:26:35 +03:00
Shared/ValueObject implement EmailAddress value object 2026-05-06 14:52:45 +03:00
User implement PromoteUserToAdmin use case 2026-05-06 22:34:53 +03:00