Commit Graph

2 Commits

Author SHA1 Message Date
3dd56334cf fix: Update Discord API integration to use Bot token and channel ID for message handling 2025-10-16 09:30:51 +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