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
2017-03-06Add `has_many` associations for models that can have Upload recordsRobert Speicher
2017-03-05Make triggers to be user awareKamil Trzcinski
2017-02-28Fix access to projects shared with a nested groupDouwe Maan
2017-02-24Fix specs for the ghost user feature.Timothy Andrew
2017-02-24Use a `ghost` boolean to track ghost users.Timothy Andrew
2017-02-24Extract code from `Namespace#clean_path` for ghost user generation.Timothy Andrew
2017-02-24Deleting a user shouldn't delete associated issues.Timothy Andrew
2017-02-23Revert "Enable Style/DotPosition"Douwe Maan
2017-02-23Revert "Prefer leading style for Style/DotPosition"Douwe Maan
2017-02-23Enable Rails/DelegateDouwe Maan
2017-02-23Prefer leading style for Style/DotPositionDouwe Maan
2017-02-23Enable Style/DotPositionDouwe Maan
2017-02-15Remove all instances of theme_id; require downtimeAnnabel Dunstone Gray
2017-02-15Drop theme ID from users tableAnnabel Dunstone Gray
2017-02-13Make deploy key not show in User's keys listPawel Chojnacki
2017-02-08Bypass signup domain validation for external usersReza Mohammadi
2017-02-07Merge branch 'ee-1439-read-only-user' into 'master' Douwe Maan
2017-02-07More backportDouwe Maan
2017-02-06Update specDouwe Maan
2017-02-05Add traits for ProjectFeatures to Project factorySemyon Pupkov
2017-02-02Add traits for the different Event types to the Event factoryRobert Speicher
2017-01-27Use `:empty_project` where possible in model specsRobert Speicher
2017-01-25Merge branch 'dz-nested-groups-access-improvements' into 'master' Dmitriy Zaporozhets
2017-01-25Add User#nested_groups and User#nested_projects methodsDmitriy Zaporozhets
2017-01-24Fixing sort of Users so that users who never logged in will be displayed lastPoornima M
2017-01-20Convert most User model specs to use `:empty_project`Robert Speicher
2016-12-13Be smarter when finding a sudoed user in API::HelpersRémy Coutable
2016-12-07Merge branch '25209-improve-length-validators' into 'master' Rémy Coutable
2016-12-06Use :maximum instead of :within for length validators with a 0..N rangeRémy Coutable
2016-12-02Test all values for `enabled_git_access_protocol`Andrew Smith
2016-12-01If SSH prototol is disabled don't say the user requires SSH keysAndrew Smith
2016-11-25Refresh project authorizations using a Redis leaseYorick Peterse
2016-11-23Add nested groups support to the routingDmitriy Zaporozhets
2016-11-18Merge branch 'feature/precalculate-authorized-projects' into 'master' Douwe Maan
2016-11-18Precalculate user's authorized projects in databaseAhmad Sherif
2016-11-17Merge branch 'chat-name-authorize' into 'master' Rémy Coutable
2016-11-16Fix some failing specs due to missing access_requestable traitNick Thomas
2016-11-16Merge branch 'patch-5' into 'master' Rémy Coutable
2016-11-16Add most of specs for chat namesKamil Trzcinski
2016-11-16fix "Without projects" filterBen Bodenmiller
2016-11-11Make access request specs explicitly enable or disable access requests as req...Nick Thomas
2016-11-07Add User#projects_with_reporter_access_limited_toYorick Peterse
2016-11-04Fix: Todos Filter Shows All UsersValery Sizov
2016-11-01Allow to search for user by secondary email address in the admin interfaceYar
2016-10-24Remove redundant class_name and foreign_key overridesDavid Wagner
2016-10-05Refactor Gitlab::IdentifierYorick Peterse
2016-09-01Project tools visibility levelFelipe Artur
2016-08-24Show "Create Merge Request" widget for push events to fork projects on the so...Paco Guzman
2016-08-17Move to project dropdown with infinite scroll for better performancePaco Guzman
2016-08-12Simplify the name for data builder, feedback:Lin Jen-Shin