1. 19 Aug, 2016 1 commit
  2. 23 Jul, 2016 1 commit
  3. 01 Jul, 2016 1 commit
  4. 16 Jun, 2016 1 commit
  5. 24 May, 2016 1 commit
  6. 18 May, 2016 1 commit
  7. 10 May, 2016 1 commit
  8. 09 May, 2016 1 commit
  9. 30 Apr, 2016 1 commit
  10. 12 Apr, 2016 1 commit
  11. 30 Mar, 2016 1 commit
    • Respect dynamic fog directory option · 84a5d41c
      `Paperclip::Storage::Fog#host_name_for_directory` assumes a String-like
      object is set and doesn't check if `@options[:fog_directory]` is
      callable, while `Paperclip::Storage::Fog#directory` does. This extracts
      a new method with the condition and refactors the other two methods to
      call it.
      
      Fixes #2018, #2093.
      Thomas Ingram committed
  12. 23 Mar, 2016 2 commits
  13. 12 Mar, 2016 1 commit
  14. 26 Feb, 2016 1 commit
  15. 21 Oct, 2015 1 commit
  16. 10 Sep, 2015 1 commit
  17. 24 Aug, 2015 1 commit
  18. 18 Jun, 2015 1 commit
  19. 17 Jun, 2015 1 commit
  20. 05 Jun, 2015 2 commits
    • Release v4.3.0 :tada: · ecdd5427
      For the full details of what is included in this release, check out NEWS.
      
      [fixes #1875]
      maclover7 committed
    • Fix a possible security issue with spoofing · 9aee4112
      Thanks to MORI Shingo of DeNA Co., Ltd. for reporting this.
      
      There is an issue where if an HTML file is uploaded with a .html
      extension, but the content type is listed as being `image/jpeg`, this
      will bypass a validation checking for images. But it will also pass the
      spoof check, because a file named .html and containing actual HTML
      passes the spoof check.
      
      This change makes it so that we also check the supplied content type. So
      even if the file contains HTML and ends with .html, it doesn't match the
      content type of `image/jpeg` and so it fails.
      Jon Yurek committed
  21. 23 Dec, 2014 1 commit
  22. 09 Dec, 2014 1 commit
  23. 08 Jul, 2014 1 commit
  24. 22 Feb, 2014 1 commit
  25. 21 Feb, 2014 1 commit
  26. 07 Feb, 2014 2 commits
  27. 31 Jan, 2014 1 commit
  28. 24 Jan, 2014 2 commits
  29. 22 Oct, 2013 1 commit
  30. 31 Jul, 2013 1 commit
  31. 19 Jul, 2013 1 commit
  32. 17 May, 2013 1 commit
  33. 22 Feb, 2013 1 commit
  34. 27 Nov, 2012 1 commit
  35. 31 Oct, 2012 1 commit
  36. 14 Sep, 2012 1 commit