port-nimara-client-portal/server/api/files
Matt 4d3935e863 Fix file downloads for Safari with proper filename handling
Implement browser-specific download methods to ensure files download with correct filenames across all browsers. Safari now uses window.location.href while other browsers use blob URLs. Add Content-Disposition header to proxy endpoint for proper filename preservation.
2025-06-04 19:13:09 +02:00
..
create-folder.ts Add MinIO file browser with upload, preview, and management features 2025-06-04 16:32:50 +02:00
delete.ts Add MinIO file browser with upload, preview, and management features 2025-06-04 16:32:50 +02:00
download.ts Add MinIO file browser with upload, preview, and management features 2025-06-04 16:32:50 +02:00
list.ts Add proxy endpoint to fix CORS issues for file previews 2025-06-04 17:19:52 +02:00
preview.ts Add preview URL logging and clean up MinIO verbose logs 2025-06-04 17:15:03 +02:00
proxy-download.ts Fix file downloads for Safari with proper filename handling 2025-06-04 19:13:09 +02:00
proxy-preview.ts Add logging and improve headers in file proxy preview 2025-06-04 17:32:02 +02:00
rename.ts Add file rename functionality and improve preview handling 2025-06-04 18:14:00 +02:00
test-connection.ts Fix MinIO connection by disabling SSL and add debugging 2025-06-04 16:41:59 +02:00
upload.ts Add MinIO file browser with upload, preview, and management features 2025-06-04 16:32:50 +02:00