| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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> | ||||
| * | 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> | ||||
| * | | Refactor issuable list pages | Dmitriy Zaporozhets | 2014-12-24 | 1 | -6/+2 |
| | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | | Refactor issues and merge requests lists | Dmitriy Zaporozhets | 2014-12-23 | 1 | -14/+4 |
| |/ | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Huge replace of old users_project and users_group references | Dmitriy Zaporozhets | 2014-09-14 | 1 | -3/+3 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Group and Event strong_params | Dmitriy Zaporozhets | 2014-06-26 | 1 | -2/+6 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Fix group projects fetch | Dmitriy Zaporozhets | 2014-05-29 | 1 | -3/+3 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Improve group settings UI | Dmitriy Zaporozhets | 2014-05-29 | 1 | -3/+7 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Fix 500 error on group members search | Dmitriy Zaporozhets | 2014-05-16 | 1 | -1/+1 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Sort projects by activity at group show page | Dmitriy Zaporozhets | 2014-03-06 | 1 | -1/+1 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Move services for collecting items to Finders | Dmitriy Zaporozhets | 2014-02-25 | 1 | -3/+3 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Fix mr preload assoc | Dmitriy Zaporozhets | 2014-02-25 | 1 | -1/+1 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Use rails preload for Dashboard issues, mr | Dmitriy Zaporozhets | 2014-02-25 | 1 | -1/+2 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Implement project collection service | Dmitriy Zaporozhets | 2014-02-25 | 1 | -1/+1 |
| | | | | | | | | | Main purpose is move big amount of methods from user, group, project models and place filtering logic in one place. It also fixes 500 error on group page for PostgreSQL Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Allow access to groups with public projects. | Jason Hollingsworth | 2014-02-20 | 1 | -6/+19 |
| | | | | | | Fixed Group avatars to only display when user has read permissions to at least one project in the group. | ||||
| * | Adopt Group#members page for large groups (> 100 users) | Dmitriy Zaporozhets | 2014-02-13 | 1 | -1/+8 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Remove deprecated finders | skv | 2014-01-19 | 1 | -1/+1 |
| | | |||||
