summaryrefslogtreecommitdiff
path: root/app/controllers/dashboard
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed the Rails/ActionFilter copJeroen van Baarsen2015-04-202-2/+2
* Move group leave action from dashboard/groups to groups/group_members.Douwe Maan2015-03-151-17/+1
* Use same constant for amount of items per pageDmitriy Zaporozhets2015-03-122-2/+2
* Add starred projects page to dashboardDmitriy Zaporozhets2015-03-091-0/+27
* Move profile groups page to dashboardDmitriy Zaporozhets2015-03-081-0/+21
* Add dashboard milestones.Douwe Maan2015-03-031-0/+34