An error occurred fetching the project authors.
  1. 15 Feb, 2018 2 commits
  2. 06 Feb, 2018 1 commit
  3. 30 Jan, 2018 1 commit
  4. 17 Jan, 2018 1 commit
  5. 15 Dec, 2017 1 commit
  6. 17 Nov, 2017 1 commit
  7. 06 Nov, 2017 1 commit
  8. 05 Oct, 2017 1 commit
  9. 02 Oct, 2017 1 commit
  10. 28 Sep, 2017 2 commits
  11. 25 Sep, 2017 1 commit
  12. 06 Sep, 2017 1 commit
  13. 02 Aug, 2017 1 commit
  14. 12 Jul, 2017 1 commit
  15. 23 Jun, 2017 2 commits
  16. 07 Jun, 2017 1 commit
  17. 25 Apr, 2017 1 commit
  18. 13 Apr, 2017 1 commit
  19. 27 Mar, 2017 1 commit
  20. 01 Mar, 2017 1 commit
  21. 23 Feb, 2017 2 commits
  22. 30 Nov, 2016 1 commit
    • Drew Blessing's avatar
      Improve the `Gitlab::OAuth::User` error message · 374033fe
      Drew Blessing authored
      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
  23. 10 Nov, 2016 1 commit
  24. 29 Jun, 2016 1 commit
  25. 22 Jun, 2016 1 commit
  26. 08 Jun, 2016 1 commit
  27. 07 Jun, 2016 1 commit
  28. 06 Jun, 2016 1 commit
  29. 11 Apr, 2016 2 commits
  30. 18 Feb, 2016 4 commits
  31. 19 Jan, 2016 1 commit
  32. 15 Jan, 2016 1 commit
    • Steffen Köhler's avatar
      Fix signup for some OAuth providers · 2444c040
      Steffen Köhler authored
      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