| Commit message (Expand) | Author | Age | Files | Lines |
* | Prefer ImageProcessing's resize_to_limit macro over resize_to_fit | George Claghorn | 2019-01-24 | 4 | -11/+11 |
* | Revert ensure external redirects are explicitly allowed | Gannon McGibbon | 2019-01-22 | 2 | -2/+2 |
* | Fix ArgumentError: Unsafe redirect | Yuichi Takeuchi | 2019-01-21 | 2 | -2/+2 |
* | Permit sending Active Storage purge and analysis jobs to separate queues | George Claghorn | 2019-01-01 | 3 | -1/+4 |
* | Make Active Storage blob keys lowercase | Julik Tarkhanov | 2018-12-30 | 1 | -3/+13 |
* | Don’t include an undefined X-CSRF-Token header | Cameron Bothner | 2018-12-27 | 2 | -2/+10 |
* | Fix minor Active Storage docs typo [ci skip] | Adrian Hawrylak | 2018-11-28 | 1 | -1/+1 |
* | Prevent content type and disposition bypass in storage service URLs | Rosa Gutierrez | 2018-11-27 | 3 | -5/+36 |
* | ASt direct uploads: account for <button type="submit"> elements | Tasos Maschalidis | 2018-11-24 | 2 | -4/+4 |
* | update activestorage attachment model documentation reflect recent behavior c... | Kyle Keesling | 2018-10-24 | 1 | -3/+2 |
* | Use content_mime_type | Graham Conzett | 2018-10-08 | 1 | -2/+1 |
* | Fix issue ActiveStorage direct upload disk | Graham Conzett | 2018-10-07 | 1 | -1/+2 |
* | 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 |