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-04-05Allow HTTP(s) when git request is made by GitLab CITomasz Maczukin
2018-02-06Moves project creationg to git access check for git pushTiago Botelho
2018-02-06Move new project on push logic to a serviceTiago Botelho
2018-02-06Add specsTiago Botelho
2018-02-06Adds remote messsage when project is created in a push over SSH or HTTPTiago Botelho
2018-02-06Adds option to push over SSH to create a new projectTiago Botelho
2018-02-06Adds option to push over HTTP to create a new projectTiago Botelho
2017-06-17Add “Project moved” error to Git-over-HTTPMichael Kozono
2017-06-05Refactor to let GitAccess errors bubble upMichael Kozono
2017-06-05Refactor to let `GitAccess` check protocol configMichael Kozono
2017-06-05Move CI access logic into GitAccessMichael Kozono
2017-06-05Check disabled commands in GitAccess insteadMichael Kozono
2017-06-05Render GitAccess message if authorizedMichael Kozono
2017-05-05Pass GL_REPOSITORY in Workhorse responsesAlejandro Rodríguez
2017-04-14Add user activity service and spec. Also added relevant - NOT offline - migra...James Lopez
2017-04-03Add feature flags for enabling (Upload|Receive)Pack for GitalyAhmad Sherif
2017-01-25Fix access to the wiki code via HTTP when repository feature disabledDouglas Barbosa Alexandre
2016-11-23Move LfsHelper to a new LfsRequest concernRémy Coutable
2016-11-09Merge branch 'fix-unathorized-cloning' into 'security'Douwe Maan
2016-09-16Rename capabilities to authentication_abilitiesKamil Trzcinski
2016-09-13Make result to return project and capabilities grantedKamil Trzcinski
2016-09-13Use a permissions of user to access all dependent projects from CI jobs (this...Kamil Trzcinski
2016-09-05Verify JWT messages from gitlab-workhorseJacob Vosmaer
2016-08-09Remove duplicate method reintroduced by mergeJacob Vosmaer
2016-08-09Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into remove-...Jacob Vosmaer
2016-08-03Stop 'git push' over HTTP earlyJacob Vosmaer
2016-07-22Add LFS controllersJacob Vosmaer
2016-07-06Correct access control flow for Git HTTP requests.Patricio Cano
2016-07-06Clarify protocol access check, and make Git HTTP access call more specific.Patricio Cano
2016-07-06Render the status message with `plain:` so that the message gets passed to th...Patricio Cano
2016-07-06Render :forbidden *only* if HTTP is disabled.Patricio Cano
2016-07-06Return :forbidden if HTTP protocol access is not allowedPatricio Cano
2016-07-06Simplify access checksPatricio Cano
2016-07-06Only allow Git Access on the allowed protocolPatricio Cano
2016-07-01Groundwork for Kerberos SPNEGO (EE feature)Jacob Vosmaer
2016-06-10Improve Gitlab::Auth method namesJacob Vosmaer
2016-06-08Skip authenticity token checks for Git HTTPJacob Vosmaer
2016-06-03Fewer silly instance variablesJacob Vosmaer
2016-06-03Use #present?Jacob Vosmaer
2016-06-03Refactor _allowed? methods as Rémy askedJacob Vosmaer
2016-06-03Changes after more review from RémyJacob Vosmaer
2016-04-29Make CI/Oauth/rate limiting reusableJacob Vosmaer
2016-04-25More changes suggested by RémyJacob Vosmaer
2016-04-22Don't mess up our parent controllerJacob Vosmaer
2016-04-22Some changes after review from Rémy and ValeryJacob Vosmaer
2016-04-15Comment and whitespaceJacob Vosmaer
2016-04-06Clarify intentionsJacob Vosmaer
2016-04-06Move workhorse protocol code into libJacob Vosmaer
2016-03-24Add some upload specsJacob Vosmaer
2016-03-23Get Grack::Auth tests to passJacob Vosmaer