summaryrefslogtreecommitdiff
path: root/app/services/auth
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-172-2/+53
* Add latest changes from gitlab-org/security/gitlab@13-3-stable-eeGitLab Bot2020-09-011-0/+1
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-5/+24
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-141-1/+8
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-041-0/+18
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-1/+1
* Avoid calling freeze on already frozen strings in app/servicesdineshpanda2019-09-041-1/+1
* If user can push to docker then it can delete tooGiorgenes Gelatti2019-09-031-1/+9
* Backport of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/3809ce-docker_image_replicationValery Sizov2019-08-011-1/+9
* Add support for deleting images in registry 2.7Peter Bábics2019-03-181-1/+1
* Update comment about legacy pipeline triggersDmitriy Zaporozhets2019-02-071-1/+2
* Fix typos in comments and specsGeorge Tsiolis2018-11-011-1/+1
* Support multiple scopes when using authing container registry scopesKamil Trzciński2018-08-011-5/+7
* Enable frozen string in apps/services/**/*.rbrepo-forks/gitlab-ce-frozen-string-enable-apps-services-innergfyoung2018-07-161-0/+2
* Verify that deploy token has valid access when pulling container registry imageMayra Cabrera2018-04-101-1/+2
* Addresses database commentsMayra Cabrera2018-04-061-3/+3
* Increase test suite around deploy tokens behaviorMayra Cabrera2018-04-061-1/+1
* Include ProjectDeployTokensMayra Cabrera2018-04-061-2/+2
* Support Deploy Tokens properly without hacking abilitiesKamil Trzciński2018-04-061-6/+17
* Removes logic from Jwt and handle different scenarios on Gitlab::AuthMayra Cabrera2018-04-061-2/+2
* use Gitlab::UserSettings directly as a singleton instead of including/extendi...Mario de la Ossa2018-02-021-3/+1
* refactor access handlingVratislav Kalenda2017-10-101-5/+12
* remove whitespaceVratislav Kalenda2017-10-081-1/+0
* Issue JWT token with registry:catalog:* scope when requested by GitLab adminVratislav Kalenda2017-10-081-0/+5
* `current_application_settings` belongs on `Gitlab::CurrentSettings`Sean McGivern2017-08-311-1/+1
* Rename user_can_admin? because it's more accurateadd-star-for-action-scopeLin Jen-Shin2017-08-071-2/+2
* fix typo and checkJean Praloran2017-05-301-1/+1
* add test and rebaseJean Praloran2017-05-301-1/+6
* change ability requirementJean Praloran2017-05-301-1/+1
* add star for action scope, in order to delete image from registryjean2017-05-301-0/+2
* Add test example for invalid registry access requestGrzegorz Bizon2017-03-311-2/+0
* Add specs for container repository factory methodGrzegorz Bizon2017-03-311-1/+1
* Do not allow registry requests for invalid repositoriesGrzegorz Bizon2017-03-301-0/+4
* Create container repository on successful push authGrzegorz Bizon2017-03-301-0/+16
* Add comment to container registry auth serviceGrzegorz Bizon2017-03-291-5/+7
* Use container repository path inside auth serviceGrzegorz Bizon2017-03-291-4/+8
* Rename container image model to container repositoryGrzegorz Bizon2017-03-231-1/+1
* Fix communication between GitLab and Container RegistryGrzegorz Bizon2017-03-231-8/+9
* Refactor splitting container image full pathGrzegorz Bizon2017-03-221-6/+1
* Makes ContainerImages RoutableAndre Guedes2017-03-211-1/+1
* Merge branch 'master' into feature/multi-level-container-registry-imagesGrzegorz Bizon2017-03-211-1/+1
|\
| * Enable Style/MutableConstantDouwe Maan2017-02-231-1/+1
* | Fixes broken and missing testsAndre Guedes2017-02-221-1/+2
* | Multi-level container image names backend implementationAndre Guedes2017-02-221-2/+7
|/
* replace `find_with_namespace` with `find_by_full_path`Adam Pahlevi2017-02-031-1/+1
* Merge branch 'unauthenticated-container-registry-access' into 'security'Alejandro Rodriguez2016-11-091-6/+10
* Merge branch 'fix-unathorized-cloning' into 'security'Douwe Maan2016-11-091-1/+1
* Be nice to Docker Clients talking to JWT/authKamil Trzcinski2016-09-271-2/+9
* Improve JwtController implementationpost-merge-improve-of-ci-permissionsKamil Trzcinski2016-09-201-1/+1
* Improve code commentsKamil Trzcinski2016-09-161-2/+2