summaryrefslogtreecommitdiff
path: root/app/controllers/root_controller.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix the redirect to custom home page URL and move it to RootController28609-fix-redirect-to-home-page-urlRémy Coutable2017-02-271-10/+27
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Remove flash warning from login pagePadilla, Gerald2017-01-301-1/+2
|
* Implementing 'Groups View' and 'TODOs View' as options for dashboard ↵Elias Werberich2016-03-241-0/+4
| | | | | | preferences. Fixes #14585.
* Add user preference to view project activity and starred project activity as ↵Stan Hu2015-09-261-0/+4
| | | | | | default dashboard Closes #2662
* Fix RootControllerDouwe Maan2015-09-091-1/+1
|
* Clean up overlap between dashboard and explore.Douwe Maan2015-09-081-2/+3
| | | | | - Split up SnippetsController into separate dashboard and explore sections. - Use consistent page titles, header titles and sidebars between dashboard and explore sections when signed in or not.
* Refactor RootControllerRobert Speicher2015-06-131-2/+12
|
* Add RootControllerRobert Speicher2015-06-131-0/+18
This controller is now the target for `root_url`. It sub-classes DashboardController so we can render the old default without a redirect if the user hasn't customized their dashboard location.