trypost/app/Services
Mohammed Almuhanna e52d1d7b25
fix(tiktok): send an empty JSON object to creator_info (#224)
Laravel serialises the empty array argument to `[]`. TikTok's
creator_info endpoint expects an object and rejects the array with
invalid_params, so every query failed and the service returned
emptyPayload(), leaving the composer with no creator data.

Co-authored-by: Paulo Castellano <paulo@castellanos.llc>
2026-08-05 18:39:32 -03:00
..
Ai Centralize supported content languages in a ContentLanguage enum 2026-07-03 14:12:25 -03:00
Automation Enforce carousel min slides in Generate and expose min_media_count on API/MCP. 2026-07-24 23:51:10 -03:00
Brand refactor(security): make the redirect-loop bound explicit in the for header 2026-07-17 15:49:12 -03:00
Image fix(tweet-card): vertically center the name + handle block against the avatar 2026-06-17 20:24:44 -03:00
Media style: use interpolated medias/{$filename} paths 2026-07-23 11:21:52 -03:00
Post fix(security): make SSRF private-network block configurable and guard the last user-URL fetches 2026-07-17 15:40:15 -03:00
PostTemplate refactor: reorganize settings UI, migrate post templates to a file-based registry, and remove legacy video generation features 2026-05-03 13:44:13 -03:00
Social fix(tiktok): send an empty JSON object to creator_info (#224) 2026-08-05 18:39:32 -03:00
GiphyService.php fix(media): don't 500 when the Unsplash/Giphy key is set to null 2026-07-01 12:16:15 -03:00
PostHogService.php chore: drop verbose docblocks across PostHog and billing files 2026-05-07 16:03:12 -03:00
UnsplashService.php fix(media): don't 500 when the Unsplash/Giphy key is set to null 2026-07-01 12:16:15 -03:00