keven1024
|
a0de112853
|
feat: add error component with localized back to home button for improved user experience
0.0.2
|
2025-06-06 20:23:06 +08:00 |
|
keven1024
|
ddcf53d456
|
fix: update default layout image source to a new dynamic URL for improved content delivery
|
2025-06-06 20:01:45 +08:00 |
|
keven1024
|
bbd451f027
|
fix: remove husky postinstall script from package.json and update dependencies in pnpm-lock.yaml for improved compatibility
|
2025-06-03 14:41:00 +08:00 |
|
keven1024
|
edf0fe471d
|
fix: update package.json dependencies and refactor share composables for improved functionality
|
2025-06-03 14:30:41 +08:00 |
|
keven1024
|
3eee404868
|
fix: update Dockerfile to install dependencies before deploying frontend, and remove project title and description from environment variables
0.0.1-alpha.9
|
2025-06-03 11:40:54 +08:00 |
|
keven1024
|
dcb5acb6d2
|
fix: update Dockerfile to streamline frontend build process and rename project in package.json
0.0.1-alpha.8
|
2025-06-03 11:33:30 +08:00 |
|
keven1024
|
304aa45b52
|
fix: improve error handling in InitEnv function to only panic for non-config file not found errors
|
2025-06-03 11:04:02 +08:00 |
|
keven1024
|
58c9b694d3
|
fix: update CI/CD configuration to rename build step from 'build-backend' to 'build-app' and adjust repository reference accordingly
|
2025-06-02 23:03:12 +08:00 |
|
keven1024
|
dde0f7be1d
|
feat: add Dockerfile and CI/CD configuration for frontend and backend services, including new startup script
|
2025-06-02 23:02:04 +08:00 |
|
keven1024
|
b013fc36fa
|
fix: update Dockerfile to change output binary names for backend and worker services
|
2025-06-02 15:48:01 +08:00 |
|
keven1024
|
2f40b9ce78
|
fix: update Dockerfile to copy all source files for backend and worker services, improving build context
|
2025-06-02 15:43:37 +08:00 |
|
keven1024
|
a60b19398d
|
fix: remove redundant line in Dockerfile for backend and worker services to streamline Go module setup
|
2025-06-02 15:29:41 +08:00 |
|
keven1024
|
99150f7015
|
fix: update Dockerfile to set Go module environment variables for backend and worker services
|
2025-06-02 15:25:42 +08:00 |
|
keven1024
|
ce7b87fada
|
fix: correct Dockerfile paths in CI/CD configuration for backend, frontend, and worker services
|
2025-06-02 15:12:50 +08:00 |
|
keven1024
|
d31b1d2ecc
|
fix: update Docker context paths in CI/CD configuration for backend, frontend, and worker services
|
2025-06-02 15:08:10 +08:00 |
|
keven1024
|
07088b7f2e
|
feat: add Dockerfiles for backend, frontend, and worker services with CI/CD pipeline configuration
|
2025-06-02 14:48:38 +08:00 |
|
keven1024
|
4bcab3ba5b
|
feat(backend): add CopyFile function for file duplication utility
|
2025-06-02 12:46:13 +08:00 |
|
keven1024
|
8cd9f278ba
|
feat(backend): add JPEG compression support and new image processing functions
|
2025-06-02 12:45:57 +08:00 |
|
keven1024
|
4b8654e6ed
|
refactor(backend): remove state from GetCompressImage response for cleaner error handling
|
2025-06-02 12:21:18 +08:00 |
|
keven1024
|
370fc82209
|
feat(front): enhance ImageCompressResult component with error handling and retry notifications
|
2025-06-02 12:21:06 +08:00 |
|
keven1024
|
7b2462de29
|
feat(backend): enhance image compression task handling with retry logic and detailed status reporting
|
2025-06-02 11:52:25 +08:00 |
|
keven1024
|
da58a46e72
|
feat(front): implement internationalization for file and text upload components with dynamic translations
|
2025-06-02 10:12:15 +08:00 |
|
keven1024
|
a59285c6fb
|
feat(front): enhance About page with SEO descriptions and improve chart tooltip translations
|
2025-06-02 09:53:39 +08:00 |
|
keven1024
|
712bc2316d
|
feat(front): implement internationalization for About page and enhance chart tooltip with dynamic translations
|
2025-06-02 09:39:00 +08:00 |
|
keven1024
|
baf9fa9e6d
|
feat(backend): enhance GetStat function to include admin URL in response for improved admin access
|
2025-06-02 01:18:22 +08:00 |
|
keven1024
|
e88e6cb46a
|
feat(front): add AboutChartTooltip and ImageCompressResult components for enhanced file upload statistics and visualization
|
2025-06-02 01:17:58 +08:00 |
|
keven1024
|
1224d5e72e
|
refactor(backend): update GetStat function to utilize new Redis file info retrieval and enhance file statistics charting
|
2025-06-01 23:32:36 +08:00 |
|
keven1024
|
52da9960b8
|
chore(backend): replace go-units with go-humanize for improved file size handling
|
2025-06-01 21:48:36 +08:00 |
|
keven1024
|
e1edff57db
|
feat(front): add card and chart components for enhanced UI and data visualization
|
2025-06-01 21:22:51 +08:00 |
|
keven1024
|
dfe75c314a
|
fix(front): update Navbar and default layout for improved sticky behavior and background image
|
2025-06-01 21:21:25 +08:00 |
|
keven1024
|
fc7f53faeb
|
chore(backend): update dependencies in go.mod and go.sum for improved functionality and stability
|
2025-06-01 18:43:10 +08:00 |
|
keven1024
|
8d47c65498
|
feat(backend): implement GetStat function to retrieve file statistics and storage limits
|
2025-06-01 18:38:06 +08:00 |
|
keven1024
|
bac513a9be
|
refactor(front): simplify Navbar component template and remove unused variables
|
2025-06-01 18:34:52 +08:00 |
|
keven1024
|
3895234d96
|
feat(backend): add disk usage statistics endpoint and utility for converting human-readable file sizes
|
2025-06-01 18:34:40 +08:00 |
|
keven1024
|
ed9d56c6d9
|
refactor(backend): simplify response structure in GetCompressImage function and add GetRedisFileKeysAll function for retrieving all file keys
|
2025-06-01 17:59:19 +08:00 |
|
keven1024
|
657751a7d7
|
feat(worker): add file creation timestamp and file type in GenStandardFile function; implement new image processing functions
|
2025-06-01 17:58:48 +08:00 |
|
keven1024
|
31a082eea2
|
feat(front): refactor sharing logic by introducing useAppShare composable for file and text sharing
|
2025-06-01 17:58:03 +08:00 |
|
keven1024
|
d3af363e16
|
feat(front): add I18nSwitchDrawer component for locale switching functionality
|
2025-05-31 18:06:27 +08:00 |
|
keven1024
|
be7db7d8a7
|
feat(front): add i18n support with language switcher in Navbar and configure locales for English and Chinese
|
2025-05-31 18:06:00 +08:00 |
|
keven1024
|
744dc614ce
|
refactor(front): clean up unused action handlers in FileShareDrawer and TextShareDrawer components
|
2025-05-31 17:17:47 +08:00 |
|
keven1024
|
a4557a6626
|
fix(front): ensure pickup code validation checks for undefined value in PickupShareDrawer component
|
2025-05-31 16:50:49 +08:00 |
|
keven1024
|
b024289c24
|
feat(front): add placeholder styling for empty editor paragraphs and include logo image
|
2025-05-31 16:31:17 +08:00 |
|
keven1024
|
01581ab5a9
|
chore(front): update pnpm-lock.yaml to include new dependencies and improve package management
|
2025-05-31 16:26:25 +08:00 |
|
keven1024
|
fd92a0c493
|
chore(front): update nuxt.config.ts and package.json for improved configuration and dependencies
|
2025-05-31 16:24:33 +08:00 |
|
keven1024
|
e6f40ba94a
|
fix(package): simplify backend and worker script commands in package.json
|
2025-05-30 14:09:45 +08:00 |
|
keven1024
|
e2ccd93a7d
|
feat(front): add ImageCompressResult component to ResultIndexView for handling image compression results
|
2025-05-28 10:38:10 +08:00 |
|
keven1024
|
247eb7a4c8
|
feat(backend): update SetRedisPickupData to return success status for Redis storage
|
2025-05-28 10:37:07 +08:00 |
|
keven1024
|
bbee8d95bc
|
feat(backend): improve pickup code generation with retry logic for Redis storage
|
2025-05-28 10:36:55 +08:00 |
|
keven1024
|
aa814f6b01
|
feat(front): implement pickup code navigation in PickupShareDrawer component
|
2025-05-27 20:38:14 +08:00 |
|
keven1024
|
fd5a768041
|
feat(backend): add pickup code generation and retrieval functionality for file sharing
|
2025-05-27 20:38:05 +08:00 |
|