Commit Graph

10 Commits

Author SHA1 Message Date
0e4f4f5fd3 fix: Update parameter destructuring in GET functions for consistency 2025-10-16 09:39:13 +02:00
9edc3ca1ec fix: Simplify parameter destructuring in GET functions for consistency 2025-10-16 09:38:36 +02:00
12fa9812bc fix: Update parameter destructuring in GET functions for consistency 2025-10-16 09:36:43 +02:00
3dd56334cf fix: Update Discord API integration to use Bot token and channel ID for message handling 2025-10-16 09:30:51 +02:00
387934b19e feat: Enhance file upload progress tracking with detailed metrics 2025-10-16 09:24:22 +02:00
74ad53d3bc fix: Add type annotation for part in delete message promises 2025-10-16 09:19:13 +02:00
cd0e485f80 fix: Simplify parameter destructuring in GET function 2025-10-16 09:17:57 +02:00
f51a571536 fix: Update parameter destructuring in GET function for clarity 2025-10-16 09:17:04 +02:00
2f07f75088 feat: Implement file upload and management system
- Created database schema for files and file parts.
- Added API endpoint to create a new file and generate an upload token.
- Implemented API endpoint to complete file uploads and generate a download token.
- Developed cron job for cleaning up expired files and deleting associated Discord messages.
- Added API endpoint for soft deletion of files and their parts.
- Implemented API endpoint to fetch file metadata and parts for download.
- Created API endpoint to upload file parts to Discord.
- Developed a client-side download page to handle file decryption and assembly.
- Established database connection pooling for efficient database operations.
2025-10-16 09:16:06 +02:00
762f42a20e feat: initialize Next.js app with Tailwind CSS and custom global styles
- Added global CSS file with Tailwind CSS imports and custom styles for light and dark themes.
- Created layout component to set up the root HTML structure and include Google Fonts.
- Developed home page with responsive layout, including links to Vercel and Next.js documentation.
- Configured TypeScript with strict settings and module resolution for Next.js.
2025-10-16 09:09:27 +02:00