port-nimara-client-portal/server/api/files
Matt bac1bb2b5e Add file rename functionality and improve preview handling
- Implement file/folder rename feature with dialog and API endpoint
- Add rename button to file browser with keyboard shortcuts
- Switch PDF preview from object to embed tag for better compatibility
- Fix CORS issues by fetching preview files as blobs with object URLs
- Add proper cleanup for object URLs to prevent memory leaks
- Add renameObject utility function for MinIO operations
2025-06-04 18:14:00 +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-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