19 Commits

Author SHA1 Message Date
7b55f19dbb Add recursive deletion for S3 objects to enable folder deletion 2024-10-28 14:31:57 +07:00
757dde58c0 Add skeleton loading state for file load 2024-09-23 21:40:01 +07:00
59d4154ef0 Add caching for user files 2024-09-23 17:27:42 +07:00
1feeafe7de Resolve issue with file visibility not updating after caching user files 2024-09-23 10:44:25 +07:00
9452d48bbd Implement Redis caching for S3 list object calls 2024-09-23 10:25:10 +07:00
bcdcbd5049 Properly handle error and improve error messages 2024-09-21 11:26:25 +07:00
21a0a92f22 Integrate S3 storage solution into the project 2024-09-20 16:40:04 +07:00
9323bdd07a Add file filtering functionality 2024-09-17 22:57:29 +07:00
1a444bb6eb Add file filtering functionality 2024-09-17 22:46:32 +07:00
f52e75db78 feat: implement file renaming 2024-09-17 12:34:35 +07:00
cd9a7503b5 feat: implement file deletion 2024-09-17 11:21:04 +07:00
e2c0f0b12c Optimize file chunk validation by reducing system calls 2024-09-16 22:03:43 +07:00
17e55a3e90 Add indication for file upload errors and corruption 2024-09-16 19:55:37 +07:00
dd8d0c0f4f Add responsiveness to file page and use correct file icons based on file type 2024-09-16 11:02:25 +07:00
b246d85fac feat: add file visibility toggle for files 2024-09-15 23:59:19 +07:00
dc330cc72f fix: prevent upload box from overlapping, ensuring progress is visible 2024-09-15 19:46:46 +07:00
db79d77d13 Add file download count tracking 2024-09-15 17:58:13 +07:00
4ee86d0fc4 Cancel file upload when session is terminated 2024-09-15 17:41:33 +07:00
eee047a9b0 feat: create new file page with improved UI, combine upload and download functionality 2024-09-15 17:24:18 +07:00