long-agent
8c1cf54213
fix: resolve P0 stub/false-positive issues found in SENIOR_DEV_REVIEW audit
- Remove dead stub UploadAvatar in user_handler.go (real impl in avatar_handler.go)
- Fix GetAuthCapabilities to call service (was returning hardcoded static JSON, missing admin_bootstrap_required)
- Replace AdminRoleID=1 hardcoded constant with getAdminRoleID(ctx) dynamic lookup by code="admin"
- Fix double Argon2id hash computation in ChangePassword (hash once, reuse)
- Add PredefinedRoles seed to newIsolatedDB test infrastructure (fixes broken ADMIN_* tests)
2026-04-11 10:27:29 +08:00
..
2026-04-08 20:06:54 +08:00
2026-04-02 11:22:17 +08:00
2026-04-02 11:22:17 +08:00
2026-04-02 11:22:17 +08:00
2026-04-02 11:22:17 +08:00
2026-04-02 11:22:17 +08:00
2026-04-08 20:06:54 +08:00
2026-04-02 11:22:17 +08:00
2026-04-08 20:06:54 +08:00
2026-04-09 15:30:26 +08:00
2026-04-02 11:22:17 +08:00
2026-04-07 18:10:36 +08:00
2026-04-07 18:10:36 +08:00
2026-04-07 18:10:36 +08:00
2026-04-02 13:59:27 +08:00
2026-04-03 21:08:18 +08:00
2026-04-02 11:22:17 +08:00
2026-04-02 11:22:17 +08:00
2026-04-02 11:22:17 +08:00
2026-04-09 15:30:26 +08:00
2026-04-09 23:59:47 +08:00
2026-04-11 10:27:29 +08:00
2026-04-02 11:22:17 +08:00
2026-04-02 11:22:17 +08:00