Commit Graph

  • 2e2698e281 feat(janitor): implement daily file janitor task to clean up orphaned files and expired uploads dev/0.12 keven1024 2026-05-25 13:43:45 +08:00
  • ab0587bd4d feat(tasks): add file janitor task for cleaning up unused files and schedule it keven1024 2026-05-25 13:43:30 +08:00
  • ed9d39301f refactor(tasks): streamline file removal logic and enhance temporary file handling keven1024 2026-05-25 12:06:11 +08:00
  • f1e956ad4c Merge pull request 'dev/0.11' (#3) from dev/0.11 into main main 0.11.0 keven 2026-05-24 18:21:29 +08:00
  • 7793bef944 fix(FileShareResult): set staleTime to Infinity for create-share query to prevent data refetching keven1024 2026-05-24 18:20:28 +08:00
  • 1fdd05f0ea feat(Tiptap): add internationalization support for word and length display in multiple languages keven1024 2026-05-24 18:18:20 +08:00
  • 7128a8c329 feat(Toaster): implement Sonner component for enhanced notification functionality and update import path in default layout keven1024 2026-05-24 17:55:19 +08:00
  • 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 keven1024 2026-05-24 14:49:01 +08:00
  • 05c3504627 feat(AboutBaseInfo): integrate Avatar, Accordion, and MarkdownRender components for enhanced UI functionality keven1024 2026-05-24 14:47:48 +08:00
  • 9b1ba13ec3 chore(dependencies): add nuxt-lucide-icons package to enhance icon support in the project keven1024 2026-05-24 14:43:01 +08:00
  • 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 keven1024 2026-05-24 14:37:07 +08:00
  • e897fe1ed3 chore(dependencies): downgrade markdown-it to 14.1.1 in package.json and pnpm-lock.yaml for consistency and compatibility keven1024 2026-05-24 14:26:14 +08:00
  • 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 keven1024 2026-05-24 14:16:39 +08:00
  • 549bdd9f68 chore(dependencies): replace lucide-vue-next imports with @lucide/vue across multiple components for consistency and improved dependency management keven1024 2026-05-24 14:06:03 +08:00
  • f956130b4f chore(dependencies): replace lucide-vue-next with @lucide/vue in package.json and update lint workflow for improved dependency management keven1024 2026-05-24 14:03:49 +08:00
  • 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 keven1024 2026-05-24 13:57:07 +08:00
  • 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 keven1024 2026-05-24 13:12:26 +08:00
  • b8e4bee050 refactor(layout): replace background div with paragraph for improved semantic structure and maintain background image functionality keven1024 2026-05-24 13:06:58 +08:00
  • 7e90c54b27 chore(docker): add NODE_OPTIONS environment variable to Dockerfile for increased memory allocation during build 0.11.0-rc.2 keven1024 2026-05-24 11:41:20 +08:00
  • ac8b6f642b refactor(i18n): consolidate i18n logic into pkg/i18n, fix TOML loading issue, and migrate translation files 0.11.0-rc.1 keven1024 2026-05-24 11:29:11 +08:00
  • af6ca85ff5 docs(README): update screenshots section for clarity, enhance quick start instructions, and refine project structure details keven1024 2026-05-24 11:29:02 +08:00
  • 02900ab1f9 chore(docker): refactor Dockerfile to streamline build stages, update Node.js version, and adjust environment variables for improved deployment keven1024 2026-05-24 10:52:29 +08:00
  • bdf7894e9b chore(docker): update Dockerfile to set CI environment variable, modify port configuration, and include Caddyfile for improved service management keven1024 2026-05-23 22:56:40 +08:00
  • a8f504f377 refactor(config): comment out text-translate feature configuration in GetConfig and TextShareDrawer for future implementation keven1024 2026-05-23 22:50:14 +08:00
  • cf92a50c82 chore(mail): add .gitkeep file to pkg/mail/out directory for template management keven1024 2026-05-23 22:41:45 +08:00
  • 848a0ff71b fix(notify): handle URL parsing error in SendEmail function to prevent potential crashes keven1024 2026-05-23 22:36:56 +08:00
  • 2f3acc76cd feat(config): add site_enable_bg property to configuration for background image control keven1024 2026-05-23 22:28:25 +08:00
  • c89d1b554f feat(config): add site_enable_bg property to app configuration and update layout to conditionally render background image keven1024 2026-05-23 22:19:51 +08:00
  • 71737ebedc chore(docker): update Dockerfile to include email template generation and Caddy configuration keven1024 2026-05-23 21:57:32 +08:00
  • b735200418 chore(gitignore): update .gitignore to include config.yaml and pkg/mail/out/ for better file management keven1024 2026-05-23 21:49:34 +08:00
  • 6084acb0d5 chore(deps): update package dependencies in pnpm-lock.yaml and package.json files for improved stability and performance keven1024 2026-05-23 21:48:16 +08:00
  • a601964459 feat(asynq): implement Asynq initialization and client retrieval functions keven1024 2026-05-12 12:10:46 +08:00
  • 8758325da3 feat(redis): initialize Redis client and update context handling in Redis operations keven1024 2026-05-12 11:48:43 +08:00
  • 18ca80bb1b feat(front): add Vitest configuration and unit tests for calcFileHash to ensure consistency between native and wasm engines keven1024 2026-04-09 10:34:37 +08:00
  • 958ca799da refactor(http): simplify HTTPBaseResponse options by removing interface and using functional options directly keven1024 2026-05-23 21:28:51 +08:00
  • 9a9418c564 feat(worker): integrate GeoIP functionality into email notifications and enhance email template with region information keven1024 2026-05-23 21:25:58 +08:00
  • 0cb30b6293 feat(models): enhance RedisShareInfo struct with NotifyWebhooks and Locale fields for improved notification handling keven1024 2026-05-23 21:19:30 +08:00
  • 8828924a1f feat(geoip): implement GeoIP functionality with initialization, IP geolocation retrieval, and unit tests keven1024 2026-05-23 21:19:12 +08:00
  • 3275b8f68f feat(i18n): update email notification translations across multiple languages for improved clarity and consistency keven1024 2026-05-23 21:16:55 +08:00
  • 95ef5d261b feat(worker): refactor SendEmail function to use structured EmailTemplateData and improve SMTP configuration handling keven1024 2026-05-04 23:16:12 +08:00
  • 52d041b4c2 feat(notifications): include client IP in notification payload for share events to improve tracking and context keven1024 2026-05-01 23:58:51 +08:00
  • 2ff06946e1 feat(i18n): add translations for share type in multiple languages to enhance notification clarity keven1024 2026-05-01 23:58:45 +08:00
  • 4c6a18c063 feat(notifications): implement webhook and email notification services for share events, enhancing user communication capabilities keven1024 2026-05-01 23:58:35 +08:00
  • bbf6ea561d feat(i18n): add initial i18n package with support for multiple languages and email notification translations keven1024 2026-05-01 23:44:19 +08:00
  • 1449664ca5 feat(deps): add sweet-curl-parser package version 1.0.4 to pnpm-lock.yaml for enhanced cURL parsing capabilities keven1024 2026-05-01 22:28:22 +08:00
  • 4a3ec790b7 feat(docs): add body field for webhook configuration in UI and enhance cURL import functionality to auto-fill request details keven1024 2026-05-01 21:29:30 +08:00
  • f4a28e369f feat(i18n): add 'add' translation in multiple languages and update InputGroupField, KvInputGroupField, and NotifyConfigField components to use localized text for button labels keven1024 2026-05-01 21:28:31 +08:00
  • 833079d495 feat(front): enhance NotifyConfigField component to support parsing of cURL commands and add body field for webhook configuration keven1024 2026-05-01 21:24:45 +08:00
  • a63d55b61d feat(i18n): update webhook body translations in multiple languages for consistency and clarity keven1024 2026-05-01 21:13:20 +08:00
  • 46c6cd84b5 feat(front): enhance FileShareHandle and TextShareHandle components with improved layout and overflow handling for better user experience keven1024 2026-05-01 21:08:30 +08:00
  • 84e747a909 feat(config): add initial configuration file for spec-driven development with project context and proposal rules keven1024 2026-05-01 20:40:47 +08:00
  • a24bf24271 feat(front): enhance KvInputGroupField and NotifyConfigField components with autocomplete functionality and improved header configuration keven1024 2026-05-01 15:39:37 +08:00
  • 1226a7948e feat(front): add Command components for command palette functionality including Command, CommandDialog, CommandInput, and related components keven1024 2026-05-01 14:22:21 +08:00
  • 1e446a0240 refactor(front): simplify InputGroupField and KvInputGroupField components by removing unused state and streamlining item addition and update logic keven1024 2026-05-01 11:55:23 +08:00
  • b023876e0f feat(front): update GlobalDrawer component to support async close handling and improve drawer visibility management keven1024 2026-05-01 10:48:15 +08:00
  • ec1d70637b feat(i18n): add notification settings translations for multiple languages including email and webhook configurations keven1024 2026-04-30 08:28:16 +08:00
  • 6934bba7a1 feat(backend): enhance share creation with notification settings and webhook support keven1024 2026-04-30 08:28:05 +08:00
  • 2e5da4f7e9 feat(front): implement NotifyConfigField component for enhanced notification settings in FileShareHandle and TextShareHandle components keven1024 2026-04-28 23:29:33 +08:00
  • d8704a8aa8 fix(front): adjust error message font size in InputField and InputGroupField components for better readability keven1024 2026-04-28 22:38:01 +08:00
  • 2273c589f6 fix(front): update success message for copy action in CopyButton and refactor token handling in FileShareView keven1024 2026-04-28 08:20:01 +08:00
  • a14628718c feat(i18n): add notification messages for webhook configuration and update common copy success messages across multiple languages keven1024 2026-04-28 08:15:46 +08:00
  • 528df24988 refactor(front): replace clipboard functionality with CopyButton component in FileShareResult, TextShareResult, and TextShareView components keven1024 2026-04-27 23:25:57 +08:00
  • 2a42ca8cde feat(front): add CopyButton component for clipboard functionality and update icon sizes in existing components keven1024 2026-04-27 23:20:35 +08:00
  • 6edb1fe222 feat(front): enhance InputField component with validation support and error messaging keven1024 2026-04-26 22:05:47 +08:00
  • c841d8e1a2 feat(front): update InputGroupField component with improved delete button styling and add new Textarea component for enhanced text input keven1024 2026-04-26 21:40:46 +08:00
  • e8b5f98260 feat(front): add error handling to InputGroupField component with aria attributes for accessibility keven1024 2026-04-22 08:40:14 +08:00
  • 706464ce3c feat(backend): add default enabled features for file and text sharing in configuration keven1024 2026-04-17 08:05:38 +08:00
  • b52d4c3a51 feat(front): add InputGroupField component for dynamic input management with add/remove functionality keven1024 2026-04-13 08:40:24 +08:00
  • e9fc260cbc refactor(front): standardize import statements and improve prop handling in Select components keven1024 2026-04-12 23:31:58 +08:00
  • e37402ff63 feat(front): enhance chart tooltip functionality with custom value formatting and update date format keven1024 2026-04-11 12:16:47 +08:00
  • 35654372a6 chore(front): add file-type and heic-to dependencies, and update FileIcon component to support file type detection keven1024 2026-04-11 11:54:39 +08:00
  • 018d13ea78 refactor(front): improve image handling in FileIcon component by adding HEIC support and optimizing file type checks keven1024 2026-04-11 10:47:52 +08:00
  • 0e0f6bb1c5 feat(front): implement engine detection for file hash calculation and add error handling for unsupported environments keven1024 2026-04-11 09:05:30 +08:00
  • 7ba7af6100 refactor(front): enhance drawer management by introducing DrawerItem type for improved type safety and structure keven1024 2026-04-09 22:44:50 +08:00
  • 55eb50faab fix(front): update outline-none utility in MarkdownRender and Tiptap components for consistent styling keven1024 2026-04-09 08:13:42 +08:00
  • 87d337c2a1 chore(deps): update go.work.sum and pnpm-lock.yaml to include new dependencies and remove obsolete ones keven1024 2026-04-09 08:04:43 +08:00
  • 2fc2f4ccf7 test(front): add unit tests for calcFileHash to verify consistency between native and wasm engines, and ensure correct hash format and uniqueness keven1024 2026-04-09 08:01:04 +08:00
  • 10a82a1751 chore(deps): update go.sum files to include module hashes for various dependencies and their go.mod files keven1024 2026-04-09 00:05:32 +08:00
  • a5a01a667e refactor(front): replace MD5 with SHA1 for user avatar generation and update related components to use native hash calculation keven1024 2026-04-09 00:02:56 +08:00
  • 907f77aa66 refactor(backend): update file hash calculation from MD5 to SHA1 and rename related error handling keven1024 2026-04-08 23:48:07 +08:00
  • ae2fbcc216 feat(front): enhance file hash calculation by introducing engine selection for large files using native or wasm methods keven1024 2026-04-08 23:45:34 +08:00
  • f1dc65b1d0 feat(front): add FileIcon components for audio, video, image, and generic file previews with dynamic thumbnail extraction keven1024 2026-04-08 23:19:19 +08:00
  • 881d8e111a fix(front): update import path for filePreview type in FilePreviewView component keven1024 2026-04-08 22:43:07 +08:00
  • 58ba3f6d50 feat(front): add language support for multiple locales including English, German, French, Japanese, Korean, and Chinese with updated translations for locale switching keven1024 2026-04-08 22:42:47 +08:00
  • 788ef8df57 feat(front): add FileIcon component for dynamic file previews and icons based on file type keven1024 2026-04-08 22:42:16 +08:00
  • d0021f9468 feat(backend): refactor GetConfig to extract enabled feature keys and include text-translate provider configuration keven1024 2026-04-07 22:54:13 +08:00
  • 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 keven1024 2026-04-07 22:53:58 +08:00
  • 249b9f2350 feat(front): update I18nSwitchDrawer to support new locale structure and add German, French, Japanese, Korean, and Traditional Chinese translations keven1024 2026-04-07 22:53:13 +08:00
  • 6a7e8f85ac feat(backend): add text translation handler and update task mapping for new translation functionality keven1024 2026-04-07 08:46:31 +08:00
  • 3f5f8b3c97 feat(worker): implement multi-provider text translation service with Google, Microsoft, and custom LLM support keven1024 2026-04-07 08:44:33 +08:00
  • f8b5b82179 feat(backend): add text translation functionality with new task payload structure keven1024 2026-04-07 08:18:27 +08:00
  • 0d4d89d4ec feat(front): add text-translate feature with corresponding UI components and action handlers keven1024 2026-04-06 22:36:20 +08:00
  • 2af28b6a50 feat(frontend): enhance SelectField and Tiptap components with improved class handling and word count display keven1024 2026-04-06 21:59:13 +08:00
  • a1808a64cc fix(backend): improve error handling in DownloadShare by consolidating token validation and share info retrieval keven1024 2026-04-06 12:08:23 +08:00
  • 499b931c04 refactor(backend): streamline Redis operations in file and share handling by utilizing handler functions for improved data management keven1024 2026-04-06 12:05:00 +08:00
  • 1298bf79d3 refactor(backend): enhance DownloadShare functionality with context management and improve Redis share info handling keven1024 2026-04-06 11:49:32 +08:00
  • 83f6be0486 fix(models): handle JSON marshaling errors in SetRedis functions to improve error handling and data integrity keven1024 2026-04-06 11:26:38 +08:00
  • 17fa39b830 refactor(backend): update SetRedisFileInfo to use handler functions for better data manipulation and simplify file merging process with io.CopyBuffer keven1024 2026-04-06 11:23:35 +08:00
  • 55949d1f76 refactor(models): remove mergo dependency and update SetRedisFileInfo and SetRedisShareInfo to use handler functions for improved data handling keven1024 2026-04-06 11:15:02 +08:00
  • d3e7760aea fix(backend): handle missing share information in DownloadShare and refactor SetRedisShareInfo to use a function for updating view count keven1024 2026-04-06 11:13:27 +08:00