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-02use Gitlab::UserSettings directly as a singleton instead of including/extendi...Mario de la Ossa
2017-11-24Merge branch 'dm-fix-registry-with-sudo-token' into 'master'Sean McGivern
2017-11-23Fix pulling and pushing using a personal access token with the sudo scopeDouwe Maan
2017-11-23Allow password authentication to be disabled entirelyMarkus Koller
2017-11-08Fix Error 500 when pushing LFS objects with a write deploy keyStan Hu
2017-11-02Add sudo API scopeDouwe Maan
2017-11-02Consistently use PersonalAccessToken instead of PersonalTokenDouwe Maan
2017-09-18Clean up read_registry scope changesRobin Bobbitt
2017-09-12Merge branch 'hide-read-registry-scope-when-registry-disabled' into 'master'Kamil TrzciƄski
2017-09-01Merge branch '37202-revert-changes-to-signing-enabled' into 'master'Douwe Maan
2017-09-01Rollsback changes made to signing_enabled.Tiago Botelho
2017-08-31`current_application_settings` belongs on `Gitlab::CurrentSettings`Sean McGivern
2017-08-22Hide read_registry scope when registry is disabled on instanceRobin Bobbitt
2017-08-14Whitelist or fix additional `Gitlab/PublicSend` cop violationsRobert Speicher
2017-08-02Cleanup tests and add admin_container_image toLin Jen-Shin
2017-07-13Fixes needed when GitLab sign-in is not enabledRobin Bobbitt
2017-06-30`AccessTokenValidationService` accepts `String` or `API::Scope` scopes.Timothy Andrew
2017-06-29Extract a `Gitlab::Scope` class.Timothy Andrew
2017-06-28Implement review comments from @DouweM for !12300.Timothy Andrew
2017-06-28Fix remaining spec failures for !12300.Timothy Andrew
2017-06-08Instruct user to use a personal access token for Git over HTTPRobin Bobbitt
2017-06-06Fix test failuresZ.J. van de Weg
2017-06-05Create read_registry scope with JWT authZ.J. van de Weg
2017-05-21Avoid resource intensive login checks if password is not providedHoratiu Eugen Vlad
2017-04-13Allow OAuth clients to push codeTimothy Andrew
2017-03-07Merge branch 'siemens/gitlab-ce-feature/openid-connect'Sean McGivern
2017-03-07Merge remote-tracking branch 'origin/personal_access_token_api_and_impersonat...Douwe Maan
2017-03-07Require explicit scopes on personal access tokensMarkus Koller
2017-03-07Only use API scopes for personal access tokensMarkus Koller
2017-03-07Don't allow blocked users to authenticate through other meansMarkus Koller
2017-03-07Implement OpenID Connect identity providerMarkus Koller
2017-03-06apply codestyle and implementation changes to the respective feature codeTiago Botelho
2017-03-06Remove unecessary calls to limit_user!, UniqueIps Middleware, and address MR ...Pawel Chojnacki
2017-03-06Test various login scenarios if the limit gets enforcedPawel Chojnacki
2017-03-06Allow limiting logging in users from too many different IPs.Pawel Chojnacki
2017-03-01Enable and autocorrect the CustomErrorClass copSean McGivern
2017-03-01refactors finder and correlated codeTiago Botelho
2017-03-01applies relevant changes to the code and code structureTiago Botelho
2017-03-01add impersonation tokenSimon Vocella
2017-02-23Enable Style/MutableConstantDouwe Maan
2017-01-30Reduce hits to LDAP on Git HTTP auth by reordering auth mechanismsDrew Blessing
2016-12-16Rename the `token_has_scope?` method.Timothy Andrew
2016-12-16Convert AccessTokenValidationService into a class.Timothy Andrew
2016-12-16Refactor access token validation in `Gitlab::Auth`Timothy Andrew
2016-12-16Implement minor changes from @dbalexandre's review.Timothy Andrew
2016-12-16Validate access token scopes in `Gitlab::Auth`Timothy Andrew
2016-12-16 Calls to the API are checked for scope.Timothy Andrew
2016-09-28Handle LFS token creation and retrieval in the same method, and in the same R...Patricio Cano
2016-09-20Use early return in lfs_token_checkKamil Trzcinski
2016-09-19Revert "Revert all changes introduced by https://gitlab.com/gitlab-org/gitlab...Kamil Trzcinski