BigW Consortium Gitlab

  1. 25 Aug, 2017 1 commit
  2. 31 Jul, 2017 1 commit
  3. 27 Jul, 2017 1 commit
  4. 26 Jul, 2017 11 commits
  5. 28 Jun, 2017 1 commit
  6. 23 Jun, 2017 3 commits
  7. 21 Jun, 2017 1 commit
  8. 07 Jun, 2017 1 commit
  9. 10 May, 2017 1 commit
  10. 02 Apr, 2017 1 commit
  11. 13 Mar, 2017 1 commit
  12. 23 Feb, 2017 3 commits
  13. 10 Jan, 2017 1 commit
  14. 06 Jan, 2017 1 commit
  15. 03 Jan, 2017 1 commit
    • Gitlab::LDAP::Person uses LDAP attributes configuration · babb7d52
      Drew Blessing authored
      We allow users to configure LDAP attribute preferences. For example,
      email can be configured to use `mail`, `email` and `userPrincipalName`,
      falling through to the next until a value is found. Prior to this
      change, Gitlab::LDAP::Person did not honor this configuration. Now,
      the class will honor `name` and `mail` configuration. It does not
      handle `username`, or fallback to `first_name` + `last_name` in the
      absence of `name`.
  16. 20 Dec, 2016 2 commits
  17. 11 Nov, 2016 1 commit
    • Centralize LDAP config/filter logic · c50b98da
      Drew Blessing authored
      Centralize all LDAP config logic in `GitLab::LDAP::Config`. Previously,
      some logic was in the Devise initializer and it was not honoring the
      `user_filter`. If a user outside the configured `user_filter` signed
      in, an account would be created but they would then be denied access.
      Now that logic is centralized, the filter is honored and users outside
      the filter are never created.
  18. 08 Nov, 2016 1 commit
  19. 28 Sep, 2016 1 commit
  20. 16 Sep, 2016 1 commit
  21. 09 Sep, 2016 1 commit
  22. 06 Aug, 2016 1 commit
  23. 03 Jun, 2016 1 commit
  24. 05 Apr, 2016 1 commit
  25. 10 Mar, 2016 1 commit