index
:
kioku
main
kioku
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
server
/
routes
Age
Commit message (
Expand
)
Author
2025-12-31
feat(crdt): add server-side CRDT sync API handling
nsfisis
2025-12-31
feat(schema): make note_id and is_reversed NOT NULL
nsfisis
2025-12-31
feat(study): render note-based cards using template system
nsfisis
2025-12-31
feat(sync): add sync support for note-related entities
nsfisis
2025-12-31
feat(api): include note data in Card and Study route responses
nsfisis
2025-12-31
feat(api): add Note API routes for CRUD operations
nsfisis
2025-12-31
feat(api): add NoteType and NoteFieldType API routes
nsfisis
2025-12-31
feat(repo): extend CardRepository with note data support
nsfisis
2025-12-30
feat(security): add rate limiting and CORS middleware
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