summaryrefslogtreecommitdiff
path: root/app/views/dashboard
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup groups pages UI a bittop-menu-improvementsDmitriy Zaporozhets2015-08-201-6/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Rebuild navigation for dashboardDmitriy Zaporozhets2015-08-203-3/+12
| | | | | | | | | | * projects from explore page are available from dashboard * use dashboard sidebar for both logged in and not users * move explroe projects under projects tab * move explore groups under groups tab * move public snippets under snippets tab Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Refactor sidebar navigation for dashboardDmitriy Zaporozhets2015-08-203-0/+14
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Move issuable partials in common directoryDmitriy Zaporozhets2015-06-252-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Remove text since rss is now to prominent.Sytse Sijbrandij2015-06-121-1/+0
|
* Dont use fixed pixel size if form controls - its bad for mobile devicesDmitriy Zaporozhets2015-06-081-3/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* User should be able to leave group. If not - show him proper messageDmitriy Zaporozhets2015-05-291-4/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add Browse Issues button to Dashboard and Group milestones.Douwe Maan2015-05-272-2/+5
|
* Add Accepted and Rejected tabs to MR lists.Douwe Maan2015-05-252-2/+2
|
* Fix Atom feeds.Douwe Maan2015-05-212-2/+2
|
* Add a page title to every page.Douwe Maan2015-04-306-0/+6
|
* Fix wrong placement of show-aside linkSullivan SENECHAL2015-04-272-5/+4
|
* Improve mobile UI for dashboard and project pagesDmitriy Zaporozhets2015-04-241-10/+11
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Remove unnecessary private_token params.atom-feeds-everywhereDouwe Maan2015-04-232-2/+2
|
* Rename "News Feed" buttons to "Activity Feed"Douwe Maan2015-04-231-1/+1
|
* Make links and titles of atom feeds consistent.Douwe Maan2015-04-232-6/+6
|
* Move activity feed buttons out of event_filter into actual show views.Douwe Maan2015-04-231-0/+9
|
* Add feed button to dashboard and group issue pages.Douwe Maan2015-04-231-0/+6
|
* Add atom link tag to every page that has one.Douwe Maan2015-04-232-0/+8
|
* Rename manage_group ability to admin_group for consistency with project.Douwe Maan2015-04-141-1/+1
|
* Fix typoStan Hu2015-04-111-1/+1
|
* Better looking milestone listsDmitriy Zaporozhets2015-04-012-19/+21
|
* Fix project name overflow on dashboardDmitriy Zaporozhets2015-03-182-6/+6
|
* Move group leave action from dashboard/groups to groups/group_members.Douwe Maan2015-03-151-1/+1
|
* Use `group_member` instead of `users_group` or `membership`.Douwe Maan2015-03-151-6/+6
|
* Refactor buttonsDmitriy Zaporozhets2015-03-141-2/+2
|
* Prevent database query each time we render group avatarDmitriy Zaporozhets2015-03-121-1/+1
|
* Remove projects page from dashboardDmitriy Zaporozhets2015-03-101-60/+0
|
* Add project filter by visibility and tag to explore pageDmitriy Zaporozhets2015-03-101-100/+0
|
* Remove group rendering from dashboard pageDmitriy Zaporozhets2015-03-105-40/+6
|
* Merge branch 'improve-milestones-ui' into 'master'Dmitriy Zaporozhets2015-03-102-4/+2
|\ | | | | | | | | | | | | | | | | Improve milestones ui * change progress bar colors * make milestone title bold See merge request !1660
| * Render milestone progress with one helper methodDmitriy Zaporozhets2015-03-092-4/+2
| |
* | Add starred projects page to dashboardDmitriy Zaporozhets2015-03-092-2/+25
|/
* Move profile groups page to dashboardDmitriy Zaporozhets2015-03-081-0/+39
|
* Improve projects listDmitriy Zaporozhets2015-03-042-31/+2
| | | | | | | * Add search filtering for group projects * Show all user projects on dashboard * Refactor projects list into one view * Hide big list of projects with 'Show all' button
* Add dashboard milestones.Douwe Maan2015-03-036-0/+153
|
* Reduce amount of sql queries on dashboard projects pageDmitriy Zaporozhets2015-03-021-1/+1
|
* Introduce shortcuts for routing helpersDmitriy Zaporozhets2015-02-252-2/+2
|
* Fix dashboard for projects > 30Dmitriy Zaporozhets2015-02-221-1/+1
|
* Merge branch 'master' into rails-4.1.9Vinnie Okada2015-02-223-7/+6
|\ | | | | | | | | Conflicts: app/views/dashboard/projects.html.haml
| * Create Aside js class for handling all sidebars in UI for mobile devicesDmitriy Zaporozhets2015-02-211-4/+3
| |
| * Improve projects UI a bitDmitriy Zaporozhets2015-02-212-3/+3
| |
* | Merge branch 'master' into rails-4.1.9Vinnie Okada2015-02-193-8/+3
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: app/views/dashboard/_project.html.haml app/views/events/event/_common.html.haml app/views/explore/projects/_project.html.haml app/views/groups/_projects.html.haml app/views/projects/_home_panel.html.haml app/views/projects/_issues_nav.html.haml app/views/projects/issues/_discussion.html.haml app/views/projects/issues/_issues.html.haml app/views/projects/issues/show.html.haml app/views/projects/merge_requests/_discussion.html.haml app/views/projects/merge_requests/_show.html.haml app/views/projects/milestones/index.html.haml app/views/projects/notes/_edit_form.html.haml app/views/shared/_issuable_filter.html.haml
| * DB performance improvements to GitLabDmitriy Zaporozhets2015-02-182-7/+2
| |
| * Add new style to "New group" buttonMarco Cyriacks2015-02-171-1/+1
| | | | | | | | | | The new group button style was changed to have the same look as the new project button (green background).
* | Upgrade to Rails 4.1.9Vinnie Okada2015-02-143-7/+7
|/ | | | | | Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
* Add "New Project" button to dashboard projects page.Douwe Maan2015-02-132-3/+9
|
* Add project-avatar and group-avatar css classesDmitriy Zaporozhets2015-02-072-3/+3
|
* Refactor sorting in projectDmitriy Zaporozhets2015-02-051-8/+8
|
* Improve project icons for dashboardDmitriy Zaporozhets2015-02-022-3/+4
|