aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/app
Commit message (Expand)AuthorAgeFilesLines
* It may be better to explicitly require 'object/try' where we call `try`Akira Matsuda2019-08-011-0/+2
* Mirror direct uploadsGeorge Claghorn2019-05-223-1/+21
* Inline anemic methodsGeorge Claghorn2019-05-151-10/+4
* normalize the hash of transformationsYi Feng2019-04-201-1/+1
* url -> URL where apt except inside actionpack/Sharang Dashputre2019-04-011-1/+1
* Revert "Add ActiveStorage.service_configurations and ActiveStorage.service"George Claghorn2019-03-311-1/+1
* Add ActiveStorage.service_configurations and ActiveStorage.serviceGeorge Claghorn2019-03-311-1/+1
* Add load hook for ActiveStorage::AttachmentGeorge Claghorn2019-03-282-2/+4
* Add ActiveStorage::Service#openGeorge Claghorn2019-03-281-4/+5
* Squish the deprecation messages across the codebasePrathamesh Sonpatki2019-03-111-1/+1
* Prefer ImageProcessing's resize_to_limit macro over resize_to_fitGeorge Claghorn2019-01-244-11/+11
* Revert ensure external redirects are explicitly allowedGannon McGibbon2019-01-222-2/+2
* Fix ArgumentError: Unsafe redirectYuichi Takeuchi2019-01-212-2/+2
* Permit sending Active Storage purge and analysis jobs to separate queuesGeorge Claghorn2019-01-013-1/+4
* Make Active Storage blob keys lowercaseJulik Tarkhanov2018-12-301-3/+13
* Don’t include an undefined X-CSRF-Token headerCameron Bothner2018-12-272-2/+10
* Fix minor Active Storage docs typo [ci skip]Adrian Hawrylak2018-11-281-1/+1
* Prevent content type and disposition bypass in storage service URLsRosa Gutierrez2018-11-273-5/+36
* ASt direct uploads: account for <button type="submit"> elementsTasos Maschalidis2018-11-242-4/+4
* update activestorage attachment model documentation reflect recent behavior c...Kyle Keesling2018-10-241-3/+2
* Use content_mime_typeGraham Conzett2018-10-081-2/+1
* Fix issue ActiveStorage direct upload diskGraham Conzett2018-10-071-1/+2
* Merge pull request #33829 from mtsmfm/encode-filenameKasper Timm Hansen2018-09-232-42/+0
|\
| * Encode Content-Disposition filenames on send_data and send_fileFumiaki MATSUSHIMA2018-09-132-42/+0
* | Raise `ActiveRecord::InvalidForeignKey` in `before_destroy` for a blob if att...bogdanvlviv2018-09-161-0/+4
|/
* Fix zero-byte files uploadMarcelo Perini Veloso2018-09-061-1/+5
* 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