skillhub/server
chenbaowang 803540b157 feat(auth): 优化权限配置,扩展 SKILL_ADMIN 和 AUDITOR 权限
## 后端修改
- 添加 RouteSecurityPolicyRegistry 权限配置(修复12个CLI命令403错误)
  - /api/v1/me/** - 用户个人相关
  - /api/v1/notifications/** - 通知相关
  - /api/v1/reviews/** - 审核相关
  - /api/v1/skills/** POST/PUT - archive, rating, report
  - /api/v1/namespaces/** POST - transfer
  - DELETE /api/v1/skills/*/* - 改为所有者可删除
- AdminSkillController: hide/unhide 允许 SKILL_ADMIN
- SkillDeleteController: delete 允许 SKILL_ADMIN
- 新增 AdminAuditorController: 审计员专用控制器

## CLI修改
- publish.ts: 修复 -v 选项冲突,改为只使用 --skill-version

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-24 00:47:53 +08:00
..
.mvn docs: add Maven mirror config and troubleshooting guide for China developers (#233) 2026-04-07 09:50:07 +08:00
scripts feat(notification): add in-app notifications and harden delivery 2026-03-23 12:31:28 +08:00
skillhub-app feat(auth): 优化权限配置,扩展 SKILL_ADMIN 和 AUDITOR 权限 2026-04-24 00:47:53 +08:00
skillhub-auth feat(auth): 优化权限配置,扩展 SKILL_ADMIN 和 AUDITOR 权限 2026-04-24 00:47:53 +08:00
skillhub-domain Merge pull request #302 from iflytek/fix/rerelease-precheck-warnings 2026-04-14 20:28:00 +08:00
skillhub-infra feat(auth): 邮箱验证码重置密码与 SMTP 配置支持 (#273) 2026-04-13 20:27:00 +08:00
skillhub-notification chore(notification): sync main and expand regression coverage 2026-03-23 15:04:47 +08:00
skillhub-search fix(search): align portal visibility for private skills (#323) 2026-04-17 17:46:05 +08:00
skillhub-storage fix(storage): defer S3 bucket verification until first access (#289) 2026-04-12 15:24:09 +08:00
.dockerignore feat(staging): optimize staging build with local Maven packaging 2026-03-14 14:21:06 +08:00
Dockerfile fix(storage): defer S3 bucket verification until first access (#289) 2026-04-12 15:24:09 +08:00
Dockerfile.dev fix(storage): defer S3 bucket verification until first access (#289) 2026-04-12 15:24:09 +08:00
mvnw feat: initialize Maven multi-module project structure 2026-03-11 22:52:04 +08:00
mvnw.cmd feat: initialize Maven multi-module project structure 2026-03-11 22:52:04 +08:00
pom.xml feat(notification): add in-app notifications and harden delivery 2026-03-23 12:31:28 +08:00