summaryrefslogtreecommitdiff
path: root/app/Action
AgeCommit message (Collapse)Author
2019-08-27Improve english task descriptionRafael de Camargo
2019-08-27Fix automatic action condition checkRafael de Camargo
Checks for source column instead of current column because the condition is "moved away" Closes #4277
2019-07-08Automatically update the start date when a task move away from a columnrenothing
2019-06-21Update French translationFrédéric Guillot
2019-06-15Add automatic action to move task between columns based on due daterenothing
2018-11-08New automatic action: move the task to another swimlane when assigned to a userMarcin
2018-10-25Fix typoBalázs Úr
2018-10-25Assign category based on swimlane changeInterleaved
2018-10-25Add action for moving a task to swimlane based on category changeInterleaved
2018-06-01Make sure automatic actions are applied to all tasks when using bulk operationsFrédéric Guillot
2018-01-22Add action to change column once a start date is reachedChristian Wolter
2018-01-22 Add action to change color once start date is reachedChristian Wolter
2017-12-06Add two automatic actions for subtasksFrédéric Guillot
- Action to create a subtask assigned to the creator and start the timer - Action to stop the timer of subtasks
2017-06-03Add new automatic action to assign tasks to its creatorFrederic Guillot
2017-05-12TaskAssignColorOnDueDateAction: update task only when necessaryFrederic Guillot
2017-02-23Automatic action to change task color when due date is expired (PR #3062)Frederic Guillot
2017-02-19Avoid passing application_url argument to all notification templatesFrederic Guillot
2017-01-14Add task creation event to automatic action that email tasksFrederic Guillot
2016-09-19Add new automatic action to close task based on date movedFrederic Guillot
2016-08-17New Automatic Actions: Colour by Swimlane and Priority by Swimlanedalmond
2016-07-23Add new automatic action to move the task to another column when not movedFrederic Guillot
2016-07-23Add new automatic action to move a task to another column when closedFrederic Guillot
2016-07-23Added a new automatic action to set due dateFrederic Guillot
2016-07-23Added internal task links to activity streamFrederic Guillot
2016-07-19Refactoring of internal task eventsFrederic Guillot
2016-07-10Merge pull-request #2388Frederic Guillot
2016-07-02Handle tags and tasks move/duplication to another projectFrederic Guillot
2016-06-26Removed old debug code.i00171
2016-06-26New actionprovider that closes tasks if they are in a specific column and ↵i00171
havn't been changed for X days.
2016-06-12Added task creation event to action "TaskDuplicateAnotherProject" (PR #2333)Jason Tourtelotte
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
See: https://github.com/kanboard/plugin-github-webhook
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