8 Commits

Author SHA1 Message Date
85fa1942e9
Fuck git 2025-05-20 13:10:37 +02:00
60925ee6ac
feat: add markdown rendering support and enhance file preview component 2025-05-14 06:02:22 +02:00
792b0eb275
feat: integrate MinIO for file storage and management
- Added MinIO as a dependency in package.json.
- Updated FilePreview component to simplify file type checks.
- Refactored file removal API to delete files from MinIO instead of the filesystem.
- Modified file serving API to fetch files from MinIO.
- Changed file upload API to upload files directly to MinIO and store metadata in the database.
- Enhanced environment configuration to include MinIO settings.
- Updated file type utility to handle file extensions more robustly.
- Created a new utility for MinIO client configuration and bucket management.
2025-05-09 07:10:23 +02:00
7133c544e1
changed all things to use id instead of file name 2025-04-15 08:03:59 +02:00
fbf1c95b1b
fixed oauth and uploading and file details 2025-04-14 11:59:54 +02:00
ebc18b0f6e
fixed db calls 2025-04-14 08:24:57 +02:00
bcdceb615c
working site 2025-04-14 08:20:36 +02:00
08d1278f11
Refactor code structure for improved readability and maintainability 2025-04-13 07:19:07 +02:00