trypost/app/Http
Paulo Castellano a6bb39cc1a refactor(api): extract inline-media hosting into a HostInlineMedia action
The download+host+422 orchestration was a private controller method doing IO and
throwing — that's an operation, not a controller concern. Move it to
App\Actions\Post\HostInlineMedia::execute() (alongside CreatePost/UpdatePost) so
the controller stays thin and the logic is reusable/testable.
2026-06-28 21:15:01 -03:00
..
Controllers refactor(api): extract inline-media hosting into a HostInlineMedia action 2026-06-28 21:15:01 -03:00
Middleware refactor(auth): split workspace gate into EnsureHasWorkspace middleware 2026-06-25 14:30:15 -03:00
Requests refactor(posts): centralize inline media validation in PostMediaRules 2026-06-28 20:43:09 -03:00
Resources fix(linkedin): show connected company page on the accounts and onboarding grids 2026-06-24 21:23:27 -03:00