keven1024
|
1224d5e72e
|
refactor(backend): update GetStat function to utilize new Redis file info retrieval and enhance file statistics charting
|
2025-06-01 23:32:36 +08:00 |
|
keven1024
|
ed9d56c6d9
|
refactor(backend): simplify response structure in GetCompressImage function and add GetRedisFileKeysAll function for retrieving all file keys
|
2025-06-01 17:59:19 +08:00 |
|
keven1024
|
247eb7a4c8
|
feat(backend): update SetRedisPickupData to return success status for Redis storage
|
2025-05-28 10:37:07 +08:00 |
|
keven1024
|
fd5a768041
|
feat(backend): add pickup code generation and retrieval functionality for file sharing
|
2025-05-27 20:38:05 +08:00 |
|
keven1024
|
c355c8f500
|
feat(backend): implement Redis file share relational management for enhanced file sharing functionality
|
2025-05-25 23:41:37 +08:00 |
|
keven1024
|
eb99b52075
|
feat(backend): implement Redis task management functions for retrieving and storing task information
|
2025-05-25 15:28:02 +08:00 |
|
keven1024
|
4b4773e336
|
refactor(backend): move GetUploadDirPath function to utils for better modularity
|
2025-05-24 21:39:04 +08:00 |
|
keven1024
|
79a54d3510
|
refactor(backend): adjust expiration time validation and improve Redis share info storage logic
|
2025-05-06 00:04:40 +08:00 |
|
keven1024
|
9b2057e6ed
|
refactor(backend): update ShareConfig to use integer for expire_time and improve error handling in CreateShareInfo
|
2025-05-05 23:38:10 +08:00 |
|
keven1024
|
216f4f4c38
|
feat(backend): implement sharing functionality with CreateShareInfo and GetShareInfo endpoints for file and text sharing
|
2025-05-04 23:55:37 +08:00 |
|
keven1024
|
3b7e687a9e
|
refactor(backend): move RedisShareInfo struct to a new file and update its definition for improved clarity and organization
|
2025-05-02 20:47:54 +08:00 |
|
keven1024
|
7ea196f03e
|
feat(backend): add chunk size handling in file upload process and enhance file info model
|
2025-05-01 13:53:30 +08:00 |
|
keven1024
|
f2c115b09c
|
refactor(backend): update file info handling to use pointers and enhance upload task validation with expiration checks
|
2025-04-30 15:08:26 +08:00 |
|
keven1024
|
9f863819d8
|
refactor(backend): enhance file upload logic by merging file slices and improving Redis file info handling
|
2025-04-30 12:29:06 +08:00 |
|
keven1024
|
ea998b7d34
|
refactor(backend): update file info retrieval to use models package and improve file slice creation logic
|
2025-04-28 20:17:53 +08:00 |
|
keven1024
|
b0b476456c
|
feat(backend): implement file upload functionality with task creation, slice upload, and completion handling
|
2025-04-27 23:38:43 +08:00 |
|