Commit Graph

158 Commits

Author SHA1 Message Date
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
cfd3bbb985 Fix dropdown menu not opening when navigating between pages 2024-09-16 12:02:44 +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
c566312bb0 fix: resolve progress bar not appearing in upload box 2024-09-15 19:31:48 +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
b54d0f16a5 Update Go version to 1.23.1 and Alpine version to 3.20 2024-09-14 20:55:14 +07:00
846db5fe0b Add hash check for file upload 2024-09-14 17:28:09 +07:00
0772d07fb8 Replace fmt.Println with server logger 2024-09-14 10:51:38 +07:00
4ff0a7107b Add templ template files to the repo 2024-09-13 21:50:56 +07:00
e967d2aed8 Create dependabot.yml 2024-09-13 21:44:06 +07:00
6b47274955 Merge pull request #51 from fossyy/staging
Add range-based partial download support
2024-09-13 21:37:21 +07:00
54c10befb2 Add range-based partial download support 2024-09-13 21:36:26 +07:00
6f59067ea9 Merge pull request #50 from fossyy/staging
Correct file size mismatch during download
2024-09-12 21:58:01 +07:00
0dba5d6b3c Correct file size mismatch during download 2024-09-12 21:56:27 +07:00
a7a2bb27d0 Merge pull request #49 from fossyy/staging
Add modal component
2024-09-12 20:13:32 +07:00
db8cd82de9 Add modal component 2024-09-12 20:13:03 +07:00
899e053c9d Merge pull request #48 from fossyy/staging
Remove schema.sql and use GORM AutoMigrate instead
2024-09-12 14:03:05 +07:00
2f56cd193d Remove schema.sql and use GORM AutoMigrate instead 2024-09-12 14:02:25 +07:00
48637647a2 Merge pull request #47 from fossyy/staging
Display user storage usage on the dashboard
2024-09-12 13:53:46 +07:00
16ae5f3bd7 Display user storage usage on the dashboard 2024-09-12 13:52:57 +07:00
b0a9161fb6 Merge pull request #46 from fossyy/staging
Add logic to load main script only if not already loaded
2024-09-09 22:16:24 +07:00
916bf77dc9 Add logic to load main script only if not already loaded 2024-09-09 22:15:56 +07:00
67c1c664e6 Merge pull request #45 from fossyy/staging
Fix WebSocket protocol handling based on page protocol
2024-09-09 21:51:01 +07:00
ac484ca3da Fix WebSocket protocol handling based on page protocol 2024-09-09 21:50:34 +07:00
d06e1c5f88 Merge pull request #44 from fossyy/staging
Fix WebSocket protocol handling based on page protocol
2024-09-09 21:47:26 +07:00
77895fe51c Fix WebSocket protocol handling based on page protocol 2024-09-09 21:46:56 +07:00
cbad50781a Merge pull request #43 from fossyy/staging
migrate to WebSocket for frontend and backend communication
2024-09-09 21:38:47 +07:00
b23bf8898b migrate to WebSocket for frontend and backend communication 2024-09-09 21:38:10 +07:00
b7ce82ce26 Merge pull request #42 from fossyy/staging
Staging
2024-09-08 20:07:32 +07:00
b46915e46d Adjust Redis data expiration time 2024-09-08 20:07:04 +07:00
2f34be41e5 Adjust Docker Compose configuration 2024-09-08 20:06:08 +07:00
e57b5a0060 Migrate old cache system to Redis 2024-09-08 20:04:35 +07:00
3b58270e51 Create main.yml 2024-09-08 17:38:03 +07:00
445b56fee4 Delete .github/workflows directory 2024-09-08 17:37:43 +07:00
42de9d723f Create main.yml 2024-09-08 17:35:27 +07:00
06f6063f4d Delete .github/workflows directory 2024-09-08 17:35:19 +07:00
913c1f98e7 Create docker-build.yml 2024-09-08 17:33:16 +07:00
dc7060a28a Merge pull request #41 from fossyy/staging
Staging
2024-09-08 17:27:56 +07:00
6438e1812d Add Redis initialization to main function 2024-09-08 17:25:39 +07:00
66b1162c53 Add Redis initialization to main function 2024-09-08 17:25:17 +07:00
595112b9cf Add Redis initialization to main function 2024-09-08 17:25:02 +07:00
ce3e339fdc Merge pull request #40 from fossyy/staging
Staging
2024-09-08 16:44:26 +07:00
72cb594128 Implement new file upload and download mechanism 2024-09-08 16:43:50 +07:00
29ab28fd93 Fix session retrieval issue after migrating to Redis cache 2024-09-08 16:41:33 +07:00
2c5de2b336 Add Redis support for session and user management 2024-09-08 00:03:43 +07:00