Kanboard-Prod/app/Integration
Ash Bike bc6b443c3d Slack channel can be overridden to post to another channel/private group or send direct messages. Need to make these database changes:
INSERT INTO settings VALUES ('integration_slack_webhook_channel', '');
ALTER TABLE project_integrations ADD COLUMN slack_webhook_channel text;
2015-07-05 02:16:18 +05:30
..
BitbucketWebhook.php Update Bitbucket webhooks to handle issues/commit/comments 2015-06-21 12:19:06 -04:00
GithubWebhook.php Improve automatic action to create comments based on commit messages 2015-06-20 20:55:50 -04:00
GitlabWebhook.php Improve automatic action to create comments based on commit messages 2015-06-20 20:55:50 -04:00
HipchatWebhook.php Add Mailgun API as mail transport 2015-06-07 22:17:50 -04:00
Jabber.php Update logger 2015-05-30 15:37:25 -04:00
Mailgun.php Add Mailgun API as mail transport 2015-06-07 22:17:50 -04:00
Postmark.php Add Mailgun API as mail transport 2015-06-07 22:17:50 -04:00
Sendgrid.php Add Sendgrid as mail transport 2015-06-13 13:17:16 -04:00
SlackWebhook.php Slack channel can be overridden to post to another channel/private group or send direct messages. Need to make these database changes: 2015-07-05 02:16:18 +05:30
Smtp.php Improve email sending system and add Postmark as mail transport 2015-06-06 14:10:31 -04:00