summaryrefslogtreecommitdiff
path: root/app/controllers/dashboard/todos_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Test todos_count_format helper at the correct level to improve speedrs-simplify-todo-count-specRobert Speicher2017-06-091-5/+0
* Add a rubocop rule to check if a method 'redirect_to' is used without explici...31840-add-a-rubocop-that-forbids-redirect_to-inside-a-controller-destroy-action-without-an-explicit-statusblackst0ne2017-06-071-2/+6
* Revert "Merge branch 'tc-no-todo-service-select' into 'master'"revert-c3c465acStan Hu2017-04-291-2/+2
* Avoid plucking Todo ids and use sub-queries insteadtc-no-todo-service-selectToon Claes2017-04-271-2/+2
* Merge branch 'open-redirect-host-fix' into 'security' Sean McGivern2017-04-051-1/+1
* Revert "Merge branch '29534-todos-performance' into 'master'"Sean McGivern2017-03-211-1/+1
* Todos performance: Include associations in FinderJarka Kadlecova2017-03-201-1/+1
* Add 'Undo mark all as done' to TodosJacopo2017-03-161-2/+8
* fixes delimiter removes when todo marked as doneNur Rony2017-02-221-2/+4
* change todos counter position & format ( for large counts )mhasbini2017-02-211-0/+5
* Todo done clicking is kind of unusable.Jacopo2017-02-171-0/+6
* applies url_for so that we dont lose filters when redirecting19988-prevent-empty-pagination-when-list-not-emptyTiago Botelho2016-12-231-1/+1
* adds specs for respective behaviourTiago Botelho2016-12-211-3/+4
* Prevent empty pagination when list is not emptyTiago Botelho2016-12-211-1/+3
* Merge branch 'issue_18135' into 'master' Douwe Maan2016-08-191-0/+1
|\
| * Todos sorting dropdownissue_18135Felipe Artur2016-08-191-0/+1
* | Rename TodoService#mark_todos_as_done_by_id{,s}Ahmad Sherif2016-08-181-1/+1
* | Implement TodoService#mark_todos_as_done_by_idAhmad Sherif2016-08-181-3/+1
* | Simplify SQL queries of marking a todo as doneAhmad Sherif2016-08-181-4/+2
|/
* Recover usage of Todos counter cache20842-todos-queries-cachePaco Guzman2016-08-121-2/+2
* Cache todos pending/done dashboard query countsPaco Guzman2016-07-121-4/+9
* Ensure Todos counters doesn't count Todos for projects pending deleteDouglas Barbosa Alexandre2016-06-171-13/+8
* Cache todo counters (pending/done)18034-cache-todo-counterPaco Guzman2016-06-171-4/+4
* Merge branch 'meinac/gitlab-ce-change_deprecated_render_usage'Dmitriy Zaporozhets2016-05-181-2/+2
|\
| * Change deprecated usage of rendering without response bodyMehmet Emin İNAÇ2016-03-161-2/+2
* | Use the configured Kaminari "per page" defaultrs-use-kaminari-defaultRobert Speicher2016-03-191-1/+1
* | Use todo.done without ! in the controller to mark todo as doneDouglas Barbosa Alexandre2016-03-181-2/+2
* | Mark all as done through AJAXPhil Hughes2016-03-171-0/+4
* | Removed the flash success messagePhil Hughes2016-03-171-2/+2
* | Adds small AJAX optimistic functionality to todos.Jacob Schatz2016-03-171-1/+6
|/
* Does not raise an error when Todo is already marked as doneDouglas Barbosa Alexandre2016-02-231-1/+1
* Use before_action instead of before_filterDouglas Barbosa Alexandre2016-02-211-1/+1
* Add "Mark all as done" buttonDouwe Maan2016-02-201-1/+15
* Fix rubucop offensesDouglas Barbosa Alexandre2016-02-201-2/+0
* Rename Tasks to TodosDouglas Barbosa Alexandre2016-02-201-0/+23