aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/lib/active_storage/engine.rb
Commit message (Expand)AuthorAgeFilesLines
* Prevent content type and disposition bypass in storage service URLsRosa Gutierrez2018-11-271-0/+14
* Add progressive JPG to default variable content typesMaurice Kühlborn2018-11-211-0/+1
* Configure Active Storage route prefixChris Bisnett2018-09-141-0/+1
* Store newly-uploaded files on save rather than assignmentGeorge Claghorn2018-07-071-1/+1
* Permit configuring the default service URL expiryGeorge Claghorn2018-06-211-0/+1
* Move ActiveStorage reflection logic entirely into ActiveStorageKevin Deisz2018-05-311-0/+9
* Rename ActiveStorage.processor to .variant_processorJanko Marohnić2018-04-221-6/+6
* Use ImageProcessing gem for ActiveStorage variantsJanko Marohnić2018-04-181-0/+1
* Provide an alternative PDF previewer based on PopplerTerence Lee2018-03-061-2/+3
* Use lazy load hook to configure ActiveStorage::BlobEugene Kenny2018-02-251-1/+1
* Support varying ICO filesGeorge Claghorn2018-02-241-1/+9
* 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-031-17/+2
* Restrict variants to variable image blobsGeorge Claghorn2017-12-151-0/+2
* Make ASt previewer/analyzer binary paths configurableGeorge Claghorn2017-12-011-1/+18
* Permit configuring Active Storage's job queueGeorge Claghorn2017-11-031-14/+5
* Extract metadata from images and videosGeorge Claghorn2017-10-221-3/+11
* Preview PDFs and videosGeorge Claghorn2017-09-281-0/+10
* Add credentials using a generic EncryptedConfiguration class (#30067)David Heinemeier Hansson2017-09-111-3/+1
* Isolate ActiveStorage namespaces (#30095)Dino Maric2017-08-101-0/+2
* Set ActiveStorage::Blob.service when ActiveStorage::Blob is loadedGeorge Claghorn2017-08-081-16/+15
* Check for `app.secrets.secret_key_base`, not `app.config.secret_key_base`George Claghorn2017-08-051-1/+1
* Can't initialize a message verifier without a key baseDavid Heinemeier Hansson2017-08-031-1/+3
* Follow form from actioncableDavid Heinemeier Hansson2017-07-311-1/+4
* Use config/storage.yml as part of the skeleton and loadingDavid Heinemeier Hansson2017-07-311-1/+1
* Add 'activestorage/' from commit '3f4a7218a4a4923a0e7ce1b2eb0d2888ce30da58'Rafael Mendonça França2017-07-311-0/+59