Commit Graph

522 Commits

Author SHA1 Message Date
keven1024
3c031dcee9 feat: enhance FileIcon and FileUpload components to support size prop and multi-file uploads, improving user experience and flexibility 2026-04-05 11:09:43 +08:00
keven1024
d6c54de659 feat: add file deduplication logic in FileUploadField component to prevent duplicate file uploads from clipboard and file selection 2026-04-05 10:32:51 +08:00
keven1024
72ca69330f refactor: simplify tsconfig.json by removing unnecessary compiler options and ensuring proper structure 2026-04-05 10:16:34 +08:00
keven1024
7f74441f5d feat: enhance About component with feature display and loading states, and refactor feature handling in share drawers for improved user experience 2026-04-05 09:46:56 +08:00
keven1024
28abd8d1a2 feat: implement feature-based action handling in file and text share drawers, enhancing user interaction with dynamic feature support 2026-04-04 23:07:43 +08:00
keven1024
c50bb5d0bf refactor: update environment variable handling to use GetEnvMap for improved type safety and add feature extraction functionality 2026-04-04 21:42:25 +08:00
keven1024
95ab8b97da refactor(pkg): ensure Redis client initialization is properly assigned during concurrent access 2026-04-04 21:21:27 +08:00
keven1024
d6880dbf00 refactor: improve context management in Redis stat updates by utilizing context in locking mechanism 2026-04-04 21:20:17 +08:00
keven1024
c871c55f79 refactor: enhance Redis lock utility by adding expiration duration support and improving context management 2026-04-04 16:18:19 +08:00
keven1024
82e9292b66 feat: add Redis lock utility for managing distributed locks with rueidislock 2026-04-04 16:02:38 +08:00
keven1024
1d86f2bdf6 refactor: update dependencies across multiple modules, including upgrading asynq to v0.26.0, Redis to v9.18.0, and various golang.org/x packages for improved performance and compatibility 2026-04-04 13:50:21 +08:00
keven1024
52cc89a73d refactor: implement session management using Gorilla sessions and streamline session retrieval in middleware 2026-04-04 13:47:12 +08:00
keven1024
af9a5b45d2 refactor: update Redis operations to use rueidis client for improved performance across multiple models 2026-04-04 12:45:08 +08:00
keven1024
b26821a504 refactor: migrate Redis client implementation from go-redis to rueidis for improved performance and functionality 2026-04-04 12:16:28 +08:00
keven1024
560387d8f1 refactor: streamline Redis stat updates by using a handler function to modify stat data directly 2026-04-04 11:01:50 +08:00
keven1024
b69af056aa feat: implement internationalization for share views and update UI text for better user experience 2026-03-08 14:57:46 +08:00
keven1024
707ade5dd2 chore: add .air.toml configuration files for backend and worker to streamline development and build processes 2026-03-08 12:34:21 +08:00
keven1024
b4570c5961 fix: update image conversion logic to handle JPG format by flattening transparent PNGs to a white background 2026-03-08 12:21:02 +08:00
keven1024
60a588c92a chore: add test.webp image and update image conversion tests to include webp format 2026-03-08 12:20:39 +08:00
keven1024
47781ff374 chore: update Dockerfile to rename output binary from 'backend' to 'backend-bin' for consistency in build process 0.0.9 2026-03-08 09:23:21 +08:00
keven1024
7760697233 chore: update Dockerfile to rename output binary from 'worker' to 'worker-bin' for clarity in build process 2026-03-08 09:22:33 +08:00
keven1024
8f1ced62ac chore: refactor publish workflow to separate build and deploy jobs, enhancing clarity and maintainability 2026-03-07 10:57:58 +08:00
keven1024
72560cf233 chore: enhance publish workflow by adding conditional tag for main branch deployment 2026-03-07 10:06:38 +08:00
keven1024
62443f38a4 chore: update Dockerfile to include imagemagick for enhanced image processing capabilities 2026-03-07 09:40:12 +08:00
keven1024
5c264a4297 chore: enhance Docker build workflows by adding QEMU setup and multi-platform support for amd64 and arm64 2026-03-07 09:29:06 +08:00
keven
332fa7195f Merge pull request '0.0.9' (#1) from dev into main
Reviewed-on: https://gitea.fudaoyuan.icu/keven/015/pulls/1
2026-03-07 09:24:01 +08:00
keven1024
4ce68d91a8 Merge branch 'main' into dev 2026-03-05 17:38:32 +08:00
keven1024
78cfc3943c chore: update build and publish workflows to use root context for Docker builds 2026-03-02 00:10:47 +08:00
keven1024
7772a935d7 fix: go work sync 2026-03-02 00:05:28 +08:00
keven1024
7d204345cc chore: streamline Dockerfile configurations by consolidating module downloads and improving source code organization 2026-03-02 00:04:21 +08:00
keven1024
f9251663a2 chore: refactor Dockerfiles to improve module management and build process by adding workspace support and restructuring source code copying 2026-03-01 23:55:27 +08:00
keven1024
75c269b60e chore: update Go version in Dockerfiles to 1.25.5 for improved compatibility and performance 2026-03-01 23:44:02 +08:00
keven1024
64126e7c4c chore: update packageManager version in package.json files for consistent dependency management 2026-03-01 23:32:55 +08:00
keven1024
f8a43c9b1f feat: add build and publish workflows for Docker images with automated tagging and deployment 2026-03-01 23:28:19 +08:00
keven1024
9aa52915b0 feat(front): implement ImageConvertResult component for image format conversion and update layout in ImageCompressResult 2026-02-28 10:23:45 +08:00
keven1024
fe66240671 feat(front): add translation for image format conversion in English and Chinese locales 2026-02-28 10:16:56 +08:00
keven1024
1635a31f33 feat(front): add image conversion option to FileShareDrawer and improve layout in ImageCompressResult 2026-02-28 10:16:34 +08:00
keven1024
67b1d07fbe feat(front): implement ImageConvertHandle component for image format selection and conversion 2026-02-28 10:08:00 +08:00
keven1024
ceb2d026d2 fix(worker): ensure temporary files are removed on error during image compression and conversion 2026-02-27 18:47:16 +08:00
keven1024
123178084a feat(worker): enhance image conversion tests to support multiple formats and improve error handling 2026-02-27 18:30:49 +08:00
keven1024
183297bd2c feat(front): add support for image conversion in Preprocessing and Result components 2026-02-27 17:56:43 +08:00
keven1024
55900224ae refactor(front): improve layout of ImageCompressResult component for better file display 2026-02-27 17:56:19 +08:00
keven1024
a64fa95608 feat(worker): add ImageConvertResult component and enhance image processing with WebP support 2026-02-27 17:41:23 +08:00
keven1024
70fc2be02f feat(worker): enhance GenStandardFile to set file expiration and store expiration info in Redis 2026-02-27 17:06:44 +08:00
keven1024
e14eed73c4 refactor(front): update download and view options to use array syntax for translation labels 2026-02-27 16:53:00 +08:00
keven1024
4a8932f921 feat(worker): introduce ErrFileNotFound for consistent error handling and update GenStandardFile to use it 2026-02-27 16:39:25 +08:00
keven1024
60831c779e feat: add backend and worker test scripts to package.json and create a combined test command 2026-02-27 16:24:21 +08:00
keven1024
7663e8eb0a fix(backend): improve error handling in controllers and services by checking errors from Redis operations and adding error comments for deferred function calls 2026-02-27 15:42:02 +08:00
keven1024
fe6c832275 refactor(backend): replace error handling with predefined error variables for consistency across download and upload tasks 2026-02-27 15:10:59 +08:00
keven1024
f1dec39851 feat(backend): add image conversion handler and refactor image compression logic into a new file 2026-02-27 14:59:09 +08:00