index
:
kioku
main
kioku
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2025-12-31
feat(study): render note-based cards using template system
nsfisis
2025-12-31
feat(client): add template renderer utility for note-based cards
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
test(sync): add client-side sync tests for note-related entities
nsfisis
2025-12-31
feat(sync): add sync support for note-related entities
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
chore: update README
nsfisis
2025-12-31
feat(api): include note data in Card and Study route responses
nsfisis
2025-12-31
chore: update README
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-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-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-30
feat(deploy): build Docker images in GHA
v0.1.0
nsfisis
2025-12-30
feat(ci): setup GitHub Actions for linting/testing
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-11
refactor(server): avoid using Zod deprecated API
nsfisis
2025-12-11
chore(style): biome format
nsfisis
2025-12-11
fix(test): update PWA icon tests to match reworked icon
nsfisis
2025-12-08
feat(client): rework icon
nsfisis
2025-12-08
fix(client): public/ files not served
nsfisis
2025-12-08
feat(deploy): change port to 8080
nsfisis
2025-12-08
fix(server): include add-user script in esbuild output
nsfisis
2025-12-08
feat(build): cache pnpm store
nsfisis
2025-12-08
refactor(client): replace inline SVGs with Font Awesome icons
nsfisis
2025-12-08
style(client): replace Google Fonts with Noto Sans CJK JP
nsfisis
2025-12-08
feat(client): redesign frontend with TailwindCSS v4
nsfisis
2025-12-07
fix(client): add explicit role attribute to OfflineBanner
nsfisis
2025-12-07
chore: fix all lint errors and warnings
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
[next]