| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #33829 from mtsmfm/encode-filename | Kasper Timm Hansen | 2018-09-23 | 2 | -42/+0 |
|\ |
|
| * | Encode Content-Disposition filenames on send_data and send_file | Fumiaki MATSUSHIMA | 2018-09-13 | 2 | -42/+0 |
* | | Raise `ActiveRecord::InvalidForeignKey` in `before_destroy` for a blob if att... | bogdanvlviv | 2018-09-16 | 1 | -0/+4 |
|/ |
|
* | Fix zero-byte files upload | Marcelo Perini Veloso | 2018-09-06 | 1 | -1/+5 |
* | Merge pull request #33666 from cbothner/fail-gracefully-from-activestorage-fi... | George Claghorn | 2018-08-22 | 1 | -0/+2 |
|\ |
|
| * | Respond with 404 in ActiveStorage::DiskController#show when file missing | Cameron Bothner | 2018-08-21 | 1 | -0/+2 |
* | | activestorage: yarn build | bogdanvlviv | 2018-08-19 | 1 | -4/+4 |
* | | Retry ActiveStorage::AnalyzeJobs on download integrity check failures | George Claghorn | 2018-08-19 | 1 | -0/+2 |
* | | Enable multiple submit buttons for Active Storage forms | Chris Seelus | 2018-08-18 | 2 | -2/+22 |
|/ |
|
* | Extract ActiveStorage::SetCurrent | George Claghorn | 2018-08-16 | 2 | -5/+18 |
* | Extract transformers | George Claghorn | 2018-08-10 | 2 | -70/+19 |
* | DRY up web image checks in ActiveStorage::Variant | George Claghorn | 2018-08-09 | 1 | -18/+24 |
* | Retry ActiveStorage::PurgeJobs on DB deadlock | George Claghorn | 2018-07-31 | 1 | -0/+1 |
* | Guard against missing blobs caused by concurrent purges | George Claghorn | 2018-07-30 | 1 | -3/+3 |
* | Clarify condition | George Claghorn | 2018-07-27 | 1 | -1/+1 |
* | Fix directly uploading zero-byte files | George Claghorn | 2018-07-27 | 2 | -2/+2 |
* | Ignore ActiveRecord::InvalidForeignKey in ActiveStorage::Blob#purge | Jasper Martin | 2018-07-26 | 2 | -1/+2 |
* | Discard ActiveStorage::PurgeJobs on ActiveRecord::InvalidForeignKey | George Claghorn | 2018-07-20 | 1 | -1/+1 |
* | Delete attachment before purging blob | George Claghorn | 2018-07-19 | 1 | -2/+2 |
* | Destroy blob record before deleting stored data | George Claghorn | 2018-07-19 | 1 | -1/+1 |
* | Link between ActiveStorage::Blob#purge, #purge_later, and #delete [ci skip] | George Claghorn | 2018-07-18 | 1 | -5/+5 |
* | Clarify the ActiveStorage::Attachment#purge and #purge_later docs | George Claghorn | 2018-07-18 | 1 | -2/+2 |
* | Restore inadvertently-removed fallback | George Claghorn | 2018-07-15 | 1 | -1/+2 |
* | Support HTTP Range downloads from disk | George Claghorn | 2018-07-15 | 1 | -14/+15 |
* | Discard ActiveStorage::PurgeJobs for missing blobs | George Claghorn | 2018-07-11 | 1 | -0/+2 |
* | Remove overly-broad retry in ActiveStorage::PurgeJob | George Claghorn | 2018-07-11 | 1 | -3/+0 |
* | Store newly-uploaded files on save rather than assignment | George Claghorn | 2018-07-07 | 2 | -10/+29 |
* | 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 |