Skip to content
Snippets Groups Projects
  1. Mar 21, 2020
  2. Feb 27, 2020
  3. Feb 06, 2020
  4. Jan 30, 2020
  5. Jan 28, 2020
  6. Dec 19, 2019
  7. Dec 16, 2019
  8. Dec 13, 2019
  9. Dec 12, 2019
  10. Nov 20, 2019
  11. Nov 08, 2019
  12. Nov 07, 2019
  13. Oct 23, 2019
  14. Oct 18, 2019
  15. Oct 09, 2019
    • Kerri Miller's avatar
      Avoid #authenticate_user! in #route_not_found · 83950327
      Kerri Miller authored
      This method, #route_not_found, is executed as the final fallback for
      unrecognized routes (as the name might imply.) We want to avoid
      `#authenticate_user!` when calling `#route_not_found`;
      `#authenticate_user!` can, depending on the request format, return a 401
      instead of redirecting to a login page. This opens a subtle security
      exploit where anonymous users will receive a 401 response when
      attempting to access a private repo, while a recognized user will
      receive a 404, exposing the existence of the private, hidden repo.
      83950327
  16. Sep 25, 2019
  17. Sep 18, 2019
  18. Sep 16, 2019
  19. Sep 10, 2019
  20. Aug 29, 2019
  21. Aug 20, 2019
  22. Aug 05, 2019
    • Luke Duncalfe's avatar
      Rewrite issues show spec as a feature spec · 6ba99cf8
      Luke Duncalfe authored
      This spec needs to run as a request-style spec in order to invoke the
      Rails router.
      
      A controller-style spec matches the wrong route, and
      `session['user_return_to']` becomes incorrect.
      6ba99cf8
  23. Aug 01, 2019
  24. Jul 27, 2019
  25. Jul 26, 2019
    • Patrick Derichs's avatar
      Use NotesFinder in module IssuableActions · 355a2df5
      Patrick Derichs authored
      Add spec for concern IssuableActions
      
      Add shared samples for discussions endpoint
      
      Add schema validations for discussions
      
      Fix rubocop style issue
      
      Make target assignable
      
      Use new possibility to provide target
      355a2df5
  26. Jul 16, 2019
  27. Jun 28, 2019
  28. Jun 21, 2019
  29. May 28, 2019
  30. Apr 15, 2019
  31. Apr 09, 2019
  32. Apr 05, 2019
  33. Jan 31, 2019
  34. Jan 30, 2019
  35. Jan 29, 2019
  36. Jan 28, 2019
Loading