summaryrefslogtreecommitdiff
path: root/spec/requests/openid_connect_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-2/+25
* Add latest changes from gitlab-org/security/gitlab@13-0-stable-eeGitLab Bot2020-05-261-6/+7
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-081-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-271-2/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-291-0/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-141-17/+8
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-1/+1
* Remove code related to object hierarchy in MySQLremove-nested-groups-checksHeinrich Lee Yu2019-07-251-1/+1
* Added write_repository scope for personal access tokenHoratiu Eugen Vlad2019-04-151-1/+1
* Fix #44332 - Add support for profile and emailGotenXiao2019-02-061-2/+42
* Rename GroupHierarchy into ObjectHierarchyJarka Košanová2018-12-191-1/+1
* Update specs to rails5 formatblackst0ne-convert-specs-rails5-styleblackst0ne2018-12-191-6/+8
* Correct Gitlab Capitalization in code filesMarcel Amirault2018-09-211-1/+1
* Don't hash user ID in OIDC subject claimMarkus Koller2018-06-281-49/+61
* Make all uses of `fixture_file_upload` use relative pathsRobert Speicher2018-06-071-1/+1
* add values to OpenID configuration test, not only checking for issuer keyRoger Rüttimann2018-05-071-1/+3
* Define custom base controller for DoorkeeperBob Van Landuyt2018-04-301-0/+9
* Get rid of hard-coded user/project/group names that could clash with DB seque...Rémy Coutable2018-02-261-6/+6
* Fix a too strict array-matching expectationRémy Coutable2018-02-141-8/+7
* Add groups to OpenID Connect claimsHassan Zamani2018-02-081-4/+20
* Adjust openid_connect_spec to use `raise_error`Bob Van Landuyt2017-11-161-2/+11
* Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo2017-10-201-1/+1
* Update specs for new upload pathBob Van Landuyt2017-07-181-1/+1
* Support multiple Redis instances based on queue typePaul Charlton2017-07-111-1/+1
* Bring in security changes from the 9.2.5 releaseDJ Mountney2017-06-071-1/+1
* Enable the Style/TrailingCommaInArguments copRémy Coutable2017-05-101-1/+1
* Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-101-1/+1
* Revert "Fix OpenID spec failure that assumed current_sign_in_at would be set"tc-fix-openid-sign-in-at-againToon Claes2017-05-091-1/+1
* Add :redis keyword to some specs clear state of trackable attributesToon Claes2017-05-091-1/+1
* Fix OpenID spec failure that assumed current_sign_in_at would be setStan Hu2017-05-091-1/+1
* Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo2017-04-211-2/+0
* Implement OpenID Connect identity providerMarkus Koller2017-03-071-0/+134