| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-12-30 | fix(auth): unify password length requirement to 15 charactersv0.1.1 | nsfisis | |
| The add-user.ts script required only 8 characters while createUserSchema required 15. Now both enforce the same minimum of 15 characters for stronger password security. 🤖 Generated with [Claude Code](https://claude.ai/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> | |||
| 2025-12-15 | feat(anki): add import script for Anki packages | nsfisis | |
| Add CLI script to import .apkg files into Kioku. The script parses Anki packages using the existing parser, maps notes/cards to Kioku format, and bulk inserts them into the database for a specified user. Usage: pnpm anki:import [file.apkg] 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> | |||
| 2025-12-07 | feat(client): remove registration page | nsfisis | |
