trypost/app/Http
Paulo Castellano fc90861a96 refactor(account): move trial-end-date logic into Account::activeTrialEndsAt()
Centralizes 'what date should the UI show as trial end?' on the model.
Returns null when not on trial, the subscription's trial date when on
trial-with-card, or the generic trial date for no-card users.
2026-05-14 19:55:28 -03:00
..
Controllers refactor(account): move trial-end-date logic into Account::activeTrialEndsAt() 2026-05-14 19:55:28 -03:00
Middleware refactor(middleware): use Account::isOnTrial() instead of onGenericTrial() 2026-05-14 19:51:20 -03:00
Requests refactor(posts): tighten content-length caps and simplify contentOverflow 2026-05-11 20:06:44 -03:00
Resources feat: GTM dataLayer context + checkout/purchase events 2026-05-06 10:14:17 -03:00