Commit Graph

69 Commits

Author SHA1 Message Date
nakrovati 37cfdc0fe5 Update next to 16.3 and specify PNPM version in devEngines.packageManager (#198) 2026-08-06 11:32:21 +08:00
liaozip 28b2cd9794 feat: add TIFF/TIF image preview support using UTIF (#194) 2026-08-05 00:08:28 +08:00
Zhengchao An 85f5465088 refactor: harden task management and TypeScript safety (#162) 2026-07-11 13:26:01 +08:00
Zhengchao An 8fa82a2fe7 chore: update shadcn Base UI components (#161) 2026-07-11 11:58:54 +08:00
cxymds ae01aee350 chore: upgrade next to 16.3 canary 2026-07-02 15:50:04 +08:00
cxymds e154198380 ci: use package manager version from package json 2026-06-25 09:31:43 +08:00
cxymds 3b07981e8b fix: pnpm version 2026-06-22 17:53:25 +08:00
cxymds ae581e9311 fix: harden rebalance and decommission state 2026-06-22 17:33:53 +08:00
nakrovati 9df43ee72a chore(deps): bump project dependencies (#131) 2026-06-13 08:46:11 +08:00
cxymds 145e1f9797 feat: use server zip downloads (#128) 2026-06-12 11:55:50 +08:00
Utibeabasi Umanah 03db6ea98b feat: add parquet preview (#127) 2026-06-11 16:14:48 +08:00
nakrovati 834375d58f Set min PNPM 11.4.0 (#123) 2026-05-30 08:55:40 +08:00
nakrovati bb3422d03b Migrate shadcn/ui from Radix to Base UI (#115) 2026-05-10 09:32:13 +08:00
nakrovati 6cb19bb188 chore: upgrade pnpm to v11 (#110) 2026-05-02 11:47:32 +08:00
nakrovati 5ed5e558ee Update dependencies, migrate to ESM, and update PNPM to 10.28.2 (#86) 2026-03-23 07:50:47 +08:00
马登山 f65732a77d pref : Refactor pdf preview 2026-03-19 12:09:48 +08:00
马登山 5450eee0d1 fix: nom run dev 2026-03-19 11:10:31 +08:00
overtrue 99fce21fdd fix: run theme apply before type check 2026-03-16 23:19:47 +08:00
安正超 5cd22b33f2 feat: extract theme module with build-time overrides (#79)
* feat: extract theme module with build-time overrides

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* fix: address theme module review feedback

---------

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2026-03-15 14:03:50 +08:00
马登山 4b40353d93 fix: PDF preview 2026-03-09 17:18:46 +08:00
overtrue 18f9b48890 fix: make static export work under php base path 2026-02-09 16:03:06 +08:00
overtrue 4fc4583969 fix: support static export and stabilize object details 2026-02-09 15:46:47 +08:00
overtrue d21be593a7 chore: add Apache-2.0 license to package.json and update README with license details 2026-02-04 22:32:18 +08:00
overtrue bd06b48f9b chore: update project name and enhance README with features, tech stack, and development instructions 2026-02-04 22:29:54 +08:00
马登山 5dceb3382b fmt: prettier 2026-02-02 09:31:26 +08:00
安正超 6f1193f6e4 chore: replace codebase with Next.js version (console-new) (#46)
* chore: replace codebase with Next.js version (console-new)

- Migrate from Nuxt/Vue to Next.js/React
- Same repo, dev-pr branch has shared history with main for PR

* chore: wip

* ci: pin pnpm to latest in workflows, packageManager 10.19.0

* ci: use pnpm version from package.json only (fix version mismatch)

* fix: CI - add root page redirect, fix TS types and lint (api-client, aws4fetch, upload-task, hooks)

* fix(ci): add type-check script for TypeScript Check job

* fix(ci): resolve Code Formatting job - ESLint errors (setState-in-effect, refs, static-components, preserve-memoization)

* fix(ci): add lint:fix script for quality workflow Auto-fix step

* fix(ci): add SVG module type declaration for TypeScript Check
2026-02-01 21:23:31 +08:00
cxymds c3bfd2d34b Refactory/bucketsetting (#45)
* feat: refactory bucket setting

* fix: translate

* feat:permission

* feat : lockfile

* fix: update lockfile

* fix: i18n variable
2026-01-29 20:05:03 +08:00
nakrovati 94fcbd9e57 Fix PageHeader collision with Sidebar, update dependencies, and clean up code (#44)
* fix: PageHeader overlaps Sidebar on small screens

* refactor: move appName and appDescription to defineNuxtConfig

* chore: replace clipboard with vueuse useClipboard

* chore(deps): remove unused deps

* chore: bump deps

Add type conversion `... as Shape` to AutoForm and AutoFormFiledObject for compatibility with vue-tsc v3.

Add `import ‘vue-sonner/style.css’` for compatibility with vue-sonner v2.

Move @aws-sdk/types to dependencies.

Format code.
2026-01-25 09:23:27 +08:00
overtrue b172258106 chore: remove pnpm from dependencies and require >=10.27.0
- Remove pnpm from devDependencies to avoid security vulnerabilities
- Update packageManager to pnpm@10.27.0
- Update engines.pnpm to >=10.27.0
- Update README.md to recommend corepack or mise for version management
- Fixes GHSA-379q-355j-w6rj, GHSA-7vhp-vf5g-r2fw, GHSA-2phv-j68v-wwqx
2026-01-20 21:23:43 +08:00
nakrovati 20f090f77d Clean and update dependencies (#42)
* chore(deps): remove unused deps

* refactor: migrate to ESM

* chore(deps): update vue, nuxt, and their outdated dependencies

* chore(deps): move deps to appropriate categories

* chore(deps): override tar to >=7.5.4

Override the tar version to >=7.5.4 due to the vulnerability https://github.com/advisories/GHSA-8qq5-rm4j-mr97 and because the author of the dependency marked all older versions of the package as deprecated.
2026-01-20 10:26:23 +08:00
安正超 6b40c2bc16 feat: Add 7 new language packs (DE, ES, IT, JA, KO, PT-BR, RU) and refactor language switcher (#29)
* feat: 补充任务状态和操作相关的翻译键

- 添加小写版本的状态翻译键:waiting, in progress, success, failed, paused, canceled
- 添加 Upload 翻译键
- 更新任务状态显示使用新的翻译键
- 统一翻译键命名规范

* feat: 为法语语言包补充任务状态和操作相关的翻译键

- 添加小写版本的状态翻译键:waiting, in progress, success, failed, paused, canceled
- 添加 Upload 翻译键
- 修复 In Progress 参数名(deleting -> processing)
- 更新 Success Status 和 Failed Status 翻译

* fix: 对齐所有语言包的翻译键

- 为法语语言包添加 Processing (with count) 键
- 为土耳其语语言包添加 success 和 Success Status 键
- 为中文和英文语言包添加 Success Status 键
- 确保所有语言包(中文、英文、土耳其语、法语)的键完全对齐
- 所有语言包现在都有 880 个键

* feat: 添加国际主流语言支持

新增语言包:
- 日语 (ja-JP) - 日本語
- 韩语 (ko-KR) - 한국어
- 德语 (de-DE) - Deutsch
- 西班牙语 (es-ES) - Español
- 俄语 (ru-RU) - Русский
- 葡萄牙语 (pt-BR) - Português
- 意大利语 (it-IT) - Italiano

更新内容:
- 更新 nuxt.config.ts 添加新语言配置
- 更新 language-switcher.vue 组件添加新语言选项
- 所有新语言包包含 880 个翻译键(目前使用英文作为占位符)

现在支持共 11 种语言:英语、中文、日语、韩语、德语、法语、西班牙语、葡萄牙语、意大利语、俄语、土耳其语

* fix: 暂时隐藏未翻译的语言选项

- 从语言选择器中移除尚未翻译的语言(日语、韩语、德语、西班牙语、葡萄牙语、意大利语、俄语)
- 只保留已完整翻译的语言:英语、中文、法语、土耳其语
- 未翻译的语言配置已注释,待翻译完成后可重新启用

这些语言包文件已创建但内容为英文占位符,切换后会显示英文内容

* feat: 完成德语和日语语言包翻译

- 将德语文件 (de-DE.json) 中的所有英文值翻译为德语
- 将日语文件 (ja-JP.json) 中的所有英文值翻译为日语
- 技术术语(如 API、KMS、IAM、MQTT 等)保持英文或使用适当的本地化形式
- 遵循德语和日语的本地化习惯和语言环境

* feat: 完成意大利语、韩语、巴西葡萄牙语和俄语翻译

* feat: 完成西班牙语翻译

* refactor: remove duplicate language options in language-switcher

- Generate options array dynamically from languageConfig
- Eliminate redundant language definitions
- Maintain single source of truth for language data

* fix: input shadow
2025-12-05 22:02:45 +08:00
overtrue 1f63abf0ac chore: add mandatory code quality checks and update pre-commit hook
- Add mandatory TypeScript type check (vue-tsc --noEmit) and Prettier format check (prettier --check) as required checks in AGENTS.md
- Update pre-commit-check.sh to explicitly run these checks before lint
- Update node-forge to 1.3.2 to fix security vulnerabilities
- Add node-forge override in package.json to ensure secure version
2025-11-29 23:52:10 +08:00
overtrue d3bc8144bf security: fix vulnerabilities in glob and js-yaml dependencies
- Add pnpm overrides to force glob >=10.5.0 (fixes high severity command injection)
- Add pnpm overrides to force js-yaml >=4.1.1 (fixes moderate severity prototype pollution)
- Update pnpm-lock.yaml with secure dependency versions
2025-11-20 20:10:47 +08:00
overtrue 3950df148f feat: add pre-commit check script to catch issues before commit
- Add scripts/pre-commit-check.sh for comprehensive pre-commit validation
- Add 'check' script (lint, type-check, tests, build)
- Add 'pre-commit' script (includes security audit)
- Update README with pre-commit instructions
- Fix pnpm-lock.yaml formatting
2025-11-01 00:45:33 +08:00
overtrue 32df08c420 security: add pnpm overrides to enforce secure tar version
- Add pnpm.overrides to force tar >= 7.5.2
- Ensures all transitive dependencies use secure tar version
- Fixes GHSA-29xp-372q-xqph vulnerability
- All CI/CD checks pass
2025-11-01 00:23:19 +08:00
overtrue 29096d6e38 chore: remove performance tests from CI/CD pipelines
- Delete tests/utils/config-helpers.performance.test.ts
- Remove performance-tests job from test.yml
- Remove benchmarks job from quality.yml
- Remove test:performance script from package.json
- Update all workflow dependencies and summaries
- Update documentation to remove performance test references
2025-11-01 00:19:09 +08:00
马登山 ca16159dce fix: add oxc devDependencies 2025-10-31 08:43:37 +08:00
overtrue 50cef5195b refactor: tailwindcss 2025-10-27 22:04:05 +08:00
overtrue be229fc694 step1: add shadcn components 2025-10-25 16:04:31 +08:00
overtrue ce525fa8ab chore: upgrade nuxt and tailwindcss 2025-10-25 15:28:23 +08:00
overtrue 42b6f36acd feat: 添加完整的测试套件和 CI/CD 流水线
🧪 测试套件:
- 添加 62 个测试用例(单元 + 集成 + 性能测试)
- 达到 98.5% 代码覆盖率(语句)
- 达到 93.5% 分支覆盖率
- 达到 100% 函数覆盖率
- 包含完整的 Mock 和测试工具

🚀 CI/CD 流水线:
- 测试流水线:多版本测试、覆盖率报告、浏览器兼容性
- 质量流水线:代码格式、类型检查、依赖安全、复杂度分析
- 发布流水线:自动构建、部署、GitHub Release 创建
- 依赖管理:自动安全审计、依赖更新、测试验证

📚 文档和模板:
- PR 模板和 Issue 模板
- 完整的 CI/CD 使用文档
- 测试套件说明文档

🔧 配置优化:
- 重构 config-helpers.ts 模块
- 改进类型定义和错误处理
- 优化配置获取逻辑和性能
2025-10-07 22:56:36 +08:00
junxiang Mu f6946637af fix type error
Signed-off-by: junxiang Mu <1948535941@qq.com>
2025-09-22 16:55:40 +08:00
junxiang Mu 9b23e5933c fix start error
Signed-off-by: junxiang Mu <1948535941@qq.com>
2025-09-22 16:52:11 +08:00
马登山 45a5614045 fix: make iconify localize rustfs/rustfs#565 2025-09-19 15:17:18 +08:00
马登山 5062abc3af feat: prefix download 2025-07-22 11:13:47 +08:00
马登山 8918ccee2c fix: build 2025-07-18 17:04:34 +08:00
马登山 8a06d3e687 fix: run generate path error rustfs/console#6 2025-07-18 10:59:11 +08:00
overtrue de0f2c550d feat: improve TypeScript type safety and code quality
- Added comprehensive TypeScript type definitions for app configuration
- Fixed type safety issues in sidebar component with proper type casting
- Improved code organization with better file naming conventions
- Enhanced error handling with centralized error management
- Added performance optimizations with caching and code splitting
- Improved development experience with better tooling configuration
- Updated project documentation with comprehensive README
- Added proper type definitions for navigation items and app config
- Fixed licensing information and added proper Apache 2.0 license

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-10 23:19:22 +08:00
overtrue 509c229982 fix: 修复构建报错 2025-04-14 22:44:22 +08:00
overtrue 8fde8eac83 fix: 修复构建报错 2025-04-14 22:42:00 +08:00