aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage
Commit message (Expand)AuthorAgeFilesLines
* Allow configuring the Azure Storage service with extra client optionsgarytaylor2019-02-041-2/+2
* Merge pull request #35043 from simoleone/activestorage/s3/content-typeEileen M. Uchitelle2019-02-012-2/+20
|\
| * include the content type when uploading to S3Simo Leone2019-01-242-2/+20
* | ActiveStorage typo fix.alkesh262019-01-311-1/+1
* | Fix usage documentation in VideoAnalyzerCarlos Ramirez III2019-01-281-1/+1
* | Add CHANGELOG entries for npm package renames [ci skip]Javan Makhmali2019-01-281-0/+6
* | Prefer ImageProcessing's resize_to_limit macro over resize_to_fitGeorge Claghorn2019-01-245-12/+12
|/
* Revert ensure external redirects are explicitly allowedGannon McGibbon2019-01-222-2/+2
* Fix ArgumentError: Unsafe redirectYuichi Takeuchi2019-01-214-2/+57
* Preparing for 6.0.0.beta1 releaseRafael Mendonça França2019-01-183-2/+4
* Merge pull request #33419 from bogdanvlviv/update-active_storageGeorge Claghorn2019-01-162-0/+14
|\
| * Add foreign key to active_storage_attachments for `blob_id` via new migrationbogdanvlviv2019-01-162-0/+14
* | Minimize boilerplate setup code for JavaScript librariesJavan Makhmali2019-01-161-2/+1
|/
* Move all npm packages to @rails scopeJavan Makhmali2019-01-102-2/+2
* Revert "Revert "Merge pull request #34387 from yhirano55/rails_info_propertie...Kasper Timm Hansen2019-01-081-0/+3
* Revert "Merge pull request #34387 from yhirano55/rails_info_properties_json"Kasper Timm Hansen2019-01-081-3/+0
* Merge pull request #34132 from ConfusedVorlon/enable_fragment_cache_log_in_devRafael França2019-01-081-0/+1
|\
| * enable_fragment_cache_loggingRob Jonson2018-10-091-0/+1
* | Permit sending Active Storage purge and analysis jobs to separate queuesGeorge Claghorn2019-01-016-3/+31
* | Bump license years for 2019Arun Agrawal2018-12-312-2/+2
* | Permit generating variants of TIFF imagesLuciano Sousa2018-12-304-0/+17
* | Make Active Storage blob keys lowercaseJulik Tarkhanov2018-12-304-4/+24
* | Use 6.0 default configs in Active Storage test dummy appbogdanvlviv2018-12-301-1/+1
* | Don’t include an undefined X-CSRF-Token headerCameron Bothner2018-12-273-2/+15
* | Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-2111-280/+224
* | Module#{define_method,alias_method,undef_method,remove_method} become public ...Ryuta Kamizono2018-12-212-2/+2
* | Require Ruby 2.5 for Rails 6.Kasper Timm Hansen2018-12-192-3/+3
* | Merge pull request #34585 from marceloperini/marceloperini/33795Yuji Yaginuma2018-12-031-0/+1
|\ \
| * | add require 'database/setup' in activestorage/test/service/s3_service_test.rbMarcelo Perini Veloso2018-12-011-0/+1
* | | Remove obsolete yarn.lock files and check in root yarn.lock fileRichard Macklin2018-12-021-1923/+0
|/ /
* | `metadata` is not passed to serviceyuuji.yaginuma2018-12-011-2/+1
* | Add a test with extra keys to active_storage Service#uploadYannick Schutz2018-11-301-0/+19
* | Fix `ArgumentError` when uploading to amazon s3Hiroki Sanpei2018-11-282-1/+5
* | Fix "warning: ambiguous first argument; put parentheses or a space even after...yuuji.yaginuma2018-11-281-3/+3
* | text is treated as `attachment`yuuji.yaginuma2018-11-281-2/+2
* | Fix broken `ActiveStorage::BlobTest`yuuji.yaginuma2018-11-281-1/+1
* | Remove duplicated testyuuji.yaginuma2018-11-281-14/+0
* | 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-2714-38/+172
* | ASt direct uploads: account for <button type="submit"> elementsTasos Maschalidis2018-11-242-4/+4
* | Add progressive JPG to default variable content typesMaurice Kühlborn2018-11-212-0/+5
* | Amend CVE note and security guide section wordingsGannon McGibbon2018-11-061-3/+3
* | Add CVE note to security guide and gemspecsGannon McGibbon2018-11-061-0/+3
* | update activestorage attachment model documentation reflect recent behavior c...Kyle Keesling2018-10-241-3/+2
|/
* Point to requiring the ASt engine in the installation instructions [ci skip]Donnie Propst2018-10-081-0/+2
* Use content_mime_typeGraham Conzett2018-10-081-2/+1
* Fix issue ActiveStorage direct upload diskGraham Conzett2018-10-072-1/+12
* Make Webpacker the default JavaScript compiler for Rails 6 (#33079)David Heinemeier Hansson2018-09-303-4/+73
* Change the empty block style to have space inside of the blockRafael Mendonça França2018-09-251-1/+1
* Merge pull request #33829 from mtsmfm/encode-filenameKasper Timm Hansen2018-09-235-76/+5
|\