Commit Graph
133 Commits
Author SHA1 Message Date
isaacclad b92484c852 Let hero stats cards auto-expand to fit long values.
Deploy Ladill Hosting / deploy (push) Successful in 46s
Replace fixed mobile widths and equal grid columns with content-sized cards so figures like GHS balances and storage sizes are never clipped.
2026-07-24 14:53:17 +00:00
isaacclad f266b8e738 Stop Paystack pre-modal flash on customer checkout.
Deploy Ladill Hosting / deploy (push) Successful in 1m56s
Use the shared Inline sheet, hold busy until payment UI opens, and avoid locking page scroll during the handoff.
2026-07-24 10:14:40 +00:00
isaacclad 7e86208c9f Simplify pay wait copy and scale Paystack to fill the loading area.
Deploy Ladill Hosting / deploy (push) Failing after 3h13m46s
Use “Please wait…” while loading, and scale the contained Paystack iframe so
checkout fills the sheet body without a floating second card.
2026-07-23 22:57:57 +00:00
isaacclad 5a6bad80ce Render Paystack flush in the sheet loading area without a second stage.
Deploy Ladill Hosting / deploy (push) Has been cancelled
Drop host shadows and keep the iframe transparent so checkout fills the
Ladill sheet body instead of floating as a second card.
2026-07-23 22:45:15 +00:00
isaacclad c40b9e63ed Force Paystack checkout into the sheet mount on first insert.
Deploy Ladill Hosting / deploy (push) Has been cancelled
Redirect first iframe append into the Ladill sheet body and keep absolute
fill styles applied so checkout is not a second full-screen modal.
2026-07-23 22:37:18 +00:00
isaacclad f2713c7c23 Open Paystack from the Pay click gesture, not after fetch.
Deploy Ladill Hosting / deploy (push) Successful in 1m17s
Paystack blocks iframes, so checkout uses a popup beside the sheet/modal chrome. Opening about:blank on the user tap keeps that window from being blocked after the async initiate response.
2026-07-21 18:13:44 +00:00
isaacclad 46168b1022 Fix Paystack sheet: stop iframe embeds that Paystack blocks.
Deploy Ladill Hosting / deploy (push) Successful in 49s
Paystack checkout.paystack.com returns X-Frame-Options: SAMEORIGIN, so the shared sheet opened empty. Keep mobile sheet/desktop modal chrome, launch checkout in a named window with a Continue CTA fallback, and escape payment-return via window.opener or top.
2026-07-21 17:34:54 +00:00
isaacclad 07bb8beb10 Present Paystack checkout in a responsive mobile sheet and desktop modal.
Deploy Ladill Hosting / deploy (push) Successful in 49s
Standardize customer-facing Ladill Pay checkout shells across products, open them on all viewports, and escape iframe callbacks back to the product flow.
2026-07-21 16:50:07 +00:00
isaacclad fcb2808ab1 Sync launcher after restoring Merchant/Mini/Give and adding One.
Deploy Ladill Hosting / deploy (push) Successful in 45s
2026-07-21 14:23:26 +00:00
isaacclad 0c4cf7bef1 Fix deploy tmp paths: drop unset gitea.run_attempt.
Deploy Ladill Hosting / deploy (push) Successful in 1m50s
act_runner v0.2.x does not expose gitea.run_attempt, so release archive and
workspace paths rendered with a trailing dash. Use gitea.run_id only, matching
the Meet/CRM deploy workflows.
2026-07-17 12:56:27 +00:00
isaacclad 7ceca971f5 Remove Merchant, Mini, and Give from the app launcher.
Deploy Ladill Hosting / deploy (push) Successful in 2m32s
Registry marks them soon pending BoG licensing; propagate the clean launcher so every app matches.
2026-07-15 13:28:29 +00:00
isaaccladandCursor a3ba2ac45b Fix browser terminal paste for hosting clients.
Deploy Ladill Hosting / deploy (push) Successful in 42s
Use bracketed paste, reliably bind paste capture, stop blocking mousedown focus, and give shells a short prompt with horizontal-scroll readline so long pasted commands do not wrap incorrectly.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-13 18:02:02 +00:00
isaaccladandCursor 335c0fea61 Do not request www aliases when issuing SSL for subdomain sites.
Deploy Ladill Hosting / deploy (push) Successful in 41s
Certbot was including www.data.example.com for managed DNS subdomains, which NXDOMAIN and failed the whole certificate.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-13 17:18:27 +00:00
isaaccladandCursor ebacc3e409 Set HostingAccount expires_at when provisioning from a customer order.
Deploy Ladill Hosting / deploy (push) Successful in 37s
Order expiry was stored on CustomerHostingOrder only, so the accounts list showed a dash.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-13 17:14:11 +00:00
isaaccladandCursor b7f320ca30 Hide fulfilled pending-setup orders from the customer hosting list.
Deploy Ladill Hosting / deploy (push) Successful in 45s
Sales Centre left Active CustomerHostingOrder rows with pending-setup.local alongside real HostingAccounts, so customers saw two hostings.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-13 17:10:49 +00:00
isaaccladandCursor bc199ccb43 Add PowerDNS config and DKIM/NS check tables required for zone provisioning.
Deploy Ladill Hosting / deploy (push) Successful in 49s
Hosting had PDNS env vars but no config/pdns.php and was missing domain_dkim_keys, so linked domains never got authoritative zones.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-13 17:05:28 +00:00
isaaccladandCursor 40d3dc0fbe Provision PowerDNS zones immediately on domain link and add ensure-zone command.
Deploy Ladill Hosting / deploy (push) Successful in 40s
Async-only zone jobs left Ladill NS returning REFUSED for new domains, which surfaces as Let's Encrypt SERVFAIL during SSL issuance.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-13 16:56:28 +00:00
isaaccladandCursor 136cf8b719 Fix subdomain DNS messaging for Ladill nameservers and retire pending-setup primaries.
Deploy Ladill Hosting / deploy (push) Successful in 47s
Treat ns_auto domains as managed DNS, publish subdomain A records via PowerDNS without failing the UX when the local DNS registry is missing, and promote real linked domains over pending-setup.local placeholders.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-13 16:47:50 +00:00
isaaccladandCursor 460edb8719 Add first-class hosting subdomain create/attach in Domains panel.
Deploy Ladill Hosting / deploy (push) Successful in 1m9s
Customers can create label-based subdomains under primary/addon sites with a separate max_domains×5 quota, nginx/docroot/SSL provisioning, and managed DNS A records when Ladill controls the parent zone.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-13 12:08:41 +00:00
isaaccladandCursor c12c1cf7c3 Add installer app logos so Application Installer cards render correctly.
Deploy Ladill Hosting / deploy (push) Successful in 2m7s
The hosting panel referenced /images/app_logos/*.svg but the standalone app never shipped those assets.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-11 13:29:36 +00:00
isaacclad 550b55f4a7 Remove desktop header search from app topbars.
Deploy Ladill Hosting / deploy (push) Successful in 1m50s
Drop the lg+ topbar search field; mobile search entry points are unchanged.
2026-07-09 06:57:33 +00:00
isaacclad 62de32e247 Sync app launcher from registry
Deploy Ladill Hosting / deploy (push) Successful in 37s
2026-07-07 23:13:02 +00:00
isaacclad bda976bc47 Show boot splash on app open/reload for logged-in users.
Deploy Ladill Hosting / deploy (push) Successful in 53s
Replace the once-per-session sessionStorage guard (which suppressed the loading
screen after its first appearance) with entry-aware logic: show on app entry
and reloads, suppress on internal link navigations and back/forward.
2026-07-07 20:34:29 +00:00
isaacclad d311553745 Sync app launcher from registry
Deploy Ladill Hosting / deploy (push) Successful in 32s
2026-07-07 14:42:16 +00:00
isaacclad fdb2d57010 Prefer system npm in deploy CI when portable node-gyp is broken.
Deploy Ladill Hosting / deploy (push) Successful in 1m14s
Falls back to downloading Node only when host npm is unavailable, fixing npm ci failures on ladill-deploy-runner.
2026-07-07 00:46:53 +00:00
isaacclad 335aaaf20e Sync app launcher from registry
Deploy Ladill Hosting / deploy (push) Failing after 4s
2026-07-07 00:21:19 +00:00
isaaccladandCursor e48d7bbd42 Add page heroes to single, multi, and WordPress hosting pages.
Deploy Ladill Hosting / deploy (push) Successful in 30s
Surface account counts, status breakdown, and available plans in heroes consistent with Ladill Servers.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-06 16:59:13 +00:00
isaaccladandCursor 2c9877a87c Add platform admin hosting API for Ladill account provisioning.
Deploy Ladill Hosting / deploy (push) Successful in 1m29s
Expose authenticated service endpoints for assigning, listing, renewing, and managing hosting accounts from the platform, with tests and deploy docs.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-03 22:54:00 +00:00
isaacclad b0e1cfab4e Sync mobile notification badge and dashboard icon-link partials.
Deploy Ladill Hosting / deploy (push) Successful in 28s
Align mobile unread badge with desktop and add plus icon support for panel actions.
2026-07-03 22:41:01 +00:00
isaacclad 2d5a0c3a4a Sync app launcher from registry
Deploy Ladill Hosting / deploy (push) Successful in 48s
2026-07-01 17:04:18 +00:00
isaaccladandCursor 3ca402fa25 Throttle platform SSO session checks to cut per-request auth latency.
Deploy Ladill Hosting / deploy (push) Successful in 1m35s
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:51:43 +00:00
isaacclad 9f31060e23 Add Queue to app launcher config and icon.
Deploy Ladill Hosting / deploy (push) Successful in 42s
Propagated from ladill monorepo launcher sync.
2026-06-29 22:12:15 +00:00
isaacclad da45e46eb4 Sync app launcher from registry
Deploy Ladill Hosting / deploy (push) Successful in 41s
2026-06-29 17:52:41 +00:00
isaaccladandCursor 9194d9417f Cap launcher dropdown at 15 visible apps (5 rows).
Deploy Ladill Hosting / deploy (push) Successful in 1m53s
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-29 17:44:36 +00:00
isaaccladandCursor f491b38f0e Hide launcher down arrow when scrolled to the end.
Deploy Ladill Hosting / deploy (push) Successful in 41s
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-29 14:48:25 +00:00
isaaccladandCursor 1b8ec72a74 Revert launcher scroll rail and fade; keep down arrow hint.
Deploy Ladill Hosting / deploy (push) Successful in 1m14s
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-29 14:01:54 +00:00
isaaccladandCursor 3a75eefeff Make launcher scroll affordance visible on open.
Deploy Ladill Hosting / deploy (push) Successful in 39s
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-29 13:52:32 +00:00
isaacclad e57bfb082a Sync app launcher from registry
Deploy Ladill Hosting / deploy (push) Successful in 58s
2026-06-29 13:27:55 +00:00
isaacclad c9f0ee68f2 Always show launcher scroll indicator and cap at 18 apps.
Deploy Ladill Hosting / deploy (push) Successful in 44s
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:04:15 +00:00
isaaccladandCursor 62caf10933 Use + icon buttons on mobile dashboards.
Deploy Ladill Hosting / deploy (push) Successful in 1m8s
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:20:56 +00:00
isaaccladandCursor 25c32ef5e3 Place wallet widget after Billing link in mobile profile sheet.
Deploy Ladill Hosting / deploy (push) Successful in 1m11s
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:19 +00:00
isaaccladandCursor 86af6a4361 Sync mobile profile wallet card and 24h session idle timeout.
Deploy Ladill Hosting / deploy (push) Successful in 46s
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:45:59 +00:00
isaaccladandCursor a8910507da Hide header avatar on mobile and sync shared mobile nav partials.
Deploy Ladill Hosting / deploy (push) Successful in 33s
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:33 +00:00
isaaccladandCursor 9e1d4d5c3d Hide header avatar on mobile and sync shared mobile nav partials.
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:09 +00:00
isaacclad d10b915059 Sync app launcher from registry — add Frontdesk.
Deploy Ladill Hosting / deploy (push) Successful in 27s
2026-06-28 01:45:57 +00:00
isaaccladandCursor 9fffe7802c Sync app launcher from registry
Deploy Ladill Hosting / deploy (push) Successful in 39s
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-27 19:03:57 +00:00
isaaccladandCursor da6886e572 Sync app launcher from registry
Deploy Ladill Hosting / deploy (push) Successful in 47s
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-27 18:28:03 +00:00
isaacclad 1e415a5906 Sync app launcher from registry
Deploy Ladill Hosting / deploy (push) Successful in 1m10s
2026-06-27 15:15:00 +00:00
isaaccladandClaude Opus 4.8 75ba450938 Terminal: show the live full working-directory path in the toolbar
Deploy Ladill Hosting / deploy (push) Successful in 45s
The toolbar showed a static ~/public_html. The jailed shell now reports its cwd
via OSC 7 each prompt (jail rcfile keeps the user's prompt + emits it); xterm
captures it and the toolbar shows the full path (/home/<user>/...), updating as
the user cd's. Launcher/rcfile committed in deployment/ for reproducibility.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-27 07:53:48 +00:00
isaaccladandClaude Opus 4.8 d7b47e67fb Terminal: fill the viewport (height below the panel header, edge-to-edge)
Deploy Ladill Hosting / deploy (push) Successful in 34s
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-27 07:43:56 +00:00