Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-16 | Fix SSO login not using existing account when e-mail is verified (#11862) | Eugen Rochko | |
Fix #11472 | |||
2019-07-22 | Change unconfirmed user login behaviour (#11375) | Eugen Rochko | |
Allow access to account settings, 2FA, authorized applications, and account deletions to unconfirmed and pending users, as well as users who had their accounts disabled. Suspended users cannot update their e-mail or password or delete their account. Display account status on account settings page, for example, when an account is frozen, limited, unconfirmed or pending review. After sign up, login users straight away and show a simple page that tells them the status of their account with links to account settings and logout, to reduce onboarding friction and allow users to correct wrongly typed e-mail addresses. Move the final sign-up step of SSO integrations to be the same as above to reduce code duplication. | |||
2019-04-25 | Fix LDAP/PAM/SAML/CAS users not being approved instantly (#10621) | Eugen Rochko | |
2019-03-14 | Refactor User model, extract PamAuthenticable, LdapAuthenticable (#10217) | Eugen Rochko | |
2019-01-25 | Fix SSO authentication not working due to missing agreement boolean (#9915) | Eugen Rochko | |
Fix #9906 | |||
2018-10-08 | rubocop issues - Cleaning up (#8912) | ashleyhull-versent | |
* cleanup pass * undo mistakes * fixed. * revert | |||
2018-03-07 | Add additional first_name and last_name SAML attribute statement options, ↵ | Effy Elden | |
and modify Omniauthable concern to use full_name or first_name + last_name if not available (#6669) | |||
2018-02-23 | New variable OAUTH_REDIRECT_AT_SIGN_IN + Ref #6538 (not only SAML ↵ | Ghislain Loaec | |
strategies) (#6540) | |||
2018-02-22 | New env variable: SAML_SECURITY_ASSUME_EMAIL_IS_VERIFIED + fixes #6533 (#6538) | Ghislain Loaec | |
2018-02-04 | CAS + SAML authentication feature (#6425) | Eugen Rochko | |
* Cas authentication feature * Config * Remove class_eval + Omniauth initializer * Codeclimate review * Codeclimate review 2 * Codeclimate review 3 * Remove uid/email reconciliation * SAML authentication * Clean up code * Improve login form * Fix code style issues * Add locales |