Zaid Marzguioui zaid.marzguioui
  • Joined on 2025-12-17
zaid.marzguioui pushed to main at zaid.marzguioui/myeasycms-v2 2026-04-01 11:40:08 +00:00
4aa11cd408 fix: add error handling to meetings + verband dashboard pages
zaid.marzguioui pushed to main at zaid.marzguioui/myeasycms-v2 2026-04-01 11:32:38 +00:00
9484ba91f8 fix(db): add explicit GRANT permissions for all CMS module tables
zaid.marzguioui pushed to main at zaid.marzguioui/myeasycms-v2 2026-04-01 11:24:01 +00:00
5294cfab61 feat: enable Fischerei, Sitzungsprotokolle, Verbandsverwaltung modules
zaid.marzguioui pushed to main at zaid.marzguioui/myeasycms-v2 2026-04-01 11:14:55 +00:00
8d8f4e94ee fix(api): convert empty strings to null for date/optional DB columns
zaid.marzguioui pushed to main at zaid.marzguioui/myeasycms-v2 2026-04-01 09:42:02 +00:00
72227b5aab fix(auth): revert SUPABASE_INTERNAL_URL — cookie name mismatch
zaid.marzguioui pushed to main at zaid.marzguioui/myeasycms-v2 2026-04-01 09:33:08 +00:00
0aa2773086 fix(docker): fix EACCES on .next/cache/images — chown for nextjs user
zaid.marzguioui pushed to main at zaid.marzguioui/myeasycms-v2 2026-04-01 09:22:25 +00:00
08357f568e fix(docker): actually use CACHE_BUST ARG to bust Docker layer cache
zaid.marzguioui pushed to main at zaid.marzguioui/myeasycms-v2 2026-04-01 09:18:46 +00:00
b2c9503749 fix(proxy): graceful error handling when Supabase is unreachable
zaid.marzguioui pushed to main at zaid.marzguioui/myeasycms-v2 2026-04-01 09:02:18 +00:00
1687735de0 fix: merge upstream, fix locale duplicate, add missing catalog deps
8d9d62ca56 merge: upstream/main — latest MakerKit fixes and dependency updates
c837d4f592 chore: bump version to 3.1.1 in package.json; refactor mobile navigation components and improve layout structure (#472)
6268d1bab0 Updated dependencies, Added Hosted mode for Stripe checkout
Compare 4 commits »
zaid.marzguioui pushed to main at zaid.marzguioui/myeasycms-v2 2026-03-31 20:55:17 +00:00
c9f8101698 fix(docker): add SUPABASE_INTERNAL_URL for server-side Supabase access
zaid.marzguioui pushed to main at zaid.marzguioui/myeasycms-v2 2026-03-31 20:49:36 +00:00
d27fab7505 fix: remove conflicting middleware.ts, proxy.ts already handles locale routing
zaid.marzguioui pushed to main at zaid.marzguioui/myeasycms-v2 2026-03-31 20:47:57 +00:00
4450776826 fix(i18n): add next-intl middleware for locale routing
zaid.marzguioui pushed to main at zaid.marzguioui/myeasycms-v2 2026-03-31 20:44:08 +00:00
e263bd93f8 fix(docker): restore runtime NEXT_PUBLIC vars, add DEFAULT_LOCALE build arg
zaid.marzguioui pushed to main at zaid.marzguioui/myeasycms-v2 2026-03-31 20:43:46 +00:00
bbcc5403ba fix(docker): restore runtime NEXT_PUBLIC vars, add DEFAULT_LOCALE build arg
zaid.marzguioui pushed to main at zaid.marzguioui/myeasycms-v2 2026-03-31 20:18:07 +00:00
f3f54da726 fix(docker): remove runtime NEXT_PUBLIC_SUPABASE_URL override
zaid.marzguioui pushed to main at zaid.marzguioui/myeasycms-v2 2026-03-31 19:59:25 +00:00
7e7da0b465 fix(docker): bust cache to rebuild with correct SUPABASE_URL
zaid.marzguioui pushed to main at zaid.marzguioui/myeasycms-v2 2026-03-31 16:49:02 +00:00
1fbe8a630c fix(docker): remove network_mode for Dokploy compatibility
zaid.marzguioui pushed to main at zaid.marzguioui/myeasycms-v2 2026-03-31 16:39:27 +00:00
cae6657c53 fix(docker): simplify migrate command, remove heredoc
zaid.marzguioui pushed to main at zaid.marzguioui/myeasycms-v2 2026-03-31 16:30:11 +00:00
e7e5d4126a fix(docker): fix healthchecks for PostgREST, Storage, Studio
zaid.marzguioui pushed to main at zaid.marzguioui/myeasycms-v2 2026-03-31 16:16:06 +00:00
a2aa5598b5 fix(docker): make all services depend on db-migrate completion