coolify/app/Notifications/Channels
Andras Bacsai 6ea6d2742b feat(server): implement server patch check notifications
- Added a new job, ServerPatchCheckJob, to handle server patch checks and notifications.
- Introduced a new notification class, ServerPatchCheck, for sending updates via email, Discord, Slack, Pushover, and Telegram.
- Updated notification settings models to include server patch notification options for email, Discord, Slack, Pushover, and Telegram.
- Created a migration to add server patch notification fields to the respective settings tables.
- Enhanced the UI to allow users to enable/disable server patch notifications across different channels.
2025-05-26 14:03:59 +02:00
..
DiscordChannel.php feat(notifications): add discord ping functionality and settings 2025-03-21 12:16:33 +01:00
EmailChannel.php fix(email): Emails are not sent in multiple cases 2025-04-02 16:28:14 +02:00
PushoverChannel.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
SendsDiscord.php
SendsEmail.php refactor(notifications): standardize getRecipients method signatures 2025-03-24 17:55:10 +01:00
SendsPushover.php
SendsSlack.php
SendsTelegram.php
SlackChannel.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
TelegramChannel.php feat(server): implement server patch check notifications 2025-05-26 14:03:59 +02:00
TransactionalEmailChannel.php refactor(notifications): Improve transactional email settings handling 2025-02-27 12:56:37 +01:00