aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/app
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #33666 from cbothner/fail-gracefully-from-activestorage-fi...George Claghorn2018-08-221-0/+2
|\
| * Respond with 404 in ActiveStorage::DiskController#show when file missingCameron Bothner2018-08-211-0/+2
* | activestorage: yarn buildbogdanvlviv2018-08-191-4/+4
* | Retry ActiveStorage::AnalyzeJobs on download integrity check failuresGeorge Claghorn2018-08-191-0/+2
* | Enable multiple submit buttons for Active Storage formsChris Seelus2018-08-182-2/+22
|/
* Extract ActiveStorage::SetCurrentGeorge Claghorn2018-08-162-5/+18
* Extract transformersGeorge Claghorn2018-08-102-70/+19
* DRY up web image checks in ActiveStorage::VariantGeorge Claghorn2018-08-091-18/+24
* Retry ActiveStorage::PurgeJobs on DB deadlockGeorge Claghorn2018-07-311-0/+1
* Guard against missing blobs caused by concurrent purgesGeorge Claghorn2018-07-301-3/+3
* Clarify conditionGeorge Claghorn2018-07-271-1/+1
* Fix directly uploading zero-byte filesGeorge Claghorn2018-07-272-2/+2
* Ignore ActiveRecord::InvalidForeignKey in ActiveStorage::Blob#purgeJasper Martin2018-07-262-1/+2
* Discard ActiveStorage::PurgeJobs on ActiveRecord::InvalidForeignKeyGeorge Claghorn2018-07-201-1/+1
* Delete attachment before purging blobGeorge Claghorn2018-07-191-2/+2
* Destroy blob record before deleting stored dataGeorge Claghorn2018-07-191-1/+1
* Link between ActiveStorage::Blob#purge, #purge_later, and #delete [ci skip]George Claghorn2018-07-181-5/+5
* Clarify the ActiveStorage::Attachment#purge and #purge_later docsGeorge Claghorn2018-07-181-2/+2
* Restore inadvertently-removed fallbackGeorge Claghorn2018-07-151-1/+2
* Support HTTP Range downloads from diskGeorge Claghorn2018-07-151-14/+15
* Discard ActiveStorage::PurgeJobs for missing blobsGeorge Claghorn2018-07-111-0/+2
* Remove overly-broad retry in ActiveStorage::PurgeJobGeorge Claghorn2018-07-111-3/+0
* Store newly-uploaded files on save rather than assignmentGeorge Claghorn2018-07-072-10/+29
* Permit configuring the default service URL expiryGeorge Claghorn2018-06-214-5/+5
* Update ffmpeg -> FFmpeg, mutools|mupdf -> muPDFutilum2018-06-081-2/+2
* Include blob ID in tempfile name for debugging convenienceGeorge Claghorn2018-05-301-0/+10
* Verify integrity after chunked downloadGeorge Claghorn2018-05-281-0/+2
* Avoid 2.6 warning: shadowing outer local variable - listutilum2018-05-231-8/+6
* Disable variant options when false or nil presentJacob Smith2018-05-211-12/+10
* Permit opening a blob in a custom tempdirGeorge Claghorn2018-05-171-2/+2
* Active storage: Image variant options not correctlucfranken2018-05-171-1/+1
* Add ActiveStorage::Blob#openGeorge Claghorn2018-05-162-5/+8
* Add option to ActiveStorage::Blob to set extract_content_type_from_ioRyan Davidson2018-05-081-7/+10
* Stream blobs from diskGeorge Claghorn2018-05-021-2/+13
* Unminify activestorage.jsJavan Makhmali2018-04-251-1/+930
* Don't swallow LoadError raised for missing libvipsJanko Marohnić2018-04-231-3/+7
* Recommend using :resize_to_fit after allJanko Marohnić2018-04-234-12/+12
* Remove warning that image will be loaded into memoryJanko Marohnić2018-04-231-4/+4
* Show ImageProcessing macros in a dedicated exampleJanko Marohnić2018-04-231-13/+12
* Ensure result file is deleted on uploading errorsJanko Marohnić2018-04-221-4/+10
* Rename ActiveStorage.processor to .variant_processorJanko Marohnić2018-04-222-4/+4
* Use ImageProcessing gem for ActiveStorage variantsJanko Marohnić2018-04-182-52/+86
* Always exclude JSON root from direct_uploads#create responseJavan Makhmali2018-04-101-1/+1
* Fix leftover references to VariantsController [ci skip]dixpac2018-04-082-4/+4
* Use a current model to provide the host for service urlsAndrew White2018-04-062-0/+9
* Protect all active storage controllers agains CSRFRafael Mendonça França2018-04-065-5/+11
* fixes a bug in IE11 that broke direct uploadskylekeesling2018-04-062-2/+2
* Flip the order of the after_create callbacksDwight Watson2018-03-271-1/+1
* Provide an alternative PDF previewer based on PopplerTerence Lee2018-03-061-4/+3
* Generate root-relative paths in Active Storage disk service URL methodsGeorge Claghorn2018-03-052-38/+7