aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/lib/active_storage/service
Commit message (Expand)AuthorAgeFilesLines
* Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-214-68/+44
* Fix `ArgumentError` when uploading to amazon s3Hiroki Sanpei2018-11-281-1/+1
* Prevent content type and disposition bypass in storage service URLsRosa Gutierrez2018-11-274-21/+35
* Handle only specifically relevant Azure HTTPErrorsCameron Bothner2018-08-231-5/+7
* Revert "Merge pull request #33667 from cbothner/azure-service-swallowing-all-...George Claghorn2018-08-231-13/+7
* Handle only specifically relevant Azure HTTPErrorsCameron Bothner2018-08-231-7/+13
* Translate service-specific missing object exceptions into a generic oneCameron Bothner2018-08-214-18/+68
* Camelize instead of classifyingGeorge Claghorn2018-08-061-1/+1
* Improve ActiveStorage service adapter error handlingJoel Taylor2018-08-061-1/+3
* Fix uploading Tempfiles to Azure StorageGeorge Claghorn2018-08-031-1/+1
* Remove another unused requireGeorge Claghorn2018-08-021-2/+0
* Remove unused requireGeorge Claghorn2018-08-011-2/+0
* Ignore concurrently-deleted files when deleting by prefix from GCSGeorge Claghorn2018-07-301-1/+7
* Support HTTP Range downloads from diskGeorge Claghorn2018-07-151-4/+4
* Remove vestigial require on ActiveStorage GCSServiceBibek Shrestha2018-07-041-1/+0
* Support streaming downloads from Google Cloud StorageGeorge Claghorn2018-05-011-19/+25
* Avoid duplicating downloads from Google Cloud Storage in memoryGeorge Claghorn2018-04-291-2/+2
* Stream blobs from disk in 5 MB chunksGeorge Claghorn2018-04-291-1/+1
* Simplify URL generation for partial downloads from GCSGeorge Claghorn2018-04-251-1/+2
* Halve memory allocation in S3Service#downloadJanko Marohnić2018-04-231-1/+1
* 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
* Remove blank Content-Type from GCS direct upload headersGeorge Claghorn2018-03-061-1/+1
* Generate root-relative paths in Active Storage disk service URL methodsGeorge Claghorn2018-03-055-8/+48
* Avoid specifying content types for direct uploads to Google Cloud StorageGeorge Claghorn2018-02-261-5/+4
* Provide a sensible default hostGeorge Claghorn2018-01-161-1/+1
* Extract content types from blob dataGeorge Claghorn2018-01-151-17/+11
* Return `nil` instead of `false` if raise `Azure::Core::Http::HTTPError`Yoshiyuki Hirano2017-12-121-1/+1
* 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-025-27/+68
* Use `credentials` instead of `keyfile` in GCS seviceyuuji.yaginuma2017-11-291-0/+2
* Avoid connecting to GCS during app bootGeorge Claghorn2017-11-231-5/+12
* Remove needless block parameterGeorge Claghorn2017-11-071-1/+1
* Fix streaming downloads from S3/Azure StorageGeorge Claghorn2017-11-062-7/+7
* Preview PDFs and videosGeorge Claghorn2017-09-284-7/+13
* Avoid making HTTP requests to generate signed URLs for GCS objectsGeorge Claghorn2017-09-131-3/+3
* Use v3 of the AWS SDKYuji Yaginuma2017-09-091-3/+3
* Accept GCS client optionsGeorge Claghorn2017-09-011-2/+2
* Ignore files already deleted on GCS file deletionsRosa Gutierrez2017-08-311-1/+5
* Fix order of Active Storage DiskService URL parametersKoichi ITO2017-08-261-1/+1
* Fix syntax errorGeorge Claghorn2017-08-201-1/+1
* DRYGeorge Claghorn2017-08-204-10/+14
* Fix RuboCop offensesKoichi ITO2017-08-161-2/+2
* minor tweaks in Active Storage after a walkthroughXavier Noria2017-08-154-4/+4
* Use frozen string literal in Active StorageKoichi ITO2017-08-126-0/+12
* Merge pull request #30147 from yhirano55/fix_trailing_blank_linesRafael França2017-08-111-1/+0
|\
| * [Active Storage] `rubocop -a --only Layout/TrailingBlankLines`Yoshiyuki Hirano2017-08-091-1/+0