Commit graph

19 commits

Author SHA1 Message Date
695d1fef04 fix: fixed button position 2024-07-28 01:33:53 +05:30
430b0cdae9 feat: show information aboout uploaded files 2024-07-28 01:33:36 +05:30
d9e1d525a5 chore: formatted code using prettier 2024-07-27 12:47:07 +05:30
f3104e84ec refactor: improved progress tracking 2024-07-26 14:52:03 +05:30
8df2002e0b feat: disable file input while uploading 2024-07-25 21:48:40 +05:30
d7d69f6d2f feat: add progress bar while uploading 2024-07-25 21:42:47 +05:30
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
8fd9fc1ff9 build: added Makefile 2024-07-25 17:15:47 +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