aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/lib/active_storage
Commit message (Expand)AuthorAgeFilesLines
* Use a current model to provide the host for service urlsAndrew White2018-04-061-4/+7
* Allow full use of the AWS S3 SDK authentication options (#32270)Brian Knight2018-03-191-2/+2
* Fix Azure signed URL generation with newer client libGeorge Claghorn2018-03-121-6/+4
* Remove path config option from Azure serviceAndrew White2018-03-121-6/+10
* Provide an alternative PDF previewer based on PopplerTerence Lee2018-03-064-28/+74
* Allow selectively purging attached blobsNicholas Shirley2018-03-062-12/+18
* Remove blank Content-Type from GCS direct upload headersGeorge Claghorn2018-03-061-1/+1
* Fix purging dependent blobs when attachments aren't loadedGeorge Claghorn2018-03-052-23/+17
* Delete dependent attachments with recordGeorge Claghorn2018-03-051-2/+2
* Correct the ActiveStorage::Service#download_chunk docs [ci skip]George Claghorn2018-03-051-1/+1
* Generate root-relative paths in Active Storage disk service URL methodsGeorge Claghorn2018-03-056-8/+53
* Handle another case where a blob might be erroneously purgedGeorge Claghorn2018-03-041-5/+10
* Avoid purging attached blob when replacing it with itselfGeorge Claghorn2018-03-041-2/+6
* Deprecate `active_support/core_ext/hash/compact`yuuji.yaginuma2018-03-021-2/+0
* Avoid specifying content types for direct uploads to Google Cloud StorageGeorge Claghorn2018-02-261-5/+4
* Use lazy load hook to configure ActiveStorage::BlobEugene Kenny2018-02-251-1/+1
* Support varying ICO filesGeorge Claghorn2018-02-241-1/+9
* Correct orientation detectionGeorge Claghorn2018-01-311-1/+1
* Swap encoded image width and height if angle is 90 or 270 degreesGeorge Claghorn2018-01-311-1/+11
* Start Rails 6.0 development!!!Rafael Mendonça França2018-01-301-3/+3
* Unlink internal tempfiles after useGeorge Claghorn2018-01-262-2/+22
* Add missing requireGeorge Claghorn2018-01-221-3/+5
* Cope with videos with undefined display aspect ratiosGeorge Claghorn2018-01-201-2/+6
* Preserve display aspect ratio for videos with rectangular samplesGeorge Claghorn2018-01-191-15/+35
* Provide a sensible default hostGeorge Claghorn2018-01-161-1/+1
* Extract content types from blob dataGeorge Claghorn2018-01-151-17/+11
* Instrument preview image drawingGeorge Claghorn2018-01-101-3/+5
* Add missing `# frozen_string_literal: true`Ryuta Kamizono2018-01-111-0/+2
* Extract Analyzable and Representable concernsGeorge Claghorn2018-01-101-0/+5
* Change Active Storage destroy callbackskami-zh2018-01-091-2/+2
* Fix attaching blobs to optimistically-locked recordsGeorge Claghorn2018-01-081-2/+2
* Document automatic width-height swapping [ci skip]George Claghorn2018-01-071-0/+2
* Remove redundant sentences [ci skip]George Claghorn2018-01-072-4/+2
* Tweak engine for readabilityGeorge Claghorn2018-01-071-11/+13
* Force content disposition to attachment for specific content typesRosa Gutierrez2018-01-051-0/+11
* Configure previewer/analyzer command paths centrallyGeorge Claghorn2018-01-034-23/+14
* Expose ActiveStorage::Analyzer#logger in API docs [ci skip]George Claghorn2017-12-311-1/+1
* Expose ActiveStorage::Previewer#logger in API docs [ci skip]George Claghorn2017-12-311-2/+2
* Suppress noise from drawing command invocationsGeorge Claghorn2017-12-311-1/+1
* Append extension to tempfile nameGeorge Claghorn2017-12-311-1/+1
* Restrict variants to variable image blobsGeorge Claghorn2017-12-151-0/+2
* Merge branch 'master' into activestorage-guideJeffrey Guenther2017-12-141-1/+1
|\
| * Return `nil` instead of `false` if raise `Azure::Core::Http::HTTPError`Yoshiyuki Hirano2017-12-121-1/+1
* | Merge branch 'master' into activestorage-guideJeffrey Guenther2017-12-0812-35/+135
|\|
| * Swap raw video width and height if angle is 90 or 270 degreesGeorge Claghorn2017-12-081-1/+13
| * Fix customizing Content-Type via GCS service URLsGeorge Claghorn2017-12-071-1/+7
| * Fix instrumention name: delete_prefixed like the others.Kasper Timm Hansen2017-12-031-1/+1
| * Purge variants with their blobsGeorge Claghorn2017-12-027-29/+79
| * Make ASt previewer/analyzer binary paths configurableGeorge Claghorn2017-12-014-4/+32
| * Add ActiveStorage::Previewer#logger to match ActiveStorage::Analyzer#loggerGeorge Claghorn2017-11-301-0/+4