index
:
kioku
main
kioku
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
docs
/
dev
Age
Commit message (
Expand
)
Author
2025-12-31
refactor(sync): remove legacy LWW conflict resolution strategy
nsfisis
2025-12-31
docs(roadmap): mark server data migration as complete
nsfisis
2025-12-31
feat(crdt): add client-side CRDT migration script
nsfisis
2025-12-31
test(crdt): add integration tests for concurrent edit scenarios
nsfisis
2025-12-31
feat(crdt): add server-side CRDT sync API handling
nsfisis
2025-12-31
feat(crdt): add database migration for crdt_documents table
nsfisis
2025-12-31
feat(crdt): add server-side CRDT document storage schema
nsfisis
2025-12-31
feat(crdt): integrate CRDT sync flow into sync manager
nsfisis
2025-12-31
feat(crdt): replace LWW conflict resolution with Automerge merge
nsfisis
2025-12-31
feat(crdt): handle crdtChanges in sync pull response
nsfisis
2025-12-31
feat(crdt): add crdtChanges to sync push payload
nsfisis
2025-12-31
feat(crdt): add CRDT repository layer and sync state management
nsfisis
2025-12-31
feat(crdt): add Automerge document lifecycle management
nsfisis
2025-12-31
feat(crdt): add Automerge document type definitions
nsfisis
2025-12-31
feat(crdt): add Automerge dependencies for CRDT sync
nsfisis
2025-12-31
feat(docs): update manual and roadmap
nsfisis
2025-12-31
feat(card): cascade card deletion to note and sibling cards
nsfisis
2025-12-31
docs: update architecture.md with Note-based data model
nsfisis
2025-12-31
chore(docs): update roadmap
nsfisis
2025-12-31
feat(client): group cards by note in DeckDetailPage
nsfisis
2025-12-31
feat(client): add CreateNoteModal for note-based card creation
nsfisis
2025-12-31
feat(client): add NoteTypeEditor component with field management
nsfisis
2025-12-31
feat(client): add NoteTypesPage for note type management
nsfisis
2025-12-31
chore(docs): update roadmap
nsfisis
2025-12-31
feat(client): add IndexedDB repositories for note-related entities
nsfisis
2025-12-31
feat(client): add note-related tables to client IndexedDB
nsfisis
2025-12-31
feat(api): include note data in Card and Study route responses
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-31
feat(repo): add NoteType and NoteFieldType repositories
nsfisis
2025-12-31
feat(dev): update roadmap
nsfisis
2025-12-30
feat: remove Anki import feature
nsfisis
2025-12-30
docs: replace dev roadmap with user-facing feature list
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-30
feat(dev): update roadmap
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-12
chore(dev): update architecture.md
nsfisis
2025-12-12
chore(dev): update roadmap
nsfisis
2025-12-07
feat(client): add offline mode banner indicator
nsfisis
2025-12-07
feat(client): add manual sync button
nsfisis
2025-12-07
feat(client): add sync status indicator component
nsfisis
2025-12-07
feat(client): add SyncManager for auto-sync on reconnect
nsfisis
2025-12-07
feat(client): add conflict resolution for offline sync
nsfisis
2025-12-07
feat(client): add pull service for sync implementation
nsfisis
2025-12-07
feat(client): add push service for sync implementation
nsfisis
2025-12-07
feat(client): add sync queue management for offline sync
nsfisis
[next]