summaryrefslogtreecommitdiff
path: root/lib/api/api_guard.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-3-stable-eev15.3.0-rc42GitLab Bot2022-08-181-1/+3
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-2/+2
* Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher2021-01-201-4/+9
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-0/+39
* Add latest changes from gitlab-org/security/gitlab@13-4-stable-eeGitLab Bot2020-09-301-2/+4
* Add latest changes from gitlab-org/security/gitlab@13-3-stable-eeGitLab Bot2020-09-011-1/+20
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-4/+7
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-3/+9
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-2/+7
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-011-0/+4
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-021-19/+9
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-111-2/+4
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-101-1/+3
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-261-0/+24
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-0/+1
* Add config to disable impersonationImre Farkas2018-11-291-0/+6
* Enable frozen string in lib/api and lib/backupgfyoung2018-09-291-0/+2
* Updates code using class_methods over module ClassMethodsJacopo2018-08-291-1/+1
* Block access to API & git when terms are enforcedBob Van Landuyt2018-05-101-1/+11
* Make find_user_from_sources extensible for EELin Jen-Shin2018-02-051-1/+5
* Changes after rebaseFrancisco Lopez2017-11-171-20/+1
* Moved Exceptions to Gitlab::AuthFrancisco Lopez2017-11-171-10/+10
* Moving exceptions to UserAuthFindersFrancisco Lopez2017-11-171-25/+10
* Added some more commentsFrancisco Lopez2017-11-171-7/+8
* Homogenising the type of the request handled by UserAuthFinder. Also tests fixedFrancisco Lopez2017-11-171-3/+0
* Applied some code review commentsFrancisco Lopez2017-11-171-5/+0
* Removing private tokenFrancisco Lopez2017-11-171-6/+1
* Some fixes after rebaseFrancisco Lopez2017-11-171-24/+7
* Updated refactor and pushing to see if test failsFrancisco Lopez2017-11-171-2/+0
* First refactorFrancisco Lopez2017-11-171-39/+19
* Add Gitlab::Utils::StrongMemoizeLin Jen-Shin (godfat)2017-11-131-3/+5
* Add sudo API scopeDouwe Maan2017-11-021-66/+38
* Remove authentication using user.private_tokenDouwe Maan2017-11-021-16/+6
* Move all API authentication code to APIGuardDouwe Maan2017-10-121-41/+92
* Make sure API responds with 401 when invalid authentication info is provideddm-api-unauthorizedDouwe Maan2017-09-281-6/+18
* Whitelist or fix additional `Gitlab/PublicSend` cop violationsrs-more-public-send-whitelistsRobert Speicher2017-08-141-1/+1
* Extract a `Gitlab::Scope` class.Timothy Andrew2017-06-291-1/+1
* Implement review comments from @DouweM for !12300.Timothy Andrew2017-06-281-1/+1
* Implement review comments from @dbalexandre for !12300.Timothy Andrew2017-06-281-7/+5
* Fix remaining spec failures for !12300.Timothy Andrew2017-06-281-2/+2
* When verifying scopes, manually include scopes from `API::API`.Timothy Andrew2017-06-281-6/+4
* Allow API scope declarations to be applied conditionally.Timothy Andrew2017-06-281-2/+2
* Initial attempt at refactoring API scope declarations.Timothy Andrew2017-06-281-12/+21
* Enable Style/Proc cop for rubocopmhasbini2017-04-021-1/+1
* Enable and autocorrect the CustomErrorClass copSean McGivern2017-03-011-7/+4
* Fix code for copsDouwe Maan2017-02-231-1/+1
* Enable Style/SpaceInsideBracketsDouwe Maan2017-02-231-1/+1
* Enable Style/MutableConstantDouwe Maan2017-02-231-1/+1
* Convert AccessTokenValidationService into a class.Timothy Andrew2016-12-161-2/+2
* Implement minor changes from @dbalexandre's review.Timothy Andrew2016-12-161-11/+15