Commit Graph

  • 7566ddb5f2 fix(pkg): simplify task scheduling by removing unnecessary duration conversion in SetFileRemoveTask keven1024 2026-04-06 10:54:29 +08:00
  • 78624b302d feat(config): add new commands for apply, archive, explore, and propose workflows in the experimental OpenSpec framework keven1024 2026-04-24 08:24:48 +08:00
  • 759318813c Merge pull request 'dev/0.1.0' (#2) from dev/0.10 into main 0.10.0 keven 2026-04-06 10:31:57 +08:00
  • a91345f39c feat(config): add feature flags for file sharing and image processing in config.example.yaml keven1024 2026-04-06 10:31:33 +08:00
  • 123b1ec4fb chore(vscode): add launch configuration for backend development in launch.json 0.10.0-rc.2 keven1024 2026-04-06 09:30:02 +08:00
  • 79887d6c6c chore(backend): update dependencies in go.mod and go.sum for compatibility and performance improvements keven1024 2026-04-06 09:29:51 +08:00
  • f1f10de051 chore(backend): downgrade dependencies in go.mod and go.sum for compatibility and stability keven1024 2026-04-06 09:28:33 +08:00
  • 80d60cc0a0 chore(deps): add miniredis dependency to go.work.sum and update image tagging strategy in publish.yaml for edge version handling keven1024 2026-04-06 08:38:55 +08:00
  • 30d0abc2b5 chore(workflows): update image tagging strategy in publish.yaml to use semver and improve deployment conditions 0.10.0-rc.1 keven1024 2026-04-05 14:03:17 +08:00
  • 8d3675cfa1 fix(front): convert layoutId to string to ensure proper rendering of speed chart items keven1024 2026-04-05 13:19:49 +08:00
  • cb6b0fae6a refactor(front): remove unused chart components and streamline chart implementation for improved maintainability keven1024 2026-04-05 13:19:32 +08:00
  • 6631e1e1a2 refactor(front): update FileUpload and Navbar components for improved code clarity and consistency keven1024 2026-04-05 12:05:33 +08:00
  • 625399bdd9 chore(front): remove service worker implementation to streamline front-end architecture keven1024 2026-04-05 11:59:00 +08:00
  • 10b79615b7 chore(front): update pnpm-lock.yaml with dependency version upgrades for improved compatibility and performance keven1024 2026-04-05 11:50:47 +08:00
  • 7c38773451 chore(front): update dependencies in package.json to latest versions for improved performance and security keven1024 2026-04-05 11:50:35 +08:00
  • 976011697c fix(seo): integrate nuxtApp context for SEO meta handling and ensure proper execution within server environment keven1024 2026-04-05 11:48:44 +08:00
  • c25b41e20e fix(worker): lint err keven1024 2026-04-05 11:28:22 +08:00
  • 3c031dcee9 feat: enhance FileIcon and FileUpload components to support size prop and multi-file uploads, improving user experience and flexibility keven1024 2026-04-05 11:09:43 +08:00
  • d6c54de659 feat: add file deduplication logic in FileUploadField component to prevent duplicate file uploads from clipboard and file selection keven1024 2026-04-05 10:32:51 +08:00
  • 72ca69330f refactor: simplify tsconfig.json by removing unnecessary compiler options and ensuring proper structure keven1024 2026-04-05 10:16:34 +08:00
  • 7f74441f5d feat: enhance About component with feature display and loading states, and refactor feature handling in share drawers for improved user experience keven1024 2026-04-05 09:46:56 +08:00
  • 28abd8d1a2 feat: implement feature-based action handling in file and text share drawers, enhancing user interaction with dynamic feature support keven1024 2026-04-04 23:07:43 +08:00
  • c50bb5d0bf refactor: update environment variable handling to use GetEnvMap for improved type safety and add feature extraction functionality keven1024 2026-04-04 21:42:25 +08:00
  • 95ab8b97da refactor(pkg): ensure Redis client initialization is properly assigned during concurrent access keven1024 2026-04-04 21:21:27 +08:00
  • d6880dbf00 refactor: improve context management in Redis stat updates by utilizing context in locking mechanism keven1024 2026-04-04 21:20:17 +08:00
  • c871c55f79 refactor: enhance Redis lock utility by adding expiration duration support and improving context management keven1024 2026-04-04 16:18:19 +08:00
  • 82e9292b66 feat: add Redis lock utility for managing distributed locks with rueidislock keven1024 2026-04-04 16:02:38 +08:00
  • 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 keven1024 2026-04-04 13:50:21 +08:00
  • 52cc89a73d refactor: implement session management using Gorilla sessions and streamline session retrieval in middleware keven1024 2026-04-04 13:47:12 +08:00
  • af9a5b45d2 refactor: update Redis operations to use rueidis client for improved performance across multiple models keven1024 2026-04-04 12:45:08 +08:00
  • b26821a504 refactor: migrate Redis client implementation from go-redis to rueidis for improved performance and functionality keven1024 2026-04-04 12:16:28 +08:00
  • 560387d8f1 refactor: streamline Redis stat updates by using a handler function to modify stat data directly keven1024 2026-04-04 11:01:50 +08:00
  • b69af056aa feat: implement internationalization for share views and update UI text for better user experience keven1024 2026-03-08 14:57:46 +08:00
  • 707ade5dd2 chore: add .air.toml configuration files for backend and worker to streamline development and build processes keven1024 2026-03-08 12:34:21 +08:00
  • b4570c5961 fix: update image conversion logic to handle JPG format by flattening transparent PNGs to a white background keven1024 2026-03-08 12:21:02 +08:00
  • 60a588c92a chore: add test.webp image and update image conversion tests to include webp format keven1024 2026-03-08 12:20:39 +08:00
  • 47781ff374 chore: update Dockerfile to rename output binary from 'backend' to 'backend-bin' for consistency in build process 0.0.9 keven1024 2026-03-08 09:23:21 +08:00
  • 7760697233 chore: update Dockerfile to rename output binary from 'worker' to 'worker-bin' for clarity in build process keven1024 2026-03-08 09:22:33 +08:00
  • 8f1ced62ac chore: refactor publish workflow to separate build and deploy jobs, enhancing clarity and maintainability keven1024 2026-03-07 10:57:58 +08:00
  • 72560cf233 chore: enhance publish workflow by adding conditional tag for main branch deployment keven1024 2026-03-07 10:06:38 +08:00
  • 62443f38a4 chore: update Dockerfile to include imagemagick for enhanced image processing capabilities keven1024 2026-03-07 09:40:12 +08:00
  • 5c264a4297 chore: enhance Docker build workflows by adding QEMU setup and multi-platform support for amd64 and arm64 keven1024 2026-03-07 09:29:06 +08:00
  • 332fa7195f Merge pull request '0.0.9' (#1) from dev into main keven 2026-03-07 09:24:01 +08:00
  • 4ce68d91a8 Merge branch 'main' into dev keven1024 2026-03-05 17:38:32 +08:00
  • 78cfc3943c chore: update build and publish workflows to use root context for Docker builds keven1024 2026-03-02 00:10:47 +08:00
  • 7772a935d7 fix: go work sync keven1024 2026-03-02 00:05:28 +08:00
  • 7d204345cc chore: streamline Dockerfile configurations by consolidating module downloads and improving source code organization keven1024 2026-03-02 00:04:21 +08:00
  • f9251663a2 chore: refactor Dockerfiles to improve module management and build process by adding workspace support and restructuring source code copying keven1024 2026-03-01 23:55:27 +08:00
  • 75c269b60e chore: update Go version in Dockerfiles to 1.25.5 for improved compatibility and performance keven1024 2026-03-01 23:44:02 +08:00
  • 64126e7c4c chore: update packageManager version in package.json files for consistent dependency management keven1024 2026-03-01 23:32:55 +08:00
  • f8a43c9b1f feat: add build and publish workflows for Docker images with automated tagging and deployment keven1024 2026-03-01 23:28:19 +08:00
  • 9aa52915b0 feat(front): implement ImageConvertResult component for image format conversion and update layout in ImageCompressResult keven1024 2026-02-28 10:23:45 +08:00
  • fe66240671 feat(front): add translation for image format conversion in English and Chinese locales keven1024 2026-02-28 10:16:56 +08:00
  • 1635a31f33 feat(front): add image conversion option to FileShareDrawer and improve layout in ImageCompressResult keven1024 2026-02-28 10:16:34 +08:00
  • 67b1d07fbe feat(front): implement ImageConvertHandle component for image format selection and conversion keven1024 2026-02-28 10:08:00 +08:00
  • ceb2d026d2 fix(worker): ensure temporary files are removed on error during image compression and conversion keven1024 2026-02-27 18:47:16 +08:00
  • 123178084a feat(worker): enhance image conversion tests to support multiple formats and improve error handling keven1024 2026-02-27 18:30:49 +08:00
  • 183297bd2c feat(front): add support for image conversion in Preprocessing and Result components keven1024 2026-02-27 17:56:43 +08:00
  • 55900224ae refactor(front): improve layout of ImageCompressResult component for better file display keven1024 2026-02-27 17:56:19 +08:00
  • a64fa95608 feat(worker): add ImageConvertResult component and enhance image processing with WebP support keven1024 2026-02-27 17:41:23 +08:00
  • 70fc2be02f feat(worker): enhance GenStandardFile to set file expiration and store expiration info in Redis keven1024 2026-02-27 17:06:44 +08:00
  • e14eed73c4 refactor(front): update download and view options to use array syntax for translation labels keven1024 2026-02-27 16:53:00 +08:00
  • 4a8932f921 feat(worker): introduce ErrFileNotFound for consistent error handling and update GenStandardFile to use it keven1024 2026-02-27 16:39:25 +08:00
  • 60831c779e feat: add backend and worker test scripts to package.json and create a combined test command keven1024 2026-02-27 16:24:21 +08:00
  • 7663e8eb0a fix(backend): improve error handling in controllers and services by checking errors from Redis operations and adding error comments for deferred function calls keven1024 2026-02-27 15:42:02 +08:00
  • fe6c832275 refactor(backend): replace error handling with predefined error variables for consistency across download and upload tasks keven1024 2026-02-27 15:10:59 +08:00
  • f1dec39851 feat(backend): add image conversion handler and refactor image compression logic into a new file keven1024 2026-02-27 14:59:09 +08:00
  • 59cd23daf7 feat(worker): add image conversion endpoint and update file utility references in tasks keven1024 2026-02-27 14:38:31 +08:00
  • 7ca301e54d chore(worker): update go.mod and go.sum to include new indirect dependencies and replace error handling in image conversion keven1024 2026-02-27 14:33:43 +08:00
  • 6d7dc6bc40 chore: add config.yaml to .gitignore to prevent tracking of configuration files keven1024 2026-02-27 14:33:02 +08:00
  • bde4e36e47 feat(worker): add image conversion functionality and support for WEBP format in image compression keven1024 2026-02-27 14:32:42 +08:00
  • e5b5def6f0 refactor: migrate file utility functions to services package and update references in controllers; remove deprecated utils file keven1024 2026-02-27 12:18:18 +08:00
  • ed7ac4e657 feat(utils): add file utility functions for MD5 hashing, file ID generation, and upload directory management keven1024 2026-02-27 12:08:13 +08:00
  • 22637bcf6e feat(worker): add image conversion functionality with Magick and support for additional formats keven1024 2026-02-27 11:23:48 +08:00
  • 3d8d1ccd3f fix(front): conditionally render title in BaseCard component to prevent display issues when title is not provided keven1024 2026-02-26 18:57:55 +08:00
  • ae7db9de02 feat(front): implement internationalization for image compression results with dynamic text updates in ImageCompressResult component keven1024 2026-02-26 18:29:21 +08:00
  • 6304dffa39 feat(front): add showBackButton prop to BaseCard component and update usages in FileShareResult and TextShareResult for improved navigation keven1024 2026-02-26 18:23:24 +08:00
  • 2ea2d89f44 refactor(front): replace div elements with BaseCard component for consistent styling across various views keven1024 2026-02-26 18:11:35 +08:00
  • b98853ebe1 chore(deps): upgrade echo framework from v4 to v5 and remove custom context middleware keven1024 2026-02-26 16:09:47 +08:00
  • e9d0848f87 refactor(worker): replace direct command execution with utility function for image compression and update test output for accuracy keven1024 2026-02-25 15:35:28 +08:00
  • 155c697e53 feat(services): implement image compression functionality for PNG and JPEG formats with corresponding unit tests keven1024 2026-02-25 12:04:22 +08:00
  • 301dcaf8b6 chore(front): comment out BubbleMenuView in Tiptap component for future adjustments keven1024 2026-02-25 12:03:15 +08:00
  • 8f3bafcbfb fix(front): ensure chunks default to an empty array in FileUploadProgressView for improved upload handling keven1024 2026-02-25 12:02:53 +08:00
  • b471972dd4 chore(deps): update dependencies keven1024 2026-01-30 14:44:43 +08:00
  • 8c4c7b0471 feat(front): add axios for API requests and enhance FileUploadProgressView with speed tracking and UI improvements keven1024 2026-01-10 14:34:01 +08:00
  • 9679a42be2 feat(front): refactor FileUploadProgressView components to improve upload management and user experience with detailed progress tracking and new UI elements keven1024 2026-01-10 11:50:00 +08:00
  • e43d27958d feat(utils): enhance InitEnv function to support multiple config types and add unit tests for environment initialization keven1024 2025-12-27 11:18:45 +08:00
  • 31c0736562 feat(backend): add password hashing error handling and implement HTTP utility tests keven1024 2025-12-27 11:04:21 +08:00
  • 185f7a3503 fix(backend): improve error handling in GetFileSliceList function to ignore non-existent directory errors keven1024 2025-12-21 21:17:36 +08:00
  • 90607aad7c feat(front): enhance FileUploadProgressView component to include chunk tracking for improved upload management keven1024 2025-12-21 17:52:23 +08:00
  • e250202deb refactor(backend): enhance file upload handling by improving error management and restructuring CreateFileSlice and MergeFileSlices functions for better clarity keven1024 2025-12-21 17:21:19 +08:00
  • e8653a8e8b refactor(backend): update UploadFileSlice and CreateFileSlice functions to include upload path handling for improved file management keven1024 2025-12-21 16:19:57 +08:00
  • b4a4be09fa feat(front): add localization for upload speed calculation in FileUploadSpeedInfoView component to enhance user understanding keven1024 2025-12-20 10:39:57 +08:00
  • bfe9a8f3d6 feat(front): enhance FileUploadProgressView component with new localization keys for improved user feedback and clarity during file upload processes keven1024 2025-12-20 10:11:13 +08:00
  • a71cc5e919 chore(lint): enable skip-cache option for golangci-lint in Gitea workflow to improve linting performance keven1024 2025-12-20 09:43:53 +08:00
  • 18a626fd04 chore(lint): update actions and Node.js version in Gitea workflow for improved compatibility and performance keven1024 2025-12-20 09:38:27 +08:00
  • ca33fcc332 refactor(front): update localization keys across components to improve consistency and maintainability keven1024 2025-12-20 09:22:58 +08:00
  • 85c6b4582f refactor(front): update download and view options in FileShareHandle and TextShareHandle components to use new localization keys for improved flexibility keven1024 2025-12-20 09:05:59 +08:00
  • 9eaf06e7a8 fix(front): add conditional rendering for file sizes in ImageCompressResult component to handle zero values and improve user experience keven1024 2025-12-20 08:53:25 +08:00
  • 0c980e8b6c chore(lint): rename lint action step for clarity and consistency in Gitea workflow keven1024 2025-12-20 08:42:05 +08:00