Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Disable SAML if OmniAuth is disabled48932-disable-saml-if-omniauth-is-disabled | Lin Jen-Shin | 2018-07-20 | 1 | -5/+0 |
| | | | | | We also try to unify the way we setup OmniAuth, and how we check if it's enabled or not. | ||||
* | If `omniauth_auto_sign_in_with_provider` is set, | Lin Jen-Shin | 2018-07-02 | 1 | -1/+1 |
| | | | | it also means we're using omniauth, so we need to set it up. | ||||
* | Introduce Gitlab::Auth.omniauth_setup_providers | Lin Jen-Shin | 2018-06-01 | 1 | -7/+1 |
| | | | | Which could extend from EE | ||||
* | Eliminate constants warnings by: | Lin Jen-Shin | 2018-06-01 | 1 | -5/+4 |
| | | | | | * 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/+1 |
| | |||||
* | Moved o_auth/saml/ldap modules under gitlab/auth | Horatiu Eugen Vlad | 2018-02-28 | 1 | -2/+2 |
| | |||||
* | Adds Rubocop rule for line break after guard clause | Jacopo | 2017-11-16 | 1 | -0/+1 |
| | | | | Adds a rubocop rule (with autocorrect) to ensure line break after guard clauses. | ||||
* | Define ldap methods at runtime | Bob Van Landuyt | 2017-08-24 | 1 | -6/+0 |
| | | | | | This avoids loading the `OmniAuthCallbacksController` at boot time so it doesn't mess up the `before_action`-chain | ||||
* | Backport some recent changes related to LDAP from EEbackport-2844-ldap-ee-license-checks | Rubén Dávila | 2017-07-27 | 1 | -5/+8 |
| | |||||
* | Add `rescue false`. | blackst0ne | 2017-07-26 | 1 | -1/+1 |
| | |||||
* | Refactor CSRF protection | blackst0ne | 2017-07-26 | 1 | -1/+1 |
| | |||||
* | Remove explicit `require` calls, and use `require_dependency` when needed29389-fix-already-initialized-constants | Rémy Coutable | 2017-03-13 | 1 | -6/+3 |
| | | | | | | | | See http://guides.rubyonrails.org/autoloading_and_reloading_constants.html for more info. Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Add custom OmniAuth strategy for Bitbucket OAuth2 | Douglas Barbosa Alexandre | 2016-11-21 | 1 | -0/+6 |
| | |||||
* | Add leading comment space copissue_15557 | Felipe Artur | 2016-05-31 | 1 | -1/+1 |
| | |||||
* | Fix signin with OmniAuth providersfix-omniauth-signin | Douwe Maan | 2015-12-08 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into ci-and-ce-sitting-in-a-tree-k-i-s-s-i-n-g | Douwe Maan | 2015-08-26 | 1 | -0/+28 |