Commit Graph
67 Commits
Author SHA1 Message Date
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 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 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
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 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
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
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 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 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
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
isaaccladandClaude Opus 4.8 01ba91d5ca Terminal: drop the redundant toolbar 'Terminal' label (page header already shows it)
Deploy Ladill Hosting / deploy (push) Successful in 1m3s
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-27 07:36:27 +00:00
isaaccladandClaude Opus 4.8 28b4430c58 Terminal: replace macOS traffic-light dots with a 'Terminal' label
Deploy Ladill Hosting / deploy (push) Successful in 1m42s
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-27 07:32:49 +00:00
isaaccladandClaude Opus 4.8 e86f95ddc7 Commit the control-panel terminal frontend (xterm) so clean builds keep it
Deploy Ladill Hosting / deploy (push) Successful in 1m21s
The terminal Alpine component + xterm/xterm-addon-fit only ever existed in an
out-of-band build; committed source never had them, so clean CI rebuilds shipped
a bundle WITHOUT the terminal (blank panel). Add resources/js/hosting-terminal.js
(window.hostingInteractiveTerminal, recovered from the last working build), import
it from app.js, and add xterm deps to package.json/lock. Verified: a clean
'npm ci && vite build' now includes the component + xterm.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-26 23:00:02 +00:00
isaaccladandClaude Opus 4.8 77a048921c Add branded boot splash (Ladill Mail style) on app pages
Deploy Ladill Hosting / deploy (push) Successful in 31s
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:39 +00:00
isaaccladandCursor 4ba2e86cf5 Standardize desktop topbar widgets to match CRM layout.
Deploy Ladill Hosting / deploy (push) Successful in 30s
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-23 18:16:40 +00:00
isaaccladandClaude Opus 4.8 739043755f Add wallet balance widget to the profile menu (after Billing)
Deploy Ladill Hosting / deploy (push) Successful in 28s
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:46 +00:00
isaaccladandCursor e6c2ebeee0 Bind app sessions to the platform auth session.
Deploy Ladill Hosting / deploy (push) Successful in 27s
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 56c43a73af Fix domain purchase modal on user-layout order flows.
Deploy Ladill Hosting / deploy (push) Successful in 22s
Include the purchase modal in user-layout and stack it above the order dialog so Get a new domain opens correctly.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-19 19:29:02 +00:00
isaaccladandCursor c1658d9e7f Remove duplicate close button from domain purchase modal.
Deploy Ladill Hosting / deploy (push) Successful in 25s
Rely on the shared modal component's close control instead of rendering a second one in the embed header.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-19 19:17:29 +00:00
isaaccladandCursor 537e34cbd7 Wire Ladill domain picker and purchase modal into hosting flows.
Deploy Ladill Hosting / deploy (push) Successful in 51s
Use the Domains API for owned domains across panel, account, and order forms, with an embedded iframe purchase modal instead of redirecting to domains.ladill.com.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-19 18:01:23 +00:00
isaaccladandCursor 44cfb1d9b9 Fix profile dropdown 500 by using the correct auth user variable.
Deploy Ladill Hosting / deploy (push) Successful in 55s
Topbar defines $u but the menu partial was passed undefined $user.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-19 10:48:59 +00:00
isaaccladandCursor bb421f3dbc Fix corrupted profileMenuItems in layouts after menu propagation.
Deploy Ladill Hosting / deploy (push) Successful in 1m27s
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:14 +00:00
isaaccladandCursor 53f38ba794 Unify logged-in profile dropdown with platform account menu.
Deploy Ladill Hosting / deploy (push) Successful in 46s
Wire UserProfileMenu and shared Blade partial into topbar, mobile nav, and layouts so menu items match the account portal (Ladill Mail excluded).

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-19 09:33:27 +00:00
isaaccladandCursor d85a7db057 Remove centralized account nav from app sidebar; redirect legacy URLs.
Deploy Ladill Hosting / deploy (push) Successful in 29s
Wallet, Billing, Team, Developers, and Support live on account.ladill.com.
Siloed sidebars keep product nav and app Settings only.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-19 00:42:46 +00:00
isaaccladandClaude Opus 4.8 869a53d168 Sidebar: remove centralized account links; redirect Wallet/Billing to hub
Deploy Ladill Hosting / deploy (push) Successful in 44s
Remove the Wallet/Billing/Team links from the hosting sidebar (managed centrally
at account.ladill.com); keep Support (deep-links to hub) and Settings. Redirect
the now-orphaned account.wallet/account.billing routes to the central hub so
bookmarks still work.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-19 00:20:13 +00:00
isaaccladandClaude Opus 4.8 2ff74c45ac Remove orphaned account.team/developers routes + repoint sidebar Team
Deploy Ladill Hosting / deploy (push) Successful in 1m11s
Completes the strip: drop the local account.team* and account.developers* route
definitions (the DeveloperController + views were removed in the previous
commit) and point the sidebar Team link to the central account hub. account.switch
retained. (Previous commit landed only the deletions; this makes routes consistent.)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-18 23:59:44 +00:00
isaaccladandClaude Opus 4.8 f206f9bef5 Strip hosting Team & Developers pages; point to central account hub
Deploy Ladill Hosting / deploy (push) Successful in 50s
Team and developer-token management now live on account.ladill.com. Remove the
local account.team* and account.developers* routes, the DeveloperController, and
the (empty) hosting Team/Developers pages; repoint the sidebar Team link to
ladill_account_url('/account/team'). The acting-account switcher (account.switch)
stays — it is load-bearing for multi-account access. Hosting developer-access
authz is already centralized via the identity API (shadow-verified + flipped).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-18 23:58:52 +00:00
isaaccladandCursor 5e4109384e Fix hosting profile dropdown and align menu with platform.
Deploy Ladill Hosting / deploy (push) Successful in 29s
Add home.ladill.com helper, repair click-outside handling on topbar menus, and expand profile links on desktop and mobile.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-18 20:40:43 +00:00
isaaccladandCursor 3c18d2f4b5 Use Ladill hosting icon in control panel sidebar.
Deploy Ladill Hosting / deploy (push) Successful in 43s
Replace the generic server glyph with hosting.svg inside the existing purple header badge.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-18 14:12:32 +00:00
isaaccladandCursor 01325d3edf Fix file manager select-all and delete actions.
Deploy Ladill Hosting / deploy (push) Successful in 27s
Correct a JavaScript syntax error that prevented the file manager Alpine component from loading, and include the confirm modal in the hosting panel layout so delete prompts render.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-18 13:54:18 +00:00
isaaccladandClaude Opus 4.8 a47b469320 Afia: render markdown bold in chat instead of showing raw asterisks
Deploy Ladill Hosting / deploy (push) Successful in 1m27s
Replies came back with **bold** markup that displayed literally to users.
Render the bubble as HTML (escaped first for safety) and convert **text** to
<strong>; newlines already handled by whitespace-pre-line.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-11 08:41:01 +00:00
isaaccladandCursor fabfd18a3c Fix SSO popup callback infinite loop and post-login 500.
Deploy Ladill Hosting / deploy (push) Successful in 1m3s
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-09 20:21:47 +00:00
isaaccladandCursor 09911d56d9 Make SSO popup fallback URL work without controller changes.
Deploy Ladill Hosting / deploy (push) Successful in 27s
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-09 16:05:35 +00:00
isaaccladandCursor 48fe96074a Fix SSO popup login 500 and add branded signed-out pages.
Deploy Ladill Hosting / deploy (push) Successful in 27s
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-09 15:46:24 +00:00
isaaccladandCursor fedd01cdde Keep the app subdomain visible during Ladill SSO login and logout.
Deploy Ladill Hosting / deploy (push) Successful in 34s
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-09 12:15:37 +00:00
isaaccladandCursor ca60515dfc Unify primary buttons with gradient pill design across the app.
Deploy Ladill Hosting / deploy (push) Successful in 28s
Add shared btn-primary components and plus icons on create/new actions for a consistent Ladill UI.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-08 22:49:27 +00:00
isaaccladandCursor 37bff3f05b Move Support link under Account in sidebar.
Deploy Ladill Hosting / deploy (push) Successful in 56s
Place Support with Account navigation instead of the Settings footer.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-08 20:29:12 +00:00
isaaccladandCursor 98eee39665 Add app-specific mail branding and sidebar Support links.
Deploy Ladill Hosting / deploy (push) Successful in 38s
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-08 20:11:27 +00:00
isaaccladandCursor 79f919bb40 Pin Settings to the sidebar footer in Ladill Hosting.
Deploy Ladill Hosting / deploy (push) Successful in 36s
Move Settings out of the Account and Advanced sections into a pinned footer on both the app and control panel sidebars.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-08 04:45:35 +00:00
isaaccladandCursor bc08624fff Replace native confirm() dialogs with styled confirm modals.
Deploy Ladill Hosting / deploy (push) Successful in 30s
Add shared confirm-dialog component, Alpine ladillConfirm store, and
swap browser confirms for consistent bottom-sheet modals across user,
admin, and hosting flows.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-07 21:11:04 +00:00