Commit Graph

505 Commits

Author SHA1 Message Date
keven1024
788ef8df57 feat(front): add FileIcon component for dynamic file previews and icons based on file type 2026-05-24 11:15:42 +08:00
keven1024
d0021f9468 feat(backend): refactor GetConfig to extract enabled feature keys and include text-translate provider configuration 2026-05-24 11:15:42 +08:00
keven1024
a99790c9b1 feat(front): add support for additional locales including Japanese, Korean, French, German, and Traditional Chinese in nuxt.config.ts and update app config structure for text translation 2026-05-24 11:15:42 +08:00
keven1024
249b9f2350 feat(front): update I18nSwitchDrawer to support new locale structure and add German, French, Japanese, Korean, and Traditional Chinese translations 2026-05-24 11:15:42 +08:00
keven1024
6a7e8f85ac feat(backend): add text translation handler and update task mapping for new translation functionality 2026-05-24 11:15:42 +08:00
keven1024
3f5f8b3c97 feat(worker): implement multi-provider text translation service with Google, Microsoft, and custom LLM support 2026-05-24 11:15:42 +08:00
keven1024
f8b5b82179 feat(backend): add text translation functionality with new task payload structure 2026-05-24 11:15:42 +08:00
keven1024
0d4d89d4ec feat(front): add text-translate feature with corresponding UI components and action handlers 2026-05-24 11:15:42 +08:00
keven1024
2af28b6a50 feat(frontend): enhance SelectField and Tiptap components with improved class handling and word count display 2026-05-24 11:15:42 +08:00
keven1024
a1808a64cc fix(backend): improve error handling in DownloadShare by consolidating token validation and share info retrieval 2026-05-24 11:15:42 +08:00
keven1024
499b931c04 refactor(backend): streamline Redis operations in file and share handling by utilizing handler functions for improved data management 2026-05-24 11:15:42 +08:00
keven1024
1298bf79d3 refactor(backend): enhance DownloadShare functionality with context management and improve Redis share info handling 2026-05-24 11:15:42 +08:00
keven1024
83f6be0486 fix(models): handle JSON marshaling errors in SetRedis functions to improve error handling and data integrity 2026-05-24 11:15:42 +08:00
keven1024
17fa39b830 refactor(backend): update SetRedisFileInfo to use handler functions for better data manipulation and simplify file merging process with io.CopyBuffer 2026-05-24 11:15:42 +08:00
keven1024
55949d1f76 refactor(models): remove mergo dependency and update SetRedisFileInfo and SetRedisShareInfo to use handler functions for improved data handling 2026-05-24 11:15:42 +08:00
keven1024
d3e7760aea fix(backend): handle missing share information in DownloadShare and refactor SetRedisShareInfo to use a function for updating view count 2026-05-24 11:15:41 +08:00
keven1024
7566ddb5f2 fix(pkg): simplify task scheduling by removing unnecessary duration conversion in SetFileRemoveTask 2026-05-24 11:15:41 +08:00
keven1024
78624b302d feat(config): add new commands for apply, archive, explore, and propose workflows in the experimental OpenSpec framework
(cherry picked from commit bfccbf60e4)
2026-05-24 11:01:08 +08:00
keven
759318813c Merge pull request 'dev/0.1.0' (#2) from dev/0.10 into main
Reviewed-on: https://gitea.fudaoyuan.icu/keven/015/pulls/2
0.10.0
2026-04-06 10:31:57 +08:00
keven1024
a91345f39c feat(config): add feature flags for file sharing and image processing in config.example.yaml 2026-04-06 10:31:33 +08:00
keven1024
123b1ec4fb chore(vscode): add launch configuration for backend development in launch.json 0.10.0-rc.2 2026-04-06 09:30:02 +08:00
keven1024
79887d6c6c chore(backend): update dependencies in go.mod and go.sum for compatibility and performance improvements 2026-04-06 09:29:51 +08:00
keven1024
f1f10de051 chore(backend): downgrade dependencies in go.mod and go.sum for compatibility and stability 2026-04-06 09:28:33 +08:00
keven1024
80d60cc0a0 chore(deps): add miniredis dependency to go.work.sum and update image tagging strategy in publish.yaml for edge version handling 2026-04-06 08:38:55 +08:00
keven1024
30d0abc2b5 chore(workflows): update image tagging strategy in publish.yaml to use semver and improve deployment conditions 0.10.0-rc.1 2026-04-05 14:03:17 +08:00
keven1024
8d3675cfa1 fix(front): convert layoutId to string to ensure proper rendering of speed chart items 2026-04-05 13:19:49 +08:00
keven1024
cb6b0fae6a refactor(front): remove unused chart components and streamline chart implementation for improved maintainability 2026-04-05 13:19:32 +08:00
keven1024
6631e1e1a2 refactor(front): update FileUpload and Navbar components for improved code clarity and consistency 2026-04-05 12:05:33 +08:00
keven1024
625399bdd9 chore(front): remove service worker implementation to streamline front-end architecture 2026-04-05 11:59:00 +08:00
keven1024
10b79615b7 chore(front): update pnpm-lock.yaml with dependency version upgrades for improved compatibility and performance 2026-04-05 11:50:47 +08:00
keven1024
7c38773451 chore(front): update dependencies in package.json to latest versions for improved performance and security 2026-04-05 11:50:35 +08:00
keven1024
976011697c fix(seo): integrate nuxtApp context for SEO meta handling and ensure proper execution within server environment 2026-04-05 11:48:44 +08:00
keven1024
c25b41e20e fix(worker): lint err 2026-04-05 11:28:22 +08:00
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