berrypod/lib/berrypod_web
jamey e26a02a0fb
All checks were successful
deploy / deploy (push) Successful in 1m9s
fix setup flow stale state and Stripe URL issues
Onboarding: re-fetch setup_status() after provider/Stripe connect instead
of manually patching the local assigns, which could miss admin_created and
leave users stuck on the setup page with no way forward.

Dev config: respect PHX_HOST for endpoint URL so Stripe checkout redirects
to the correct host instead of always using localhost.

Stripe setup: detect private/LAN IPs (10.x, 172.16-31.x, 192.168.x) as
unreachable, not just localhost — prevents creating webhook endpoints that
Stripe can never reach.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-22 16:51:44 +00:00
..
components add privacy-first analytics with progressive event collection 2026-02-22 12:50:55 +00:00
controllers add privacy-first analytics with progressive event collection 2026-02-22 12:50:55 +00:00
live fix setup flow stale state and Stripe URL issues 2026-02-22 16:51:44 +00:00
plugs add privacy-first analytics with progressive event collection 2026-02-22 12:50:55 +00:00
admin_layout_hook.ex auto-confirm admin during setup, skip email verification 2026-02-21 10:24:26 +00:00
analytics_hook.ex add privacy-first analytics with progressive event collection 2026-02-22 12:50:55 +00:00
cart_hook.ex rename project from SimpleshopTheme to Berrypod 2026-02-18 21:23:15 +00:00
endpoint.ex only enable gzip static file serving in prod 2026-02-21 08:56:51 +00:00
gettext.ex rename project from SimpleshopTheme to Berrypod 2026-02-18 21:23:15 +00:00
router.ex add privacy-first analytics with progressive event collection 2026-02-22 12:50:55 +00:00
search_hook.ex rename project from SimpleshopTheme to Berrypod 2026-02-18 21:23:15 +00:00
telemetry.ex rename project from SimpleshopTheme to Berrypod 2026-02-18 21:23:15 +00:00
theme_hook.ex fix admin font loading and theme CSS cache miss bug 2026-02-20 18:39:41 +00:00
user_auth.ex add setup onboarding page, dashboard launch checklist, provider registry 2026-02-20 00:34:06 +00:00