trypost/app
Paulo Castellano c020419db1 feat: social account toggle action, API, MCP + full test coverage
- Extract ToggleSocialAccount action from SocialController
- Add API endpoints: GET /social-accounts, PUT /social-accounts/{id}/toggle
- Add MCP tools: ListSocialAccountsTool, ToggleSocialAccountTool
- Fix all MCP tools: findOrFail → find + Response::error for graceful errors
- Fix MCP tools using $request->validated() without validate() call
- Fix return types to Response|ResponseFactory for error paths
- Add SocialAccountResource is_active/status fields (no tokens exposed)
- Add 43 MCP tests covering all 18 tools (CRUD, validation, cross-workspace)
- Add API response structure tests for posts, hashtags, labels, workspace
- Add API validation tests for post create/update, api-key expiry, label color
- Add API cross-workspace delete tests for hashtags and labels
- Add app validation tests for hashtag/label update, invite fields, password
- Add auth required tests for notifications, profile delete, api-keys index
- Add media reorder validation tests
2026-03-31 01:42:39 -03:00
..
Actions feat: social account toggle action, API, MCP + full test coverage 2026-03-31 01:42:39 -03:00
Broadcasting refactor: settings redesign, Spanish translations, language system, strict_types 2026-03-30 00:20:43 -03:00
Concerns refactor: settings redesign, Spanish translations, language system, strict_types 2026-03-30 00:20:43 -03:00
Console/Commands refactor: settings redesign, Spanish translations, language system, strict_types 2026-03-30 00:20:43 -03:00
Enums refactor: code review fixes — policies, enums, data_get, tests 2026-03-31 00:40:18 -03:00
Events feat: PostPlatform enum, failure email, DB indexes, rate limiting, tests 2026-03-30 16:11:38 -03:00
Exceptions refactor: settings redesign, Spanish translations, language system, strict_types 2026-03-30 00:20:43 -03:00
Helpers refactor: auth split layout, subscribe redesign, onboarding, i18n, cookie locale 2026-03-30 11:53:42 -03:00
Http feat: social account toggle action, API, MCP + full test coverage 2026-03-31 01:42:39 -03:00
Jobs refactor: code review fixes — policies, enums, data_get, tests 2026-03-31 00:40:18 -03:00
Listeners feat: Implement user onboarding, subscription management, and refactor social integrations with new UI components and mail templates. 2026-01-16 23:46:30 -03:00
Mail feat: post published notification, notification preferences prep 2026-03-30 17:23:36 -03:00
Mcp feat: social account toggle action, API, MCP + full test coverage 2026-03-31 01:42:39 -03:00
Models refactor: code review fixes — policies, enums, data_get, tests 2026-03-31 00:40:18 -03:00
Policies refactor: code review fixes — policies, enums, data_get, tests 2026-03-31 00:40:18 -03:00
Providers chore: posthog, ui, features and more 2026-03-30 21:18:07 -03:00
Rules refactor: restructure to Actions, subdomain routes (app/api), API tokens 2026-03-29 19:24:28 -03:00
Services feat: social account toggle action, API, MCP + full test coverage 2026-03-31 01:42:39 -03:00
Socialite refactor: code review fixes — policies, enums, data_get, tests 2026-03-31 00:40:18 -03:00