| Commit message (Expand) | Author | Age | Files | Lines |
* | Permit configuring the default service URL expiry | George Claghorn | 2018-06-21 | 4 | -5/+5 |
* | Update ffmpeg -> FFmpeg, mutools|mupdf -> muPDF | utilum | 2018-06-08 | 1 | -2/+2 |
* | Include blob ID in tempfile name for debugging convenience | George Claghorn | 2018-05-30 | 1 | -0/+10 |
* | Verify integrity after chunked download | George Claghorn | 2018-05-28 | 1 | -0/+2 |
* | Avoid 2.6 warning: shadowing outer local variable - list | utilum | 2018-05-23 | 1 | -8/+6 |
* | Disable variant options when false or nil present | Jacob Smith | 2018-05-21 | 1 | -12/+10 |
* | Permit opening a blob in a custom tempdir | George Claghorn | 2018-05-17 | 1 | -2/+2 |
* | Active storage: Image variant options not correct | lucfranken | 2018-05-17 | 1 | -1/+1 |
* | Add ActiveStorage::Blob#open | George Claghorn | 2018-05-16 | 2 | -5/+8 |
* | Add option to ActiveStorage::Blob to set extract_content_type_from_io | Ryan Davidson | 2018-05-08 | 1 | -7/+10 |
* | Stream blobs from disk | George Claghorn | 2018-05-02 | 1 | -2/+13 |
* | Unminify activestorage.js | Javan Makhmali | 2018-04-25 | 1 | -1/+930 |
* | Don't swallow LoadError raised for missing libvips | Janko Marohnić | 2018-04-23 | 1 | -3/+7 |
* | Recommend using :resize_to_fit after all | Janko Marohnić | 2018-04-23 | 4 | -12/+12 |
* | Remove warning that image will be loaded into memory | Janko Marohnić | 2018-04-23 | 1 | -4/+4 |
* | Show ImageProcessing macros in a dedicated example | Janko Marohnić | 2018-04-23 | 1 | -13/+12 |
* | Ensure result file is deleted on uploading errors | Janko Marohnić | 2018-04-22 | 1 | -4/+10 |
* | Rename ActiveStorage.processor to .variant_processor | Janko Marohnić | 2018-04-22 | 2 | -4/+4 |
* | Use ImageProcessing gem for ActiveStorage variants | Janko Marohnić | 2018-04-18 | 2 | -52/+86 |
* | Always exclude JSON root from direct_uploads#create response | Javan Makhmali | 2018-04-10 | 1 | -1/+1 |
* | Fix leftover references to VariantsController [ci skip] | dixpac | 2018-04-08 | 2 | -4/+4 |
* | Use a current model to provide the host for service urls | Andrew White | 2018-04-06 | 2 | -0/+9 |
* | Protect all active storage controllers agains CSRF | Rafael Mendonça França | 2018-04-06 | 5 | -5/+11 |
* | fixes a bug in IE11 that broke direct uploads | kylekeesling | 2018-04-06 | 2 | -2/+2 |
* | Flip the order of the after_create callbacks | Dwight Watson | 2018-03-27 | 1 | -1/+1 |
* | Provide an alternative PDF previewer based on Poppler | Terence Lee | 2018-03-06 | 1 | -4/+3 |
* | Generate root-relative paths in Active Storage disk service URL methods | George Claghorn | 2018-03-05 | 2 | -38/+7 |
* | Merge Previews/Variants controller into one Representations controller. | Kasper Timm Hansen | 2018-03-03 | 3 | -15/+5 |
* | Rebuild activestorage.js | George Claghorn | 2018-02-28 | 1 | -1/+1 |
* | Handle file checksumming errors | George Claghorn | 2018-02-28 | 1 | -0/+6 |
* | Clear Blob's type before sending it | George Claghorn | 2018-02-26 | 2 | -2/+2 |
* | Use lazy load hook to configure ActiveStorage::Blob | Eugene Kenny | 2018-02-25 | 1 | -0/+2 |
* | Support varying ICO files | George Claghorn | 2018-02-24 | 1 | -1/+1 |
* | Hoist update for clarity | George Claghorn | 2018-02-20 | 2 | -8/+8 |
* | Undocument ActiveStorage::Identification | George Claghorn | 2018-02-20 | 1 | -1/+1 |
* | Correct Range header syntax | George Claghorn | 2018-02-20 | 1 | -1/+1 |
* | Use require_dependency inside Active Storage | Eugene Kenny | 2018-02-14 | 2 | -3/+9 |
* | Document MuPDF version requirement | George Claghorn | 2018-02-13 | 1 | -1/+1 |
* | Add ActiveStorage::Blob.unattached scope | fatkodima | 2018-02-12 | 1 | -0/+2 |
* | Use full class names when including concerns to avoid collisions | Wojtek Wrona | 2018-02-12 | 1 | -1/+3 |
* | Add missing require | George Claghorn | 2018-02-11 | 1 | -0/+2 |
* | Merge pull request #31927 from mrreynolds/patch-2 | Eileen M. Uchitelle | 2018-02-09 | 1 | -0/+8 |
|\ |
|
| * | Document :combine_options | Robert Glaser | 2018-02-08 | 1 | -0/+8 |
* | | Fix `blob.service_url` for supports string or nil `:filename` option. | Jason Lee | 2018-02-08 | 2 | -1/+11 |
|/ |
|
* | Merge pull request #31854 from huacnlee/allow-more-options-for-service-url | George Claghorn | 2018-02-01 | 1 | -2/+3 |
|\ |
|
| * | Allow `ActiveStorage::Blob#service_url` to pass addition options to `service.... | Jason Lee | 2018-02-01 | 1 | -2/+3 |
* | | Use the full class name for the JSON coder, as there may be another | Renaud Chaput | 2018-02-01 | 1 | -1/+1 |
|/ |
|
* | Extract content types from blob data | George Claghorn | 2018-01-15 | 4 | -5/+64 |
* | Instrument image transformation | George Claghorn | 2018-01-10 | 1 | -7/+9 |
* | Update error names in docs [ci skip] | George Claghorn | 2018-01-10 | 1 | -3/+3 |