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-02-05Make find_user_from_sources extensible for EELin Jen-Shin
2017-11-17Changes after rebaseFrancisco Lopez
2017-11-17Moved Exceptions to Gitlab::AuthFrancisco Lopez
2017-11-17Moving exceptions to UserAuthFindersFrancisco Lopez
2017-11-17Added some more commentsFrancisco Lopez
2017-11-17Homogenising the type of the request handled by UserAuthFinder. Also tests fixedFrancisco Lopez
2017-11-17Applied some code review commentsFrancisco Lopez
2017-11-17Removing private tokenFrancisco Lopez
2017-11-17Some fixes after rebaseFrancisco Lopez
2017-11-17Updated refactor and pushing to see if test failsFrancisco Lopez
2017-11-17First refactorFrancisco Lopez
2017-11-13Add Gitlab::Utils::StrongMemoizeLin Jen-Shin (godfat)
2017-11-02Add sudo API scopeDouwe Maan
2017-11-02Remove authentication using user.private_tokenDouwe Maan
2017-10-12Move all API authentication code to APIGuardDouwe Maan
2017-09-28Make sure API responds with 401 when invalid authentication info is providedDouwe Maan
2017-08-14Whitelist or fix additional `Gitlab/PublicSend` cop violationsRobert Speicher
2017-06-29Extract a `Gitlab::Scope` class.Timothy Andrew
2017-06-28Implement review comments from @DouweM for !12300.Timothy Andrew
2017-06-28Implement review comments from @dbalexandre for !12300.Timothy Andrew
2017-06-28Fix remaining spec failures for !12300.Timothy Andrew
2017-06-28When verifying scopes, manually include scopes from `API::API`.Timothy Andrew
2017-06-28Allow API scope declarations to be applied conditionally.Timothy Andrew
2017-06-28Initial attempt at refactoring API scope declarations.Timothy Andrew
2017-04-02Enable Style/Proc cop for rubocopmhasbini
2017-03-01Enable and autocorrect the CustomErrorClass copSean McGivern
2017-02-23Fix code for copsDouwe Maan
2017-02-23Enable Style/SpaceInsideBracketsDouwe Maan
2017-02-23Enable Style/MutableConstantDouwe Maan
2016-12-16Convert AccessTokenValidationService into a class.Timothy Andrew
2016-12-16Implement minor changes from @dbalexandre's review.Timothy Andrew
2016-12-16 Calls to the API are checked for scope.Timothy Andrew
2016-09-19Remove some dead code from the Grape APINick Thomas
2016-05-10Fix a few places where autoloading would failRémy Coutable
2015-02-03Rubocop: Style/CaseIndentation enabledDmitriy Zaporozhets
2015-02-03Avoid using {...} for multi-line blocksDmitriy Zaporozhets
2015-02-03Rubocop enabled for: Use spaces inside hash literal bracesDmitriy Zaporozhets
2015-02-03Convert hashes to ruby 1.9 styleDmitriy Zaporozhets
2014-12-24Doorkeeper integrationValery Sizov