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-05-08Add confirm delete protected branch modalSam Rose
2017-04-28Prevent people from creating branches if they don't have persmission to pushPawel Chojnacki
2017-04-04Fixed UserAccess#can_create_tag? after create_access_levels renameJames Edwards-Jones
2017-04-04Cleanup & tests for UserAccess#can_create_tag?James Edwards-Jones
2017-04-03Moved Project#protected_branch? to ProtectedBranch, similar for tagsJames Edwards-Jones
2017-04-03Extract ProtectedRef ConcernJames Edwards-Jones
2017-03-31Protected Tags enforced over gitJames Edwards-Jones
2017-03-10reverse the logic and use a clearer namehttp://jneen.net/
2017-03-09protect git access through the policy infrahttp://jneen.net/
2017-01-13Allow creating protected branch when it doesn't existPawel Chojnacki
2016-11-16Introduce no_user_or_blocked? and fix tests due toLin Jen-Shin
2016-08-16Improve EE compatibility with protected branch access levels.Timothy Andrew
2016-08-04changes default_branch_protection to allow devs_can_merge protection option a...tiagonbotelho
2016-07-29Enforce "No One Can Push" during git operations.Timothy Andrew
2016-07-18Revert "Revert "Merge branch '18193-developers-can-merge' into 'master' ""Rémy Coutable
2016-07-13Revert "Merge branch '18193-developers-can-merge' into 'master' "Robert Speicher
2016-07-13Refactor `Gitlab::GitAccess`Timothy Andrew
2016-03-10Move method to UserJacob Vosmaer
2016-03-09Acquire lock before LDAP syncJacob Vosmaer
2014-08-06Cache LDAP check in Gitlab::UserAccessJacob Vosmaer
2014-05-15Move user access check to Gitlab::UserAccessJacob Vosmaer