• Joined on 2025-01-07
sepehr pushed to main at sepehr/Momento 2026-05-01 01:13:05 +02:00
1345403a31 feat: Notion-like rich text editor with TipTap, 4 note types, slash commands & bubble menu
sepehr pushed to main at sepehr/Momento 2026-04-30 21:29:16 +02:00
7053e242d2 fix: increase markdown transform word limit to 2000 + i18n errors
sepehr pushed to main at sepehr/Momento 2026-04-30 21:09:23 +02:00
907dcf33d6 fix: increase reformulate word limit to 2000 + i18n error messages
sepehr pushed to main at sepehr/Momento 2026-04-30 21:02:23 +02:00
fa72672aac security: fix critical auth gaps, SSRF, IDOR, and embedding error handling
sepehr pushed to main at sepehr/Momento 2026-04-30 20:43:28 +02:00
0a900b3582 feat: reminder button in list/tabs view, notifications show reminders, trash count live update
sepehr pushed to main at sepehr/Momento 2026-04-30 19:27:05 +02:00
07f8a60b69 fix: Ollama base URL not read from per-purpose config keys in Docker + i18n for all locales
a482aaaad6 fix: AI assistant in note-input still searches other notes when scoped to "this note"
cd6819b905 fix: chat "this note" context searches all notes + Ollama model selector missing search
43f73a2ec7 fix: auto-generated title not visible in tabs view after note creation
Compare 4 commits »
sepehr pushed to main at sepehr/Momento 2026-04-29 22:34:46 +02:00
d91072ed6b feat: image AI titles (3 suggestions), describe-images action, pin/list fixes, i18n
sepehr pushed to main at sepehr/Momento 2026-04-28 22:46:52 +02:00
fc06519f56 i18n: complete missing French translations (65 entries)
sepehr pushed to main at sepehr/Momento 2026-04-28 22:40:51 +02:00
f0c4cf3600 fix: add success animation when enabling note history + update historyNote state
sepehr pushed to main at sepehr/Momento 2026-04-28 22:28:31 +02:00
b9175ce32d fix: redesign note history disabled state with centered icon + better copy
sepehr pushed to main at sepehr/Momento 2026-04-28 22:24:06 +02:00
6f2b0279ff fix: wrong title suggestion API URL (404) + per-note history check
sepehr pushed to main at sepehr/Momento 2026-04-28 22:21:11 +02:00
b92f6384a4 fix: chat memory lost between messages + per-note history
sepehr pushed to main at sepehr/Momento 2026-04-28 21:54:21 +02:00
0bccc41ccc fix: chat loses conversation context between messages
sepehr pushed to main at sepehr/Momento 2026-04-28 21:39:27 +02:00
4f3ed18d7c fix: use non-capturing group in middleware matcher (Next.js 16 build fix)
sepehr pushed to main at sepehr/Momento 2026-04-28 21:37:28 +02:00
ba6f0e9290 fix: add missing NoteHistory migration, fix manifest 403, add API error logging
sepehr pushed to main at sepehr/Momento 2026-04-28 21:30:51 +02:00
39c705592a feat: robust automatic DB migration for Docker deployments
sepehr pushed to main at sepehr/Momento 2026-04-28 21:06:49 +02:00
69ea064ca8 feat: smart note history with manual/auto modes, delete entries, i18n fixes
sepehr pushed to main at sepehr/Momento 2026-04-28 17:14:38 +02:00
ed807d3b2a Add safe database migration workflow and note history infrastructure.
sepehr pushed to main at sepehr/Momento 2026-04-27 22:56:30 +02:00
0fbb8aa599 fix: serve uploaded images via API route (public/ is read-only in production)
sepehr pushed to main at sepehr/Momento 2026-04-27 22:35:04 +02:00
ae89f8a014 feat: chat stop button, image paste, vision AI, search fixes