trypost/app/Enums
Paulo Castellano 605261e1b8 Back fixed-set automation strings with enums and consts
Replace magic strings across the automation domain with backed PHP enums
(HttpMethod, AuthType, DelayUnit, ScheduleField) and mirrored TS consts
(http-method, auth-type, delay-unit, schedule-field, condition-operator,
publish-mode), plus the existing Condition\Handle / Operator / Publish\Mode.

Also:
- require scheduled_offset via concrete-index required_if instead of
  defaulting to 60 when the publish mode is scheduled
- fail the webhook node explicitly when the resolved url is empty
- localize node failure messages (fetch_rss/http/webhook)
- cast resolver/strtoupper inputs to string so a present-null config value
  degrades gracefully instead of crashing
- list automations with config('app.pagination.default'), drop the perPage param
2026-06-13 15:04:24 -03:00
..
Ai feat: AI image generation pipeline and post creation overhaul 2026-05-08 13:38:30 -03:00
Automation Back fixed-set automation strings with enums and consts 2026-06-13 15:04:24 -03:00
Media feat: AI image generation pipeline and post creation overhaul 2026-05-08 13:38:30 -03:00
Notification refactor: introduce VideoPreview component and standardize media handling across post previews 2026-05-08 18:30:11 -03:00
Plan feat: create plans table, model, and slug enum 2026-04-14 17:53:12 -03:00
Post refactor(post): remove now-dead PostAction::AlreadyPublished 2026-05-19 13:06:13 -03:00
PostHog refactor: PostHog review polish 2026-05-07 10:41:53 -03:00
PostPlatform Make AspectRatio the single source for crop math; fill test gaps 2026-06-10 15:52:41 -03:00
SocialAccount refactor(posts): tighten content-length caps and simplify contentOverflow 2026-05-11 20:06:44 -03:00
UserWorkspace feat: introduce Account entity as billing owner and refactor architecture 2026-04-14 22:22:04 -03:00
Workspace Structure brand voice and make generated copy platform-aware 2026-06-12 17:09:39 -03:00