summaryrefslogtreecommitdiff
path: root/app/Template/config/integrations.php
AgeCommit message (Collapse)Author
2016-01-29Move Gitlab and Github authentication to external pluginsFrederic Guillot
2016-01-29Move Google authentication to an external pluginFrederic Guillot
2015-10-17Move slack, hipchat and jabber integrations to pluginsFrederic Guillot
2015-10-16Make mail transports pluggable and move integrations to pluginsFrederic Guillot
- Postmark: https://github.com/kanboard/plugin-postmark - Mailgun: https://github.com/kanboard/plugin-mailgun - Sendgrid: https://github.com/kanboard/plugin-sendgrid
2015-08-29Include documentation in the applicationFrederic Guillot
2015-08-23Add Gitlab authenticationFrederic Guillot
2015-07-16Display OAuth2 urls on integration page and update docFrederic 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-19Add Sendgrid integration (incoming email handling)Frederic Guillot
2015-04-19Add Mailgun integration (incoming emails)Frederic Guillot
2015-04-19Add Postmark integration (inbound emails for task creation)Frederic Guillot
2015-03-30Add Gravatar integrationFrederic Guillot
2015-03-29Add Hipchat integrationFrederic Guillot
2015-03-28Add Slack integrationFrederic Guillot