Skip to content
Snippets Groups Projects
  1. Feb 28, 2020
  2. Sep 16, 2019
  3. Aug 08, 2019
  4. May 21, 2019
  5. Jan 24, 2019
  6. Dec 18, 2018
    • Bob Van Landuyt's avatar
      Load the devise initializer before metrics · 3a39c818
      Bob Van Landuyt authored
      Metrics tries to initialize the `EventsFinder` to instrumnt it. The `EventsFinder` tries to load the `Event` model, which in turn loads the `User` model.
      
      Loading the `User` model requires Devise to be initialized. So to avoid problems around this, we load devise before loading metrics.
      3a39c818
  7. Nov 29, 2018
  8. Nov 12, 2018
  9. Sep 17, 2018
  10. Jul 20, 2018
  11. Jul 02, 2018
  12. Jun 25, 2018
  13. Mar 20, 2018
  14. Feb 28, 2018
  15. Jan 11, 2018
  16. Nov 16, 2017
  17. Nov 06, 2017
  18. Sep 30, 2017
    • robdel12's avatar
      Add `:email_confirmation` to devise `insensitive_keys` · c82678ca
      robdel12 authored
      This fixes a bug where the email confirmation input value is case
      sensative. For example, if the email input is `myemail@example.com` and
      the email confirmation input is `Myemail@example.com` the form would
      fail to submit.
      c82678ca
  19. Sep 24, 2017
  20. Jul 27, 2017
  21. Feb 23, 2017
  22. Feb 20, 2017
  23. Nov 14, 2016
  24. Nov 11, 2016
    • Drew Blessing's avatar
      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.
      c50b98da
  25. Aug 05, 2016
  26. Jun 29, 2016
  27. Jun 03, 2016
  28. May 13, 2016
  29. Mar 09, 2016
  30. Dec 15, 2015
  31. Dec 14, 2015
  32. Dec 10, 2015
  33. Sep 30, 2015
  34. Sep 02, 2015
  35. May 09, 2015
  36. May 02, 2015
  37. Apr 10, 2015
Loading