32255ef103
Add getSessionsInfo route to authRoutes and export in authController
main
Marcos2026-08-20 15:48:42 +02:00
8f43890161
Add getSessionsInfo method to retrieve user session details
Marcos2026-08-20 15:45:07 +02:00
0de97d3a00
Add createdAt and updatedAt handling for categories and notes in sync service
Marcos2026-08-18 18:10:50 +02:00
f7864c6f50
Add user routes and update stats endpoint path
Marcos2026-08-18 16:20:49 +02:00
1618cbfd40
Add user stats endpoint with JWT authentication and data size calculation
Marcos2026-08-18 16:16:22 +02:00
a139f1f572
Add request body size limits for JSON and URL-encoded data
Marcos2026-08-18 13:37:24 +02:00
80f1b7ad28
Refactor sync service to handle conflicted category and note IDs during synchronization
Marcos2026-08-18 09:23:18 +02:00
ded4c8fc03
cambiar campo color categoria
Marcos2026-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
Marcos2026-08-16 16:37:03 +02:00
a824717b5f
Return error response for missing or invalid note title and body in sync process
Marcos2026-08-15 20:45:14 +02:00
e5ff445b90
Change database synchronization to force mode in initDB function
Marcos2026-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'
Marcos2026-08-15 18:53:09 +02:00