trypost/app/Http/Controllers
Paulo Castellano 8689e54e55 refactor: restructure to Actions, subdomain routes (app/api), API tokens
- Extract business logic from controllers into Action classes:
  Post/, Workspace/, Hashtag/, Label/, Invite/, ApiKey/
- Create subdomain routing: app.trypost.test (Inertia dashboard),
  api.trypost.test (REST API with token auth)
- Add ApiToken model with tp_ prefix, token_lookup/hash auth
- Add AuthenticateApiToken middleware for API authentication
- Create Api controllers with JSON Resources for all entities
- Create App controllers that use Actions + Inertia responses
- Organize Form Requests into Api/ and App/ directories
- Add api_tokens migration
- Update all route names with app. prefix
- Update all tests to use new route names (684 passing)
2026-03-29 19:24:28 -03:00
..
Api refactor: restructure to Actions, subdomain routes (app/api), API tokens 2026-03-29 19:24:28 -03:00
App refactor: restructure to Actions, subdomain routes (app/api), API tokens 2026-03-29 19:24:28 -03:00
Auth refactor: restructure to Actions, subdomain routes (app/api), API tokens 2026-03-29 19:24:28 -03:00
Settings feat: refactory post controlller. 2026-01-21 22:08:18 -03:00
BillingController.php feat: translate billing page and fix flash messages 2026-01-26 12:01:53 -03:00
Controller.php chore: first commit 2026-01-14 22:13:44 -03:00
MediaController.php upgrade: Laravel 13, Inertia v3, remove pion/chunk-upload 2026-03-29 18:10:10 -03:00
OnboardingController.php feat: refactory post controlller. 2026-01-21 22:08:18 -03:00
PostController.php feat: add daily view to calendar for mobile 2026-01-26 18:03:35 -03:00
WorkspaceController.php feat: refactory post controlller. 2026-01-21 22:08:18 -03:00
WorkspaceHashtagController.php feat: refactory post controlller. 2026-01-21 22:08:18 -03:00
WorkspaceInviteController.php feat: refactory post controlller. 2026-01-21 22:08:18 -03:00
WorkspaceLabelController.php feat: refactory post controlller. 2026-01-21 22:08:18 -03:00