zaremate
  • Joined on 2024-11-22
zaremate pushed to main at zaremate/file-hosting 2025-05-12 05:20:13 +00:00
9f04130726 fix: clean up imports and formatting in FilePreviewContainer
zaremate pushed to main at zaremate/file-hosting 2025-05-12 05:13:26 +00:00
82d1e74af1 feat: refactor file download to use MinIO for file retrieval
zaremate pushed to main at zaremate/file-hosting 2025-05-11 01:22:56 +00:00
453264d9cd fix: include fileId in Content-Disposition header for file downloads
zaremate pushed to main at zaremate/file-hosting 2025-05-09 08:55:46 +00:00
b63e3ae77f revert 99397e774c41980ef13b3155e13330ad4eaa7753
zaremate pushed to dev at zaremate/file-hosting 2025-05-09 08:54:07 +00:00
99397e774c WIP: implement public file visibility feature and enhance search functionality
792b0eb275 feat: integrate MinIO for file storage and management
8798764b89 feat: support markdown file previews in FilePreview component
f2d2268039 refactor: remove local getFileType function and use imported utility
ad24c76a70 feat: enhance file handling and preview features
Compare 10 commits »
zaremate pushed to main at zaremate/file-hosting 2025-05-09 08:52:12 +00:00
99397e774c WIP: implement public file visibility feature and enhance search functionality
zaremate pushed to main at zaremate/file-hosting 2025-05-09 05:11:37 +00:00
792b0eb275 feat: integrate MinIO for file storage and management
zaremate pushed to main at zaremate/file-hosting 2025-05-04 17:11:24 +00:00
8798764b89 feat: support markdown file previews in FilePreview component
zaremate pushed to main at zaremate/file-hosting 2025-05-04 17:10:29 +00:00
f2d2268039 refactor: remove local getFileType function and use imported utility
zaremate pushed to main at zaremate/file-hosting 2025-05-04 17:08:26 +00:00
ad24c76a70 feat: enhance file handling and preview features
zaremate pushed to main at zaremate/file-hosting 2025-05-04 15:28:36 +00:00
af978c98b8 fix: resolve promise for searchParams and correct typo in FileDescriptionContainer prop
zaremate pushed to main at zaremate/file-hosting 2025-05-04 15:18:05 +00:00
75d1187255 changed icons from text svg to file
zaremate pushed to main at zaremate/file-hosting 2025-05-04 15:01:35 +00:00
1d302eb217 feat: add FileDescriptionContainer for managing file descriptions and integrate with FileActions
344334592e Merge branch 'dev'
5ec3e011e1 feat: refactor file handling and enhance client notifications across components
Compare 3 commits »
zaremate pushed to dev at zaremate/file-hosting 2025-05-04 04:57:28 +00:00
5ec3e011e1 feat: refactor file handling and enhance client notifications across components
zaremate pushed to main at zaremate/file-hosting 2025-04-16 17:06:02 +00:00
8bc35d979d feat: wrap FilePreviewContainerContent in Suspense for improved loading state handling
zaremate pushed to main at zaremate/file-hosting 2025-04-16 16:51:31 +00:00
e1097ba1be feat: add description field to File model and update related components for file details and actions
zaremate pushed to dev at zaremate/file-hosting 2025-04-16 16:51:04 +00:00
e1097ba1be feat: add description field to File model and update related components for file details and actions
zaremate created branch dev in zaremate/file-hosting 2025-04-16 16:51:03 +00:00
zaremate pushed to main at zaremate/file-hosting 2025-04-16 00:28:35 +00:00
3048c00648 feat: add audio support in SharePage component
zaremate pushed to main at zaremate/file-hosting 2025-04-16 00:21:53 +00:00
caedd0ae88 refactor: update file retrieval logic and enhance media handling in SharePage component