Commit Graph
94 Commits
Author SHA1 Message Date
isaaccladandCursor fec24da7bd Add speaker invitations with portal page and programme host picker.
Deploy Ladill Events / deploy (push) Successful in 47s
Speakers require email, get a personal holding page with programme and stage links, auto-invites when programme hosts are saved, and manual send for events without a schedule; also fix wallet copy on event create and anchor attendee comms.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-03 15:48:32 +00:00
isaaccladandCursor 42d997a599 Fix Blade syntax error on event speakers page.
Deploy Ladill Events / deploy (push) Successful in 42s
Split inline @if directives in programme assignment rows so the speakers view compiles and loads without a 500.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-03 15:18:50 +00:00
isaaccladandCursor 2084cbc852 Cap public landing page logos at half the viewport width on mobile.
Deploy Ladill Events / deploy (push) Successful in 1m26s
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-03 14:58:51 +00:00
isaaccladandCursor 7cce194567 Return Meet attendees to join flow after event registration.
Deploy Ladill Events / deploy (push) Successful in 47s
Add badge verification API, preserve meet_return through registration and payment, and link confirmation back to Meet with badge auto-login.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-03 14:36:42 +00:00
isaaccladandCursor 9eab538f2e Fix webinar registration redirecting to ladl.link/undefined.
Deploy Ladill Events / deploy (push) Successful in 29s
Exempt public register POST from cross-site CSRF, collect email on the
landing form, and handle API errors instead of navigating to a missing
success_url.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-03 14:06:37 +00:00
isaaccladandCursor d2ec31f7a5 Fix post-registration 404, add speaker management, and simplify event creation.
Deploy Ladill Events / deploy (push) Successful in 28s
Proxy registration transaction paths on Events, add a join button on the
confirmation page, introduce speaker roster management, and replace the QR
design wizard with merchant-style create/show flows.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-03 13:44:53 +00:00
isaaccladandCursor d942ebaa83 Fix event branding images broken by legacy QR redirect.
Deploy Ladill Events / deploy (push) Successful in 25s
Keep logo and cover asset URLs on Events instead of redirecting them to
ladl.link, which does not serve uploaded QR storage files.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-02 08:14:17 +00:00
isaaccladandCursor 32c721b4f2 Add service API for Meet to list and link virtual events.
Deploy Ladill Events / deploy (push) Successful in 1m17s
Meet can attach existing conference or webinar rooms to event virtual sessions so registration stays in Events.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-02 07:38:56 +00:00
isaaccladandCursor 93272f968a Fix programme attachment dropdown always appearing disabled on events.
Deploy Ladill Events / deploy (push) Successful in 31s
Load itinerary options in the event show controller and link to programme creation when none exist yet.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-02 00:10:58 +00:00
isaaccladandCursor e9b51024d9 Add reusable copy-to-clipboard button for Events UI.
Deploy Ladill Events / deploy (push) Successful in 31s
Shared Alpine helper and Blade component with clipboard API fallback for one-click copy feedback.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-01 22:33:09 +00:00
isaaccladandCursor 05a6be7efe Complete Events–Meet integration phases 2–5.
Deploy Ladill Events / deploy (push) Successful in 41s
Programme sync to Meet rooms, wallet-billed mass comms, webhook lifecycle updates, and registration access bridge with join-window gating on public pages.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-01 22:31:45 +00:00
isaaccladandCursor 06fedcfc55 Add virtual event sessions with Meet sync and platform-billed messaging.
Deploy Ladill Events / deploy (push) Successful in 41s
Events can define hybrid/virtual sessions synced to Meet rooms; SMS and email use wallet-billed platform APIs instead of Termii and Laravel mail.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-01 22:08:09 +00:00
isaacclad 5a8a462102 Sync app launcher from registry
Deploy Ladill Events / deploy (push) Successful in 46s
2026-07-01 17:03:51 +00:00
isaaccladandCursor 7d00349847 Throttle platform SSO session checks to cut per-request auth latency.
Deploy Ladill Events / deploy (push) Successful in 1m4s
Verify auth.ladill.com at most once every 90s; recommend Redis for session/cache in .env.example.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-30 16:50:20 +00:00
isaacclad d5a84c07c0 Add Queue to app launcher config and icon.
Deploy Ladill Events / deploy (push) Successful in 24s
Propagated from ladill monorepo launcher sync.
2026-06-29 22:12:14 +00:00
isaacclad e356757d6c Sync app launcher from registry
Deploy Ladill Events / deploy (push) Successful in 47s
2026-06-29 17:52:20 +00:00
isaaccladandCursor 70316879b2 Cap launcher dropdown at 15 visible apps (5 rows).
Deploy Ladill Events / deploy (push) Successful in 25s
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-29 17:44:25 +00:00
isaaccladandCursor 18bb548c9f Hide launcher down arrow when scrolled to the end.
Deploy Ladill Events / deploy (push) Successful in 37s
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-29 14:48:11 +00:00
isaaccladandCursor 7856ec854b Revert launcher scroll rail and fade; keep down arrow hint.
Deploy Ladill Events / deploy (push) Successful in 52s
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-29 14:01:29 +00:00
isaaccladandCursor af9d315c70 Make launcher scroll affordance visible on open.
Deploy Ladill Events / deploy (push) Successful in 1m12s
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-29 13:52:21 +00:00
isaacclad e437aff7bc Sync app launcher from registry
Deploy Ladill Events / deploy (push) Successful in 51s
2026-06-29 13:27:17 +00:00
isaacclad 2cafdb3dc1 Always show launcher scroll indicator and cap at 18 apps.
Deploy Ladill Events / deploy (push) Successful in 1m27s
Apply ladill-launcher-apps scroll styles unconditionally with a persistent
scrollbar track; propagate launcher blade and CSS across all Ladill apps.
2026-06-29 13:03:54 +00:00
isaaccladandCursor a015cda2ee Use + icon buttons on mobile dashboards.
Deploy Ladill Events / deploy (push) Successful in 58s
Sync mobile-header-btn partials, mobile x-btn.create, and update dashboard header actions for consistent mobile FABs.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-28 16:22:56 +00:00
isaaccladandCursor d369de0ce4 Place wallet widget after Billing link in mobile profile sheet.
Deploy Ladill Events / deploy (push) Successful in 1m14s
Remove duplicate Billing header above Home; wallet card follows Billing
in menu order to match the desktop avatar dropdown.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-28 14:07:07 +00:00
isaaccladandCursor d9137b47e5 Sync mobile profile wallet card and 24h session idle timeout.
Deploy Ladill Events / deploy (push) Successful in 49s
Show wallet balance prominently in the mobile profile bottom sheet with refresh
on open; align session lifetime with the platform default.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-28 12:46:19 +00:00
isaaccladandCursor b789e81134 Hide header avatar on mobile and sync shared mobile nav partials.
Deploy Ladill Events / deploy (push) Successful in 41s
Profile moves to the bottom nav sheet on small screens; optional search tab
support is synced from the Ladill platform template.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-28 12:04:32 +00:00
isaacclad baf56479cc Sync app launcher from registry — add Frontdesk.
Deploy Ladill Events / deploy (push) Successful in 31s
2026-06-28 01:45:47 +00:00
isaaccladandCursor c6ba7f5604 Sync app launcher from registry
Deploy Ladill Events / deploy (push) Successful in 37s
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-27 19:03:57 +00:00
isaaccladandCursor fe6bffaf1d Sync app launcher from registry
Deploy Ladill Events / deploy (push) Successful in 25s
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-27 18:28:03 +00:00
isaaccladandCursor 82259b1fac Redirect legacy /q/* URLs to canonical ladl.link addresses.
Deploy Ladill Events / deploy (push) Successful in 27s
External /q requests 301/307 to ladl.link; internal X-Ladill-Internal requests still serve content for platform proxying.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-27 17:19:04 +00:00
isaaccladandCursor cbfb8733ea Wire LadillLink through QrCode model and remaining QR surfaces.
Deploy Ladill Events / deploy (push) Successful in 46s
Public URLs, encoded payloads, slug preview, payment callbacks, and asset paths now use ladl.link instead of ladill.com/q/*.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-27 16:16:25 +00:00
isaaccladandCursor ceaa9ba8dc Use ladl.link URLs for all front-facing QR and short-link surfaces.
Deploy Ladill Events / deploy (push) Successful in 26s
Public landing pages, asset paths, payment callbacks, and redirects now go through QrCode::publicPath() / LadillLink instead of ladill.com/q/* routes.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-27 15:46:17 +00:00
isaacclad 5bc3b3a064 Sync app launcher from registry
Deploy Ladill Events / deploy (push) Successful in 38s
2026-06-27 15:14:49 +00:00
isaaccladandCursor e234889f60 Make guest event registration email-optional like Ladill Mini.
Deploy Ladill Events / deploy (push) Successful in 35s
Attendees without Ladill accounts no longer need email at checkout; phone is required so organizers can reach them.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-27 14:18:45 +00:00
isaaccladandClaude Opus 4.8 c3fa39a053 Surface connected domains in Ladill Domains' My Domains
Deploy Ladill Events / deploy (push) Successful in 55s
Push the customer's connected domain to the central connected-domains registry
so it appears under My Domains (with Transfer in if not registered with Ladill).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-26 20:16:57 +00:00
isaaccladandClaude Opus 4.8 75bb72abb3 Fix custom-domain test fixtures (public_id, bypass platform.session)
Deploy Ladill Events / deploy (push) Successful in 39s
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-26 17:06:27 +00:00
isaaccladandClaude Opus 4.8 8cca4fb6e3 Add opt-in custom domains with automatic SSL
Deploy Ladill Events / deploy (push) Successful in 1m23s
Customers can connect their own domain to a events page (storefront/event):
add a domain, point an A record (apex + www) to the app server, click Verify —
DNS is checked, then Ladill Domains' central SSL service issues + installs the
Let's Encrypt cert and calls back to flip it live. The custom domain then serves
the mapped page (host resolution on /). Feature-gated: only active when a Domains
SSL API key is set, so this deploy is inert until wired.

- custom_domains table + CustomDomain model
- CustomDomainService (DNS verify, request cert), DomainsSslClient, DnsResolver
- settings UI panel, signed SSL callback receiver, host resolution on /
- feature tests (DNS verify/fail, signed callback, ownership)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-26 16:59:25 +00:00
5ddf674983 Add Accounting to the app launcher
Deploy Ladill Events / deploy (push) Successful in 1m24s
Ladill Accounting is now live at accounting.ladill.com; add its row + icon to
the shared app launcher (byte-identical across all Ladill apps).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-26 13:48:16 +00:00
isaaccladandClaude Opus 4.8 73b9c30562 Add branded boot splash (Ladill Mail style) on app pages
Deploy Ladill Events / deploy (push) Successful in 30s
InjectBootSplash middleware shows a self-branded loading splash once per session
while the app boots, then fades out.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-25 22:11:00 +00:00
isaaccladandClaude Opus 4.8 ee2af28739 Update POS launcher icon (app launcher + marketing)
Deploy Ladill Events / deploy (push) Successful in 30s
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-24 07:44:51 +00:00
isaaccladandCursor 1476e4d9e1 Sync app launcher config and add POS icon.
Deploy Ladill Events / deploy (push) Successful in 23s
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-23 22:53:23 +00:00
isaaccladandCursor 5e37d6103c Standardize desktop topbar widgets to match CRM layout.
Deploy Ladill Events / deploy (push) Successful in 52s
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-23 18:15:15 +00:00
isaaccladandClaude Opus 4.8 c9bcc58fb0 Add wallet balance widget to the profile menu (after Billing)
Deploy Ladill Events / deploy (push) Successful in 30s
Wallet balance peek rendered as a menu row directly under Billing, backed by
a /wallet/balance endpoint (BillingClient) and guarded by Route::has. Also
opens Afia via a direct window event for reliability.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-23 12:25:56 +00:00
isaaccladandClaude Opus 4.8 c62d04d333 Add CRM to the Ladill app launcher
Deploy Ladill Events / deploy (push) Successful in 29s
crm.ladill.com is now live in the suite; add its launcher row + icon
(byte-identical shared launcher config).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-22 22:41:28 +00:00
isaaccladandClaude Opus 4.8 5cfc800533 Add Invoice to the app launcher
Deploy Ladill Events / deploy (push) Successful in 23s
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-22 14:19:11 +00:00
isaaccladandCursor b08c27cf6e Bind app sessions to the platform auth session.
Deploy Ladill Events / deploy (push) Successful in 26s
Clear local sessions when auth.ladill.com signs out and ping the platform session from keepalive.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-20 08:26:30 +00:00
isaaccladandCursor 88665d3e97 Add Ladill SMS to shared app launcher.
Deploy Ladill Events / deploy (push) Successful in 55s
Include sms.ladill.com in the cross-app launcher and ship the SMS icon asset.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-19 23:12:36 +00:00
isaaccladandCursor 4437dd781d Lower Events platform fees to 3.5% and 5.5%.
Deploy Ladill Events / deploy (push) Successful in 23s
Contributions drop from 5% to 3.5%; tickets drop from 9% to 5.5%.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-19 19:51:36 +00:00
isaaccladandCursor 60523c6a34 Hide the current page link in the unified profile dropdown.
Deploy Ladill Events / deploy (push) Successful in 48s
Skip Home, account, and admin menu items when the user is already on that destination.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-19 10:16:46 +00:00
isaaccladandCursor 8a4e650347 Fix corrupted profileMenuItems in layouts after menu propagation.
Deploy Ladill Events / deploy (push) Successful in 1m14s
Remove orphaned array entries that caused Blade parse errors and 500 responses on authenticated pages.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-19 10:04:50 +00:00