index
:
kanban
master
Custom fork of https://github.com/kanboard/kanboard
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
Api
/
Task.php
Age
Commit message (
Collapse
)
Author
2016-02-20
Fix cosmetic issues and update api documentation
Frederic Guillot
2016-01-23
Add new API procedures to move and duplicate tasks to another project
Frederic Guillot
2016-01-23
Fix bug: Unable to unassign a task from the API
Frederic Guillot
2015-12-29
Send notifications on user mentions
Frederic Guillot
2015-12-12
API: check project membership for task operations
Frederic Guillot
2015-10-17
Run php-cs-fixer on the code base
Frederic Guillot
2015-10-13
Change namespace to add Kanboard as prefix
Frederic Guillot
2015-09-17
#1232 Api changes: new getMyOverdueTasks, new getOverdueTasksByProject, ↵
Timo Litzbarski
allow getProjectActivity for user-api
2015-07-29
Add first draft of the user api
Frederic Guillot
2015-07-12
Start to implement url rewrite (nice urls)
Frederic Guillot
2015-07-05
Add urls in api response for tasks and projects
Frederic Guillot
2015-06-16
API: Change parameters for updateTask, enforce the use of moveTaskPosition() ↵
Frederic Guillot
to move a task
2015-06-13
API: Add procedure 'getTaskByReference' and add 'reference' parameter for ↵
Frederic Guillot
'createTask/updateTask' methods
2015-05-23
API refactoring
Frederic Guillot