summaryrefslogtreecommitdiff
path: root/app/Template/project/integrations.php
AgeCommit message (Collapse)Author
2015-10-17Move slack, hipchat and jabber integrations to pluginsFrederic Guillot
2015-08-29Include documentation in the applicationFrederic Guillot
2015-07-12Start to implement url rewrite (nice urls)Frederic 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-05-24Helpers refactoringFrederic Guillot
2015-05-11Add Jabber/XMPP integrationFrederic Guillot
2015-04-18Add Slack and Hipchat integrations for each projectsFrederic Guillot
2015-03-29Add Hipchat integrationFrederic Guillot
2015-02-08Add Bitbucket webhookFrederic Guillot
2014-12-28Add Gitlab webhookFrédéric Guillot