Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-17Add toggle_subscription action to Groups::LabelsControllerDouglas Barbosa Alexandre
2016-11-10Require projects before creating milestonegfyoung
2016-10-24Add parentheses around return redirect_to methodDmitriy Zaporozhets
2016-10-24Refactor groups/projects members controllerDmitriy Zaporozhets
2016-10-24Gracefully handle adding of no users to projects and groupsLinus G Thiel
2016-10-19Disable subscribing to group-level labelsDouglas Barbosa Alexandre
2016-10-19Limit what label fields we expose on Groups::LabelsController#indexDouglas Barbosa Alexandre
2016-10-19Reduce duplication between the project and group label formsDouglas Barbosa Alexandre
2016-10-19List only labels that belongs to the group on the group issues pageDouglas Barbosa Alexandre
2016-10-19List group labels on project labels pageDouglas Barbosa Alexandre
2016-10-19Add CRUD for Group LabelsDouglas Barbosa Alexandre
2016-10-03Fix a few things after the initial improvment to Members::DestroyServiceRémy Coutable
2016-10-03Improve Members::DestroyServiceRémy Coutable
2016-09-28New AccessRequestsFinderRémy Coutable
2016-08-18Add expiration date to group membershipsSean McGivern
2016-07-01Exclude requesters from Project#members, Group#members and User#membersRémy Coutable
2016-06-18Raise a new Gitlab::Access::AccessDeniedError when permission is not enough t...Rémy Coutable
2016-06-18Use the new Members::DestroyService in group/project member controllersRémy Coutable
2016-06-17Re-use notifications dropdown/modal for user profileFelipe Artur
2016-06-17Re-use notifications dropdown on user profileFelipe Artur
2016-06-14UI and copywriting improvementsRémy Coutable
2016-06-14Factorize #request_access and #approve_access_request into a new AccessReque...Rémy Coutable
2016-06-14Add request access for groupsRémy Coutable
2016-05-18Merge branch 'meinac/gitlab-ce-change_deprecated_render_usage'Dmitriy Zaporozhets
2016-04-12Requires user to be signed in when changing notification settingsDouglas Barbosa Alexandre
2016-04-12Reuse `User#notification_settings_for` when it's possibleDouglas Barbosa Alexandre
2016-04-08Simplify query to retrieve NotificationSetting on controllersDouglas Barbosa Alexandre
2016-04-08Merge branch 'master' into decouple-member-notificationDouglas Barbosa Alexandre
2016-04-07Implement review suggestionsFelipe Artur
2016-04-05Improve codeFelipe Artur
2016-04-05Improve codeFelipe Artur
2016-04-05Fix problem when creating milestones in groups without projectsFelipe Artur
2016-03-30Change how notification settings in profile are rendered and updatedDmitriy Zaporozhets
2016-03-23Use respond_to instead of a conditional to paginate milestonesRémy Coutable
2016-03-20Tweaks, refactoring, and specsDouwe Maan
2016-03-18Improve group visibility level featureZeger-Jan van de Weg
2016-03-16Change deprecated usage of rendering without response bodyMehmet Emin İNAÇ
2015-12-05Fix Error 500 when creating global milestones with Unicode charactersStan Hu
2015-11-17Use project member abilities more extensivelyDouwe Maan
2015-11-16Fix removing avatar for groupDmitriy Zaporozhets
2015-11-16Group masters should be able to create/close milestonesDmitriy Zaporozhets
2015-11-16Refactor global and group milestones logicDmitriy Zaporozhets
2015-11-16Create milestones in the groupDmitriy Zaporozhets
2015-07-31Use before_actionsDouwe Maan
2015-07-28Add specific ability for managing group membersDouwe Maan
2015-05-29User should be able to leave group. If not - show him proper messageDmitriy Zaporozhets
2015-05-01Add helpers for header title and sidebar, and move setting those from control...Douwe Maan
2015-04-30Remove an old determine_layout call.Douwe Maan
2015-04-30Add a page title to every page.Douwe Maan
2015-04-20Fixed the Rails/ActionFilter copJeroen van Baarsen