summaryrefslogtreecommitdiff
path: root/app/controllers/projects/todos_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Cache todos pending/done dashboard query countsPaco Guzman2016-07-121-1/+1
* Merge branch 'issuable-todo-improvements'Douwe Maan2016-06-181-11/+11
|\
| * Removed todo from JSON responsePhil Hughes2016-06-171-1/+0
| * Correctly checks if user is logged in when adding todoPhil Hughes2016-06-171-1/+1
| * Improved manual todosPhil Hughes2016-06-171-12/+13
* | Cache todo counters (pending/done)18034-cache-todo-counterPaco Guzman2016-06-171-2/+2
|/
* Returns created todos to control rather than re-queryPhil Hughes2016-06-141-2/+2
* Uses update URL to update the status of a todoPhil Hughes2016-06-141-9/+12
* Moved todo creation over to project todos controllerPhil Hughes2016-06-141-0/+28