skillhub/web
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
..
docker-entrypoint.d Refine production compose runtime config 2026-03-13 17:00:47 +08:00
public feat(web): add SkillHub logo as browser favicon 2026-03-14 11:45:55 +08:00
src merge(main): sync latest origin/main into feature/project-review 2026-03-14 17:50:38 +08:00
.dockerignore feat(ops): improve Dockerfile caching, add dockerignore, docker profile, Makefile help 2026-03-12 17:50:34 +08:00
.eslintrc.cjs feat(web): implement login page, dashboard, and API token management 2026-03-12 00:13:50 +08:00
components.json feat(web): implement login page, dashboard, and API token management 2026-03-12 00:13:50 +08:00
Dockerfile Fix web health check for release compose 2026-03-13 17:00:47 +08:00
index.html feat(web): add SkillHub logo as browser favicon 2026-03-14 11:45:55 +08:00
LANDING_PAGE_REDESIGN.md feat(web): redesign homepage with modern landing page 2026-03-12 22:27:58 +08:00
nginx.conf.template Refine production compose runtime config 2026-03-13 17:00:47 +08:00
package.json chore(release): v0.1.0-beta.7 2026-03-13 16:05:08 +08:00
pnpm-lock.yaml feat(web): implement toast notifications and SPA dialogs 2026-03-13 13:41:10 +08:00
postcss.config.js feat(web): implement login page, dashboard, and API token management 2026-03-12 00:13:50 +08:00
PREVIEW.md docs: add landing page preview guide 2026-03-12 22:28:31 +08:00
runtime-config.js.template Add extensible auth compatibility layer for private SSO 2026-03-13 18:00:22 +08:00
tailwind.config.ts feat(frontend): redesign UI with Aurora Tech theme 2026-03-12 21:11:41 +08:00
TODO.md fix(web): fix i18n language switching and add translations 2026-03-13 13:42:57 +08:00
tsconfig.json feat(web): implement login page, dashboard, and API token management 2026-03-12 00:13:50 +08:00
vite.config.ts feat(web): implement login page, dashboard, and API token management 2026-03-12 00:13:50 +08:00