keven1024
64f3d2e1d5
Merge pull request #42 from TrapStoner/fix/redis-startup-retry
...
fix(redis): retry with exponential backoff on startup
0.12.0-rc.1
2026-06-01 10:56:55 +08:00
TrapStoner
9d125ba9bd
fix(redis): retry with exponential backoff on startup
...
rueidis.NewClient pings Redis immediately; if the container starts
before Redis is ready the backend fatals. Retry up to 10 times with
exponential backoff (300ms → 810ms → 2.2s → … capped at 15s).
2026-05-29 02:58:46 +03:00
keven1024
2e2698e281
feat(janitor): implement daily file janitor task to clean up orphaned files and expired uploads
2026-05-25 13:43:45 +08:00
keven1024
ab0587bd4d
feat(tasks): add file janitor task for cleaning up unused files and schedule it
2026-05-25 13:43:30 +08:00
keven1024
ed9d39301f
refactor(tasks): streamline file removal logic and enhance temporary file handling
2026-05-25 12:06:11 +08:00
keven
f1e956ad4c
Merge pull request 'dev/0.11' ( #3 ) from dev/0.11 into main
...
Reviewed-on: https://gitea.fudaoyuan.icu/keven/015/pulls/3
0.11.0
2026-05-24 18:21:29 +08:00
keven1024
7793bef944
fix(FileShareResult): set staleTime to Infinity for create-share query to prevent data refetching
2026-05-24 18:20:28 +08:00
keven1024
1fdd05f0ea
feat(Tiptap): add internationalization support for word and length display in multiple languages
2026-05-24 18:18:20 +08:00
keven1024
7128a8c329
feat(Toaster): implement Sonner component for enhanced notification functionality and update import path in default layout
2026-05-24 17:55:19 +08:00
keven1024
3cb878b770
chore(dependencies): add nuxt-lucide-icons@2.1.0 to pnpm-lock.yaml and import Button component in BaseCard.vue for enhanced UI functionality
0.11.0-rc.4
2026-05-24 14:49:01 +08:00
keven1024
05c3504627
feat(AboutBaseInfo): integrate Avatar, Accordion, and MarkdownRender components for enhanced UI functionality
2026-05-24 14:47:48 +08:00
keven1024
9b1ba13ec3
chore(dependencies): add nuxt-lucide-icons package to enhance icon support in the project
2026-05-24 14:43:01 +08:00
keven1024
2a4fac717a
chore(dependencies): update TypeScript, @vueuse/core, and @vueuse/nuxt to 6.0.3 and 14.3.0 respectively, and upgrade various packages in package.json and pnpm-lock.yaml for improved compatibility and functionality
2026-05-24 14:37:07 +08:00
keven1024
e897fe1ed3
chore(dependencies): downgrade markdown-it to 14.1.1 in package.json and pnpm-lock.yaml for consistency and compatibility
2026-05-24 14:26:14 +08:00
keven1024
0aae4c2d36
chore(dependencies): downgrade @tanstack/vue-query and @tanstack/query-core to 5.100.13, update tinyexec to 1.1.2, and add markdown-it@14.1.1 in pnpm-lock.yaml for consistency and compatibility
2026-05-24 14:16:39 +08:00
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