gitlab-org--gitlab-foss/app/controllers/dashboard
Douwe Maan c620c40575 Merge branch 'issue_18135' into 'master'
Todos sorting dropdown

Implements #18135 

![todos_sorting](/uploads/bff76827c421628134dfb8b864e47c74/todos_sorting.png)  


- [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added
- Tests
  - [x] Added for this feature/bug
  - [x] All builds are passing
- [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides)
- [x] Branch has no merge conflicts with `master` (if you do - rebase it please)
- [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits)

See merge request !5691
2016-08-19 23:06:30 +00:00
..
application_controller.rb Fix an issue causing the Dashboard/Milestones page to be blank 2016-03-23 12:02:15 +01:00
groups_controller.rb Fix an information disclosure when requesting access to a group containing private projects 2016-06-24 12:01:48 +02:00
labels_controller.rb Add to label :id to response 2016-05-03 11:58:43 -05:00
milestones_controller.rb Use respond_to instead of a conditional to paginate milestones 2016-03-23 12:02:15 +01:00
projects_controller.rb Restrict starred projects to viewable ones 2016-05-10 18:13:52 +01:00
snippets_controller.rb Use the configured Kaminari "per page" default 2016-03-19 17:37:54 -04:00
todos_controller.rb Merge branch 'issue_18135' into 'master' 2016-08-19 23:06:30 +00:00