Commit Graph

44 Commits

Author SHA1 Message Date
Leopoldadmin 9301cbb577 feat: Register project routes in routes index 2026-06-22 05:49:04 +00:00
Leopoldadmin 7b532e61bd test: Add unit tests for project CRUD API endpoints 2026-06-22 05:48:54 +00:00
Leopoldadmin 00b59368cc feat: Implement project CRUD API endpoints with RBAC 2026-06-22 05:48:00 +00:00
Leopoldadmin bb7cc0621b feat: configure fastify server with plugins and route groups 2026-06-22 05:46:18 +00:00
Leopoldadmin 3058a4d08c feat: add fastify plugin dependencies 2026-06-22 05:46:02 +00:00
Leopoldadmin 11f1fc2b96 feat: add settings routes placeholder file 2026-06-22 05:45:47 +00:00
Leopoldadmin 8b3e46536e feat: add users routes placeholder file 2026-06-22 05:45:42 +00:00
Leopoldadmin 691ee636bd feat: add ai routes placeholder file 2026-06-22 05:45:35 +00:00
Leopoldadmin 7e8f2242d3 feat: add plugins routes placeholder file 2026-06-22 05:45:30 +00:00
Leopoldadmin 2a1a1d495f feat: add export routes placeholder file 2026-06-22 05:45:25 +00:00
Leopoldadmin b62ef2fa74 feat: add import routes placeholder file 2026-06-22 05:45:20 +00:00
Leopoldadmin 6afa2965e0 feat: add blocks routes placeholder file 2026-06-22 05:45:15 +00:00
Leopoldadmin 44f3917721 feat: add elements routes placeholder file 2026-06-22 05:45:10 +00:00
Leopoldadmin ca2351d74c feat: add layers routes placeholder file 2026-06-22 05:45:05 +00:00
Leopoldadmin 4c63c7e05e feat: add projects routes placeholder file 2026-06-22 05:45:02 +00:00
Leopoldadmin c459057923 feat: add auth routes placeholder file 2026-06-22 05:44:58 +00:00
Leopoldadmin eaf8c00378 feat: add routes index file with auth routes registration 2026-06-22 05:44:52 +00:00
Leopoldadmin 64003b599a feat(auth): add auth dependencies 2026-06-22 05:41:34 +00:00
Leopoldadmin 68e21cc271 feat(auth): add unit tests for AuthService 2026-06-22 05:41:13 +00:00
Leopoldadmin ca6fb783c7 feat(auth): add authPlugin.ts 2026-06-22 05:40:59 +00:00
Leopoldadmin 57be3afcf8 feat(auth): add AuthService.ts 2026-06-22 05:40:46 +00:00
Leopoldadmin ce1cb72d41 feat(database): add better-sqlite3 dependency 2026-06-22 05:38:25 +00:00
Leopoldadmin 13a2ccf4e6 feat(database): add database unit tests 2026-06-22 05:38:08 +00:00
Leopoldadmin abe92e58a0 feat(database): add index.ts with factory function 2026-06-22 05:37:39 +00:00
Leopoldadmin f9bcbb1f9c feat(database): add migrations.ts with migration framework 2026-06-22 05:37:32 +00:00
Leopoldadmin ad45ed3b4f feat(database): add SqliteAdapter.ts with SQLite implementation 2026-06-22 05:37:06 +00:00
Leopoldadmin f1c8b8ea81 feat(database): add DatabaseInterface.ts with abstract class for CRUD operations 2026-06-22 05:35:21 +00:00
Leopoldadmin 29261fb0f2 feat(database): add schema.sql with all database tables and indexes 2026-06-22 05:34:48 +00:00
Leopoldadmin 04c236f9e3 feat: update backend Dockerfile for Node.js app 2026-06-22 00:06:25 +00:00
Leopoldadmin 52af9a7808 feat: update backend src/index.ts with basic Fastify server 2026-06-22 00:06:13 +00:00
Leopoldadmin fcc0c06ec7 feat: update backend tsconfig.json with strict mode 2026-06-22 00:06:01 +00:00
Leopoldadmin bcca9479bb feat: update backend package.json with correct dependencies 2026-06-22 00:05:49 +00:00
Leopoldadmin f1b3d2e136 T01: update backend Dockerfile 2026-06-21 20:33:37 +00:00
Leopoldadmin 175f96a996 T01: add backend vitest.config.ts 2026-06-21 20:33:08 +00:00
Leopoldadmin df16f08e22 T01: add backend src/index.ts 2026-06-21 20:32:41 +00:00
Leopoldadmin 5534baaf29 T01: add backend src/server.ts 2026-06-21 20:32:34 +00:00
Leopoldadmin 4d73138e59 T01: add backend tsconfig.json 2026-06-21 20:32:27 +00:00
Leopoldadmin 50d79f0fd1 T01: update backend package.json 2026-06-21 20:32:22 +00:00
Agent Zero aa17e212bc Remove sqlite3 dependency - using PostgreSQL instead 2026-05-25 17:11:11 +00:00
Agent Zero 2c5fe4dae9 Single container: Backend serves API + Frontend static files + SPA fallback 2026-05-25 17:03:06 +00:00
Agent Zero c7899ae4f6 Use raw SQL for admin user creation to ensure login works 2026-05-25 16:52:19 +00:00
Agent Zero c2905fdfe4 Fix login: seed.js creates admin user, run seed before server start 2026-05-25 16:49:20 +00:00
Agent Zero bee3f758f6 PostgreSQL statt SQLite: eigener DB-Container in Compose 2026-05-25 15:52:52 +00:00
Agent Zero cdf350c618 Fix healthchecks: install curl in backend and frontend images 2026-05-24 21:54:58 +00:00