An error occurred fetching the project authors.
- 28 May, 2019 1 commit
-
-
James Edwards-Jones authored
-
- 27 May, 2019 1 commit
-
-
Pavel Shutsin authored
Users should be able tu sign up automatically if their current account is not eligible to join the group or if they have no gitlab account
-
- 07 May, 2019 1 commit
-
-
James Edwards-Jones authored
Prevents access to group resources when user hasn't signed in with SAML and SSO enforcement is turned on. Uses the session to track which SAML group the user has signed in with. This works using global GitLab::Session from the policy via SsoState.
-
- 05 Mar, 2019 1 commit
-
-
James Edwards-Jones authored
Ensure it isn't possible to link accounts with a request that starts at the identity provider, as this would allow a malicious group or IdP to link accounts for arbitrary users tricked into visiting that IdP.
-
- 26 Feb, 2019 1 commit
-
-
James Edwards-Jones authored
Ensure it isn't possible to link accounts with a request that starts at the identity provider, as this would allow a malicious group or IdP to link accounts for arbitrary users tricked into visiting that IdP.
-
- 06 Feb, 2019 1 commit
-
-
James Edwards-Jones authored
This will allow Group SAML to be used for signing in to GitLab.com Initially this will be behind the feature flag: "group_saml_allows_sign_in_to_gitlab" so we can roll it out per group. Implements Auth::GroupSaml::User to process callback when signed out. Updates Groups::OmniauthCallbacksController to handle more complicated redirect flows.
-
- 26 Nov, 2018 1 commit
-
-
gfyoung authored
Enables frozen string in the following: * ee/app/controllers/**/*.rb * ee/app/finders/**/*.rb Partially addresses gitlab-org/gitlab-ce/#47424.
-
- 15 Oct, 2018 1 commit
-
-
James Edwards-Jones authored
-
- 11 Sep, 2018 1 commit
-
-
Jan Provaznik authored
before_filter is deprecated in Rails 5, we should rather use before_action
-
- 22 May, 2018 1 commit
-
-
James Edwards-Jones authored
-
- 09 May, 2018 1 commit
-
-
James Edwards-Jones authored
-
- 04 May, 2018 1 commit
-
-
James Edwards-Jones authored
-