summaryrefslogtreecommitdiff
path: root/app/Integration/SlackWebhook.php
AgeCommit message (Collapse)Author
2015-07-12Fix some issue dur to url rewritingFrederic Guillot
2015-07-06Fix PHP 5.3 issueFrederic Guillot
2015-07-05Add schema migration for Slack channelFrederic Guillot
2015-07-05Slack channel can be overridden to post to another channel/private group or ↵Ash Bike
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-06-07Add Mailgun API as mail transportFrederic Guillot
2015-05-24Fix PhpAnalyzer issuesFrederic Guillot
2015-05-24Helpers refactoringFrederic Guillot
2015-04-18Add Slack and Hipchat integrations for each projectsFrederic Guillot
2015-04-03Various fixes for PHPAnalyzerFrederic Guillot
2015-03-28Add Slack integrationFrederic Guillot