• Joined on 2025-09-05
alvaro pushed to main at alvaro/normogen 2026-02-20 16:42:33 +00:00
69d8fd611e fix: Use println! instead of stderr for reliable Docker logging
alvaro pushed to main at alvaro/normogen 2026-02-20 16:36:05 +00:00
fce388bdf7 refactor: Move docker-compose.dev.yml to backend/ directory for better organization
alvaro pushed to main at alvaro/normogen 2026-02-20 16:19:32 +00:00
dd95aadb62 fix: Correct build context in docker-compose.dev.yml (use ./backend not .)
alvaro pushed to main at alvaro/normogen 2026-02-20 16:13:30 +00:00
e9df8a475c chore: Update .gitignore to exclude tmp and log files
alvaro pushed to main at alvaro/normogen 2026-02-20 16:13:15 +00:00
3bcd732945 fix: Correct MONGODB_DATABASE environment variable and change port to 6500
alvaro pushed to main at alvaro/normogen 2026-02-20 13:58:33 +00:00
acc1364335 debug: Add forced stderr flush to ensure startup logs are visible
alvaro pushed to main at alvaro/normogen 2026-02-20 13:31:21 +00:00
44a6f91505 debug: Add detailed logging and timeouts to MongoDB connection
alvaro pushed to main at alvaro/normogen 2026-02-20 12:44:49 +00:00
7d83255051 fix: Implement std::fmt::Display for Permission to resolve compilation errors
alvaro pushed to main at alvaro/normogen 2026-02-19 13:18:57 +00:00
20895c98ff fix: Add strum_macros dependency to resolve build errors
alvaro pushed to main at alvaro/normogen 2026-02-19 12:36:40 +00:00
a31669930d feat(backend): Complete Phase 2.5 - Access Control Implementation
9697a22522 docs: Fix README.md duplication and update with current Phase 2.5 status
Compare 2 commits »
alvaro pushed to feature/import-events at alvaro/caldavpuller 2025-11-21 15:04:55 +00:00
640ae119d1 feat: Complete import functionality with RRULE fixes and comprehensive testing
alvaro created branch feature/import-events in alvaro/caldavpuller 2025-11-21 14:56:39 +00:00
alvaro pushed to feature/import-events at alvaro/caldavpuller 2025-11-21 14:56:39 +00:00
932b6ae463 Fix timezone handling and update detection
f84ce62f73 feat: Add comprehensive Nextcloud import functionality and fix compilation issues
16d6fc375d Working correctly to fetch 1 Nextcloud calendar
20a74ac7a4 Fix unused function warning for parse_ical_datetime
Compare 4 commits »
alvaro pushed to feature/list-events-debugging at alvaro/caldavpuller 2025-10-16 02:14:42 +00:00
9fecd7d9c2 feat: implement comprehensive CalDAV event listing and debugging
e8047fbba2 updated config for unidirectional sync
9a21263738 Caldav unidirectional design
004d272ef9 feat: Add --list-events debugging improvements and timezone support
Compare 4 commits »
alvaro created branch feature/list-events-debugging in alvaro/caldavpuller 2025-10-13 14:03:04 +00:00
alvaro pushed to feature/list-events-debugging at alvaro/caldavpuller 2025-10-13 14:03:04 +00:00
f81022a16b feat: Add --list-events debugging improvements and timezone support
alvaro pushed to main at alvaro/caldavpuller 2025-10-04 15:34:43 +00:00
37e9bc2dc1 docs: Split documentation into separate files
alvaro created branch main in alvaro/caldavpuller 2025-10-04 15:21:43 +00:00
alvaro pushed to main at alvaro/caldavpuller 2025-10-04 15:21:43 +00:00
8362ebe44b Initial commit: Complete CalDAV calendar synchronizer
alvaro created repository alvaro/caldavpuller 2025-10-04 15:10:22 +00:00