index
:
blaster4385/file-share
main
A simple file sharing service
Blaster4385
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-01
fix: fixed button position
HEAD
main
Blaster4385
1
-1
/
+1
2024-07-28
feat: show information aboout uploaded files
Blaster4385
2
-1
/
+18
2024-07-27
chore: formatted code using prettier
Blaster4385
5
-316
/
+338
2024-07-26
refactor: improved progress tracking
Blaster4385
1
-10
/
+28
2024-07-25
feat: disable file input while uploading
Blaster4385
1
-0
/
+2
2024-07-25
feat: add progress bar while uploading
Blaster4385
3
-3
/
+39
2024-07-25
feat: cleanup files older than 1 day
Blaster4385
1
-0
/
+11
2024-07-25
feat: upload and store file in chunks to bypass network and postgres limits
Blaster4385
2
-131
/
+248
2024-07-25
refactor: get required variables from env
Blaster4385
1
-2
/
+15
2024-07-25
build: added Makefile
Blaster4385
1
-0
/
+11
2024-07-25
refactor: rewrite frontend
Blaster4385
17
-529
/
+322
2024-07-25
fix: enforce upload limit
Blaster4385
1
-1
/
+2
2024-07-25
feat: added initial frontend
Aditish51
10
-0
/
+538
2024-07-25
refactor: switched to echo
Blaster4385
3
-60
/
+82
2024-07-23
feat: improve error handling for handleGetFileInfo
Blaster4385
1
-1
/
+4
2024-07-23
refactor: return file id and key as json
Blaster4385
1
-2
/
+16
2024-07-23
refactor: Optimize code
Blaster4385
1
-46
/
+72
2024-07-23
feat: added endpoint to return filename and size
Blaster4385
1
-0
/
+45
2024-07-23
Initial backend
Blaster4385
3
-0
/
+235