Commit graph

12 commits

Author SHA1 Message Date
330f38289a feat: cleanup files older than 1 day 2024-07-25 17:16:08 +05:30
b933d6ab40 feat: upload and store file in chunks to bypass network and postgres limits 2024-07-25 17:16:07 +05:30
f21cffacc3 refactor: get required variables from env
- We are finally going to production
2024-07-25 17:15:57 +05:30
9b832eaaec refactor: rewrite frontend 2024-07-25 17:15:47 +05:30
2baf3c6109 fix: enforce upload limit
- also increase file size limit
2024-07-25 17:15:46 +05:30
26cf8aa1cb feat: added initial frontend 2024-07-25 17:15:39 +05:30
4016aa5800 refactor: switched to echo 2024-07-25 17:15:17 +05:30
f649ea8172 feat: improve error handling for handleGetFileInfo 2024-07-23 01:19:34 +05:30
c9e5938dba refactor: return file id and key as json 2024-07-23 01:19:34 +05:30
f0f7c2e2a0 refactor: Optimize code
- Use context for database operations
- Improve error handeling
- Stream files instead of copying into memory
2024-07-23 01:19:34 +05:30
62692d825d feat: added endpoint to return filename and size 2024-07-23 01:19:34 +05:30
aa9165a879 Initial backend 2024-07-23 01:19:30 +05:30