Skip to content
Snippets Groups Projects
  1. Feb 25, 2020
  2. Jan 30, 2020
  3. Jan 27, 2020
  4. Jan 17, 2020
  5. Nov 29, 2019
  6. Nov 07, 2019
  7. Sep 25, 2019
  8. Sep 10, 2019
  9. Jul 16, 2019
  10. 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
  11. Apr 15, 2019
  12. Feb 21, 2019
  13. Jan 02, 2019
  14. Dec 20, 2018
  15. Dec 19, 2018
  16. 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
  17. Dec 06, 2018
  18. Oct 20, 2017
  19. Aug 29, 2017
  20. Aug 11, 2017
  21. Aug 02, 2017
  22. Aug 01, 2017
  23. Jul 20, 2017
  24. Jul 05, 2017
  25. Jun 21, 2017
  26. Jun 14, 2017
  27. May 31, 2017
  28. May 10, 2017
  29. Apr 30, 2017
  30. Apr 26, 2017
  31. Feb 23, 2017
  32. Feb 21, 2017
  33. Feb 20, 2017
  34. 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
  35. Nov 28, 2016
  36. Oct 13, 2016
  37. Sep 19, 2016
Loading