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-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
2016-09-19Properly support Gitlab::Auth::ResultKamil Trzcinski
2016-09-19Revert all changes introduced by https://gitlab.com/gitlab-org/gitlab-ce/merg...Kamil Trzcinski
2016-09-19Move Gitlab::Auth.Result to separate fileKamil Trzcinski
2016-09-19Support pushing via SSHKamil Trzcinski
2016-09-19Fix permissions for creating container imagesKamil Trzcinski
2016-09-16Simplify checking of allowed abilities in git_http_client_controllerKamil Trzcinski
2016-09-16Rename capabilities to authentication_abilitiesKamil Trzcinski
2016-09-15Merge remote-tracking branch 'origin/lfs-support-for-ssh' into per-build-tokenKamil Trzcinski
2016-09-15Refactored authentication code to make it a bit clearer, added test for wrong...Patricio Cano
2016-09-15Further refactoring of authentication code, and code style fixes.Patricio Cano
2016-09-15Use special characters for `lfs+deploy-key` to prevent a someone from creatin...Patricio Cano
2016-09-15Better authentication handling, syntax fixes and better actor handling for LF...Patricio Cano
2016-09-15Improve string handling.Patricio Cano
2016-09-15Refactored handling of the `LfsToken` and added functionality to it to simpli...Patricio Cano
2016-09-15Refactored LFS auth logic when using SSH to use its own API endpoint `/lfs_au...Patricio Cano
2016-09-15Refactor LFS token logic to use a Redis key instead of a DB field, making it ...Patricio Cano
2016-09-15Added LFS support to SSHPatricio Cano
2016-09-15Fix most of specsKamil Trzcinski
2016-09-15Fix existing authorization specsKamil Trzcinski
2016-09-15Add access specsKamil Trzcinski
2016-09-15Use `build_read_container_image` and use `build_download_code`Kamil Trzcinski
2016-09-14Refactor Gitlab::Auth to simplify the data flowKamil Trzcinski
2016-09-13Fix resultKamil Trzcinski