Commit Graph
17 Commits
Author SHA1 Message Date
isaaccladandCursor 9ddda21ea3 Add Afia AI assistant to the QR Plus header.
Deploy Ladill QR Plus / deploy (push) Successful in 1m33s
Wire in-app chat scoped to QR codes, billing, and scans so users get product-specific help without leaving qrplus.ladill.com.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-07 08:56:29 +00:00
isaaccladandCursor 6a5e26315e Import PDF documents when migrating QR codes from the platform.
Deploy Ladill QR Plus / deploy (push) Successful in 28s
Links qr_documents to imported codes and copies PDF files when --storage-source is provided.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-07 07:49:53 +00:00
isaaccladandCursor 58bc89a528 Add QR Plus to the shared app launcher across all Ladill apps.
Deploy Ladill QR Plus / deploy (push) Successful in 32s
Register qrplus.ladill.com in ladill_launcher.php and sync the launcher icon.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-07 06:46:48 +00:00
isaaccladandCursor d62f0f0c57 Unify SSO with platform for seamless sign-in across Ladill apps.
Deploy Ladill QR Plus / deploy (push) Successful in 29s
Add silent OAuth, deep-link guest redirects, and a session keepalive iframe.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-07 06:33:16 +00:00
isaaccladandCursor 43728bcec3 Add QR Plus REST API for listing, creating, and updating codes.
Deploy Ladill QR Plus / deploy (push) Successful in 29s
Exposes /api/v1/qr-codes with analytics, team account header support, and qr:read/qr:write token abilities.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-07 06:25:16 +00:00
isaaccladandCursor 69405c93d3 Fix QR code show page undefined orders variable.
Deploy Ladill QR Plus / deploy (push) Successful in 34s
Pass orders as null from the controller so the leftover commerce section does not 500 on Plus types.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-07 06:20:49 +00:00
isaaccladandCursor 8c3e9d3c26 Add team, developers, PDF type, and QR rendering dependency.
Deploy Ladill QR Plus / deploy (push) Successful in 42s
Enables account collaboration, API tokens, hosted PDF codes, and fixes QR detail 500s by declaring chillerlan/php-qrcode.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-07 06:16:13 +00:00
isaaccladandCursor bcd1cf5d28 Fix QR codes views to use user.qr-codes route names.
Deploy Ladill QR Plus / deploy (push) Successful in 56s
Removes missing topup route/modal and sends low-balance users to the platform wallet.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-07 06:02:33 +00:00
isaaccladandCursor 6f4c68d274 Point QR Plus app at qrplus.ladill.com.
Deploy Ladill QR Plus / deploy (push) Successful in 28s
Update defaults, SSO redirect, and deploy runbook for the new subdomain.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-06 22:00:39 +00:00
isaaccladandCursor 9fc9db8a2f Add User avatarUrl helper and harden dashboard billing lookup.
Deploy Ladill QR Plus / deploy (push) Successful in 23s
Fixes dashboard 500 after SSO when layout renders profile avatar.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-06 21:55:13 +00:00
isaaccladandCursor 50403e93f4 Use QR Plus layout chrome without monolith routes.
Deploy Ladill QR Plus / deploy (push) Successful in 26s
Fixes dashboard 500 from undefined cart, search, and notification routes.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-06 21:53:03 +00:00
isaaccladandCursor 666b169043 Remove hosting team invite hook from QR Plus SSO login.
Deploy Ladill QR Plus / deploy (push) Successful in 27s
Fixes 500 on OAuth callback after sign-in with Ladill.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-06 21:49:38 +00:00
isaaccladandCursor ee3ec495bb Allow deploy user to switch current release symlink.
Deploy Ladill QR Plus / deploy (push) Successful in 20s
Fall back to passwordless sudo when the app root is not writable by the runner.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-06 21:47:09 +00:00
isaaccladandCursor 2faa10b54c Ensure shared bootstrap-cache is writable during composer install.
Deploy Ladill QR Plus / deploy (push) Failing after 16s
Normalize deploy/www-data ownership on shared paths so package:discover can run in CI.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-06 21:46:12 +00:00
isaaccladandCursor dbe566410f Sync package-lock.json with QR styling dependencies.
Deploy Ladill QR Plus / deploy (push) Failing after 16s
Fixes deploy npm ci failure after adding qr-code-styling and qrcode-generator.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-06 21:43:20 +00:00
isaaccladandCursor 37eece6a6d Fix nginx setup path in deploy runbook.
Deploy Ladill QR Plus / deploy (push) Failing after 2s
Use the full /var/www/ladill-qr-plus/current path for setup-service-subdomain-nginx.sh.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-06 21:39:55 +00:00
isaaccladandCursor cd6571f199 Extract Ladill QR Plus as standalone app at qr.ladill.com.
Deploy Ladill QR Plus / deploy (push) Failing after 1s
Utility QR types only (URL, WiFi, link list, business, app download) with
SSO, Billing API integration, public /q resolver, and qr-plus:import for
platform migration. vCard and commerce types stay on the platform.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-06 21:31:24 +00:00