1. 09 Mar, 2018 1 commit
    • Rewind file in Storage::Fog if bucket does not exist · c695055b
      There was a bug in the code where if you created a bucket the file would
      get read but not rewind on the first pass through (when the bucket
      didn't exist). So when we went into the retry logic the file would
      already be read and zero bytes would get copied over from the file. This
      fixes that by rewinding the file during the retry so it gets correctly
      copied over the second time around.
      Nate Holland committed
  2. 02 Mar, 2018 4 commits
  3. 30 Jan, 2018 8 commits
  4. 26 Jan, 2018 4 commits
  5. 25 Jan, 2018 1 commit
  6. 24 Jan, 2018 1 commit
  7. 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
  8. 26 Oct, 2017 1 commit
  9. 25 Oct, 2017 2 commits
  10. 18 Oct, 2017 2 commits
  11. 28 Sep, 2017 1 commit
  12. 27 Sep, 2017 1 commit
  13. 29 Jun, 2017 1 commit
  14. 20 Apr, 2017 1 commit
  15. 23 Mar, 2017 1 commit
  16. 10 Mar, 2017 1 commit
  17. 15 Jan, 2017 1 commit
  18. 02 Dec, 2016 3 commits
  19. 01 Dec, 2016 4 commits