keven1024
|
155c697e53
|
feat(services): implement image compression functionality for PNG and JPEG formats with corresponding unit tests
|
2026-02-25 12:04:22 +08:00 |
|
keven1024
|
301dcaf8b6
|
chore(front): comment out BubbleMenuView in Tiptap component for future adjustments
|
2026-02-25 12:03:15 +08:00 |
|
keven1024
|
8f3bafcbfb
|
fix(front): ensure chunks default to an empty array in FileUploadProgressView for improved upload handling
|
2026-02-25 12:02:53 +08:00 |
|
keven1024
|
b471972dd4
|
chore(deps): update dependencies
|
2026-01-30 14:44:43 +08:00 |
|
keven1024
|
8c4c7b0471
|
feat(front): add axios for API requests and enhance FileUploadProgressView with speed tracking and UI improvements
|
2026-01-10 14:34:01 +08:00 |
|
keven1024
|
9679a42be2
|
feat(front): refactor FileUploadProgressView components to improve upload management and user experience with detailed progress tracking and new UI elements
|
2026-01-10 11:50:00 +08:00 |
|
keven1024
|
e43d27958d
|
feat(utils): enhance InitEnv function to support multiple config types and add unit tests for environment initialization
|
2025-12-27 11:18:45 +08:00 |
|
keven1024
|
31c0736562
|
feat(backend): add password hashing error handling and implement HTTP utility tests
|
2025-12-27 11:04:21 +08:00 |
|
keven1024
|
185f7a3503
|
fix(backend): improve error handling in GetFileSliceList function to ignore non-existent directory errors
|
2025-12-21 21:17:36 +08:00 |
|
keven1024
|
90607aad7c
|
feat(front): enhance FileUploadProgressView component to include chunk tracking for improved upload management
|
2025-12-21 17:52:23 +08:00 |
|
keven1024
|
e250202deb
|
refactor(backend): enhance file upload handling by improving error management and restructuring CreateFileSlice and MergeFileSlices functions for better clarity
|
2025-12-21 17:21:19 +08:00 |
|
keven1024
|
e8653a8e8b
|
refactor(backend): update UploadFileSlice and CreateFileSlice functions to include upload path handling for improved file management
|
2025-12-21 16:19:57 +08:00 |
|
keven1024
|
b4a4be09fa
|
feat(front): add localization for upload speed calculation in FileUploadSpeedInfoView component to enhance user understanding
|
2025-12-20 10:39:57 +08:00 |
|
keven1024
|
bfe9a8f3d6
|
feat(front): enhance FileUploadProgressView component with new localization keys for improved user feedback and clarity during file upload processes
|
2025-12-20 10:11:13 +08:00 |
|
keven1024
|
a71cc5e919
|
chore(lint): enable skip-cache option for golangci-lint in Gitea workflow to improve linting performance
|
2025-12-20 09:43:53 +08:00 |
|
keven1024
|
18a626fd04
|
chore(lint): update actions and Node.js version in Gitea workflow for improved compatibility and performance
|
2025-12-20 09:38:27 +08:00 |
|
keven1024
|
ca33fcc332
|
refactor(front): update localization keys across components to improve consistency and maintainability
|
2025-12-20 09:22:58 +08:00 |
|
keven1024
|
85c6b4582f
|
refactor(front): update download and view options in FileShareHandle and TextShareHandle components to use new localization keys for improved flexibility
|
2025-12-20 09:05:59 +08:00 |
|
keven1024
|
9eaf06e7a8
|
fix(front): add conditional rendering for file sizes in ImageCompressResult component to handle zero values and improve user experience
|
2025-12-20 08:53:25 +08:00 |
|
keven1024
|
0c980e8b6c
|
chore(lint): rename lint action step for clarity and consistency in Gitea workflow
|
2025-12-20 08:42:05 +08:00 |
|
keven1024
|
831d9b2660
|
refactor(front): optimize ImageCompressResult component for better file handling and task status display
|
2025-12-18 23:08:16 +08:00 |
|
keven1024
|
dd3ced5b03
|
refactor(front): enhance ImageCompressResult component to support multiple file uploads and improve task management with useQueries
|
2025-12-17 08:26:23 +08:00 |
|
keven1024
|
d7d2a5c00b
|
refactor(front): update component props and types for FileShareResult and TextShareResult, and introduce a new types file for better type management
|
2025-12-17 08:11:02 +08:00 |
|
keven1024
|
a82c894119
|
feat(backend): implement task management endpoints for image compression and task retrieval
|
2025-12-16 22:19:43 +08:00 |
|
keven1024
|
d4b0368ae2
|
chore(lint): upgrade golangci-lint-action from v6 to v9 in Gitea workflow for improved linting capabilities
|
2025-12-14 20:23:46 +08:00 |
|
keven1024
|
f317e0f538
|
chore(lint): simplify linting commands by using working-directory for backend and worker jobs in Gitea workflow
|
2025-12-14 20:18:36 +08:00 |
|
keven1024
|
e17b1a04c5
|
chore(front): remove transformMixedEsModules option from Vite configuration to streamline build process
|
2025-12-14 20:11:56 +08:00 |
|
keven1024
|
04ebb22d35
|
chore: add linting scripts for frontend, backend, and worker, and create a Gitea workflow for automated linting on push and pull request events
|
2025-12-14 20:10:52 +08:00 |
|
keven1024
|
552434e389
|
fix(front): update CircularProgress and FileIcon components to handle default values and null checks, and improve styling in FileUploadProgressView
|
2025-12-14 19:53:11 +08:00 |
|
keven1024
|
d5fc54de31
|
refactor(worker): streamline utility functions by removing unused files, update Redis client and environment variable handling, and enhance task logging for better clarity
|
2025-12-14 16:25:58 +08:00 |
|
keven1024
|
675a6e860a
|
feat(pkg): add async queue and Redis client utilities, implement environment variable management with viper
|
2025-12-14 16:25:20 +08:00 |
|
keven1024
|
18a74b6545
|
refactor(backend): restructure main application by separating middleware and route definitions into dedicated files, update environment variable handling, and improve code organization for better maintainability
|
2025-12-14 16:25:00 +08:00 |
|
keven1024
|
313ce4455f
|
chore: update Go modules to version 1.25.5, restructure models into pkg/models, and remove unused model files for improved organization and dependency management
|
2025-12-14 16:12:17 +08:00 |
|
keven1024
|
208875841e
|
fix(front): Component GlobalDayjs.vue is missing template or render function. at <GlobalDayjs>
|
2025-12-13 12:02:45 +08:00 |
|
keven1024
|
35c5e1ccec
|
chore: replace npm-run-all with concurrently in package.json for improved script execution and update pnpm-lock.yaml to reflect dependency changes
|
2025-12-13 11:48:51 +08:00 |
|
keven
|
6da3d9a15d
|
chore(front): update package dependencies to latest versions, including Vue, Nuxt, and various plugins for improved performance and compatibility
|
2025-12-12 00:04:47 +08:00 |
|
keven
|
23c33fc52e
|
chore(front): update package dependencies to latest versions for improved stability and features
|
2025-12-11 23:11:36 +08:00 |
|
keven
|
4f4139159e
|
fix(front): add break-all class to MarkdownRender for improved text wrapping
(cherry picked from commit 62463494b4)
|
2025-11-12 14:34:54 +08:00 |
|
keven1024
|
70d35a1a15
|
docs: update README files to streamline Docker setup instructions and remove outdated environment configuration details
(cherry picked from commit 4355a29a52)
|
2025-10-28 09:21:07 +08:00 |
|
keven
|
9e2a6411ec
|
feat(config): add example configuration file with settings for sharing, uploading, redis, and site information
(cherry picked from commit 52af187fe9)
|
2025-10-28 08:26:43 +08:00 |
|
keven
|
d8bc68b008
|
chore: remove SITE_URL and UPLOAD_PATH environment variables from Dockerfile
(cherry picked from commit 647417fb4e)
|
2025-10-28 08:26:26 +08:00 |
|
keven
|
d2478dd23b
|
chore: remove example environment file and update docker-compose for config file integration
(cherry picked from commit ea0065b415)
|
2025-10-28 08:24:58 +08:00 |
|
keven
|
99538c6fdb
|
feat: add GNU Affero General Public License v3 to the project for open-source compliance
|
2025-10-22 08:17:20 +08:00 |
|
keven
|
0f0814ce40
|
fix(front): add max-w-full class to MarkdownRender in AboutBaseInfo for improved layout
|
2025-10-19 20:53:41 +08:00 |
|
keven
|
15922ea2df
|
chore(Dockerfile): comment out SITE_URL and UPLOAD_PATH environment variables for configuration flexibility
|
2025-10-19 20:51:37 +08:00 |
|
keven
|
da58c53909
|
feat(front): add AboutVersionView component and enhance AboutBaseInfo with object-fit styling
|
2025-10-19 18:38:00 +08:00 |
|
keven
|
07fc182ccb
|
feat(front): enhance About page components to support shares and downloads statistics, improve layout, and add loading state
|
2025-10-19 18:20:38 +08:00 |
|
keven
|
028d0c10fe
|
refactor(backend): update statistics handling in GetStat function to include shares and downloads, and rename related data structures
|
2025-10-19 16:47:51 +08:00 |
|
keven
|
b4f577e758
|
feat(backend): implement statistics tracking for file uploads, shares, and downloads
|
2025-10-19 16:34:17 +08:00 |
|
keven
|
84c104be90
|
feat(backend, worker): add config watching and simplify error handling in InitEnv function
|
2025-10-19 15:23:42 +08:00 |
|