| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Projects on group page should be sorted by last activity instead of ↵fix-group-projects-sort | Dmitriy Zaporozhets | 2016-04-14 | 1 | -0/+1 |
| | | | | | | | id/created_at Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Merge branch 'master' into issue_12658 | Douwe Maan | 2016-03-21 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | | | | | # Conflicts: # app/models/issue.rb # app/views/projects/_home_panel.html.haml # app/views/shared/projects/_project.html.haml # db/schema.rb # spec/models/project_spec.rb | ||||
| | * | Use the configured Kaminari "per page" defaultrs-use-kaminari-default | Robert Speicher | 2016-03-19 | 1 | -1/+1 |
| | | | |||||
| * | | Fix "Shared projects" tab | Douwe Maan | 2016-03-20 | 1 | -2/+2 |
| | | | |||||
| * | | Tweaks, refactoring, and specs | Douwe Maan | 2016-03-20 | 1 | -14/+5 |
| | | | |||||
| * | | Improve group visibility level feature | Zeger-Jan van de Weg | 2016-03-18 | 1 | -11/+0 |
| | | | |||||
| * | | Code fixes | Felipe Artur | 2016-03-17 | 1 | -2/+2 |
| | | | |||||
| * | | Merge 4009-external-users into issue_12658 | Felipe Artur | 2016-03-16 | 1 | -3/+7 |
| |\ \ | |/ | |||||
| | * | Merge branch 'share-project-ce' into 'master' | Dmitriy Zaporozhets | 2016-03-14 | 1 | -1/+3 |
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bring from EE: Share Project with Group - [x] Models and migrations - [x] Logic, UI - [x] Tests - [x] Documentation - [x] Share with group lock - [x] Api feature - [x] Api docs - [x] Api tests Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> For #12831 cc @DouweM @rspeicher @vsizov See merge request !3186 | ||||
| | | * | Add share project from group lock | Dmitriy Zaporozhets | 2016-03-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| | | * | Show shared projects on group page | Dmitriy Zaporozhets | 2016-03-11 | 1 | -0/+2 |
| | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| | * | | Move group activity feed to separate page for consistency with dashboard and ↵ | Dmitriy Zaporozhets | 2016-03-10 | 1 | -2/+4 |
| | |/ | | | | | | | | | | | project pages Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | | Code improvements and add Create group service | Felipe Artur | 2016-03-16 | 1 | -3/+1 |
| | | | |||||
| * | | Prevent projects to have higher visibility than groups | Felipe Artur | 2016-03-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | Prevent Groups to have smaller visibility than projects Add default_group_visibility_level to configuration Code improvements | ||||
| * | | Code improvements | Felipe Artur | 2016-03-10 | 1 | -2/+2 |
| | | | |||||
| * | | Add permission level to groups | Felipe Artur | 2016-03-10 | 1 | -1/+1 |
| |/ | |||||
| * | Add projects list sort dropdown to group page | Dmitriy Zaporozhets | 2016-03-04 | 1 | -2/+4 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | MR feedback | Josh Frye | 2016-02-09 | 1 | -1/+1 |
| | | |||||
| * | Extract events rendering to own action. | Josh Frye | 2016-02-09 | 1 | -10/+14 |
| | | |||||
| * | Starred, All, and Trending on explore are paged also group projects. Need ↵ | Josh Frye | 2016-02-09 | 1 | -2/+9 |
| | | | | | ajax filter. | ||||
| * | Various filter fixes | Josh Frye | 2016-02-04 | 1 | -0/+1 |
| | | |||||
| * | Merge branch 'events-performance' into 'master' | Robert Speicher | 2016-01-27 | 1 | -5/+1 |
| |\ | | | | | | | | | | | | | | | | | | | | | Improve performance of retrieving last update times for events See 75195eefcca4cb3961986c90c8e837da02f30134 and https://gitlab.com/gitlab-org/gitlab-ce/issues/12415#note_3387317 for the juicy details. Related issue: https://gitlab.com/gitlab-org/gitlab-ce/issues/12415 See merge request !2613 | ||||
| | * | Don't pluck project IDs for events | Yorick Peterse | 2016-01-26 | 1 | -5/+1 |
| | | | | | | | | | | | By instead using a sub-query we save ourselves the overhead of loading any data into memory only to pass it on to another query. | ||||
| * | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵ | James Lopez | 2016-01-27 | 1 | -4/+5 |
| |\ \ | | | | | | | | | | fix/unexistent-group-500 | ||||
| | * | | Make the `/groups` route behave as expectedrs-groups-index | Robert Speicher | 2016-01-23 | 1 | -4/+5 |
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | The route is supposed to redirect the Groups#index request based on whether or not a user was logged in. If they are, we redirect them to their groups dashboard; if they're not, we redirect them to the public Explore page. But due to overly aggressive `before_action`s that weren't excluding the `index` action, the request always resulted in a 404, whether a user was logged in or not. Closes #12660 | ||||
| * | | update fix based on feedback | James Lopez | 2016-01-27 | 1 | -2/+1 |
| | | | |||||
| * | | fix for failing spec | James Lopez | 2016-01-26 | 1 | -1/+2 |
| | | | |||||
| * | | feature and fix for 500 on group missing | James Lopez | 2016-01-26 | 1 | -0/+1 |
| |/ | |||||
| * | Refactor duplciate code for groups_controller.rb and ↵ | Dmitriy Zaporozhets | 2015-11-17 | 1 | -17/+3 |
| | | | | | | | slack_service/note_message.rb Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Allow groups to appear in the search results if the group owner allows it | Valery Sizov | 2015-11-05 | 1 | -3/+3 |
| | | |||||
| * | Make group deleted text consistent with group created and updated texts | teuneboon | 2015-10-12 | 1 | -1/+1 |
| | | |||||
| * | Fix typo(missing quote) when deleting groups | teuneboon | 2015-10-12 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'public_profiles' into 'master' | Dmitriy Zaporozhets | 2015-09-14 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | | | | | | | Make all group public https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/1219# Internal issue - https://dev.gitlab.org/gitlab/gitlabhq/issues/1361 See merge request !1247 | ||||
| | * | Skip auth for group page but return auth for other group pages | Dmitriy Zaporozhets | 2015-09-14 | 1 | -1/+1 |
| | | | |||||
| * | | Move partial to right place and fix tests. | Douwe Maan | 2015-09-08 | 1 | -1/+1 |
| | | | |||||
| * | | Clean up overlap between dashboard and explore. | Douwe Maan | 2015-09-08 | 1 | -0/+4 |
| |/ | | | | | - 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. | ||||
| * | Raise alert when group is deleted. | Achilleas Pipinellis | 2015-07-30 | 1 | -1/+1 |
| | | | | | This change was made to match the project deletion. | ||||
| * | Mention group and project name in flash messages upon create, update and delete. | Achilleas Pipinellis | 2015-07-30 | 1 | -3/+3 |
| | | |||||
| * | Fix consistency issue in sidebars of Project and Group Settings. | Nicolas | 2015-06-24 | 1 | -0/+2 |
| | | | | | Fixes #2277. | ||||
| * | Wrap group removal into service | Dmitriy Zaporozhets | 2015-06-03 | 1 | -1/+1 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Add helpers for header title and sidebar, and move setting those from ↵ | Douwe Maan | 2015-05-01 | 1 | -3/+5 |
| | | | | | controllers to layouts. | ||||
| * | Add a page title to every page. | Douwe Maan | 2015-04-30 | 1 | -11/+2 |
| | | |||||
| * | Fixed the Rails/ActionFilter cop | Jeroen van Baarsen | 2015-04-20 | 1 | -8/+8 |
| | | | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | ||||
| * | Move group members index from `/members` to `/group_members`. | Douwe Maan | 2015-03-15 | 1 | -14/+1 |
| | | |||||
| * | Use same constant for amount of items per page | Dmitriy Zaporozhets | 2015-03-12 | 1 | -2/+2 |
| | | |||||
| * | group controller refactoring | Valery Sizov | 2015-03-12 | 1 | -7/+1 |
| | | |||||
| * | Fix event loading with associations | Dmitriy Zaporozhets | 2015-02-18 | 1 | -4/+11 |
| | | |||||
| * | DB performance improvements to GitLab | Dmitriy Zaporozhets | 2015-02-18 | 1 | -6/+11 |
| | | |||||
| * | Merge branch 'project-path' into 'master' | Dmitriy Zaporozhets | 2014-12-24 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | | | Project path Fixes gitlab/gitlabhq#1781, gitlab/gitlabhq#1763 See merge request !1337 | ||||
| | * | Set group path during creation | Dmitriy Zaporozhets | 2014-12-22 | 1 | -1/+1 |
| | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
