Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-03-13 | 1 | -29/+0 |
| | |||||
* | Validate that SAML requests are originated from gitlab | Sebastian Arcila Valenzuela | 2019-09-30 | 1 | -0/+29 |
| | | | | | | | | If the request wasn't initiated by gitlab we shouldn't add the new identity to the user, and instead show that we weren't able to link the identity to the user. This should fix: https://gitlab.com/gitlab-org/gitlab-ce/issues/56509 | ||||
* | Support RSA and ECDSA algorithms in Omniauth JWT | Michael Tsyganov | 2018-12-05 | 1 | -2/+15 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Enable even more frozen string in lib/**/*.rb | gfyoung | 2018-10-08 | 2 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | Enables frozen string for the following files: * lib/generators/**/*.rb * lib/gitaly/**/*.rb * lib/google_api/**/*.rb * lib/haml_lint/**/*.rb * lib/json_web_token/**/*.rb * lib/mattermost/**/*.rb * lib/microsoft_teams/**/*.rb * lib/object_storage/**/*.rb * lib/omni_auth/**/*.rb * lib/peek/**/*.rb * lib/rouge/**/*.rb * lib/rspec_flaky/**/*.rb * lib/system_check/**/*.rb Partially addresses #47424. | ||||
* | Eliminate constants warnings by: | Lin Jen-Shin | 2018-06-01 | 1 | -3/+1 |
| | | | | | * Replace `require` or `require_relative` with `require_dependency` * Remove unneeded `autoload` | ||||
* | Ports omniauth-jwt gem onto GitLab OmniAuth Strategies suite | Tiago Botelho | 2018-04-26 | 1 | -0/+62 |
| | |||||
* | Fix bitbucket login39495-fix-bitbucket-login | Jarka Kadlecova | 2017-10-26 | 1 | -0/+4 |
| | |||||
* | Refactor CSRF protection | blackst0ne | 2017-07-26 | 1 | -21/+0 |
| | |||||
* | Remove explicit `require` calls, and use `require_dependency` when needed29389-fix-already-initialized-constants | Rémy Coutable | 2017-03-13 | 1 | -0/+41 |
| | | | | | | | | See http://guides.rubyonrails.org/autoloading_and_reloading_constants.html for more info. Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Fix signin with OmniAuth providersfix-omniauth-signin | Douwe Maan | 2015-12-08 | 1 | -54/+9 |
| | |||||
* | Add reset_session for the :reset_session strategy. | Douwe Maan | 2015-04-24 | 1 | -1/+5 |
| | |||||
* | Protect OmniAuth request phase against CSRF. | Douwe Maan | 2015-04-24 | 1 | -0/+62 |