trypost/app
Paulo Castellano 7854596579 refactor(posts): centralize post editing status checks with PostStatusGuard
- Replaced direct status checks in multiple controllers and actions with the PostStatusGuard utility, improving code readability and maintainability.
- Updated error messages to utilize a centralized method for consistency across the application.
- Removed the BrandImagePalette class, consolidating color resolution logic into the AiImageClient for better organization and type safety.
2026-05-21 19:27:19 -03:00
..
Actions refactor(posts): centralize post editing status checks with PostStatusGuard 2026-05-21 19:27:19 -03:00
Ai/Agents chore: update AI agent guidelines and refactor prompt handling 2026-05-21 18:53:37 -03:00
Broadcasting feat: regenerate AI post images with brand palette in editor 2026-05-21 16:27:55 -03:00
Concerns refactor: settings redesign, Spanish translations, language system, strict_types 2026-03-30 00:20:43 -03:00
Console/Commands fix(social): proactive token refresh actually refreshes (not just verifies) 2026-05-12 19:36:35 -03:00
DataTransferObjects feat: AI image generation pipeline and post creation overhaul 2026-05-08 13:38:30 -03:00
Enums refactor(post): remove now-dead PostAction::AlreadyPublished 2026-05-19 13:06:13 -03:00
Events feat: regenerate AI post images with brand palette in editor 2026-05-21 16:27:55 -03:00
Exceptions refactor(social): TokenRedactor::redact accepts nullable 2026-05-19 09:25:01 -03:00
Features feat: transition AI usage from feature-based limits to a centralized monthly credit system with token tracking. 2026-05-03 19:36:26 -03:00
Helpers fix: correct Upload.php filename case for Linux CI 2026-03-31 12:01:48 -03:00
Http refactor(posts): centralize post editing status checks with PostStatusGuard 2026-05-21 19:27:19 -03:00
Jobs refactor(posts): streamline media item handling and improve type definitions 2026-05-21 19:08:46 -03:00
Listeners fix(posthog): harden usage sync after deletes and workspace removal 2026-05-19 19:01:53 -03:00
Mail feat: @mentions in comments, AI Action layer + MCP tools, settings tabs 2026-05-01 20:59:03 -03:00
Mcp refactor(posts): centralize post editing status checks with PostStatusGuard 2026-05-21 19:27:19 -03:00
Models fix(posthog): harden usage sync after deletes and workspace removal 2026-05-19 19:01:53 -03:00
Observers feat(posthog): keep social_accounts_count and posts_count fresh on account group 2026-05-15 18:40:07 -03:00
Policies refactor: move workspace tenancy check on Post into PostPolicy 2026-05-04 13:20:52 -03:00
Providers chore: remove unused Gemini provider extension and debug middleware 2026-05-11 21:24:11 -03:00
Rules refactor(posts): tighten content-length caps and simplify contentOverflow 2026-05-11 20:06:44 -03:00
Services refactor(posts): centralize post editing status checks with PostStatusGuard 2026-05-21 19:27:19 -03:00
Socialite refactor: centralize social API base URLs into the configuration file to improve maintainability and environment flexibility 2026-05-02 13:49:20 -03:00
Support refactor(posts): centralize post editing status checks with PostStatusGuard 2026-05-21 19:27:19 -03:00