summaryrefslogtreecommitdiff
path: root/app/controllers/projects/todos_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* More EE->CE fixesJan Provaznik2018-07-031-0/+1
* [backend] Addressed review commentsJan Provaznik2018-07-031-10/+3
* Merge branch 'jej-23867-use-mr-finder-instead-of-access-check' into 'security'Douwe Maan2016-12-081-1/+1
* Merge branch 'jej-fix-missing-access-check-on-issues' into 'security'Douwe Maan2016-11-281-7/+1
* 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