mirror of
https://github.com/error311/FileRise.git
synced 2026-05-09 13:30:48 -05:00
75f2d6de69
- 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
7 lines
168 B
PHP
7 lines
168 B
PHP
<?php
|
|
|
|
require_once __DIR__ . '/../../../config/config.php';
|
|
|
|
$fileController = new \FileRise\Http\Controllers\FileController();
|
|
$fileController->createAuthFileLink();
|