ultisuite-backend/internal/nextcloud
R3D347HR4Y f232aaf960 Enhance Contacts API with new features and improvements
- Updated the Contacts API to support contact synchronization with incremental updates using sync tokens.
- Added functionality for merging duplicate contacts on the server side.
- Introduced new endpoints for enriching contact interactions, including mail, meetings, and files.
- Implemented ETag support for contact updates to ensure data integrity.
- Enhanced validation for sync tokens and interaction queries.
- Updated project checklist to reflect the completion of Contacts API enhancements.
2026-05-22 20:50:46 +02:00
..
calendar.go Implement Calendar API enhancements with new endpoints and features 2026-05-22 20:29:53 +02:00
client.go Initialize Ulti Backend project with Docker setup, environment configuration, and core services. Added .dockerignore, .env.example, Dockerfile, and docker-compose files for PostgreSQL, KeyDB, RustFS, Authentik, Nextcloud, Jitsi, and Immich. Implemented main application structure in Go with API handlers and environment variable expansion. Included README for project overview and setup instructions. 2026-05-22 16:02:53 +02:00
contacts_test.go Enhance Contacts API with new features and improvements 2026-05-22 20:50:46 +02:00
contacts.go Enhance Contacts API with new features and improvements 2026-05-22 20:50:46 +02:00
drive.go Implement file management enhancements in Drive API 2026-05-22 19:33:02 +02:00