Commit graph

  • 11f2823a30
    test SignupUser two-step confirm flow Yisroel Baum 2026-05-06 22:08:25 +03:00
  • edb0bc0478
    merge email-confirmation-domain Yisroel Baum 2026-05-06 22:07:38 +03:00
  • 6823bdeb50
    implement ConfirmUserEmail use case Yisroel Baum 2026-05-06 22:07:30 +03:00
  • 60308988f7
    test ConfirmUserEmail use case Yisroel Baum 2026-05-06 22:07:08 +03:00
  • 2890781a56
    add Emailer and EmailFactory interfaces with laravel + fake impls Yisroel Baum 2026-05-06 22:06:30 +03:00
  • e16cb45387
    add EmailConfirmationToken persistence: model, migration, eloquent + fake repo Yisroel Baum 2026-05-06 22:05:52 +03:00
  • 9747d07c31
    test EmailConfirmationToken entity Yisroel Baum 2026-05-06 22:04:57 +03:00
  • 03a1f02843
    merge extend-user-entity Yisroel Baum 2026-05-06 22:03:56 +03:00
  • 4b1689d17e
    implement SignupUser displayname requirement Yisroel Baum 2026-05-06 22:03:49 +03:00
  • 4829a02aac
    test SignupUser displayname requirement Yisroel Baum 2026-05-06 22:03:40 +03:00
  • 298b8634ec
    extend User entity with displayname and email confirmation Yisroel Baum 2026-05-06 22:03:19 +03:00
  • d547ec2c61
    test User entity displayname and email confirmation Yisroel Baum 2026-05-06 22:00:22 +03:00
  • eecda40273
    merge post-domain Yisroel Baum 2026-05-06 21:58:29 +03:00
  • e9ac16377f
    implement DeletePost use case Yisroel Baum 2026-05-06 21:58:25 +03:00
  • fd91da6bab
    test DeletePost use case yisroel 2026-05-06 15:26:28 +03:00
  • 7fda18dde3
    implement GetPost use case yisroel 2026-05-06 15:25:56 +03:00
  • eb0ebc6f63
    test GetPost use case yisroel 2026-05-06 15:25:36 +03:00
  • 32cbf4229c
    implement ListUserPosts use case yisroel 2026-05-06 15:25:07 +03:00
  • e97ca28237
    test ListUserPosts use case yisroel 2026-05-06 15:24:41 +03:00
  • 7ec46aa8f9
    implement ListRecentPosts use case yisroel 2026-05-06 15:24:15 +03:00
  • e9779d8459
    test ListRecentPosts use case yisroel 2026-05-06 15:23:53 +03:00
  • 4a4e046de4
    implement CreatePost use case yisroel 2026-05-06 15:23:21 +03:00
  • 504554bf7f
    test CreatePost use case yisroel 2026-05-06 15:22:57 +03:00
  • e3dddc60aa
    add Post persistence: model, migration, eloquent + fake repo yisroel 2026-05-06 15:22:22 +03:00
  • 73a3acd39f
    add Post entity, dto, repository interface yisroel 2026-05-06 15:19:00 +03:00
  • 9ca58f3a9d
    merge user-and-auth-domains Yisroel Baum 2026-05-06 15:18:23 +03:00
  • 2e3265e568
    wire repository and utility bindings yisroel 2026-05-06 15:18:06 +03:00
  • ca8a2066de
    implement AuthMiddleware yisroel 2026-05-06 15:16:59 +03:00
  • d87215ff9b
    test AuthMiddleware yisroel 2026-05-06 15:16:35 +03:00
  • 526a1b8f61
    implement Logout use case yisroel 2026-05-06 15:16:03 +03:00
  • 30e97864c8
    test Logout use case yisroel 2026-05-06 15:15:46 +03:00
  • 0697e4af69
    implement CreateSession use case yisroel 2026-05-06 15:15:25 +03:00
  • adc60a8059
    test CreateSession use case yisroel 2026-05-06 15:15:04 +03:00
  • 5b74e9d76a
    implement AuthenticateUser use case yisroel 2026-05-06 15:14:34 +03:00
  • 2731e610e5
    test AuthenticateUser use case yisroel 2026-05-06 15:14:03 +03:00
  • a108b29d19
    implement SignupUser use case yisroel 2026-05-06 15:13:26 +03:00
  • fefc992431
    test SignupUser use case yisroel 2026-05-06 15:12:52 +03:00
  • 05f935f275
    add Session entity, persistence, fake yisroel 2026-05-06 15:12:07 +03:00
  • bb38e544ee
    add auth utility interfaces and impls yisroel 2026-05-06 15:11:19 +03:00
  • eca73213f5
    add User persistence: model, migration, eloquent + fake repo yisroel 2026-05-06 15:10:21 +03:00
  • 533320fcac
    add User entity, dto, repository interface yisroel 2026-05-06 15:00:49 +03:00
  • f47ea1c73d
    merge harden-devshell Yisroel Baum 2026-05-06 14:58:44 +03:00
  • ee1b30d0ec
    harden devshell: anchor pgdata to repo root, broaden gitignore yisroel 2026-05-06 14:58:27 +03:00
  • 0178654535 merge backend-skeleton Yisroel Baum 2026-05-06 14:55:27 +03:00
  • 4f6ac876ce implement EmailAddress value object yisroel 2026-05-06 14:52:45 +03:00
  • f862348a31 test EmailAddress value object yisroel 2026-05-06 14:52:14 +03:00
  • fb5f8d4f02 add domain exception classes yisroel 2026-05-06 14:51:41 +03:00
  • c2ba02cc6f drop laravel scaffold defaults yisroel 2026-05-06 14:51:21 +03:00
  • d58bc9036d align dev tooling with youngstartup conventions yisroel 2026-05-06 14:49:27 +03:00
  • ffd102a1cc drop inline laravel frontend assets yisroel 2026-05-06 14:47:31 +03:00
  • c03ffc8941 scaffold laravel 12 backend yisroel 2026-05-06 14:46:41 +03:00
  • 5425df0eae merge nix-devshell Yisroel Baum 2026-05-06 14:44:13 +03:00
  • d1df7a6a42 add nix flake devshell and process-compose yisroel 2026-05-06 14:38:29 +03:00
  • 91cc08614d init: agent context files yisroel 2026-05-06 14:37:39 +03:00