trypost/tests/Unit
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
..
Broadcasting feat: adding tests.. 2026-01-18 21:49:13 -03:00
Enums feat: adding tests.. 2026-01-18 21:49:13 -03:00
Events feat: adding tests.. 2026-01-18 21:49:13 -03:00
Listeners feat: adding tests.. 2026-01-18 21:49:13 -03:00
Mail refactor: restructure to Actions, subdomain routes (app/api), API tokens 2026-03-29 19:24:28 -03:00
Models refactor: restructure to Actions, subdomain routes (app/api), API tokens 2026-03-29 19:24:28 -03:00
Policies feat: adding tests.. 2026-01-18 21:49:13 -03:00
Rules fix: accept deprecated timezones during registration 2026-03-29 17:26:27 -03:00
Services refactor: restructure to Actions, subdomain routes (app/api), API tokens 2026-03-29 19:24:28 -03:00
Socialite feat: adding tests.. 2026-01-18 21:49:13 -03:00
Traits refactor: restructure to Actions, subdomain routes (app/api), API tokens 2026-03-29 19:24:28 -03:00
ExampleTest.php refactor: restructure to Actions, subdomain routes (app/api), API tokens 2026-03-29 19:24:28 -03:00
HelpersTest.php refactor: restructure to Actions, subdomain routes (app/api), API tokens 2026-03-29 19:24:28 -03:00