Skip to content
Snippets Groups Projects
  1. Mar 11, 2020
  2. Feb 20, 2020
  3. Jan 21, 2020
  4. Dec 20, 2019
  5. Nov 19, 2019
  6. Oct 22, 2019
  7. Sep 06, 2019
  8. Sep 05, 2019
    • Yorick Peterse's avatar
      Fix global state in registrations_controller_spec · fa5c5221
      Yorick Peterse authored
      This spec would mess with global state used for captchas, but not reset
      the state in all cases. This would then lead to the spec
      spec/controllers/snippets_controller_spec.rb failing, but only on a fork
      of gitlab-ee. To fix this we ensure the state is properly reset after
      running the specs that change this state.
      Unverified
      fa5c5221
  9. Aug 20, 2019
  10. Aug 14, 2019
  11. Aug 10, 2019
  12. Aug 08, 2019
  13. Jun 25, 2019
  14. May 16, 2019
  15. Apr 15, 2019
  16. Mar 19, 2019
    • Lin Jen-Shin's avatar
      Introduce ApplicationSettingImplementation yay · 6b0d4933
      Lin Jen-Shin authored
      So the fake can enjoy it, too. We don't use `prepend`
      because that'll require we change `allow_any_instance_of` to
      `expect_next_instance_of`, but that's not very easy to do.
      We can do that later.
      6b0d4933
  17. Dec 18, 2018
    • blackst0ne's avatar
      Update specs to rails5 format · b44a2c80
      blackst0ne authored
      Updates specs to use new rails5 format.
      
      The old format:
      `get :show, { some: params }, { some: headers }`
      
      The new format:
      `get :show, params: { some: params }, headers: { some: headers }`
      b44a2c80
  18. Nov 15, 2018
  19. Jun 08, 2018
    • Bob Van Landuyt's avatar
      Users can accept terms during registration · 3d713ac1
      Bob Van Landuyt authored
      When a user checks the `accept` checkbox, we will track that
      acceptance as usual. That way they don't need to accept again after
      they complete the registration.
      
      When an unauthenticated user visits the `/-/users/terms` page, there
      is no button to accept, decline or continue. The 'current-user menu'
      is also hidden from the top bar.
      3d713ac1
  20. Nov 23, 2017
  21. Oct 06, 2017
  22. Aug 10, 2017
  23. Aug 09, 2017
  24. Jun 05, 2017
  25. Apr 02, 2017
  26. Mar 27, 2017
  27. Feb 07, 2017
  28. Jan 03, 2017
    • Drew Blessing's avatar
      Properly handle failed reCAPTCHA on user registration · ca1c492b
      Drew Blessing authored
      If a user presses the 'Register' button too quickly after attempting
      to solve the reCAPTCHA, or the reCAPTCHA is not solved at all, the
      user would experience a 500 error. Now, the case is properly
      handled and the user will be sent back to the registration page
      with a clear error message and can try again.
      ca1c492b
  29. Jul 05, 2016
  30. Jun 03, 2016
  31. May 28, 2016
  32. May 24, 2016
  33. May 16, 2016
Loading