trypost/app/Http/Requests
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: improvements on invites 2026-01-20 16:53:54 -03:00
StoreChunkedMediaRequest.php upgrade: Laravel 13, Inertia v3, remove pion/chunk-upload 2026-03-29 18:10:10 -03:00
StoreMediaRequest.php feat: improvements on ui 2026-01-21 17:57:15 -03:00
StoreWorkspaceInviteRequest.php refactor: restructure to Actions, subdomain routes (app/api), API tokens 2026-03-29 19:24:28 -03:00
StoreWorkspaceRequest.php chore: first commit 2026-01-14 22:13:44 -03:00
UpdatePostRequest.php feat: add labels and hashtags to posts 2026-01-26 15:18:35 -03:00
UpdateWorkspaceRequest.php fix: accept deprecated timezones during registration 2026-03-29 17:26:27 -03:00