ultisuite-backend/internal/api/contacts
R3D347HR4Y f97988b51f
Some checks failed
CI / Go tests (push) Has been cancelled
CI / Integration tests (push) Has been cancelled
CI / DB migrations (push) Has been cancelled
feat(devices): implement mobile device token management and push notifications
- Added device token management API for mobile devices, including registration, unregistration, and listing of devices.
- Implemented push notification functionality using FCM for Android and APNS for iOS.
- Introduced new endpoints for device registration and management in the devices API.
- Enhanced the configuration to support mobile push notifications with optional credentials for FCM and APNS.
- Updated database schema to include a new table for storing device tokens.
- Added integration tests for device management and push notification features.
2026-06-17 00:11:25 +02:00
..
automation_hooks.go feat(automation): dispatch rules/webhooks on mail, drive, contacts 2026-06-07 15:51:47 +02:00
discovery_handlers.go Enhance API and configuration for contact discovery and public sharing 2026-06-06 20:27:02 +02:00
handlers.go feat(devices): implement mobile device token management and push notifications 2026-06-17 00:11:25 +02:00
import.go feat(devices): implement mobile device token management and push notifications 2026-06-17 00:11:25 +02:00
match_score_test.go Enhance API and configuration for contact discovery and public sharing 2026-06-06 20:27:02 +02:00
match_score.go Enhance API and configuration for contact discovery and public sharing 2026-06-06 20:27:02 +02:00
service.go feat(devices): implement mobile device token management and push notifications 2026-06-17 00:11:25 +02:00
validate_test.go Enhance Contacts API with new features and improvements 2026-05-22 20:50:46 +02:00
validate.go Enhance Contacts API with new features and improvements 2026-05-22 20:50:46 +02:00