• Joined on 2026-03-07
Marcos pushed to main at Marcos/notas-api 2026-08-20 15:49:10 +02:00
32255ef103 Add getSessionsInfo route to authRoutes and export in authController
Marcos pushed to main at Marcos/notas-api 2026-08-20 15:45:16 +02:00
8f43890161 Add getSessionsInfo method to retrieve user session details
Marcos pushed to main at Marcos/notas-api 2026-08-18 18:10:53 +02:00
0de97d3a00 Add createdAt and updatedAt handling for categories and notes in sync service
Marcos pushed to main at Marcos/notas-api 2026-08-18 16:20:55 +02:00
f7864c6f50 Add user routes and update stats endpoint path
Marcos pushed to main at Marcos/notas-api 2026-08-18 16:16:24 +02:00
1618cbfd40 Add user stats endpoint with JWT authentication and data size calculation
Marcos pushed to main at Marcos/notas-api 2026-08-18 13:37:33 +02:00
a139f1f572 Add request body size limits for JSON and URL-encoded data
Marcos pushed to main at Marcos/notas-api 2026-08-18 09:23:29 +02:00
80f1b7ad28 Refactor sync service to handle conflicted category and note IDs during synchronization
Marcos pushed to main at Marcos/notas-api 2026-08-17 18:39:43 +02:00
ded4c8fc03 cambiar campo color categoria
Marcos pushed to main at Marcos/notas-api 2026-08-16 16:37:15 +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 pushed to main at Marcos/notas-api 2026-08-15 20:45:18 +02:00
a824717b5f Return error response for missing or invalid note title and body in sync process
Marcos pushed to main at Marcos/notas-api 2026-08-15 19:03:17 +02:00
e5ff445b90 Change database synchronization to force mode in initDB function
Marcos pushed to main at Marcos/notas-api 2026-08-15 18:53:20 +02:00
f3a0391507 Refactor API documentation and model attributes for consistency: rename 'isDeleted' to 'delete' and 'encrypted_title'/'encrypted_body' to 'title'/'body'
Marcos pushed to main at Marcos/notas-api 2026-07-28 20:18:11 +02:00
ff768cf556 Fix refresh token naming inconsistency in login response
Marcos pushed to main at Marcos/notas-api 2026-07-28 20:09:26 +02:00
636d20d7a0 Fix access token naming consistency and enforce encrypted_master_key validation in registration
Marcos pushed to main at Marcos/notas-api 2026-07-28 18:44:07 +02:00
d73e1b2ddd Remove username to email migration logic from initDB function
Marcos pushed to main at Marcos/notas-api 2026-07-28 18:36:16 +02:00
674d8e9393 Rename username column to email in Users table and update existing records for consistency
Marcos pushed to main at Marcos/notas-api 2026-07-28 18:28:53 +02:00
3e08b43418 Change username field to email in registration and login processes for consistency
Marcos pushed to main at Marcos/notas-api 2026-07-28 18:17:17 +02:00
4da7cad9d8 Add deviceName to registration and login processes for better device tracking
Marcos pushed to main at Marcos/notas 2026-07-11 15:01:16 +02:00
817851cec3 feat: Enhance SearchAppBar with debounce and customizable padding
Marcos pushed to main at Marcos/notas 2026-07-02 23:48:03 +02:00
b201da0552 refactor: Improve code formatting and replace print with debugPrint for error logging