Commit Graph

  • 32255ef103 Add getSessionsInfo route to authRoutes and export in authController main Marcos 2026-08-20 15:48:42 +02:00
  • 8f43890161 Add getSessionsInfo method to retrieve user session details Marcos 2026-08-20 15:45:07 +02:00
  • 0de97d3a00 Add createdAt and updatedAt handling for categories and notes in sync service Marcos 2026-08-18 18:10:50 +02:00
  • f7864c6f50 Add user routes and update stats endpoint path Marcos 2026-08-18 16:20:49 +02:00
  • 1618cbfd40 Add user stats endpoint with JWT authentication and data size calculation Marcos 2026-08-18 16:16:22 +02:00
  • a139f1f572 Add request body size limits for JSON and URL-encoded data Marcos 2026-08-18 13:37:24 +02:00
  • 80f1b7ad28 Refactor sync service to handle conflicted category and note IDs during synchronization Marcos 2026-08-18 09:23:18 +02:00
  • ded4c8fc03 cambiar campo color categoria Marcos 2026-08-17 18:39:33 +02:00
  • e0de5c92b5 Implement many-to-many relationship between Notes and Categories in the database model and update sync service to handle category IDs accordingly Marcos 2026-08-16 16:37:03 +02:00
  • a824717b5f Return error response for missing or invalid note title and body in sync process Marcos 2026-08-15 20:45:14 +02:00
  • e5ff445b90 Change database synchronization to force mode in initDB function Marcos 2026-08-15 19:03:14 +02:00
  • f3a0391507 Refactor API documentation and model attributes for consistency: rename 'isDeleted' to 'delete' and 'encrypted_title'/'encrypted_body' to 'title'/'body' Marcos 2026-08-15 18:53:09 +02:00
  • ff768cf556 Fix refresh token naming inconsistency in login response Marcos 2026-07-28 20:18:08 +02:00
  • 636d20d7a0 Fix access token naming consistency and enforce encrypted_master_key validation in registration Marcos 2026-07-28 20:09:23 +02:00
  • d73e1b2ddd Remove username to email migration logic from initDB function Marcos 2026-07-28 18:44:02 +02:00
  • 674d8e9393 Rename username column to email in Users table and update existing records for consistency Marcos 2026-07-28 18:36:13 +02:00
  • 3e08b43418 Change username field to email in registration and login processes for consistency Marcos 2026-07-28 18:28:49 +02:00
  • 4da7cad9d8 Add deviceName to registration and login processes for better device tracking Marcos 2026-07-28 18:17:11 +02:00
  • 87cde27436 Add delete-all-data endpoint to auth API for user data removal Marcos 2026-05-20 17:25:46 +02:00
  • a44f7a8253 Update Category model and sync service to include colorValue and iconCodePoint fields Marcos 2026-05-20 14:43:39 +02:00
  • 73a8932c64 Add isPermanentlyDeleted field to Note model and update sync logic Marcos 2026-05-19 11:08:30 +02:00
  • fa78a7e9d1 Refactor code structure for improved readability and maintainability Marcos 2026-05-18 18:50:36 +02:00
  • 73d8141dda Add npm-debug.log to .dockerignore Marcos 2026-05-18 18:47:52 +02:00
  • 9d117a5887 Implement initial API structure with Docker support, CI/CD workflows, and authentication features Marcos 2026-05-18 18:43:33 +02:00