Commit Graph

  • 9246fb7d77 fix: Filter products in admin list based on show_in_kauf and show_in_abo flags instead of billing_interval DanielS 2026-06-25 13:07:18 +02:00
  • 9e189f331a feat: Add quantity support for product modules, multiply prices in order snapshot and pdf DanielS 2026-06-25 13:04:37 +02:00
  • fe05e13d3f feat: add Kaufprodukte and Mietprodukte filter checkboxes in products view DanielS 2026-06-25 12:51:17 +02:00
  • fd7a53b954 fix: resolve dialog scrolling overlap by transition to flex layout and native overflow-y-auto DanielS 2026-06-25 09:50:43 +02:00
  • 563a483c8d fix: constrain ScrollArea maxHeight to force dialog scrolling DanielS 2026-06-25 09:24:41 +02:00
  • 4fa5f71d16 feat: change products view sorting to category grouping with subheaders DanielS 2026-06-25 09:19:28 +02:00
  • ab9f8f93be feat: add sort by category button to products list view DanielS 2026-06-25 09:15:39 +02:00
  • 5608e9fcc6 fix: make admin product edit form scrollable to prevent modules cutoff DanielS 2026-06-25 09:13:48 +02:00
  • 25703d400b fix: adjust button text colors for dark mode default buttons DanielS 2026-06-25 09:10:38 +02:00
  • f9fb90848b feat: restructure checkout steps, add Kauf/Abo selection and product display flags DanielS 2026-06-25 09:03:53 +02:00
  • eafd890297 feat: update landing page icons for retail, gastronomy, and hybrid modules DanielS 2026-06-25 02:57:24 +02:00
  • af44f4b3be feat: Add Orders link to navbar dropdown for partner role DanielS 2026-06-25 02:53:27 +02:00
  • b2656345e8 feat: Send email confirmation with PDF attachment upon successful order DanielS 2026-06-25 02:47:03 +02:00
  • 7cad819df8 fix: Invalidate user list cache on company creation and refresh page on popup creation DanielS 2026-06-25 02:37:45 +02:00
  • b537ca50cf feat: Add email field to end_customers table and UI screens DanielS 2026-06-25 02:29:33 +02:00
  • b9e6559bff style: Update warning title for unassigned users DanielS 2026-06-25 02:27:26 +02:00
  • 2f96552fe8 revert: Remove group by partner option from end customers view DanielS 2026-06-25 02:23:50 +02:00
  • 6a2fc16f75 feat: Add group by partner option to company end customers list DanielS 2026-06-25 02:18:53 +02:00
  • 0ff4df2a12 feat: Add end customer view for companies with CRUD and partner assignment DanielS 2026-06-25 02:18:00 +02:00
  • ef9422908d feat: list end customers in companies admin and improve dark/light mode contrast across all admin components DanielS 2026-06-25 02:11:07 +02:00
  • bf27c62f62 feat: add button and modal to display users (partners) of a company in companies management page DanielS 2026-06-25 01:58:34 +02:00
  • 5a2edef0df feat: add search field to companies list page DanielS 2026-06-25 01:57:40 +02:00
  • a1ad75c2db feat: add delivery address migration, update companies server actions and rewrite companies page to support creation and edit of full address DanielS 2026-06-25 01:52:05 +02:00
  • 85df922498 feat: make company selection mandatory for partner role and add inline company creation in UserDialog DanielS 2026-06-25 01:43:53 +02:00
  • 67a2c2a67b feat: add hideLocked checkbox to filter out gesperrt users by default DanielS 2026-06-25 01:41:51 +02:00
  • 07c2758b73 feat: add first_name and last_name to users and implement inline editing in user-list DanielS 2026-06-25 01:38:07 +02:00
  • 30a9de0e6d style: clarify user deletion blocking message and offer to lock instead DanielS 2026-06-25 01:33:57 +02:00
  • 24929494a6 feat: check for existing orders before user deletion and offer to lock instead DanielS 2026-06-25 01:33:38 +02:00
  • 86d71b2441 fix: improve deleteUser error logging and handling to prevent silent DB failures DanielS 2026-06-25 01:30:10 +02:00
  • 744302e8ab fix: resolve popover cutoff inside table by setting overflow-visible and adding debug logging for companies DanielS 2026-06-25 01:29:01 +02:00
  • 396f135e87 fix: resolve infinite loading on user deletion by adding try-finally and deleting from public.users first DanielS 2026-06-25 01:25:49 +02:00
  • 03d711c2e1 style: rename CASPOS to CASPOS Shop in welcome email DanielS 2026-06-25 01:19:33 +02:00
  • 2de8913dac style: replace HEPHEX branding with CASPOS in welcome email DanielS 2026-06-25 01:18:26 +02:00
  • 82e877249a style: improve welcome email layout and content DanielS 2026-06-25 01:17:54 +02:00
  • 872e973a36 fix: add missing use client directive to user-dialog.tsx DanielS 2026-06-25 01:11:14 +02:00
  • 4cd6d86f33 feat: add company selection to user dialog, require email password link on user creation, password validation with confirmation, and company grouping with search DanielS 2026-06-25 01:09:19 +02:00
  • 69c8e8e5c1 fix: use token_hash with /auth/confirm route for password reset link DanielS 2026-06-25 00:54:10 +02:00
  • 5652ce1098 fix: replace localhost in reset link with staging domain DanielS 2026-06-25 00:30:20 +02:00
  • cebf677758 fix: clean users.ts rewrite, add company_id to createUser, fix resetPassword link DanielS 2026-06-25 00:20:18 +02:00
  • 410289a519 Fix typings and company name access DanielS 2026-06-25 00:07:08 +02:00
  • 49607f484f Add email send to password reset DanielS 2026-06-24 23:56:52 +02:00
  • 2120698192 Clean admin settings page, remove duplicate imports and partner code DanielS 2026-06-24 23:39:33 +02:00
  • a9a5dd4e6f Cleanup admin settings page, remove duplicate imports and partner code DanielS 2026-06-24 23:37:40 +02:00
  • 520599986c Add user lock/unlock functionality and remove partner management DanielS 2026-06-24 23:29:16 +02:00
  • 864bb3a0c1 Fix companies actions, add assignCompanyToUser, cleanup duplicates DanielS 2026-06-24 23:11:02 +02:00
  • 82c89b70bf Add company CRUD, admin sidebar order, partner/company pages DanielS 2026-06-24 23:05:15 +02:00
  • ac0b0f607d Add Partner/Firmen links, migration for companies and partner relationship DanielS 2026-06-24 22:51:02 +02:00
  • 4e86ad7a9d Rename companies to partners and update UI DanielS 2026-06-24 22:29:51 +02:00
  • 7a14aa0f75 feat: add company management and user-company assignment in admin panel DanielS 2026-06-24 17:12:40 +02:00
  • 6b66cc5c41 feat: add lock/unlock button to partner table in Einstellungen DanielS 2026-06-24 17:05:16 +02:00
  • cd04309e3e feat: add user role management (admin/partner/gesperrt) with login block DanielS 2026-06-24 14:26:25 +02:00
  • 26de6820e3 feat: add Einstellungen, SMTP and DB-Tools links to admin sidebar DanielS 2026-06-24 14:04:24 +02:00
  • 9fbab07e1a fix: resolve header logout state synchronization issue DanielS 2026-06-24 13:31:30 +02:00
  • fe1d15090a feat: hide all demo badges when demo mode is disabled DanielS 2026-06-24 13:19:00 +02:00
  • 3c60889e2a feat: implement admin validation middleware, DB integrity scan, automatic schema repair, and reindexing dashboard DanielS 2026-06-24 13:06:23 +02:00
  • 6e5cee0180 refactor: rename proxy.ts to middleware.ts and update function name to middleware DanielS 2026-06-24 13:02:28 +02:00
  • f2db40fa36 fix: resolve client-side connection timeout by stripping internal port 8000 on Supabase URL rewriting DanielS 2026-06-24 11:00:44 +02:00
  • 0968f1a753 ci: add docker prune step to clean up Gitea runner cache after push DanielS 2026-06-24 10:57:25 +02:00
  • ac5bd766a4 ci: add docker image prune -f to staging workflow deployment script DanielS 2026-06-24 10:56:00 +02:00
  • 5c8c198fc5 fix: production login error masking, resolve navbar hydration mismatch, and gracefully handle database render errors DanielS 2026-06-24 10:54:00 +02:00
  • e1f47ddcd0 feat: add role selection to user creation and UI updates DanielS 2026-06-24 01:58:01 +02:00
  • 934879e5cf fix: redirect to home page on sign out DanielS 2026-06-24 01:40:17 +02:00
  • 4a17ea378e feat: make orders list clearer and put navbar globally except for admin area DanielS 2026-06-24 01:37:01 +02:00
  • e829006b77 feat: update contact link on homepage to point to caspos.de/kontakt/ DanielS 2026-06-24 01:26:44 +02:00
  • 76e46c08a4 feat: update privacy policy links to point to caspos.de/datenschutz/ DanielS 2026-06-24 01:25:41 +02:00
  • 01c46be9ef add zulip dummy for quick access DanielS 2026-06-24 01:23:30 +02:00
  • f09cec4e25 fix: ignore network errors during concurrent session check to prevent false-positive logouts DanielS 2026-06-24 01:14:33 +02:00
  • b34ed79d2b feat: implement next redirect flow, remove inactivity auto-logout, and add concurrent session termination notification DanielS 2026-06-24 01:09:17 +02:00
  • 47664c0aae fix: resolve mixed content errors by synchronizing client supabase URL protocol with window location protocol DanielS 2026-06-24 00:57:22 +02:00
  • 5662b9f770 feat: allow admin to order licenses and query all partner end customers DanielS 2026-06-24 00:32:20 +02:00
  • a56eb93ffc feat: handle redirects for admin in /order page and implement next query param on login DanielS 2026-06-24 00:29:46 +02:00
  • 615b0719f1 feat: redirect user dynamically based on role instead of /protected after login DanielS 2026-06-24 00:23:51 +02:00
  • 62e3c7804a feat: fix logout button, inactivity tracker, and concurrent session termination DanielS 2026-06-24 00:15:59 +02:00
  • 9878cdb2a2 feat: add CASPOS Store brand and Demo badge to admin sidebar footer DanielS 2026-06-24 00:12:45 +02:00
  • f19fda5494 feat: enforce admin role checks in layouts and navbar navigation DanielS 2026-06-24 00:05:16 +02:00
  • 7b22889e23 feat: add partner list and customer list explorer to admin settings DanielS 2026-06-24 00:02:27 +02:00
  • bdbf840529 feat: lock down registration and enforce partner-only logins DanielS 2026-06-23 23:59:22 +02:00
  • b71b84da1b migration: create public.customers table with RLS DanielS 2026-06-23 23:52:57 +02:00
  • 1b4e998cf9 feat: add admin settings page with toggle switch for demo banner DanielS 2026-06-23 23:43:22 +02:00
  • a99adb88d6 feat: update navbar links, settings labels, dark mode text color, and banner toggle hook DanielS 2026-06-23 23:43:16 +02:00
  • dd2c3859e9 feat: add custom navbar with inline supabase clients and custom dropdown DanielS 2026-06-23 23:27:23 +02:00
  • 0729dd21be Implement dynamic SMTP setting loader, admin product dependency matrix UI, recursive deselect cascade, and backend catalog validation DanielS 2026-06-23 04:42:50 +02:00
  • de1d228fb2 feat: port all auth forms to Next.js Server Actions to avoid exposing Supabase API to the browser DanielS 2026-06-23 04:39:00 +02:00
  • 3228c76675 fix: use maybeSingle for settings query to avoid failing when the table is empty DanielS 2026-06-23 04:36:16 +02:00
  • b039da3ff8 fix: force dynamic rendering on admin users page to load data at request-time DanielS 2026-06-23 04:29:58 +02:00
  • 07eb18c61c debug: print detailed error message when loading admin users fails DanielS 2026-06-23 04:11:14 +02:00
  • 5ba9869400 feat: create users and settings tables, replace getSession with getUser DanielS 2026-06-23 04:05:39 +02:00
  • 9542fdfe4a migration: add order_number and order_hash columns to orders DanielS 2026-06-23 04:02:36 +02:00
  • 88f18246ce feat: split pricing into one-time and monthly totals, fix invoice pdf rendering DanielS 2026-06-23 04:01:03 +02:00
  • 6b76e82220 fix: resolve customer creation fk violation and implement instant updates in admin dialogs DanielS 2026-06-23 03:27:46 +02:00
  • 898a5253e5 fix: remove default seeded categories from migrations DanielS 2026-06-23 03:22:30 +02:00
  • 756ec5c002 feat: add automatic database migration and seeding on docker startup DanielS 2026-06-23 03:14:40 +02:00
  • 235efd5a47 fix: use static auth cookie name to sync session across browser and server contexts DanielS 2026-06-23 02:58:55 +02:00
  • c0c5240f8d fix: resolve internal docker hostnames to client window location hostname in browser context DanielS 2026-06-23 02:42:50 +02:00
  • ca69db2395 fix: prioritize SUPABASE_URL and SUPABASE_ANON_KEY server-side environment variables DanielS 2026-06-23 02:37:48 +02:00
  • e789a38d19 fix: add environment variable fallback for Supabase client configuration DanielS 2026-06-23 02:36:31 +02:00
  • 2ec5993e63 Add Supabase ARG/ENV before build and in runtime stage DanielS 2026-06-23 02:16:45 +02:00
  • 6db2610c8d Update Docker build to use internal supabase‑kong URL" DanielS 2026-06-23 02:10:11 +02:00
  • 0b2809b13e Add Supabase ARG/ENV before build in Dockerfile (final) DanielS 2026-06-23 01:32:46 +02:00
  • 9ffa04e551 Insert Supabase ARG/ENV before Next.js build in Dockerfile DanielS 2026-06-23 01:16:37 +02:00