BigW Consortium Gitlab

  1. 28 Jan, 2016 1 commit
  2. 15 Dec, 2015 1 commit
  3. 03 Oct, 2015 1 commit
  4. 23 Jul, 2015 1 commit
  5. 06 Jul, 2015 1 commit
  6. 05 Jun, 2015 1 commit
  7. 27 May, 2015 1 commit
  8. 13 May, 2015 1 commit
  9. 08 Feb, 2015 1 commit
  10. 12 Jan, 2015 1 commit
  11. 10 Jan, 2015 1 commit
  12. 04 Dec, 2014 2 commits
  13. 17 Oct, 2014 1 commit
  14. 16 Oct, 2014 2 commits
  15. 14 Oct, 2014 1 commit
  16. 13 Oct, 2014 1 commit
  17. 10 Oct, 2014 1 commit
  18. 06 Aug, 2014 1 commit
  19. 24 Jun, 2014 2 commits
  20. 13 Jun, 2014 1 commit
  21. 03 Sep, 2013 1 commit
  22. 02 Sep, 2013 1 commit
  23. 20 Dec, 2012 1 commit
  24. 12 Sep, 2012 1 commit
  25. 02 Sep, 2012 1 commit
  26. 31 Aug, 2012 2 commits
  27. 24 Aug, 2012 1 commit
  28. 17 Aug, 2012 1 commit
  29. 29 Jul, 2012 1 commit
  30. 21 Jul, 2012 1 commit
    • Handle LDAP missing credentials error with a flash message. · a2d244ec
      Pat Thoyts authored
      If a user fails to provide a username or password to the LDAP login
      form then a 500 error is returned due to an exception being raised
      in omniauth-ldap. This gem has been amended to use the omniauth
      error propagation function (fail!) to pass this exception message to
      the registered omniauth failure handler so that the Rails application
      can handle it approriately.
      
      The failure function now knows about standard exceptions and no longer
      requires a specific check for the OmniAuth::Error exception added by
      commit f322975c.
      
      This resolves issue #1077.
      Signed-off-by: 's avatarPat Thoyts <patthoyts@users.sourceforge.net>
  31. 16 Jul, 2012 1 commit
  32. 17 Feb, 2012 1 commit
    • Use the omniauth-ldap info object instead of the raw ldap info in extra. · 2bb2dee0
      Steve Prentice authored
      This helps with compatibility with more LDAP providers as the implementation
      doesn't depend on the exact names of the LDAP fields. The LDAP strategy
      helps maps the attributes to the fields in the info object and we use the
      info object to get the email and name.
      
      This makes the LDAP auth compatible with most OpenLDAP servers as well.
  33. 28 Jan, 2012 1 commit