summaryrefslogtreecommitdiff
path: root/app/Api/Task.php
AgeCommit message (Collapse)Author
2016-02-20Fix cosmetic issues and update api documentationFrederic Guillot
2016-01-23Add new API procedures to move and duplicate tasks to another projectFrederic Guillot
2016-01-23Fix bug: Unable to unassign a task from the APIFrederic Guillot
2015-12-29Send notifications on user mentionsFrederic Guillot
2015-12-12API: check project membership for task operationsFrederic Guillot
2015-10-17Run php-cs-fixer on the code baseFrederic Guillot
2015-10-13Change namespace to add Kanboard as prefixFrederic Guillot
2015-09-17#1232 Api changes: new getMyOverdueTasks, new getOverdueTasksByProject, ↵Timo Litzbarski
allow getProjectActivity for user-api
2015-07-29Add first draft of the user apiFrederic Guillot
2015-07-12Start to implement url rewrite (nice urls)Frederic Guillot
2015-07-05Add urls in api response for tasks and projectsFrederic Guillot
2015-06-16API: Change parameters for updateTask, enforce the use of moveTaskPosition() ↵Frederic Guillot
to move a task
2015-06-13API: Add procedure 'getTaskByReference' and add 'reference' parameter for ↵Frederic Guillot
'createTask/updateTask' methods
2015-05-23API refactoringFrederic Guillot