normogen/backend/src
2026-02-26 09:22:36 -03:00
..
auth feat(backend): Complete Phase 2.5 - Access Control Implementation 2026-02-18 10:05:34 -03:00
config Phase 2.3: JWT Authentication implementation 2026-02-14 20:03:11 -03:00
db Add database initialization module and compilation fixes 2026-02-25 11:42:39 -03:00
handlers Fix MongoDB DateTime serialization issues - Replace chrono::DateTime with mongodb::bson::DateTime in models - Update API responses to use timestamp_millis() for JSON serialization - Fix User, Share model DateTime fields - Update all handler responses to return i64 timestamps - This fixes the Kind: invalid type: map, expected RFC 3339 error 2026-02-26 09:22:36 -03:00
middleware feat(backend): Complete Phase 2.5 - Access Control Implementation 2026-02-18 10:05:34 -03:00
models Fix MongoDB DateTime serialization issues - Replace chrono::DateTime with mongodb::bson::DateTime in models - Update API responses to use timestamp_millis() for JSON serialization - Fix User, Share model DateTime fields - Update all handler responses to return i64 timestamps - This fixes the Kind: invalid type: map, expected RFC 3339 error 2026-02-26 09:22:36 -03:00
main.rs Fix Docker networking and add graceful MongoDB error handling 2026-02-23 07:58:57 -03:00
main.rs.restore Fix Docker networking and add graceful MongoDB error handling 2026-02-23 07:58:57 -03:00