Files
FileRise/public/api/file/createAuthFileLink.php
T
Ryan 75f2d6de69 release(v3.5.1): authenticated Link File deep links + shared file request mode
- files(core): add internal authenticated file links (create/resolve token endpoints + ACL-checked deep-link open)
- ui(files): add Link File in row context menu + toolbar single-selection action with copy-link modal
- boot/auth: preserve fileLink return URL through login/OIDC, resolve link post-auth, focus/highlight linked file
- shares: add upload-only File Request mode for shared folders with hide-listing support and dedicated drop-zone UI
- shared-upload: add per-link validation/rate limits/quota tracking + safer relative-path handling for chunked uploads
- admin: improve shared links listing with file-request grouping and created-by/source metadata
2026-02-19 00:47:53 -05:00

7 lines
168 B
PHP

<?php
require_once __DIR__ . '/../../../config/config.php';
$fileController = new \FileRise\Http\Controllers\FileController();
$fileController->createAuthFileLink();