4cf1ac0eb7
fix: resolve invitation link expiration by adding verification landing page
DanielS
2026-06-30 16:21:13 +02:00
10f8683d7f
style(admin): improve company dropdown layout in user list component
DanielS
2026-06-30 15:45:00 +02:00
19e9733144
feat(admin): add API endpoint to download order confirmation PDF securely as attachment
DanielS
2026-06-30 15:36:42 +02:00
fc51d53aa3
style(admin): align company dropdown in user list to the right to avoid horizontal scrolling
DanielS
2026-06-30 15:32:08 +02:00
4b07e68aa0
style(admin): improve user dialog company dropdown layout
DanielS
2026-06-30 15:24:02 +02:00
19b4ac2729
refactor: rename middleware.ts to proxy.ts per Next.js 16 spec
DanielS
2026-06-30 15:23:57 +02:00
5b7ccfd8d9
fix(dsgvo): correctly anonymize last name and street for end customers
DanielS
2026-06-30 15:23:44 +02:00
fbb75567cf
refactor(admin): rename partner to user in company assignment pages
DanielS
2026-06-30 15:23:39 +02:00
8f4f05a3cd
refactor: rename orders to inquiries and update PDF and email text
DanielS
2026-06-30 15:23:33 +02:00
bdc9e6541c
feat(admin): filter dashboard revenue KPI by current month and completed status
DanielS
2026-06-30 15:23:28 +02:00
e25344a185
docs: update imprint and privacy policy for CASPOS
DanielS
2026-06-30 15:23:21 +02:00
ccdfa7402b
refactor(order): rename Bestellbestaetigung to Angebotsbestaetigung
DanielS
2026-06-26 09:06:45 +02:00
fbab22506b
feat(admin): edit order status with dropdown and notify partner by email
DanielS
2026-06-26 09:04:06 +02:00
c9ae185fdf
Fix Supabase URL for staging environment and update admin recent orders polling
DanielS
2026-06-25 23:46:03 +02:00
da7bd91b6f
fix: query orders using admin client in admin routes to bypass RLS and show all orders to admin
DanielS
2026-06-25 23:30:29 +02:00
45fb87d589
feat: add admin dashboard revenue chart and fix empty customer order bug
DanielS
2026-06-25 23:23:53 +02:00
71c6ad3721
fix: make last license date input only applicable to one-time purchases and ensure multiplier only affects one_time products
DanielS
2026-06-25 23:07:14 +02:00
1a2ace937c
feat: add update price modifier for existing customers based on last license date
DanielS
2026-06-25 23:04:48 +02:00
16fb713665
feat: rename invoice (RE-) to order confirmation (BE-) throughout the application
DanielS
2026-06-25 22:43:17 +02:00
52f2a78753
fix: resolve client-side supabase auth session visibility on page.tsx by querying server-side and passing to HomeClient client component
DanielS
2026-06-25 22:34:14 +02:00
e93cf7805c
feat: modernize landing page design, localize login/forgot password forms, and add public privacy/imprint pages
DanielS
2026-06-25 22:25:11 +02:00
08382ff4a1
sec: Add form-action to CSP and remove duplicate HSTS header based on ZAP report
DanielS
2026-06-25 17:20:27 +02:00
f44cf1a5f6
sec: Add HTTP security headers and disable X-Powered-By header based on ZAP report
DanielS
2026-06-25 15:49:40 +02:00
d3df9998f0
feat: Add database backup export and import as ZIP in admin settings
DanielS
2026-06-25 15:18:41 +02:00
47928fad3f
feat: Add product dependencies (requirements and exclusions) to database, admin UI and wizard validation
DanielS
2026-06-25 14:38:30 +02:00
5a292a8ddc
feat: Add action and dialog to copy/transfer modules between products
DanielS
2026-06-25 14:03:26 +02:00
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
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
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