index
:
kioku
main
kioku
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
server
Age
Commit message (
Expand
)
Author
2025-12-31
feat(repo): add Note repository with CRUD operations
nsfisis
2025-12-31
feat(repo): add NoteType and NoteFieldType repositories
nsfisis
2025-12-31
feat(db): add Note feature database schema
nsfisis
2025-12-30
feat: remove Anki import feature
nsfisis
2025-12-30
fix(auth): unify password length requirement to 15 characters
v0.1.1
nsfisis
2025-12-30
fix(sync): verify card ownership before update in push
nsfisis
2025-12-30
feat(security): add rate limiting and CORS middleware
nsfisis
2025-12-15
feat(anki): add import script for Anki packages
nsfisis
2025-12-15
feat(anki): add Note/Card mapping to Kioku format
nsfisis
2025-12-15
feat(anki): add parser for Anki .apkg files
nsfisis
2025-12-11
refactor(server): avoid using Zod deprecated API
nsfisis
2025-12-07
chore: fix all lint errors and warnings
nsfisis
2025-12-07
feat(client): add sync status indicator component
nsfisis
2025-12-07
feat(server): add GET /api/sync/pull endpoint
nsfisis
2025-12-07
feat(server): add POST /api/sync/push endpoint
nsfisis
2025-12-07
feat(server): add study session API with FSRS integration
nsfisis
2025-12-07
feat(server): add card CRUD endpoints
nsfisis
2025-12-07
feat(server): add Deck CRUD endpoints with tests
nsfisis
2025-12-07
feat(client): remove registration page
nsfisis
2025-12-06
feat(client): add API client with auth header support
nsfisis
2025-12-06
feat(client): initialize React + Vite frontend foundation
nsfisis
2025-12-06
feat(dev): change architecture and directory structure
nsfisis