Commit Graph
29 Commits
Author SHA1 Message Date
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
isaaccladandCursor 61999f3a21 Add Mini launcher icon for cross-app app grid.
Deploy Ladill Hosting / deploy (push) Successful in 1m0s
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-07 19:58:18 +00:00
isaacclad a579950cbf Add Ladill Mini to shared app launcher.
Deploy Ladill Hosting / deploy (push) Successful in 1m8s
2026-06-07 18:51:40 +00:00
isaaccladandCursor e40f1d997d Show only Ladill app names in the mobile header.
Deploy Ladill Hosting / deploy (push) Successful in 29s
Remove route-based page titles and the uppercase subtitle line so mobile
headers display a single title like Ladill Bird.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-07 16:44:11 +00:00
isaaccladandCursor d3a379d5bc Add mobile topbar titles and show Afia on all mobile headers.
Deploy Ladill Hosting / deploy (push) Successful in 26s
Route-based subtitle and page titles replace plain app labels in mobile topbars, and the Afia AI button is visible on mobile across topbars and mobile-page-header screens.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-07 16:30:31 +00:00
isaaccladandCursor b7b9e5ef05 Add a mobile search page for Hosting.
Deploy Ladill Hosting / deploy (push) Successful in 27s
Return an HTML search screen from /search for browser visits and point the bottom nav Search tab at it instead of the dashboard.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-07 15:38:29 +00:00
isaaccladandCursor cf9d7cc75d Add Events to the shared app launcher.
Deploy Ladill Hosting / deploy (push) Successful in 42s
Include the Events SSO entry and launcher icon so customers can switch to events.ladill.com from every product.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-07 14:24:17 +00:00
isaaccladandCursor bfa9975e01 Add QR Plus to the shared app launcher across all Ladill apps.
Deploy Ladill Hosting / deploy (push) Successful in 33s
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 e3fd235139 Unify SSO and surface legacy ResellerClub hosting orders on the dashboard.
Deploy Ladill Hosting / deploy (push) Successful in 26s
Add silent OAuth and session keepalive, and show imported RC orders alongside
native hosting accounts.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-07 06:33:16 +00:00
isaaccladandCursor c91d25eb3b Fix legacy hosting order page 500 from stale route names.
Deploy Ladill Hosting / deploy (push) Successful in 21s
Point show.blade.php at hosting.legacy.* routes and add the missing input-error component.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-06 20:35:18 +00:00
isaaccladandCursor d532f5b206 Fix legacy RC hosting orders not appearing after app extraction.
Deploy Ladill Hosting / deploy (push) Successful in 23s
Import RC service orders in hosting:import, map platform_id on legacy models, and wire legacy order manage links to hosting.legacy.show.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-06 20:31:29 +00:00
isaaccladandCursor 8205d55d1e Add Ladill Servers to app launcher.
Deploy Ladill Hosting / deploy (push) Successful in 33s
Sync servers.svg from monolith for the all-apps menu.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-06 19:28:22 +00:00
isaaccladandCursor 6a0c3d7477 Use inline SVG for domain icon in notification dropdown for portability.
Deploy Ladill Hosting / deploy (push) Successful in 19s
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-06 18:38:52 +00:00
isaaccladandCursor 7fca4a351a Add per-app notifications and enforce hosting brand assets.
Deploy Ladill Hosting / deploy (push) Successful in 24s
Wire local notification inbox in the topbar, sync ladillhosting logo and hosting launcher icon, and fix signed-out page branding.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-06 18:27:39 +00:00
isaaccladandCursor a0bcf93e53 Add live topbar search for hosting accounts and sites.
Deploy Ladill Hosting / deploy (push) Successful in 20s
Wire a JSON /search endpoint and Alpine dropdown so customers can find accounts, linked domains, and orders from the hosting app header.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-06 18:06:58 +00:00
isaaccladandCursor 5703a00862 Show linked domains on cards and fix Email leftovers.
Deploy Ladill Hosting / deploy (push) Successful in 24s
Display hosted_sites on account cards, scope Afia and Settings to hosting,
add hosting_settings for notifications, and remove mailbox UI from the
hosting layout and account pages.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-06 17:30:40 +00:00
isaaccladandCursor c4bd4efbed Add a real hosting overview dashboard.
Deploy Ladill Hosting / deploy (push) Successful in 22s
Replace the smart redirect on /dashboard with an overview hub (stats,
recent accounts, pending orders) matching Domains and Email, and move
the full account list to /hosting/accounts.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-06 17:21:27 +00:00
isaaccladandCursor 62d33e2a75 Remove app launcher from hosting sidebar footer.
Deploy Ladill Hosting / deploy (push) Successful in 22s
The grid launcher stays in the top bar; the duplicate footer control
cluttered the account sidebar without adding value.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-06 17:17:07 +00:00
isaaccladandCursor e39a47fa1f Land on account overview and import hosted sites.
Deploy Ladill Hosting / deploy (push) Successful in 25s
Route launcher and home hub entry to the account overview instead of the
control panel, label the sidebar app launcher, and extend hosting:import
to sync hosted_sites with platform_id matching for existing accounts.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-06 17:13:46 +00:00
isaaccladandCursor 1e134a8e4b Add paystack-sheet partial for hosting account renewals.
Deploy Ladill Hosting / deploy (push) Successful in 36s
The account overview page includes this partial for mobile Paystack checkout when exiting the panel.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-06 17:04:44 +00:00
isaaccladandCursor 1135915797 Fix 500 when exiting hosting panel for existing accounts.
Deploy Ladill Hosting / deploy (push) Successful in 20s
The account overview queried a local mailboxes table that the extracted hosting app does not have; guard those lookups and skip email-addon upsells when mailboxes are managed on Ladill Email.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-06 17:02:44 +00:00
isaaccladandCursor 206a022e27 Update hosting favicon.ico.
Deploy Ladill Hosting / deploy (push) Successful in 44s
Replace the default favicon with the Ladill Hosting brand icon.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-06 16:49:47 +00:00
isaaccladandCursor a2985005ff Replace monolith user.* routes with cross-app URLs.
Deploy Ladill Hosting / deploy (push) Successful in 20s
Hosting type pages and panel views referenced platform routes that do not exist in the extracted app; link to domains, account, and servers apps instead.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-06 16:46:09 +00:00
isaaccladandCursor 136d741b8e Fix panel domain lookup without site builder tables.
Deploy Ladill Hosting / deploy (push) Successful in 21s
Use user-owned domains only; the extracted hosting app does not have websites or website_members tables.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-06 16:42:56 +00:00
isaaccladandCursor 2cd55e1e44 Fix getUserDomains for hosting app without site builder.
Deploy Ladill Hosting / deploy (push) Has been cancelled
Skip websites/website_members lookups; domains are owned directly by user_id in the extracted hosting app.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-06 16:42:40 +00:00
isaaccladandCursor c627d83e59 Fix hosting 500s: rc_service_orders migration and account layout.
Deploy Ladill Hosting / deploy (push) Successful in 22s
Account pages were extending the email layout with undefined routes, and hosting type pages queried a missing rc_service_orders table.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-06 16:41:27 +00:00
isaaccladandCursor 2df303048c Fix CI deploy: sync composer.lock and add hosting config.
Deploy Ladill Hosting / deploy (push) Successful in 21s
phpseclib was missing from the lock file, which caused composer install
to fail on the Gitea deploy runner.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-06 16:31:44 +00:00
isaaccladandCursor e251a4cf60 Initial Ladill Hosting app with Gitea deploy pipeline.
Deploy Ladill Hosting / deploy (push) Failing after 17s
Shared web hosting extracted from the platform monolith, with CI deploy
to /var/www/ladill-hosting matching Bird/Domains/Email.

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