Commit graph

958 commits

Author SHA1 Message Date
xiose
cb717fd5f4 fix(auth): enforce owner isolation for skill publishing
- Change skill uniqueness constraint from (namespace_id, slug) to
  (namespace_id, slug, owner_id) to support per-user skill records
- Reject publish when another owner has a published skill with same slug
- Reject review approval when same-slug conflict exists
- Auto-withdraw pending review versions when submitting a new version
- Resolve visible skill by preferring published skill, then current
  user's own skill, to fix wrong skill returned for same-slug queries
- Invalidate all skill query cache on publish to prevent stale data
2026-03-16 21:21:46 +08:00
xiose
94a1e95bc7 fix(auth): invalidate session when user account is disabled 2026-03-16 21:21:46 +08:00
xiose
1805391d2d fix(auth): refresh user roles on /me request, fix login page UI issues
- Backend: /api/v1/auth/me now fetches fresh roles from DB and updates
  session when roles have changed, so users see role changes on page
  refresh without re-login
- Frontend: invalidate ['auth', 'me'] cache after admin user mutations
  (role change, status change, approve, disable, enable) and account merge
- Login: fix reversed eye icon (Eye=visible, EyeOff=hidden)
- Login: hide browser-native password reveal button to avoid duplicate
2026-03-16 21:21:46 +08:00
xiose
bd86d51f4e fix(web): reset token dialog state on reopen, fix pagination and download button
- Reset form fields and mutation state when create-token dialog reopens
- Fix delete pagination: check items.length === 0 (post-delete) instead of 1
- Restrict skill download to PUBLISHED versions only
2026-03-16 21:21:46 +08:00
xiose
bd8ef13cbb fix(web): prevent text overflow in token dialogs
Add responsive text wrapping and overflow handling to token-related
components to prevent layout breaking with long token names or descriptions.

Changes:
- Add min-w-0 to dialog headers to allow flex shrinking
- Add break-all/break-words to prevent text overflow
- Add overflow-hidden to token display container
- Apply max-w-48 constraint to token name column
2026-03-16 21:21:46 +08:00
vsxd
785c15cd0f Fix SKILL.md frontmatter rendering 2026-03-16 21:21:46 +08:00
vsxd
654f640abb fix: migration sql version fixed 2026-03-16 21:15:12 +08:00
wowo
bf1c97ded0 Merge pull request #50 from iflytek/bugfix
Bugfix
2026-03-16 21:07:52 +08:00
vsxd
330f64cedd fix(web): avoid CSP errors when downloading skills 2026-03-16 21:03:37 +08:00
vsxd
316a86628c fix(skill): isolate unpublished slug access 2026-03-16 21:01:44 +08:00
xiose
060a611a54 fix(auth): enforce owner isolation for skill publishing
- Change skill uniqueness constraint from (namespace_id, slug) to
  (namespace_id, slug, owner_id) to support per-user skill records
- Reject publish when another owner has a published skill with same slug
- Reject review approval when same-slug conflict exists
- Auto-withdraw pending review versions when submitting a new version
- Resolve visible skill by preferring published skill, then current
  user's own skill, to fix wrong skill returned for same-slug queries
- Invalidate all skill query cache on publish to prevent stale data
2026-03-16 20:56:28 +08:00
xiose
dfa5837456 fix(auth): invalidate session when user account is disabled 2026-03-16 20:39:33 +08:00
xiose
b83e8b8c27 fix(auth): refresh user roles on /me request, fix login page UI issues
- Backend: /api/v1/auth/me now fetches fresh roles from DB and updates
  session when roles have changed, so users see role changes on page
  refresh without re-login
- Frontend: invalidate ['auth', 'me'] cache after admin user mutations
  (role change, status change, approve, disable, enable) and account merge
- Login: fix reversed eye icon (Eye=visible, EyeOff=hidden)
- Login: hide browser-native password reveal button to avoid duplicate
2026-03-16 20:39:33 +08:00
xiose
40b9c8e39d fix(web): reset token dialog state on reopen, fix pagination and download button
- Reset form fields and mutation state when create-token dialog reopens
- Fix delete pagination: check items.length === 0 (post-delete) instead of 1
- Restrict skill download to PUBLISHED versions only
2026-03-16 20:39:33 +08:00
xiose
c23960ea0b fix(web): prevent text overflow in token dialogs
Add responsive text wrapping and overflow handling to token-related
components to prevent layout breaking with long token names or descriptions.

