安正超
aa47d8aaf6
fix: handle control character object keys ( #139 )
2026-06-21 11:26:13 +08:00
马登山
07dddd1981
fix: repair object retention controls
2026-05-14 10:08:38 +08:00
cxymds
22a38e0c14
feat: add pool rebalance and decommission pages ( #113 )
2026-05-07 20:53:48 +08:00
马登山
30f4a434dc
feat: add audit target management
2026-04-28 08:06:11 +08:00
马登山
7305fe8968
feat: system Settings
2026-04-27 17:30:45 +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
GatewayJ
ca678d2414
fix(console): show OIDC account name for console admin users ( #102 )
2026-04-21 09:57:19 +08:00
马登山
e92ee1c2b8
feat: add bucket cors configuration
...
Refs: https://github.com/rustfs/rustfs/issues/2330
2026-04-02 11:04:28 +08:00
马登山
5b4f4d5317
feat: add event-targets columns
2026-04-01 11:38:06 +08:00
马登山
8bba331c5a
feat: add site replication console workflow
2026-03-31 17:30:07 +08:00
唐小鸭
97f0f5371c
feat: Implement the SSE Management Interface ( #91 )
2026-03-28 08:19:34 +08:00
cxymds
739321ac91
feat: add button-level permission control ( #89 )
2026-03-26 16:43:21 +08:00
cxymds
13b1f4ddf8
refactor: unify dashboard menu permission routing ( #88 )
2026-03-25 16:05:26 +08:00
马登山
cbf9985ee0
feat: add oidc provider settings page
2026-03-23 18:34:22 +08:00
马登山
5bffcd8b0b
fix: fmt
2026-03-19 12:44:41 +08:00
马登山
4e2ce5632e
fix: usePerformanceData rustfs/rustfs#2199
2026-03-18 13:55:56 +08:00
GatewayJ
82f00c7ea1
fix: bucket access/delete error handling and policy private support ( #75 )
2026-03-10 15:00:41 +08:00
马登山
9f35c1978a
fix:Admin not allow change password
2026-03-04 15:32:58 +08:00
GatewayJ
96dc73b5f0
fix(ui): show Change Password only for users with consoleAdmin ( #68 )
2026-02-28 12:42:44 +08:00
GatewayJ
f84d0dccd4
Objectcount ( #49 )
...
* feat: dataobject count sub account permissions
* Update lib/console-policy-parser.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Update hooks/use-system.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* fix: resolve lint errors (no-explicit-any, no-unused-vars)
---------
Co-authored-by: 安正超 <anzhengchao@gmail.com >
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-02-27 20:41:34 +08:00
马登山
7e8cbdb3a2
fix: refresh permissions state when switching accounts
2026-02-26 16:23:08 +08:00
安正超
ca87e9e007
fix: status home redirect ( #47 )
...
* feat: move status route and format repo
* fix: resolve lint warnings
* fix: load bucket usage asynchronously
* fix: sign version config request
* fix: show spinner for bucket usage loading
* fix: prevent object list fetch loop
* fix: dedupe list requests
* feat: add sidebar version footer
2026-02-04 21:42:11 +08:00
overtrue
e886f51e8f
refactor: page components and events shared module
...
- Home: usePerformanceData hook + performance UI components in _components
- License: extract enterprise section to components/license/enterprise-section
- Login: extract LoginForm to components/auth/login-form
- Events: lib/events (types, constants, getDisplayEvents) + components/events/columns
- Events page and buckets/events-tab use shared events module and getEventsColumns
2026-02-01 22:34:00 +08:00
overtrue
a7391a10d3
refactor: component structure and naming
...
- Fix spelling: auth/heros -> auth/heroes, AuthHerosStatic -> AuthHeroStatic
- Rename redundant: TaskTaskPanel/Item -> TaskPanel/TaskItem; buckets-info/new-form -> bucket-info/bucket-new-form; PoliciesFormItem -> PolicyForm
- Drop directory prefix in filenames: bucket-info.tsx -> info.tsx under buckets/, same for user/, object/, events/, etc.
- Move change-password from access-keys/ to user/; move user-dropdown, user-selector to user/; bucket-selector to buckets/
- Extract tasks to components/tasks/ (item, panel, stats-button)
- Remove unused component-example.tsx and example.tsx
- Rename lib/ui to lib/feedback (message, dialog); move api-error-handler from lib/utils/ to lib/
- Update AGENTS.md with component naming rules and lib/feedback vs components/ui
2026-02-01 22:14:09 +08:00
overtrue
f2366f0507
fix: prevent React state update during render in data table
...
- Set autoResetPageIndex: false to avoid TanStack Table calling
setPagination during render (causes 'component that hasn't mounted yet')
- Reset pageIndex in useEffect when options.data changes to preserve
'back to first page on data change' behavior without render-phase setState
2026-02-01 21:42:47 +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