DanielS
|
9878cdb2a2
|
feat: add CASPOS Store brand and Demo badge to admin sidebar footer
Staging Build / build (push) Successful in 2m16s
|
2026-06-24 00:12:45 +02:00 |
|
DanielS
|
f19fda5494
|
feat: enforce admin role checks in layouts and navbar navigation
Staging Build / build (push) Successful in 2m16s
|
2026-06-24 00:05:16 +02:00 |
|
DanielS
|
7b22889e23
|
feat: add partner list and customer list explorer to admin settings
Staging Build / build (push) Successful in 2m19s
|
2026-06-24 00:02:27 +02:00 |
|
DanielS
|
bdbf840529
|
feat: lock down registration and enforce partner-only logins
Staging Build / build (push) Successful in 2m19s
|
2026-06-23 23:59:22 +02:00 |
|
DanielS
|
b71b84da1b
|
migration: create public.customers table with RLS
Staging Build / build (push) Successful in 2m18s
|
2026-06-23 23:52:57 +02:00 |
|
DanielS
|
1b4e998cf9
|
feat: add admin settings page with toggle switch for demo banner
Staging Build / build (push) Successful in 2m16s
|
2026-06-23 23:43:22 +02:00 |
|
DanielS
|
a99adb88d6
|
feat: update navbar links, settings labels, dark mode text color, and banner toggle hook
|
2026-06-23 23:43:16 +02:00 |
|
DanielS
|
dd2c3859e9
|
feat: add custom navbar with inline supabase clients and custom dropdown
Staging Build / build (push) Successful in 2m22s
|
2026-06-23 23:27:23 +02:00 |
|
DanielS
|
0729dd21be
|
Implement dynamic SMTP setting loader, admin product dependency matrix UI, recursive deselect cascade, and backend catalog validation
Staging Build / build (push) Successful in 2m19s
|
2026-06-23 04:42:50 +02:00 |
|
DanielS
|
de1d228fb2
|
feat: port all auth forms to Next.js Server Actions to avoid exposing Supabase API to the browser
Staging Build / build (push) Successful in 2m19s
|
2026-06-23 04:39:00 +02:00 |
|
DanielS
|
3228c76675
|
fix: use maybeSingle for settings query to avoid failing when the table is empty
Staging Build / build (push) Successful in 2m18s
|
2026-06-23 04:36:16 +02:00 |
|
DanielS
|
b039da3ff8
|
fix: force dynamic rendering on admin users page to load data at request-time
Staging Build / build (push) Successful in 2m20s
|
2026-06-23 04:29:58 +02:00 |
|
DanielS
|
07eb18c61c
|
debug: print detailed error message when loading admin users fails
Staging Build / build (push) Successful in 2m25s
|
2026-06-23 04:11:14 +02:00 |
|
DanielS
|
5ba9869400
|
feat: create users and settings tables, replace getSession with getUser
Staging Build / build (push) Successful in 2m29s
|
2026-06-23 04:05:39 +02:00 |
|
DanielS
|
9542fdfe4a
|
migration: add order_number and order_hash columns to orders
Staging Build / build (push) Successful in 2m27s
|
2026-06-23 04:02:36 +02:00 |
|
DanielS
|
88f18246ce
|
feat: split pricing into one-time and monthly totals, fix invoice pdf rendering
Staging Build / build (push) Has been cancelled
|
2026-06-23 04:01:03 +02:00 |
|
DanielS
|
6b76e82220
|
fix: resolve customer creation fk violation and implement instant updates in admin dialogs
Staging Build / build (push) Successful in 2m26s
|
2026-06-23 03:27:46 +02:00 |
|
DanielS
|
898a5253e5
|
fix: remove default seeded categories from migrations
Staging Build / build (push) Successful in 2m26s
|
2026-06-23 03:22:30 +02:00 |
|
DanielS
|
756ec5c002
|
feat: add automatic database migration and seeding on docker startup
Staging Build / build (push) Successful in 2m47s
|
2026-06-23 03:14:40 +02:00 |
|
DanielS
|
235efd5a47
|
fix: use static auth cookie name to sync session across browser and server contexts
Staging Build / build (push) Successful in 1m56s
|
2026-06-23 02:58:55 +02:00 |
|
DanielS
|
c0c5240f8d
|
fix: resolve internal docker hostnames to client window location hostname in browser context
Staging Build / build (push) Successful in 1m49s
|
2026-06-23 02:42:50 +02:00 |
|
DanielS
|
ca69db2395
|
fix: prioritize SUPABASE_URL and SUPABASE_ANON_KEY server-side environment variables
Staging Build / build (push) Successful in 1m47s
|
2026-06-23 02:37:48 +02:00 |
|
DanielS
|
e789a38d19
|
fix: add environment variable fallback for Supabase client configuration
Staging Build / build (push) Has been cancelled
|
2026-06-23 02:36:31 +02:00 |
|
DanielS
|
2ec5993e63
|
Add Supabase ARG/ENV before build and in runtime stage
Staging Build / build (push) Successful in 1m59s
|
2026-06-23 02:16:45 +02:00 |
|
DanielS
|
6db2610c8d
|
Update Docker build to use internal supabase‑kong URL"
Staging Build / build (push) Successful in 1m53s
|
2026-06-23 02:10:11 +02:00 |
|
DanielS
|
0b2809b13e
|
Add Supabase ARG/ENV before build in Dockerfile (final)
Staging Build / build (push) Successful in 1m41s
|
2026-06-23 01:32:46 +02:00 |
|
DanielS
|
9ffa04e551
|
Insert Supabase ARG/ENV before Next.js build in Dockerfile
Staging Build / build (push) Has been cancelled
|
2026-06-23 01:16:37 +02:00 |
|
DanielS
|
505629f798
|
Add build args to Docker build step in staging workflow
Staging Build / build (push) Successful in 1m46s
|
2026-06-23 01:09:58 +02:00 |
|
DanielS
|
08418e22d3
|
Add Supabase keys to staging build step
Staging Build / build (push) Successful in 1m44s
|
2026-06-23 01:03:55 +02:00 |
|
DanielS
|
0f55e17095
|
Enable Next.js standalone mode and simplify Dockerfile copy block
Staging Build / build (push) Successful in 1m43s
|
2026-06-23 00:32:08 +02:00 |
|
DanielS
|
fa1edc9c12
|
Add cookies handling to smtp-settings routes
Staging Build / build (push) Failing after 1m55s
|
2026-06-23 00:27:55 +02:00 |
|
DanielS
|
bab2930b97
|
Add cookies handling to send-test-email route
Staging Build / build (push) Failing after 27s
|
2026-06-23 00:26:08 +02:00 |
|
DanielS
|
e97ff51dc8
|
Fix client directive on admin settings page and install nodemailer
Staging Build / build (push) Failing after 28s
|
2026-06-23 00:23:47 +02:00 |
|
DanielS
|
4402d4ec64
|
Add SMTP mail utility, admin settings page, and API routes for SMTP configuration and test email
Staging Build / build (push) Failing after 25s
|
2026-06-23 00:17:41 +02:00 |
|
DanielS
|
4b9c289ec4
|
test build server
Staging Build / build (push) Successful in 2m55s
|
2026-06-22 23:54:12 +02:00 |
|
DanielS
|
072ceaf5f0
|
fix build yaml staging adress of the host for deployment
Staging Build / build (push) Successful in 3m28s
|
2026-06-22 23:40:47 +02:00 |
|
DanielS
|
e31721432b
|
Update optional TS copy lines with wildcard in Dockerfile
Staging Build / build (push) Failing after 2m34s
|
2026-06-22 23:34:29 +02:00 |
|
DanielS
|
e1a555d4f9
|
Fix duplicate next.config copy in Dockerfile
Staging Build / build (push) Failing after 1m30s
|
2026-06-22 23:29:29 +02:00 |
|
DanielS
|
8bf59b20f6
|
Make public copy flexible with wildcard in Dockerfile
|
2026-06-22 23:29:06 +02:00 |
|
DanielS
|
3bc7c6ad3b
|
Make Dockerfile tolerant to missing config files
Staging Build / build (push) Failing after 1m32s
|
2026-06-22 23:24:58 +02:00 |
|
DanielS
|
65e133a391
|
fix staging build yaml
Staging Build / build (push) Failing after 1m45s
|
2026-06-22 23:18:41 +02:00 |
|
DanielS
|
7ab0c28f6f
|
fix staging build yaml docker build image
Staging Build / build (push) Failing after 29s
|
2026-06-22 23:14:22 +02:00 |
|
DanielS
|
c187c1dc60
|
fix dockerfile position
Staging Build / build (push) Failing after 28s
|
2026-06-22 23:10:58 +02:00 |
|
DanielS
|
9ddf5faf66
|
change from GITEA to REGISTRY for build server secrets
Staging Build / build (push) Failing after 41s
|
2026-06-22 23:05:13 +02:00 |
|
DanielS
|
f11322e98d
|
ci: fix docker login command and update deployment paths
Staging Build / build (push) Failing after 31s
|
2026-06-22 22:45:20 +02:00 |
|
DanielS
|
126de81834
|
add container for build server
Staging Build / build (push) Failing after 1m22s
|
2026-06-22 22:41:04 +02:00 |
|
DanielS
|
7bb6807d37
|
Fix global error page, update CI workflow, add Dockerfile
Staging Build / build (push) Failing after 34s
|
2026-06-22 22:30:55 +02:00 |
|
DanielS
|
3eb72481ce
|
Add key props to recent orders list rendering
Staging Build / build (push) Failing after 26s
|
2026-06-22 22:25:21 +02:00 |
|
DanielS
|
2403408b6c
|
Fix React key props in order and my-orders pages
|
2026-06-22 22:24:21 +02:00 |
|
DanielS
|
f91499861e
|
fix: korrigiere workflow syntax
Staging Build / build (push) Failing after 28s
|
2026-06-22 21:41:42 +02:00 |
|