Commit Graph

526 Commits

Author SHA1 Message Date
keven1024
549bdd9f68 chore(dependencies): replace lucide-vue-next imports with @lucide/vue across multiple components for consistency and improved dependency management 2026-05-24 14:06:03 +08:00
keven1024
f956130b4f chore(dependencies): replace lucide-vue-next with @lucide/vue in package.json and update lint workflow for improved dependency management 2026-05-24 14:03:49 +08:00
keven1024
218b4cc6ac chore(dependencies): add @lucide/vue@1.16.0 and update @tanstack/vue-query to 5.100.12 in package.json and pnpm-lock.yaml for enhanced functionality 2026-05-24 13:57:07 +08:00
keven1024
64a936835c chore(dependencies): update @tanstack/vue-query to 5.100.14, markdown-it to 14.2.0, and nuxt to 4.4.6 in package.json and pnpm-lock.yaml for improved compatibility and features 0.11.0-rc.3 2026-05-24 13:12:26 +08:00
keven1024
b8e4bee050 refactor(layout): replace background div with paragraph for improved semantic structure and maintain background image functionality 2026-05-24 13:06:58 +08:00
keven1024
7e90c54b27 chore(docker): add NODE_OPTIONS environment variable to Dockerfile for increased memory allocation during build 0.11.0-rc.2 2026-05-24 11:41:20 +08:00
keven1024
ac8b6f642b refactor(i18n): consolidate i18n logic into pkg/i18n, fix TOML loading issue, and migrate translation files 0.11.0-rc.1 2026-05-24 11:29:11 +08:00
keven1024
af6ca85ff5 docs(README): update screenshots section for clarity, enhance quick start instructions, and refine project structure details 2026-05-24 11:29:02 +08:00
keven1024
02900ab1f9 chore(docker): refactor Dockerfile to streamline build stages, update Node.js version, and adjust environment variables for improved deployment 2026-05-24 11:16:25 +08:00
keven1024
bdf7894e9b chore(docker): update Dockerfile to set CI environment variable, modify port configuration, and include Caddyfile for improved service management 2026-05-24 11:16:25 +08:00
keven1024
a8f504f377 refactor(config): comment out text-translate feature configuration in GetConfig and TextShareDrawer for future implementation 2026-05-24 11:16:25 +08:00
keven1024
cf92a50c82 chore(mail): add .gitkeep file to pkg/mail/out directory for template management 2026-05-24 11:16:25 +08:00
keven1024
848a0ff71b fix(notify): handle URL parsing error in SendEmail function to prevent potential crashes 2026-05-24 11:16:25 +08:00
keven1024
2f3acc76cd feat(config): add site_enable_bg property to configuration for background image control 2026-05-24 11:16:25 +08:00
keven1024
c89d1b554f feat(config): add site_enable_bg property to app configuration and update layout to conditionally render background image 2026-05-24 11:16:25 +08:00
keven1024
71737ebedc chore(docker): update Dockerfile to include email template generation and Caddy configuration 2026-05-24 11:16:25 +08:00
keven1024
b735200418 chore(gitignore): update .gitignore to include config.yaml and pkg/mail/out/ for better file management 2026-05-24 11:16:25 +08:00
keven1024
6084acb0d5 chore(deps): update package dependencies in pnpm-lock.yaml and package.json files for improved stability and performance 2026-05-24 11:16:25 +08:00
keven1024
a601964459 feat(asynq): implement Asynq initialization and client retrieval functions 2026-05-24 11:16:25 +08:00
keven1024
8758325da3 feat(redis): initialize Redis client and update context handling in Redis operations 2026-05-24 11:15:44 +08:00
keven1024
18ca80bb1b feat(front): add Vitest configuration and unit tests for calcFileHash to ensure consistency between native and wasm engines 2026-05-24 11:15:44 +08:00
keven1024
958ca799da refactor(http): simplify HTTPBaseResponse options by removing interface and using functional options directly 2026-05-24 11:15:44 +08:00
keven1024
9a9418c564 feat(worker): integrate GeoIP functionality into email notifications and enhance email template with region information 2026-05-24 11:15:44 +08:00
keven1024
0cb30b6293 feat(models): enhance RedisShareInfo struct with NotifyWebhooks and Locale fields for improved notification handling 2026-05-24 11:15:43 +08:00
keven1024
8828924a1f feat(geoip): implement GeoIP functionality with initialization, IP geolocation retrieval, and unit tests 2026-05-24 11:15:43 +08:00
keven1024
3275b8f68f feat(i18n): update email notification translations across multiple languages for improved clarity and consistency 2026-05-24 11:15:43 +08:00
keven1024
95ef5d261b feat(worker): refactor SendEmail function to use structured EmailTemplateData and improve SMTP configuration handling 2026-05-24 11:15:43 +08:00
keven1024
52d041b4c2 feat(notifications): include client IP in notification payload for share events to improve tracking and context 2026-05-24 11:15:43 +08:00
keven1024
2ff06946e1 feat(i18n): add translations for share type in multiple languages to enhance notification clarity 2026-05-24 11:15:43 +08:00
keven1024
4c6a18c063 feat(notifications): implement webhook and email notification services for share events, enhancing user communication capabilities 2026-05-24 11:15:43 +08:00
keven1024
bbf6ea561d feat(i18n): add initial i18n package with support for multiple languages and email notification translations 2026-05-24 11:15:43 +08:00
keven1024
1449664ca5 feat(deps): add sweet-curl-parser package version 1.0.4 to pnpm-lock.yaml for enhanced cURL parsing capabilities 2026-05-24 11:15:43 +08:00
keven1024
4a3ec790b7 feat(docs): add body field for webhook configuration in UI and enhance cURL import functionality to auto-fill request details 2026-05-24 11:15:43 +08:00
keven1024
f4a28e369f feat(i18n): add 'add' translation in multiple languages and update InputGroupField, KvInputGroupField, and NotifyConfigField components to use localized text for button labels 2026-05-24 11:15:43 +08:00
keven1024
833079d495 feat(front): enhance NotifyConfigField component to support parsing of cURL commands and add body field for webhook configuration 2026-05-24 11:15:43 +08:00
keven1024
a63d55b61d feat(i18n): update webhook body translations in multiple languages for consistency and clarity 2026-05-24 11:15:43 +08:00
keven1024
46c6cd84b5 feat(front): enhance FileShareHandle and TextShareHandle components with improved layout and overflow handling for better user experience 2026-05-24 11:15:43 +08:00
keven1024
84e747a909 feat(config): add initial configuration file for spec-driven development with project context and proposal rules 2026-05-24 11:15:43 +08:00
keven1024
a24bf24271 feat(front): enhance KvInputGroupField and NotifyConfigField components with autocomplete functionality and improved header configuration 2026-05-24 11:15:43 +08:00
keven1024
1226a7948e feat(front): add Command components for command palette functionality including Command, CommandDialog, CommandInput, and related components 2026-05-24 11:15:43 +08:00
keven1024
1e446a0240 refactor(front): simplify InputGroupField and KvInputGroupField components by removing unused state and streamlining item addition and update logic 2026-05-24 11:15:43 +08:00
keven1024
b023876e0f feat(front): update GlobalDrawer component to support async close handling and improve drawer visibility management 2026-05-24 11:15:43 +08:00
keven1024
ec1d70637b feat(i18n): add notification settings translations for multiple languages including email and webhook configurations 2026-05-24 11:15:43 +08:00
keven1024
6934bba7a1 feat(backend): enhance share creation with notification settings and webhook support 2026-05-24 11:15:43 +08:00
keven1024
2e5da4f7e9 feat(front): implement NotifyConfigField component for enhanced notification settings in FileShareHandle and TextShareHandle components 2026-05-24 11:15:43 +08:00
keven1024
d8704a8aa8 fix(front): adjust error message font size in InputField and InputGroupField components for better readability 2026-05-24 11:15:43 +08:00
keven1024
2273c589f6 fix(front): update success message for copy action in CopyButton and refactor token handling in FileShareView 2026-05-24 11:15:43 +08:00
keven1024
a14628718c feat(i18n): add notification messages for webhook configuration and update common copy success messages across multiple languages 2026-05-24 11:15:43 +08:00
keven1024
528df24988 refactor(front): replace clipboard functionality with CopyButton component in FileShareResult, TextShareResult, and TextShareView components 2026-05-24 11:15:43 +08:00
keven1024
2a42ca8cde feat(front): add CopyButton component for clipboard functionality and update icon sizes in existing components 2026-05-24 11:15:43 +08:00