Skip to content
Snippets Groups Projects
  1. Mar 02, 2020
  2. Dec 20, 2019
  3. Nov 19, 2019
  4. Oct 22, 2019
  5. Sep 10, 2019
  6. Jul 16, 2019
  7. Jun 17, 2019
    • Oswaldo Ferreir's avatar
      Persist tmp snippet uploads · 44e1915d
      Oswaldo Ferreir authored
      It persist temporary personal snippets under
      user/:id namespaces temporarily while creating
      a upload record to track it. If an user gets removed
      while it's still a tmp upload, it also gets removed.
      If the tmp upload is sent, the upload gets moved to
      personal_snippets/:id as before. The upload record
      also gets updated to the new model type as well.
      44e1915d
  8. Apr 15, 2019
  9. Feb 21, 2019
  10. Jan 02, 2019
  11. Dec 20, 2018
  12. Dec 19, 2018
  13. 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
  14. Dec 06, 2018
  15. Oct 20, 2017
  16. Aug 29, 2017
  17. Aug 11, 2017
  18. Aug 02, 2017
  19. Aug 01, 2017
  20. Jul 20, 2017
  21. Jul 05, 2017
  22. Jun 21, 2017
  23. Jun 14, 2017
  24. May 31, 2017
  25. May 10, 2017
  26. Apr 30, 2017
  27. Apr 26, 2017
  28. Feb 23, 2017
  29. Feb 21, 2017
  30. Feb 20, 2017
  31. Feb 02, 2017
    • Sean McGivern's avatar
      Check public snippets for spam · c63194ce
      Sean McGivern authored
      Apply the same spam checks to public snippets (either personal snippets
      that are public, or public snippets on public projects) as to issues on
      public projects.
      c63194ce
  32. Nov 28, 2016
  33. Oct 13, 2016
  34. Sep 19, 2016
  35. Jun 27, 2016
  36. Nov 25, 2015
  37. Oct 29, 2015
Loading