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-01-17Merge branch 'sh-migrate-can-push-to-deploy-keys-projects-10-3' into 'securit...Douwe Maan
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-01Rollsback changes made to signing_enabled.Tiago Botelho
2017-08-22Hide read_registry scope when registry is disabled on instanceRobin Bobbitt
2017-08-07Merge remote-tracking branch 'upstream/master' into add-star-for-action-scopeLin Jen-Shin
2017-08-03Change all `:empty_project` to `:project`Robert Speicher
2017-08-02Cleanup tests and add admin_container_image toLin Jen-Shin
2017-07-27Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable
2017-07-13Fixes needed when GitLab sign-in is not enabledRobin Bobbitt
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-10Enable the Style/TrailingCommaInArguments copRémy Coutable
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-07Only use API scopes for personal access tokensMarkus Koller
2017-03-07Don't allow blocked users to authenticate through other meansMarkus 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-06Cleanup RSpec testsPawel Chojnacki
2017-03-06Test various login scenarios if the limit gets enforcedPawel Chojnacki
2017-03-01refactors finder and correlated codeTiago Botelho
2017-03-01add impersonation tokenSimon Vocella
2017-01-30Reduce hits to LDAP on Git HTTP auth by reordering auth mechanismsDrew Blessing
2016-12-16View-related (and other minor) changes to !5951 based on @rymai's review.Timothy Andrew
2016-12-16Validate access token scopes in `Gitlab::Auth`Timothy Andrew
2016-09-28Handle LFS token creation and retrieval in the same method, and in the same R...Patricio Cano
2016-09-19Fix test failureKamil Trzcinski
2016-09-19Revert "Revert all changes introduced by https://gitlab.com/gitlab-org/gitlab...Kamil Trzcinski
2016-09-19Revert all changes introduced by https://gitlab.com/gitlab-org/gitlab-ce/merg...Kamil Trzcinski
2016-09-19Fix spec failuresKamil Trzcinski
2016-09-16Fix specs for available statusesKamil Trzcinski
2016-09-16Fix specs after renaming authentication_capabilitiesKamil Trzcinski
2016-09-16Rename capabilities to authentication_abilitiesKamil Trzcinski
2016-09-15Fix specs after merging LFS changesKamil 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-15Use special characters for `lfs+deploy-key` to prevent a someone from creatin...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-15Add access specsKamil Trzcinski