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-06-17Add specific test caseMichael Kozono
2017-06-17Add “Project moved” error to Git-over-HTTPMichael Kozono
2017-06-14Correct RSpec/SingleLineHook cop offensesRobert Speicher
2017-06-09Merge branch 'pat-msg-on-auth-failure' into 'master'Rémy Coutable
2017-06-08Instruct user to use a personal access token for Git over HTTPRobin Bobbitt
2017-06-07Blob#load_all_data! doesn’t need an argumentDouwe Maan
2017-06-05Clarify error messagesMichael Kozono
2017-06-05Move CI access logic into GitAccessMichael Kozono
2017-06-05Fix Git over HTTP specMichael Kozono
2017-04-24Merge branch '30305-oauth-token-push-code' into 'master' Rémy Coutable
2017-04-17Fix user activities HTTP clone specSean McGivern
2017-04-14Use a proper matcherRémy Coutable
2017-04-14Fix `last_activity_at` to `last_activity_on`Rémy Coutable
2017-04-14Fix git HTTP specSean McGivern
2017-04-14Add user activity service and spec. Also added relevant - NOT offline - migra...James Lopez
2017-04-13Allow OAuth clients to push codeTimothy Andrew
2017-03-07Don't allow blocked users to authenticate through other meansMarkus Koller
2017-02-05Add traits for ProjectFeatures to Project factorySemyon Pupkov
2017-01-27Use `:empty_project` where possible in request specsRobert Speicher
2017-01-25Fix access to the wiki code via HTTP when repository feature disabledDouglas Barbosa Alexandre
2016-12-20Merge remote-tracking branch 'upstream/master' into feature/1376-allow-write-...Lin Jen-Shin
2016-12-16Validate access token scopes in `Gitlab::Auth`Timothy Andrew
2016-12-09Fix tests and also add tests for non-existing repoLin Jen-Shin
2016-11-09Merge branch 'fix-unathorized-cloning' into 'security'Douwe Maan
2016-10-15Revert "Update git over http test to match new routing"Dmitriy Zaporozhets
2016-10-12Merge branch '20708-new-branch-is-immediatelly-tagged-as-merged' into 'master' Douwe Maan
2016-10-11refactors tests because of gitlab-test repository changestiagonbotelho
2016-10-10Update git over http test to match new routingDmitriy Zaporozhets
2016-09-28Added git http requests tests for user with LDAP identityHoratiu Eugen Vlad
2016-09-20Post-merge improve of CI permissionsKamil Trzcinski
2016-09-16Improve authentication_result usageKamil Trzcinski
2016-09-16Simplify checking of allowed abilities in git_http_client_controllerKamil Trzcinski
2016-09-16Added builds_spec and git_http_specsKamil Trzcinski
2016-09-15Fix existing authorization specsKamil Trzcinski
2016-09-05Verify JWT messages from gitlab-workhorseJacob Vosmaer
2016-09-01Project tools visibility levelFelipe Artur
2016-08-18Refactor `find_for_git_client` method to not use assignment in conditionals a...Patricio Cano
2016-08-16Deny Git over HTTP access to users that have 2FA enabled, unless they use a P...Patricio Cano
2016-08-08Merge branch 'git-http-push-check' into 'master' Robert Speicher
2016-08-06Enable Style/SpaceAroundEqualsInParameterDefault copGabriel Mazetto
2016-08-03Stop 'git push' over HTTP earlyJacob Vosmaer
2016-07-01Groundwork for Kerberos SPNEGO (EE feature)Jacob Vosmaer
2016-06-27Use HTTP matchers if possibleZ.J. van de Weg
2016-06-14Fix spec description typoSean McGivern
2016-06-09Add test for getting info/refs from repoSean McGivern
2016-06-09Ensure only IDs ending in .git perform git actionsSean McGivern
2016-06-08Add parenthesesJacob Vosmaer
2016-04-29Specify that oauth cannot push codeJacob Vosmaer
2016-04-22Remove trivial 'let'Jacob Vosmaer
2016-04-06More tests, better descriptionsJacob Vosmaer