Commit Graph

62 Commits

Author SHA1 Message Date
cxymds d8d974fe97 feat: improve object version management (#149) 2026-07-05 18:08:23 +08:00
cxymds abe833e0a9 fix: resolve manifest icon base path 2026-07-05 17:17:03 +08:00
Zhengchao An c7af406b4d feat: add object rename action (#146) 2026-07-04 13:38:06 +08:00
Zhengchao An a9bccd954a fix: update tier provider defaults (#145) 2026-07-04 13:27:42 +08:00
Zhengchao An c498363abd fix: remove unsupported tier providers (#144) 2026-07-04 13:15:33 +08:00
cxymds ae01aee350 chore: upgrade next to 16.3 canary 2026-07-02 15:50:04 +08:00
Zhengchao An 49630dc140 fix: restrict PDF preview to PDF content type (#140) 2026-06-26 22:05:01 +08:00
cxymds e6a25b91e1 fix: normalize performance status responses 2026-06-26 11:30:01 +08:00
cxymds 2ff4cf0b9c fix: update pool operation status tables 2026-06-24 17:39:09 +08:00
cxymds c375569947 feat: redesign pool decommission page 2026-06-23 17:44:11 +08:00
cxymds ae581e9311 fix: harden rebalance and decommission state 2026-06-22 17:33:53 +08:00
安正超 aa47d8aaf6 fix: handle control character object keys (#139) 2026-06-21 11:26:13 +08:00
cxymds 8bd6ddcf23 fix: restore bucket breadcrumb click navigation (#135) 2026-06-15 11:13:35 +08:00
cxymds 4efb59b2d0 fix: guard object preview fullscreen on webkit (#134) 2026-06-14 21:24:21 +08:00
cxymds 3977d67fb1 fix: harden browser page webkit compatibility (#133) 2026-06-14 21:24:06 +08:00
cxymds c34ef4432f fix(rebalance): show cleanup warnings and progress state (#132) 2026-06-14 19:18:26 +08:00
马登山 0bd097ad26 fix: correct pool operation console status 2026-06-14 13:38:52 +08:00
cxymds 145e1f9797 feat: use server zip downloads (#128) 2026-06-12 11:55:50 +08:00
马登山 95076b4432 feat(console): add Kafka SASL target fields 2026-06-09 20:41:11 +08:00
马登山 7837930e8c fix: preserve utf-8 charset for text uploads
Add conservative upload content-type handling that appends charset=utf-8 only when text uploads validate as UTF-8, while preserving existing charsets and non-UTF-8 text metadata.

Fixes rustfs/rustfs#3095
2026-05-28 16:16:58 +08:00
cxymds 7889bb7f42 fix: stabilize object drawer dialogs (#121) 2026-05-19 13:49:03 +08:00
马登山 07dddd1981 fix: repair object retention controls 2026-05-14 10:08:38 +08:00
马登山 fd1d81265f feat: make object list page size configurable 2026-05-13 15:58:45 +08:00
cxymds bb3e36663f feat: move bucket modules to top-level lists (#116) 2026-05-13 10:19:38 +08:00
马登山 e32d0e9c8e fix: show detailed S3 XML error messages
Fixes rustfs/rustfs#2915
2026-05-12 08:36:50 +08:00
马登山 04af5b6f6d fix: refine pool decommission interactions 2026-05-11 11:32:49 +08:00
马登山 a95bb5b89d feat: expand pool details for rebalance and decommission 2026-05-09 17:05:23 +08:00
马登山 70e6cd3a6f fix: show pool operation status details 2026-05-09 11:32:21 +08:00
马登山 dd1d68ad9e fix: datetime picker language support 2026-05-08 11:12:35 +08:00
马登山 94a47a1bac Merge branch 'main' of github.com:rustfs/console 2026-05-08 09:59:08 +08:00
马登山 131f29c858 fix:i18n 2026-05-08 09:59:04 +08:00
Oliver 5b0d8ccb7c feat: add NEXT_PUBLIC_API_PREFIX for reverse-proxy support (#109) 2026-05-08 09:56:18 +08:00
cxymds 22a38e0c14 feat: add pool rebalance and decommission pages (#113) 2026-05-07 20:53:48 +08:00
马登山 88eddfae3e fix: normalize upload objects prefix rustfs/rustfs#2768 2026-05-06 08:26:55 +08:00
马登山 ed447f5bb0 fix: complete i18n configuration and translations
Normalize locale detection, sync document language direction, complete locale keys, and add i18n regression coverage.

Refs rustfs/rustfs#2735
2026-04-29 17:54:22 +08:00
马登山 92e02137ec feat: add bulk user group assignment 2026-04-28 18:00:36 +08:00
马登山 e20cc7f81a fix: preserve S3 XML error codes 2026-04-28 11:37:00 +08:00
马登山 30f4a434dc feat: add audit target management 2026-04-28 08:06:11 +08:00
马登山 a3476fd390 feat: add kafka event destination 2026-04-28 08:03:55 +08:00
马登山 7305fe8968 feat: system Settings 2026-04-27 17:30:45 +08:00
马登山 6649168d70 fix: prevent duplicate dialog delete submissions 2026-04-27 09:08:47 +08:00
cxymds ff71a89060 fix: restore user service account management (#106) 2026-04-24 18:06:48 +08:00
马登山 277f7dc7a0 fix: bucket name can not contain uppercase letters rustfs/rustfs#2636 2026-04-22 09:05:49 +08:00
马登山 62267f5b67 fix: reset object pagination when changing folders 2026-04-17 10:32:33 +08:00
cxymds b17505adf7 fix: disabled version bucket object delete do not display check delete all version 2026-04-08 21:49:08 +08:00
马登山 e92ee1c2b8 feat: add bucket cors configuration
Refs: https://github.com/rustfs/rustfs/issues/2330
2026-04-02 11:04:28 +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
overtrue 2216caac75 fix: remove deprecated server config fetch and fix CI workflow
- Remove deprecated fetchConfigFromServer function
- Update getConfig to use localStorage > browser > default priority
- Fix GitHub Actions workflow: remove unnecessary dependency installation, upgrade CodeQL to v4, use proper test commands
- Add JUnit reporter to vitest config for CI test results
- Update tests to reflect new configuration priority (no server config)
- All 167 tests passing
2026-01-20 21:35:01 +08:00
马登山 2b00fdc8d2 docs: remove code comments about config.json 2026-01-12 16:56:43 +08:00
马登山 df2c7a1ce3 fix: remove config.json request 2025-12-09 11:58:09 +08:00