Add transfer search and OneDrive-style Files storage UI.
Deploy Ladill Transfer / deploy (push) Successful in 29s
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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user