| Commit message (Expand) | Author | Age | Files | Lines |
* | Exclude upload time from instrumented preview time | George Claghorn | 2018-06-03 | 1 | -5/+10 |
* | Merge pull request #33018 from kddeisz/defined-attachments | Rafael França | 2018-06-01 | 3 | -0/+85 |
|\ |
|
| * | Ensure reflection_class_for is private | Kevin Deisz | 2018-05-31 | 1 | -12/+13 |
| * | Move ActiveStorage reflection logic entirely into ActiveStorage | Kevin Deisz | 2018-05-31 | 2 | -0/+72 |
| * | Reflection for attachments | Kevin Deisz | 2018-05-30 | 1 | -0/+12 |
* | | Include blob ID in tempfile name for debugging convenience | George Claghorn | 2018-05-30 | 1 | -5/+1 |
|/ |
|
* | Fix reference | George Claghorn | 2018-05-28 | 1 | -1/+1 |
* | Verify integrity after chunked download | George Claghorn | 2018-05-28 | 3 | -2/+11 |
* | Hide Active Storage migration installation task (#33007) | utilum | 2018-05-28 | 1 | -0/+3 |
* | Change video preview format from PNG to JPG | Javan Makhmali | 2018-05-23 | 1 | -3/+2 |
* | Permit opening a blob in a custom tempdir | George Claghorn | 2018-05-17 | 3 | -7/+12 |
* | Generate getter and setter methods in mixin | Josh Susser | 2018-05-17 | 1 | -2/+2 |
* | Remove unused `require "active_support/core_ext/string/filters"` | Ryuta Kamizono | 2018-05-17 | 1 | -2/+0 |
* | Add ActiveStorage::Previewer#tempdir | George Claghorn | 2018-05-16 | 1 | -1/+5 |
* | Add missing block parameters | George Claghorn | 2018-05-16 | 2 | -2/+2 |
* | Add ActiveStorage::Blob#open | George Claghorn | 2018-05-16 | 4 | -7/+59 |
* | Support streaming downloads from Google Cloud Storage | George Claghorn | 2018-05-01 | 1 | -19/+25 |
* | Avoid duplicating downloads from Google Cloud Storage in memory | George Claghorn | 2018-04-29 | 1 | -2/+2 |
* | Stream blobs from disk in 5 MB chunks | George Claghorn | 2018-04-29 | 1 | -1/+1 |
* | Merge pull request #31956 from fatkodima/has_attached-presence-validation | Eileen M. Uchitelle | 2018-04-27 | 1 | -0/+4 |
|\ |
|
| * | has_(one/many)_attached presence validation | fatkodima | 2018-02-11 | 1 | -0/+4 |
* | | Simplify URL generation for partial downloads from GCS | George Claghorn | 2018-04-25 | 1 | -1/+2 |
* | | Flush tempfile after populating it | George Claghorn | 2018-04-23 | 1 | -0/+1 |
* | | Merge pull request #32471 from janko-m/use-image_processing-gem | George Claghorn | 2018-04-23 | 2 | -5/+7 |
|\ \ |
|
| * | | Rename ActiveStorage.processor to .variant_processor | Janko Marohnić | 2018-04-22 | 2 | -7/+7 |
| * | | Use ImageProcessing gem for ActiveStorage variants | Janko Marohnić | 2018-04-18 | 2 | -0/+2 |
* | | | Halve memory allocation in S3Service#download | Janko Marohnić | 2018-04-23 | 1 | -1/+1 |
|/ / |
|
* | | Use a current model to provide the host for service urls | Andrew White | 2018-04-06 | 1 | -4/+7 |
* | | Allow full use of the AWS S3 SDK authentication options (#32270) | Brian Knight | 2018-03-19 | 1 | -2/+2 |
* | | Fix Azure signed URL generation with newer client lib | George Claghorn | 2018-03-12 | 1 | -6/+4 |
* | | Remove path config option from Azure service | Andrew White | 2018-03-12 | 1 | -6/+10 |
* | | Provide an alternative PDF previewer based on Poppler | Terence Lee | 2018-03-06 | 4 | -28/+74 |
* | | Allow selectively purging attached blobs | Nicholas Shirley | 2018-03-06 | 2 | -12/+18 |
* | | Remove blank Content-Type from GCS direct upload headers | George Claghorn | 2018-03-06 | 1 | -1/+1 |
* | | Fix purging dependent blobs when attachments aren't loaded | George Claghorn | 2018-03-05 | 2 | -23/+17 |
* | | Delete dependent attachments with record | George Claghorn | 2018-03-05 | 1 | -2/+2 |
* | | Correct the ActiveStorage::Service#download_chunk docs [ci skip] | George Claghorn | 2018-03-05 | 1 | -1/+1 |
* | | Generate root-relative paths in Active Storage disk service URL methods | George Claghorn | 2018-03-05 | 6 | -8/+53 |
* | | Handle another case where a blob might be erroneously purged | George Claghorn | 2018-03-04 | 1 | -5/+10 |
* | | Avoid purging attached blob when replacing it with itself | George Claghorn | 2018-03-04 | 1 | -2/+6 |
* | | Deprecate `active_support/core_ext/hash/compact` | yuuji.yaginuma | 2018-03-02 | 1 | -2/+0 |
* | | Avoid specifying content types for direct uploads to Google Cloud Storage | George Claghorn | 2018-02-26 | 1 | -5/+4 |
* | | Use lazy load hook to configure ActiveStorage::Blob | Eugene Kenny | 2018-02-25 | 1 | -1/+1 |
* | | Support varying ICO files | George Claghorn | 2018-02-24 | 1 | -1/+9 |
|/ |
|
* | Correct orientation detection | George Claghorn | 2018-01-31 | 1 | -1/+1 |
* | Swap encoded image width and height if angle is 90 or 270 degrees | George Claghorn | 2018-01-31 | 1 | -1/+11 |
* | Start Rails 6.0 development!!! | Rafael Mendonça França | 2018-01-30 | 1 | -3/+3 |
* | Unlink internal tempfiles after use | George Claghorn | 2018-01-26 | 2 | -2/+22 |
* | Add missing require | George Claghorn | 2018-01-22 | 1 | -3/+5 |
* | Cope with videos with undefined display aspect ratios | George Claghorn | 2018-01-20 | 1 | -2/+6 |