summaryrefslogtreecommitdiff
path: root/app/Integration
AgeCommit message (Collapse)Author
2016-01-07Move Gitlab webhook to an external pluginFrederic Guillot
2016-01-07Move bitbucket webhook to an external pluginFrederic Guillot
2016-01-06Move Github Webhook to external pluginFrederic Guillot
See: https://github.com/kanboard/plugin-github-webhook
2016-01-03Improve Automatic Actions plugin apiFrederic Guillot
2015-12-29Send notifications on user mentionsFrederic Guillot
2015-12-03added capability to reopen GitLab issuesMatthew Cillo
2015-10-19Cleanup and minor fixesFrederic Guillot
2015-10-17Move slack, hipchat and jabber integrations to pluginsFrederic Guillot
2015-10-17Run php-cs-fixer on the code baseFrederic 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-10-13Change namespace to add Kanboard as prefixFrederic Guillot
2015-09-22Add unit test for Slack webhookFrederic Guillot
2015-09-12Update dependenciesFrederic Guillot
2015-07-19Fix minor issuesFrederic Guillot
2015-07-17Update Gitlab webhookFrederic Guillot
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-21Update Bitbucket webhooks to handle issues/commit/commentsFrederic Guillot
2015-06-20Improve automatic action to create comments based on commit messagesFrederic Guillot
2015-06-20Allow sync of Github comments without common username and add unit testsFrederic Guillot
2015-06-13Add Sendgrid as mail transportFrederic Guillot
2015-06-07Add Mailgun API as mail transportFrederic Guillot
2015-06-06Improve email sending system and add Postmark as mail transportFrederic Guillot
2015-05-30Update loggerFrederic Guillot
2015-05-24Fix PhpAnalyzer issuesFrederic Guillot
2015-05-24Helpers refactoringFrederic Guillot
2015-05-11Add Jabber/XMPP integrationFrederic Guillot
2015-05-10Recurring tasks (#847): add unit testFrederic Guillot
2015-05-09Fix some php analyzer issuesFrederic Guillot
2015-05-03Fix bug: task references are not uniqueFrederic Guillot
2015-04-19Rename Hipchat classFrederic 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-04-18Add Slack and Hipchat integrations for each projectsFrederic Guillot
2015-04-03Various fixes for PHPAnalyzerFrederic Guillot
2015-03-29Add Hipchat integrationFrederic Guillot
2015-03-28Add Slack integrationFrederic Guillot
2015-02-09Code cleanup + minor css improvementFrederic Guillot
2015-02-08Add Bitbucket webhookFrederic Guillot
2015-01-19Fix Gitlab webhook issueFrederic Guillot
2014-12-28Add Gitlab webhookFrédéric Guillot