Changes:
- Add min-w-0 to dialog headers to allow flex shrinking
- Add break-all/break-words to prevent text overflow
- Add overflow-hidden to token display container
- Apply max-w-48 constraint to token name column
2026-03-16 20:39:33 +08:00
vsxd
4a102c6507 Fix SKILL.md frontmatter rendering 2026-03-16 20:29:36 +08:00
tww
3d4afc2120 Merge remote-tracking branch 'origin/main' into cli-login 2026-03-16 19:53:13 +08:00
vsxd
723ddf559c Configure default session timeout 2026-03-16 19:31:51 +08:00
vsxd
3e67e12344 fix: clarify global namespace visibility copy 2026-03-16 19:30:54 +08:00
yun-zhi-ztl
84bc5c7d9d fix: improve dashboard UX and session refresh handling (#51)
* fix: refresh skill download counts after download

* fix: limit skill search query length

* fix: truncate long error messages in ui

* fix: refresh auth roles promptly

* fix: block disabled users with active sessions

* fix: add my skills preview to dashboard

* fix: align dashboard my skills layout

* fix: refine dashboard my skills preview

* fix: adjust dashboard my skills grid

* fix: keep dashboard more tile visible

* fix: refine dashboard copy tone
2026-03-16 19:29:26 +08:00
yun-zhi-ztl
1955fd8b97 fix: refine dashboard copy tone 2026-03-16 18:28:21 +08:00
yun-zhi-ztl
65258b8419 fix: keep dashboard more tile visible 2026-03-16 18:26:11 +08:00
yun-zhi-ztl
3030ffe357 fix: adjust dashboard my skills grid 2026-03-16 17:49:07 +08:00
yun-zhi-ztl
e287b90694 fix: refine dashboard my skills preview 2026-03-16 17:47:48 +08:00
yun-zhi-ztl
9b92df18c7 fix: align dashboard my skills layout 2026-03-16 17:45:16 +08:00
yun-zhi-ztl
6d2803f41f fix: add my skills preview to dashboard 2026-03-16 17:41:03 +08:00
yun-zhi-ztl
04ff4a4a9f fix: block disabled users with active sessions 2026-03-16 17:34:43 +08:00
tww
3ab76b201a cli login fix 2026-03-16 17:33:12 +08:00
yun-zhi-ztl
cb9c2f489b fix: refresh auth roles promptly 2026-03-16 17:31:53 +08:00
yun-zhi-ztl
dee07ad7a2 fix: truncate long error messages in ui 2026-03-16 17:30:30 +08:00
yun-zhi-ztl
c6fb349253 fix: limit skill search query length 2026-03-16 17:28:39 +08:00
yun-zhi-ztl
dfa0724d12 fix: refresh skill download counts after download 2026-03-16 16:28:16 +08:00
vsxd
5168e866da fix: make bootstrap admin opt-in and stabilize promotion errors 2026-03-16 16:03:46 +08:00
yun-zhi-ztl
2b0bb25240 fix: stabilize promotion approval and documentation fallback 2026-03-16 16:03:46 +08:00
yun-zhi-ztl
df5883ec04 fix: stabilize skill promotion approval flow 2026-03-16 16:03:46 +08:00
yun-zhi-ztl
0b85bf1e89 feat: bootstrap default super admin across profiles 2026-03-16 16:03:46 +08:00
yun-zhi-ztl
556e65efef feat: complete skill promotion submission flow 2026-03-16 16:03:46 +08:00
vsxd
bead940e3e test: stabilize api assertions and add frontend test setup 2026-03-16 16:03:46 +08:00
yun-zhi-ztl
5c42f05486 fix: tighten archived namespace visibility 2026-03-16 16:03:46 +08:00
yun-zhi-ztl
b30311a537 feat: build governance center workflow 2026-03-16 16:03:46 +08:00
yun-zhi-ztl
62979b2dd7 test: cover namespace workflow smoke paths 2026-03-16 16:03:46 +08:00
yun-zhi-ztl
30d6581710 fix: stabilize backend dev startup flow 2026-03-16 16:03:46 +08:00
yun-zhi-ztl
8fc2c01a32 feat: complete namespace member management 2026-03-16 16:03:46 +08:00
yun-zhi-ztl
889a6d3b9d feat: add namespace creation dialog 2026-03-16 16:03:46 +08:00
yun-zhi-ztl
93323766db fix: stabilize backend dev module classpath 2026-03-16 16:03:46 +08:00
yun-zhi-ztl
f92cdb31f2 feat: add namespace governance dashboard 2026-03-16 16:03:46 +08:00
yun-zhi-ztl
33ed8fe17d feat: hide archived namespaces from public reads 2026-03-16 16:03:46 +08:00
yun-zhi-ztl
fcc2df2975 feat: enforce namespace lifecycle on workflows 2026-03-16 16:03:46 +08:00
yun-zhi-ztl
971c75c936 feat: add namespace management endpoints 2026-03-16 16:03:46 +08:00
yun-zhi-ztl
7501bb3cf2 feat: add namespace lifecycle governance 2026-03-16 16:03:46 +08:00