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
2018-09-19Enable frozen string in app/controllers/**/*.rbgfyoung
2018-09-11Disable existing offenses for the CodeReuse copsYorick Peterse
2018-07-09Updates from `rubocop -a`Lin Jen-Shin
2018-06-25Bring changes from EELin Jen-Shin
2018-04-04[Rails5] Rename `sort` methods to `sort_by_attribute`blackst0ne
2018-02-27Improve Member servicesRémy Coutable
2017-12-12Present member collection at the controller levelRémy Coutable
2017-06-07Add a rubocop rule to check if a method 'redirect_to' is used without explici...blackst0ne
2017-06-06Limit non-administrators to adding 100 members at a time to groups and projectsNick Thomas
2017-04-25Show group name on flash container when group is created from Admin areaKushal Pandya
2017-04-20Refactor Admin::GroupsController#members_update method and add some specsDmitriy Zaporozhets
2017-04-06Support 2FA requirement per-groupMarkus Koller
2017-02-08Merge branch 'dz-refactor-full-path' into 'master' Dmitriy Zaporozhets
2017-02-08Store group and project full name and full path in routes tableDmitriy Zaporozhets
2017-02-08Fix inconsistent naming for services that delete thingsdixpac
2017-01-12Refactor authorized params in Admin::GroupsControllerRémy Coutable
2016-12-28Fix: Admin group show page does not workValery Sizov
2016-12-21Add more storage statisticsMarkus Koller
2016-12-08Add nested groups support on data levelDmitriy Zaporozhets
2016-09-28New AccessRequestsFinderRémy Coutable
2016-09-15Syntax fixes and better tests for helper methods. Updated docs.Patricio Cano
2016-09-15Added group-specific setting for LFS.Patricio Cano
2016-08-19Fix adding a user to a group in admin sectionSean McGivern
2016-08-12Fix bug where destroying a namespace would not always destroy projectsStan Hu
2016-07-20Allow to disable user request access to groups/projectsFelipe Artur
2016-07-01Exclude requesters from Project#members, Group#members and User#membersRémy Coutable
2016-03-22Merge branch 'master' into issue_12658Douwe Maan
2016-03-22Add specs and add visibility level to admin groupsFelipe Artur
2016-03-20Use the configured Kaminari "per page" defaultRobert Speicher
2016-03-08Remove instance variable @group multiple assignmentYatish Mehta
2015-06-03Wrap group removal into serviceDmitriy Zaporozhets
2015-04-20Fixed the Rails/ActionFilter copJeroen van Baarsen
2015-04-14Track who created a group or project member.Douwe Maan
2015-03-15Use `project_member` instead of `team_member`.Douwe Maan
2015-03-13Use same constant for amount of items per pageDmitriy Zaporozhets
2015-02-06Refactor sorting in projectDmitriy Zaporozhets
2015-02-06Explicitly define ordering in models using default_scopeDmitriy Zaporozhets
2014-12-22Set group name from path in admin controllerDmitriy Zaporozhets
2014-09-14Huge replace of old users_project and users_group referencesDmitriy Zaporozhets
2014-06-26Group and Event strong_paramsDmitriy Zaporozhets
2014-06-02Improve admin group page performanceDmitriy Zaporozhets
2014-01-19Remove deprecated findersskv
2013-09-26Group ownership completely based on users_groups relation nowDmitriy Zaporozhets
2013-06-26Improve change group ownership logicDmitriy Zaporozhets
2013-06-22Use simple render syntax in controllersDmitriy Zaporozhets
2013-06-22Cleanup: removed unused routing/methods. Improved admin area usabilityDmitriy Zaporozhets
2013-06-22Merge branch 'master' into 6-0-devDmitriy Zaporozhets
2013-06-20Fix user add to group from admin areaDmitriy Zaporozhets
2013-06-18Update admin area with new group membershipsDmitriy Zaporozhets
2013-06-17Remove unused, but slow codeAndrew Kumanyaev