1. 02 10月, 2017 1 次提交
  2. 28 9月, 2017 2 次提交
  3. 25 9月, 2017 1 次提交
  4. 06 9月, 2017 1 次提交
  5. 02 8月, 2017 1 次提交
  6. 12 7月, 2017 1 次提交
  7. 23 6月, 2017 2 次提交
  8. 07 6月, 2017 1 次提交
  9. 25 4月, 2017 1 次提交
  10. 13 4月, 2017 1 次提交
  11. 27 3月, 2017 1 次提交
  12. 01 3月, 2017 1 次提交
  13. 23 2月, 2017 2 次提交
  14. 01 12月, 2016 1 次提交
    • D
      Improve the `Gitlab::OAuth::User` error message · 374033fe
      Drew Blessing 提交于
      The error saving the user is logged to application.log. Previously,
      the entry had no context and was unusable - 'Error saving user:
      [Email address already taken]'. Adding the auth hash UID and email
      makes the error more helpful.
      374033fe
  15. 11 11月, 2016 1 次提交
  16. 29 6月, 2016 1 次提交
  17. 23 6月, 2016 1 次提交
  18. 09 6月, 2016 1 次提交
  19. 08 6月, 2016 1 次提交
  20. 07 6月, 2016 1 次提交
  21. 12 4月, 2016 1 次提交
  22. 11 4月, 2016 1 次提交
  23. 19 2月, 2016 4 次提交
  24. 19 1月, 2016 1 次提交
  25. 15 1月, 2016 1 次提交
    • S
      Fix signup for some OAuth providers · 2444c040
      Steffen Köhler 提交于
      some OAuth providers (kerberos for example) only provide a username and an email, but no name. Therefore
      a signup fails because the name is empty. Best guess for the name is
      probably the username, therefore use it as name.
      2444c040
  26. 23 12月, 2015 1 次提交
  27. 18 6月, 2015 1 次提交
  28. 05 6月, 2015 1 次提交
  29. 03 6月, 2015 1 次提交
    • A
      Add option to automatically link omniauth and LDAP identities · dfcea8ed
      Alex Lossent 提交于
      Until now, a user needed to first sign in with his LDAP identity and then manually
      link his/her account with an omniauth identity from their profile.
      Only when this is done can the user authenticate with the omniauth provider and at
      the same time benefit from the LDAP integration (HTTPS authentication with LDAP
      username/password and in EE: LDAP groups, SSH keys etc.).
      This feature automates the process by looking up a corresponding LDAP person when a
      user connects with omniauth for the first time and then automatically linking the LDAP
      and omniauth identities (of course, like the existing allow_single_sign_on setting,
      this is meant to be used with trusted omniauth providers).
      The result is identical to a manual account link.
      
      Add config initializers for other omniauth settings.
      dfcea8ed
  30. 13 5月, 2015 1 次提交
  31. 10 4月, 2015 1 次提交
  32. 27 3月, 2015 1 次提交
  33. 13 2月, 2015 2 次提交