Commit Graph

14 Commits

Author SHA1 Message Date
064d2ae748 feat: Allow notes to have empty or null titles by updating schema, API validation, and frontend forms. 2025-12-31 01:35:36 +01:00
93170d17dc feat: Introduce domain value objects for email, password, note title, and tags, integrating them across API, domain, and infrastructure for enhanced type safety and validation. 2025-12-31 01:25:20 +01:00
1bacb454fa Refactor (#4)
Reviewed-on: #4
2025-12-26 00:32:20 +00:00
58de25e5bc First batch of smart stuff 2025-12-25 23:53:12 +00: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
4535d6fc1c init worker 2025-12-23 16:06:52 +01: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