Commit Graph

251 Commits

Author SHA1 Message Date
keven1024
c1ec2aee5b chore: update .env.example for Redis configuration and add docker-compose file for app, worker, and Redis services 2025-08-30 18:26:35 +08:00
keven1024
3d173d0321 refactor(front): update FileShareDrawer and FileUploadField components to handle multiple files and improve file type checks 2025-08-14 16:50:43 +08:00
keven1024
4d0a6f0a49 test(backend): add unit tests for HTTP result handlers and password hashing functionality 2025-08-14 14:40:03 +08:00
keven1024
e41d7a6305 fix(front): pass width and height props to slot in Pixi component for better flexibility 2025-08-14 11:53:34 +08:00
keven1024
60af6d2023 chore(front): update logo image in public assets 2025-08-14 11:53:05 +08:00
keven1024
dc16661fff chore: add docker-compose configuration for app, worker, and redis services 2025-08-14 11:52:50 +08:00
keven1024
f36221de05 feat(front): add development page with form components and button interactions 2025-08-09 00:20:48 +08:00
keven1024
e556b0f39d chore(front): update nuxt to 3.18.0 2025-08-08 17:14:56 +08:00
keven1024
13cbf5e5ed fix(front): set backgroundAlpha to 0 in Pixi component for improved rendering 2025-07-28 18:22:36 +08:00
keven1024
8392b26455 feat(front): add Pixi component integration and update dependencies for improved functionality 2025-07-28 18:17:04 +08:00
keven1024
c64c152124 fix(front): enhance error logging in error.vue and improve Tiptap component styling for better readability 2025-07-28 17:07:35 +08:00
keven1024
ecc4aefd33 chore: update dependencies in package.json and pnpm-lock.yaml to latest versions for improved stability and performance 2025-07-20 00:00:26 +08:00
keven1024
590a071dfb chore: update devDependencies in package.json for husky, lint-staged, and prettier to latest versions 2025-07-19 23:59:38 +08:00
keven
cf2d81bf9a refactor(front): 优化状态管理和组件逻辑,简化GlobalDrawer和Tiptap组件的实现 2025-07-19 22:29:48 +08:00
keven
e62f329d53 fix(front): 更新MarkdownRender组件的样式类以增强可读性 2025-07-19 19:19:33 +08:00
keven1024
421955a844 chore: update .env.example to include PASSWORD_SALT for enhanced password security 2025-07-11 10:41:50 +08:00
keven1024
3001ea3250 fix(front): enhance error handling in file download components by refining error message extraction 0.0.6 2025-07-07 15:55:08 +08:00
keven1024
1b12703b90 refactor(front): update file sharing logic to use downloadFileByShareId for improved error handling and token management 2025-07-07 15:49:01 +08:00
keven1024
e4bb9781f7 fix(front): improve type safety in GlobalDrawer and PasswallShareDrawer components by refining computed properties and prop handling 2025-07-07 15:37:22 +08:00
keven1024
943a5a76d2 feat(backend): enhance password handling in share and download controllers for improved security and error management 2025-07-07 15:30:37 +08:00
keven1024
71147451bb feat: add PasswallShareDrawer component for password-protected file sharing and enhance getShareToken function to accept password 2025-07-07 15:29:05 +08:00
keven1024
3d88c68ed5 fix: refactor InputField component to improve attribute binding and remove unused props 2025-07-07 15:23:20 +08:00
keven1024
338e22dfca fix: improve drawer management by adding onClose handler and refactoring GlobalDrawer component 2025-07-07 14:55:26 +08:00
keven1024
464dba2546 feat: add password hashing utility using argon2 for secure password storage 2025-07-07 12:24:59 +08:00
keven1024
a3dd28dd92 fix: update useStore to set key value to null instead of undefined for better state management 2025-07-07 11:21:03 +08:00
keven1024
9fd4943bb6 fix: update GlobalDrawer component to use direct drawer reference for improved state management 2025-07-07 11:20:42 +08:00
keven1024
668a2dd4d8 fix: adjust alreadyUploadSize computation to prevent exceeding total file size 0.0.5 2025-07-02 10:38:59 +08:00
keven1024
695395ba6a feat: set staleTime to Infinity in TextShareResult component for persistent query data 2025-07-01 14:26:24 +08:00
keven1024
a0cff53901 feat: enhance TextShareView component with copy functionality for preview text and update share data structure 2025-07-01 12:53:18 +08:00
keven1024
7d8075277d feat: enhance TextShareResult component with download count, expiration time, and pickup code display 2025-07-01 12:45:05 +08:00
keven1024
862b381e65 feat: update .env.example to include frontend configuration options for site title, description, and URL 2025-07-01 11:38:13 +08:00
keven1024
745ae94c49 feat: add .env.example file with configuration options for download secret, upload path, Redis URL, and admin information 2025-07-01 11:22:23 +08:00
keven
8c60d32ac0 feat: 更新 README 和新增中文文档,详细介绍 015 文件分享平台的功能、技术架构及快速开始指南 2025-06-30 08:28:51 +08:00
keven
2f5388d0a8 feat: 更新 useSeo 以添加网站图标和社交媒体元数据,删除旧的 favicon 文件 0.0.4.1 2025-06-22 13:42:19 +08:00
keven
88b8daa5df feat: 修改 useSeo 以支持从环境变量获取 SEO 元数据,增强服务器端渲染能力 2025-06-22 12:41:51 +08:00
keven1024
7a3d03c41f feat: update primary color in CSS and enhance about page with relative time display and progress component 0.0.4 2025-06-22 01:07:09 +08:00
keven1024
0bdea93726 chore: add js-md5 dependency to pnpm-lock.yaml for file hashing 2025-06-22 00:49:14 +08:00
keven1024
f4740f4373 fix: improve max storage size handling in CreateUploadTask by using GetFileSize for better error management 2025-06-22 00:48:53 +08:00
keven1024
1ac21b3dd0 docs: update README to include new features and todos for file upload service 2025-06-22 00:47:32 +08:00
keven1024
76457a6e88 feat: replace SparkMD5 with js-md5 for file hash calculation and clean up unused code 2025-06-22 00:41:18 +08:00
keven1024
41e9df5ee8 feat: implement async file hash calculation using web workers for improved performance 2025-06-21 22:41:19 +08:00
keven1024
7f5149566c feat: enhance file upload progress view with error handling and user notifications 2025-06-21 16:45:30 +08:00
keven1024
24b4b2dc93 Merge branch 'main' of https://gitea.fudaoyuan.icu/keven/015 2025-06-21 15:51:24 +08:00
keven1024
9b1b89056d chore(backend): update version and build_time in GetStat function to use environment variables for better tracking 2025-06-21 15:51:01 +08:00
keven1024
46e3cf529c chore: update Dockerfile and Drone configuration to use VERSION and BUILD_TIME arguments for better build tracking 2025-06-21 15:47:11 +08:00
keven
3c18fcf8ff 更新 Dockerfile 0.0.3.1 2025-06-20 17:09:10 +08:00
keven
58403a291a chore: 添加 Prettier 配置文件以统一代码格式 0.0.3 2025-06-14 21:02:26 +08:00
keven
28154d09ad feat: 在文件上传进度视图中添加错误处理和用户提示,优化用户体验 2025-06-14 21:02:05 +08:00
keven
d77fc85fd3 feat: 在文件上传任务中添加存储空间检查,确保不超过最大本地存储限制 2025-06-12 23:50:24 +08:00
keven
c971e92905 chore: 移除不再使用的依赖项,包括 go-socket.io 和其他间接依赖,以优化项目的依赖管理 2025-06-12 22:48:06 +08:00