summaryrefslogtreecommitdiff
path: root/app/Action
AgeCommit message (Expand)Author
2016-05-28Rename all modelsFrederic Guillot
2016-05-04Added automated action to change task color based on the priorityFrederic Guillot
2016-03-04PHPdoc cleanupFrederic Guillot
2016-02-20Split Board model into multiple classesFrederic Guillot
2016-01-28Added automatic actions based on a daily eventFrederic Guillot
2016-01-17Do not fire events when using automatic action TaskUpdateStartDateFrederic Guillot
2016-01-17Avoid automatic actions that change the color to fire subsequent eventsFrederic Guillot
2016-01-16Minor code improvementsFrederic Guillot
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
2016-01-03Improve Automatic Actions plugin apiFrederic Guillot
2015-12-03added capability to reopen GitLab issuesMatthew Cillo
2015-11-15Add unit test for TaskAssignCategoryLinkFrederic Guillot
2015-10-26Add new action: Assign automatically a category based on a linkOlivier Maridat
2015-10-19Cleanup and minor fixesFrederic Guillot
2015-10-17Run php-cs-fixer on the code baseFrederic Guillot
2015-10-13Change namespace to add Kanboard as prefixFrederic Guillot
2015-10-07Duplicate a project with tasks will copy the new tasks in the same columnsFrederic Guillot
2015-09-22Allow to extend automatic actions from pluginsFrederic Guillot
2015-08-22Add new automated action to change task color based on the task linkFrederic Guillot
2015-07-17Update Gitlab webhookFrederic Guillot
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-20Add automatic action to send a task by emailFrederic Guillot
2015-06-13Add new automatic action: Move task to another column when the category is ch...Frederic Guillot
2015-05-30Add event for the action TaskAssignColorColumnFrederic Guillot
2015-05-24Helpers refactoringFrederic Guillot
2015-05-16Add new automatic action to update the start dateFrederic Guillot
2015-04-03Rename action TaskAssignColor to TaskAssignColorColumnFrederic Guillot
2015-04-03Ability to assign a task color based on an event.Manish Lad
2015-03-22Improve and translate pull-requestFrederic Guillot
2015-02-24Add new actions to move issue when the assignee is changed.Francois Ferrand
2015-02-08Add Bitbucket webhookFrederic Guillot
2015-01-22Add new automatic action (Task comment logging), patch #539Frederic Guillot
2015-01-02Various fixes and improvementsFrédéric Guillot
2014-12-31Acl refactoringFrédéric Guillot
2014-12-28Add Gitlab webhookFrédéric Guillot
2014-12-27Fix some PHPAnalyzer issuesFrédéric Guillot
2014-12-27Move events handling to Symfony\EventDispatcherFrédéric Guillot
2014-11-26Fix some Scrutinizer issuesFrédéric Guillot
2014-11-23Fix issues with PHP 5.3 and phpdocsFrédéric Guillot
2014-11-23Create TaskDuplication modelFrédéric Guillot
2014-11-23Create TaskModification modelFrédéric Guillot
2014-11-22Some refactoring for PHP 5.3Frédéric Guillot
2014-11-22Move task creation to a seperate classFrédéric Guillot
2014-11-21Create TaskStatus modelFrédéric Guillot
2014-11-14Use Pimple instead of Core\Registry and add Monolog for loggingFrédéric Guillot
2014-10-25Finish github webhooks integrationFrédéric Guillot