1. 26 Jan, 2018 1 commit
  2. 25 Jan, 2018 1 commit
  3. 24 Jan, 2018 1 commit
  4. 23 Jan, 2018 2 commits
    • Prepare release 5.2.0 · 4ebedfbd
      This is a year in the making, with a security patch motivating it.
      
      [ci skip]
      Mike Burns committed
    • Remove the automatic loading of URI Adapters · 80847b44
      Remove the URI adapters. Few people use them by default and they can
      allow insight into the internal networks of the server. If you want to
      enable them, add (for example) `Paperclip.DataUriAdapter.register` to
      your `config/initializers/paperclip.rb` file.
      
      This is related to CVE-2017-0889.
      
      Elsewhere fix CI: it's `s3.us-west-2` now, with a dot.
      Jon Yurek committed
  5. 26 Oct, 2017 1 commit
  6. 25 Oct, 2017 2 commits
  7. 18 Oct, 2017 2 commits
  8. 28 Sep, 2017 1 commit
  9. 27 Sep, 2017 1 commit
  10. 29 Jun, 2017 1 commit
  11. 10 Mar, 2017 1 commit
  12. 02 Dec, 2016 3 commits
  13. 01 Dec, 2016 4 commits
  14. 29 Nov, 2016 1 commit
  15. 14 Nov, 2016 3 commits
  16. 11 Nov, 2016 1 commit
  17. 03 Nov, 2016 2 commits
  18. 14 Oct, 2016 1 commit
  19. 28 Sep, 2016 1 commit
  20. 13 Sep, 2016 1 commit
  21. 12 Sep, 2016 1 commit
  22. 05 Sep, 2016 1 commit
  23. 30 Aug, 2016 2 commits
  24. 28 Aug, 2016 4 commits
  25. 24 Aug, 2016 1 commit
    • S3 specs fixes · 544fa14c
      * correct S3 specs to use the correct keys in the s3_credentials hash
      * S3 tests work with a region that requires s3_domain_url
      
      [fixes #1985]
      Isaac Betesh committed