Commit Graph

13 Commits

Author SHA1 Message Date
c2a324b368 feat: Introduce smart-features Cargo feature to conditionally compile smart note functionalities and their dependencies. 2025-12-26 00:48:03 +01:00
c8276ac306 feat: Add related notes functionality with new API endpoint and frontend components, and update note search route. 2025-12-26 00:35:32 +01:00
64f8118228 feat: Implement NATS-based event processing for note smart features and add Qdrant collection auto-creation. 2025-12-26 00:19:41 +01:00
178d59540e feat: Implement semantic search and smart note linking with embedding generation, vector storage, and link persistence. 2025-12-25 23:59:11 +01:00
4cb398869d feat: add system configuration API endpoint and frontend hook for dynamic settings 2025-12-25 23:41:00 +01:00
0af7294468 feat: Add ALLOW_REGISTRATION configuration to enable/disable user registration and introduce a Forbidden API error type. 2025-12-25 23:05:26 +01:00
bb15181817 Infra refactor 2025-12-25 21:57:20 +00:00
8c010e06e5 Frontend improvements
Reviewed-on: #1
2025-12-23 10:28:03 +00:00
cb0ac687ca feat: Containerize frontend and backend services with Docker and Docker Compose, enabling environment-based API configuration. 2025-12-23 03:34:48 +01:00
c441f14bfa feat: Introduce note version history with dedicated UI, API, and database schema. 2025-12-23 03:08:14 +01:00
6c68d922dc feat: centralize application configuration using environment variables and add dynamic CORS support 2025-12-23 02:34:06 +01:00
e4f021a68f feat: Implement data import and export functionality for notes and tags. 2025-12-23 02:27:26 +01:00
39b28c7f3b init 2025-12-23 02:15:25 +01:00