summaryrefslogtreecommitdiff
path: root/lib/omni_auth/strategies
Commit message (Collapse)AuthorAgeFilesLines
* Support RSA and ECDSA algorithms in Omniauth JWTMichael Tsyganov2018-12-051-2/+15
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Enable even more frozen string in lib/**/*.rbgfyoung2018-10-082-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-Shin2018-06-011-3/+1
| | | | | * Replace `require` or `require_relative` with `require_dependency` * Remove unneeded `autoload`
* Ports omniauth-jwt gem onto GitLab OmniAuth Strategies suiteTiago Botelho2018-04-261-0/+62
|
* Fix bitbucket login39495-fix-bitbucket-loginJarka Kadlecova2017-10-261-0/+4
|
* Remove explicit `require` calls, and use `require_dependency` when needed29389-fix-already-initialized-constantsRémy Coutable2017-03-131-0/+41
See http://guides.rubyonrails.org/autoloading_and_reloading_constants.html for more info. Signed-off-by: Rémy Coutable <remy@rymai.me>