summaryrefslogtreecommitdiff
path: root/app/controllers/dashboard
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fix/simplify-todo-destroy-queries' into 'master' Yorick Peterse2016-08-181-5/+1
* 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
* Fix an information disclosure when requesting access to a group containing pr...Rémy Coutable2016-06-241-1/+1
* 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
* | Merge branch '17249-starred' into 'master' Robert Speicher2016-05-111-1/+1
|\ \
| * | Restrict starred projects to viewable onesSean McGivern2016-05-101-1/+1
* | | Add to label :id to responseissue_15673Alfredo Sumaran2016-05-031-1/+1
|/ /
* | Add missing Dashboard::LabelsControllerRémy Coutable2016-03-231-0/+9
* | Use respond_to instead of a conditional to paginate milestonesRémy Coutable2016-03-231-3/+4
* | Fix an issue causing the Dashboard/Milestones page to be blankRémy Coutable2016-03-232-6/+12
* | Use the configured Kaminari "per page" defaultrs-use-kaminari-defaultRobert Speicher2016-03-194-5/+5
* | 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
|/
* Allow filtered dashboard/explore results to be paged. Fixes #14104fix-filtered-paginationJosh Frye2016-03-091-2/+2
* Add option to show archived projects on dahsboardDmitriy Zaporozhets2016-03-041-16/+8
* Revert "Revert "Sort starred projects on dashboard based on last activity by ...sort-starred-projectsDmitriy Zaporozhets2016-03-031-1/+1
* Revert "Sort starred projects on dashboard based on last activity by default"Dmitriy Zaporozhets2016-03-031-1/+1
* Sort starred projects on dashboard based on last activity by defaultDmitriy Zaporozhets2016-03-031-1/+1
* Don't show "Welcome to GitLab" when the search didn't return any projectsRémy Coutable2016-03-021-2/+2
* 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-202-21/+23
* Add filters by project, author, type, and action to task queue page listDouglas Barbosa Alexandre2016-02-201-7/+1
* Fix rubocop offensesDouglas Barbosa Alexandre2016-02-201-5/+5
* Remove task abilities, since we will only ever show the user their ownDouglas Barbosa Alexandre2016-02-201-8/+0
* Add pending tasks badge on top right next to the new and logout buttonDouglas Barbosa Alexandre2016-02-201-3/+0
* Allow user to mark each task as done manuallyDouglas Barbosa Alexandre2016-02-201-0/+23
* Add tasks queue list pageDouglas Barbosa Alexandre2016-02-201-0/+15
* MR feedbackJosh Frye2016-02-091-2/+2
* Extract events rendering to own action.Josh Frye2016-02-091-2/+2
* Fix double pagingJosh Frye2016-02-051-1/+1
* Various filter fixesJosh Frye2016-02-041-3/+11
* Paginate + ajax filter dashboard projectsJosh Frye2016-02-041-0/+12
* Page project list on dashboardJosh Frye2016-02-041-0/+2
* Add sort dropdown to dashboard projects pagedashboard-sort-dropdownDmitriy Zaporozhets2016-02-031-0/+1
* Don't pluck project IDs for eventsYorick Peterse2016-01-261-1/+1
* Fixed Rubocop offensesGabriel Mazetto2015-12-151-1/+2
* Refactor global and group milestones logicDmitriy Zaporozhets2015-11-161-22/+7
* Add last push widget to starred projects dashboardDrew Blessing2015-10-011-0/+1
* Clean up overlap between dashboard and explore.Douwe Maan2015-09-082-0/+25
* Add helpers for header title and sidebar, and move setting those from control...Douwe Maan2015-05-011-9/+1
* Add a page title to every page.Douwe Maan2015-04-304-3/+14