maximus
created branch issue-65-widget-sync-refresh in maximus/simpl-liste
2026-04-09 13:01:31 +00:00
feat: gate auto-updates behind license entitlement (#48)
Review (sprint inline) — APPROVE
Points vérifiés
- ✅ Gate dans
useUpdaterET dansErrorPage— pas de chemin de contournement - ✅ Le nom du feature (
'auto-update') match…
feat: gate auto-updates behind license entitlement (#48)
maximus
created branch issue-48-gate-auto-updates in maximus/Simpl-Resultat
2026-04-09 12:58:56 +00:00
feat: license UI card in settings (#47)
Review (sprint inline) — APPROVE
Points vérifiés
- ✅ Pattern useReducer suivi (cohérent avec
useUpdater.ts) - ✅ Service = thin wrapper, hook = state, composant = rendering —…
feat: license UI card in settings (#47)
maximus
created branch issue-47-license-ui-card in maximus/Simpl-Resultat
2026-04-09 12:54:41 +00:00
feat: license validation commands + entitlements system (#46)
Review (sprint inline) — APPROVE
Le code respecte le scope de l'issue et implémente les correctifs sécurité demandés au spec-monetisation review.
Points vérifiés
- ✅ `jsonwebtoke…
feat: license validation commands + entitlements system (#46)
maximus
created branch issue-46-license-commands-entitlements in maximus/Simpl-Resultat
2026-04-09 12:49:49 +00:00
maximus
pushed to issue-46-license-commands-entitlements at maximus/Simpl-Resultat
2026-04-09 12:49:49 +00:00
fix: migrate PIN hashing from SHA-256 to Argon2id (#54)
Verdict: APPROVE
Summary: Clean migration from SHA-256 to Argon2id for PIN hashing with transparent backward compatibility and automatic rehash of legacy PINs on verification. Complete…
maximus
pushed to fix/simpl-resultat-54-argon2id-pin at maximus/Simpl-Resultat
2026-04-09 12:01:12 +00:00
fix: migrate PIN hashing from SHA-256 to Argon2id (#54)
Reviewer automatique — needs-fix
Le backend est solide (Argon2id, constant-time, rehash best-effort via .ok()). Cependant, le probleme signale au round 2 n'est que partiellement corrige :…
maximus
pushed to fix/simpl-resultat-54-argon2id-pin at maximus/Simpl-Resultat
2026-04-09 10:02:20 +00:00
fix: migrate PIN hashing from SHA-256 to Argon2id (#54)
Reviewer automatique — needs-fix
Les corrections du round 1 (re-hachage Argon2id, tests, comparaison constant-time) sont bien implementees. Cependant, une erreur lors de la persistance du…