Skip to content
Snippets Groups Projects
  1. Feb 04, 2020
  2. Jan 27, 2020
  3. Jan 22, 2020
  4. Jan 13, 2020
  5. Jan 09, 2020
  6. Dec 17, 2019
  7. Dec 11, 2019
  8. Dec 10, 2019
  9. Dec 06, 2019
  10. Dec 03, 2019
  11. Nov 08, 2019
  12. Nov 01, 2019
  13. Oct 10, 2019
  14. Sep 30, 2019
  15. Sep 26, 2019
  16. Sep 21, 2019
  17. Sep 17, 2019
  18. Sep 13, 2019
  19. Sep 10, 2019
  20. Sep 04, 2019
  21. Aug 27, 2019
  22. Jul 26, 2019
  23. Jul 25, 2019
    • Thong Kuah's avatar
      Frozen string cannot change encoding · d4ef3be3
      Thong Kuah authored
      This was shown in specs but surely this will be happening in application
      code as well if this method is passes a frozen string.
      
      We were also trying to force_encode a OmniAuth::AuthHash which had the
      very confusing behaviour of returning nil when it was sent a method that
      it did not define. Fix that by only force_encoding a String.
      d4ef3be3
  24. Jul 22, 2019
  25. Jul 10, 2019
  26. Jun 28, 2019
  27. Jun 18, 2019
  28. May 27, 2019
  29. May 05, 2019
  30. Mar 25, 2019
  31. Mar 20, 2019
  32. Mar 06, 2019
  33. Mar 04, 2019
    • Drew Blessing's avatar
      Allow raw `tls_options` to be passed in LDAP configuration · f6350fac
      Drew Blessing authored
      We've previously exposed ca_file and ssl_version but there are many
      possible options that can be used inside tls_options. Instead of
      exposing individual ones, simply expose the entire hash so it can
      be passed in and we won't have to add things in the future.
      f6350fac
  34. Jan 27, 2019
  35. Jan 23, 2019
  36. Jan 16, 2019
  37. Nov 29, 2018
    • Imre (Admin)'s avatar
      Add config to disable impersonation · bd3a4840
      Imre (Admin) authored
      Adds gitlab.impersonation_enabled config option defaulting to true to
      keep the current default behaviour.
      
      Only the act of impersonation is modified, impersonation token
      management is not affected.
      Unverified
      bd3a4840
Loading