Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-04-26Ports omniauth-jwt gem onto GitLab OmniAuth Strategies suiteTiago Botelho
2017-10-26Fix bitbucket loginJarka Kadlecova
2017-07-26Refactor CSRF protectionblackst0ne
2017-03-13Remove explicit `require` calls, and use `require_dependency` when neededRémy Coutable
See http://guides.rubyonrails.org/autoloading_and_reloading_constants.html for more info. Signed-off-by: Rémy Coutable <remy@rymai.me>
2015-12-08Fix signin with OmniAuth providersDouwe Maan
2015-04-24Add reset_session for the :reset_session strategy.Douwe Maan
2015-04-24Protect OmniAuth request phase against CSRF.Douwe Maan