Project-Image-Uploader/backend
matthias.lotz 025578fa3d feat: Add TelegramNotificationService (Phase 2)
- Create TelegramNotificationService with all notification methods
- Add node-telegram-bot-api dependency
- Integrate service into server.js (auto-test on dev startup)
- Add ENV variables to docker/dev/backend/config/.env
- Create unit tests (10/14 passing - mock issues for 4)
- Update README.dev.md with Telegram testing guide

Service Features:
- sendTestMessage() - Test connection
- sendUploadNotification() - Phase 3 ready
- sendConsentChangeNotification() - Phase 4 ready
- sendGroupDeletedNotification() - Phase 4 ready
- sendDeletionWarning() - Phase 5 ready

Phase 2 complete: Backend service ready for integration.
2025-11-29 22:41:38 +01:00
..
docs chore: release v1.10.2 2025-11-29 17:47:55 +01:00
src feat: Add TelegramNotificationService (Phase 2) 2025-11-29 22:41:38 +01:00
tests feat: Add TelegramNotificationService (Phase 2) 2025-11-29 22:41:38 +01:00
.dockerignore feat: Complete image description feature implementation 2025-11-07 23:20:50 +01:00
.gitignore Initial Commit 2025-10-15 21:33:00 +02:00
jest.config.js Feature Request: admin session security 2025-11-23 21:18:42 +01:00
package.json feat: Add TelegramNotificationService (Phase 2) 2025-11-29 22:41:38 +01:00