yun-zhi-ztl
8c8ce1d881
fix(publish): clarify duplicate version upload errors
2026-03-14 19:59:26 +08:00
yun-zhi-ztl
f3cd59a6c0
feat(search): update results as users type
2026-03-14 19:58:17 +08:00
yun-zhi-ztl
196fe52391
fix(dashboard): avoid duplicate token fetch and false error toast
2026-03-14 19:56:57 +08:00
yun-zhi-ztl
5544990240
fix(publish): keep publish button text color consistent
2026-03-14 19:54:45 +08:00
yun-zhi-ztl
60145d7dae
fix(publish): timeout stalled publish requests
2026-03-14 19:53:27 +08:00
yun-zhi-ztl
a1083412e1
fix(stars): keep favorites data in sync
2026-03-14 19:51:06 +08:00
yun-zhi-ztl
bf319332c5
feat(token): paginate token list
2026-03-14 19:44:11 +08:00
yun-zhi-ztl
495b05f63f
fix(dialog): keep modals centered on long pages
2026-03-14 19:41:33 +08:00
yun-zhi-ztl
32add06b5d
fix(skill): format publish time in local system time
2026-03-14 19:40:17 +08:00
yun-zhi-ztl
fc9bdffc7d
fix(token): validate name length and uniqueness
2026-03-14 19:38:18 +08:00
yun-zhi-ztl
ccc23289bc
fix(dialog): portal token modal to body
2026-03-14 19:31:16 +08:00
yun-zhi-ztl
725b71d323
fix(skill): contain readme content overflow
2026-03-14 19:27:50 +08:00
yun-zhi-ztl
72f0b9f8f3
fix(login): validate required fields before submit
2026-03-14 19:26:37 +08:00
yun-zhi-ztl
553a72eeb1
fix(token): center copy feedback toast
2026-03-14 19:24:29 +08:00
yun-zhi-ztl
33abb1133e
feat(skill): add back button on detail page
2026-03-14 19:22:23 +08:00
yun-zhi-ztl
7eb88356cd
fix(search): align skill card metadata rows
2026-03-14 19:20:53 +08:00
yun-zhi-ztl
73550c0b06
feat(login): add password visibility toggle
2026-03-14 19:18:39 +08:00
yun-zhi-ztl
0b576e3f59
fix(search): wrap long empty-state descriptions
2026-03-14 19:16:25 +08:00
yun-zhi-ztl
a5d6b6246b
fix(auth): localize login errors and align API error handling
2026-03-14 19:05:20 +08:00
yun-zhi-ztl
188f6108d1
feat(auth): improve extensible login method metadata
2026-03-14 18:52:35 +08:00
yun-zhi-ztl
3f1985da46
fix(web): adapt header controls to landing theme
2026-03-14 18:19:41 +08:00
yun-zhi-ztl
c08fd7306b
fix(web): align language switcher text color
2026-03-14 18:18:08 +08:00
yun-zhi-ztl
a6cf862e8e
merge(main): sync latest origin/main into feature/project-review
...
Resolved 9 conflicts according to documented strategy:
- .gitignore: kept both entries (docs/review/ + CLAUDE.md)
- ClawHubCompatController.java: manual merge (use @AuthenticationPrincipal + platformRoles)
- ClawHubCompatControllerTest.java: kept ours (HEAD security tests)
- CliControllerTest.java: kept ours (HEAD platform roles tests)
- ReviewPermissionChecker.java: kept ours (stricter permission model)
- SkillPublishService.java: kept theirs (main SUPER_ADMIN bypass + events)
- SkillPublishServiceTest.java: kept theirs (main complete test suite)
- router.tsx: manual merge (HEAD's createLazyRouteComponent + main's privacy/terms)
- markdown-renderer.tsx: kept ours (HEAD frontmatter stripping + styles)
All A1-A9 security fixes preserved. No new logic introduced.
2026-03-14 17:50:38 +08:00
yun-zhi-ztl
d64c92f4cf
fix(web): use light text colors for landing page header nav
...
Override LanguageSwitcher, UserMenu, and login link text colors
to slate-200/300 so they are visible on the dark landing background.
2026-03-14 17:36:56 +08:00
yun-zhi-ztl
fd790a9610
feat(web): add header nav to landing page and local dev improvements
...
- Add sticky header with LanguageSwitcher and UserMenu to landing page
- Update token dialog and i18n translations
- Fix dev process script and compose release config
- Remove stale skillhub submodule reference
2026-03-14 17:32:47 +08:00
yun-zhi-ztl
cfc296181f
fix : temp debug
2026-03-14 17:32:47 +08:00
wowo
b96126a267
Merge pull request #20 from iflytek/bugfix/require-auth-for-download
...
fix: require authentication for downloads and fix download count increment
2026-03-14 17:22:38 +08:00
wowo_zZ
41b0f8ce1b
feat(web): add legal pages and footer links
2026-03-14 17:14:16 +08:00
wowo-zZ
56e7baed15
fix(auth): require authentication for skill downloads
...
- Remove download endpoints from permitAll list in SecurityConfig
- Add authentication checks to download tests
- Add login redirect for unauthenticated download attempts in frontend
This prevents unauthorized access to skill package downloads while
maintaining public access to skill metadata and file listings.
2026-03-14 16:54:10 +08:00
wowo-zZ
e97752735c
fix(auth): improve logout flow to always redirect to home
...
- Use window.location.href for full page refresh
- Move redirect to finally block to ensure it always executes
- Fix V7 migration to be a no-op since column is already jsonb
2026-03-14 15:40:53 +08:00
wowo-zZ
611253fe21
feat(nav): add explore link to navbar with responsive design
...
- Group Logo and main nav links on the left
- Add explore link pointing to /search
- Use hidden md:flex for mobile responsiveness
- Maintain consistent spacing (gap-8 for Logo-nav, gap-6 for nav links)
2026-03-14 15:40:53 +08:00
wowo-zZ
39fc20f124
feat(i18n): add English translation for explore nav link
2026-03-14 15:40:53 +08:00
wowo-zZ
7f481cb958
feat(i18n): add Chinese translation for explore nav link
2026-03-14 15:40:53 +08:00
wowo
58ca1d0c9e
Merge pull request #13 from iflytek/fix/allow-anonymous-skill-detail-view
...
fix(web): improve anonymous user experience on skill detail page
2026-03-14 14:27:10 +08:00
wowo-zZ
798872f09a
fix(web): improve anonymous user experience on skill detail page
...
- Add proper error handling for skill detail API errors
- Show friendly login prompt when anonymous users access private skills
- Show access denied message when authenticated users lack permission
- Add i18n translations for new error messages (en/zh)
This allows anonymous users to view PUBLIC skills while providing
clear guidance when they encounter private or restricted content.
2026-03-14 12:01:21 +08:00
wowo-zZ
01c5d43625
feat(web): add SkillHub logo as browser favicon
...
Add favicon.svg to web/public directory and configure it in index.html
to display the SkillHub logo in browser tabs.
2026-03-14 11:45:55 +08:00
vsxd
ac352314f7
Add extensible auth compatibility layer for private SSO
2026-03-13 18:00:22 +08:00
vsxd
b1aeb3c8a2
Fix web health check for release compose
2026-03-13 17:00:47 +08:00
vsxd
9ae9b93ca7
Refine production compose runtime config
2026-03-13 17:00:47 +08:00
vsxd
14d86c290a
chore(release): v0.1.0-beta.7
2026-03-13 16:05:08 +08:00
vsxd
a773b87e68
Adjust landing footer and remove CTA section
2026-03-13 15:15:13 +08:00
vsxd
0ab6b48ac6
fix(web): localize landing footer license text
2026-03-13 14:53:28 +08:00
vsxd
1fb70a99f2
Merge remote-tracking branch 'origin/main'
2026-03-13 14:50:32 +08:00
vsxd
de5956476b
Sync header auth state after login
2026-03-13 14:48:01 +08:00
vsxd
c2b75bf961
Refine skill install command layout
2026-03-13 14:44:28 +08:00
vsxd
2170412bda
feat(web): complete i18n coverage for all pages and components
...
Replace hardcoded Chinese strings with t() calls across 36 files.
Expand translation keys from ~160 to 412 covering all pages, features,
and shared components. Fix date formatting to use dynamic i18n locale.
2026-03-13 14:43:26 +08:00
wowo-zZ
72a14d2e8a
refactor(web): simplify landing page and update typography
...
- Change font class from font-display to font-heading in home page
- Adjust landing page title tracking from tight to normal
- Remove redundant CTA section from landing page
- Simplify footer links to GitHub only with proper external link attributes
2026-03-13 14:34:17 +08:00
vsxd
d82665baba
feat(review): allow admins to review their own submissions
2026-03-13 14:23:20 +08:00
vsxd
7f1e9b96fe
fix(web): change namespace URL prefix from /@namespace to /space/namespace to avoid route conflicts
2026-03-13 13:59:55 +08:00
vsxd
e4ae46515e
chore: remove stale package-lock.json and add to gitignore
...
Project uses pnpm, these npm lock files were causing spurious changes on every install.
2026-03-13 13:58:11 +08:00