Add transfer search and OneDrive-style Files storage UI.
Deploy Ladill Transfer / deploy (push) Successful in 29s

Transfers now lists all shares with filters and pagination; Files becomes a selectable cloud view with download, share, delete, move, and open-in-email actions.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-06-08 20:59:05 +00:00
co-authored by Cursor
parent b36148eeb6
commit 19170d6bc7
15 changed files with 1083 additions and 59 deletions
+9
View File
@@ -23,6 +23,15 @@ if (! function_exists('ladill_domains_url')) {
}
}
if (! function_exists('ladill_webmail_url')) {
function ladill_webmail_url(string $path = ''): string
{
$base = rtrim((string) config('services.ladill_webmail.url', 'https://mail.ladill.com'), '/');
return $path !== '' ? $base.'/'.ltrim($path, '/') : $base;
}
}
if (! function_exists('ladill_account_url')) {
function ladill_account_url(string $path = ''): string
{