Commit Graph

19 Commits

Author SHA1 Message Date
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
78d9314602 Implement feature X to enhance user experience and optimize performance 2025-12-25 19:02:53 +01:00
e65567a1a4 offline sync working partialy 2025-12-23 16:51:27 +01:00
4535d6fc1c init worker 2025-12-23 16:06:52 +01:00
8396d7f5d3 feat: Replace note content textarea with Tiptap rich text editor supporting markdown and slash commands. 2025-12-23 12:23:28 +01:00
7977ccf612 feat: implement Progressive Web App (PWA) functionality with new assets and configuration. 2025-12-23 11:52:40 +01:00
8c010e06e5 Frontend improvements
Reviewed-on: #1
2025-12-23 10:28:03 +00:00
3a19995008 feat: conditionally display data management features in settings dialog based on user context 2025-12-23 10:48:49 +01:00
b6d4f49fd9 feat: Add note viewing dialog and implement grid/list view toggle for notes. 2025-12-23 03:47:17 +01:00
f910fa2f46 feat: Add initial project documentation (README) and MIT license. 2025-12-23 03:37:06 +01: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
7aad3b7d84 logo 2025-12-23 02:48:10 +01:00
4e410433ff feat: add dark mode toggle functionality using next-themes. 2025-12-23 02:38:11 +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
2ee9de866a feat: Enhance note search to include tag name matching and sort results by updated date. 2025-12-23 02:18:55 +01:00
39b28c7f3b init 2025-12-23 02:15:25 +01:00