summaryrefslogtreecommitdiff
path: root/server
AgeCommit message (Collapse)AuthorFilesLines
2024-07-25feat: cleanup files older than 1 dayBlaster43851-0/+11
2024-07-25feat: upload and store file in chunks to bypass network and postgres limitsBlaster43851-102/+194
2024-07-25refactor: get required variables from envBlaster43851-2/+15
- We are finally going to production
2024-07-25refactor: rewrite frontendBlaster43851-1/+1
2024-07-25fix: enforce upload limitBlaster43851-1/+2
- also increase file size limit
2024-07-25feat: added initial frontendAditish511-0/+10
2024-07-25refactor: switched to echoBlaster43853-60/+82
2024-07-23feat: improve error handling for handleGetFileInfoBlaster43851-1/+4
2024-07-23refactor: return file id and key as jsonBlaster43851-2/+16
2024-07-23refactor: Optimize codeBlaster43851-46/+72
- Use context for database operations - Improve error handeling - Stream files instead of copying into memory
2024-07-23feat: added endpoint to return filename and sizeBlaster43851-0/+45
2024-07-23Initial backendBlaster43853-0/+235