| Commit message (Expand) | Author | Age | Files | Lines |
* | Mirror direct uploads | George Claghorn | 2019-05-22 | 4 | -59/+70 |
* | S3: permit uploading files larger than 5 GB | George Claghorn | 2019-05-16 | 1 | -2/+20 |
* | Remove outdated cross-origin redirection tests | George Claghorn | 2019-05-15 | 2 | -55/+0 |
* | Don't fail ImageAnalyzer on unsupported types | Guilherme Mansur | 2019-04-24 | 1 | -0/+8 |
* | Merge pull request #36045 from yfxie/fix-normalize-the-hash-of-transformations | George Claghorn | 2019-04-21 | 1 | -0/+8 |
|\ |
|
| * | normalize the hash of transformations | Yi Feng | 2019-04-20 | 1 | -0/+8 |
* | | Allow ActiveStorage to generate variants of BMP images | Younes SERRAJ | 2019-04-21 | 2 | -0/+11 |
|/ |
|
* | Output junit format test report | Fumiaki MATSUSHIMA | 2019-04-04 | 1 | -0/+2 |
* | url -> URL where apt except inside actionpack/ | Sharang Dashputre | 2019-04-01 | 3 | -7/+7 |
* | Add ActiveStorage::Service#open | George Claghorn | 2019-03-28 | 1 | -5/+3 |
* | [ActiveStorage] Ensure that the `_blob` association is properly loaded when a... | Abhishek Chandrasekhar | 2019-02-26 | 2 | -0/+6 |
* | Delegated path_for to primary in the MirrorService | Abhay Nikam | 2019-02-14 | 1 | -0/+4 |
* | include the content type when uploading to S3 | Simo Leone | 2019-01-24 | 1 | -0/+18 |
* | Fix ArgumentError: Unsafe redirect | Yuichi Takeuchi | 2019-01-21 | 2 | -0/+55 |
* | Merge pull request #34132 from ConfusedVorlon/enable_fragment_cache_log_in_dev | Rafael França | 2019-01-08 | 1 | -0/+1 |
|\ |
|
| * | enable_fragment_cache_logging | Rob Jonson | 2018-10-09 | 1 | -0/+1 |
* | | Permit generating variants of TIFF images | Luciano Sousa | 2018-12-30 | 2 | -0/+11 |
* | | Make Active Storage blob keys lowercase | Julik Tarkhanov | 2018-12-30 | 2 | -1/+5 |
* | | Use 6.0 default configs in Active Storage test dummy app | bogdanvlviv | 2018-12-30 | 1 | -1/+1 |
* | | Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin block | Ryuta Kamizono | 2018-12-21 | 7 | -212/+180 |
* | | Module#{define_method,alias_method,undef_method,remove_method} become public ... | Ryuta Kamizono | 2018-12-21 | 2 | -2/+2 |
* | | add require 'database/setup' in activestorage/test/service/s3_service_test.rb | Marcelo Perini Veloso | 2018-12-01 | 1 | -0/+1 |
* | | `metadata` is not passed to service | yuuji.yaginuma | 2018-12-01 | 1 | -2/+1 |
* | | Add a test with extra keys to active_storage Service#upload | Yannick Schutz | 2018-11-30 | 1 | -0/+19 |
* | | Fix "warning: ambiguous first argument; put parentheses or a space even after... | yuuji.yaginuma | 2018-11-28 | 1 | -3/+3 |
* | | text is treated as `attachment` | yuuji.yaginuma | 2018-11-28 | 1 | -2/+2 |
* | | Fix broken `ActiveStorage::BlobTest` | yuuji.yaginuma | 2018-11-28 | 1 | -1/+1 |
* | | Remove duplicated test | yuuji.yaginuma | 2018-11-28 | 1 | -14/+0 |
* | | Prevent content type and disposition bypass in storage service URLs | Rosa Gutierrez | 2018-11-27 | 4 | -11/+78 |
|/ |
|
* | Fix issue ActiveStorage direct upload disk | Graham Conzett | 2018-10-07 | 1 | -0/+10 |
* | Make Webpacker the default JavaScript compiler for Rails 6 (#33079) | David Heinemeier Hansson | 2018-09-30 | 3 | -4/+73 |
* | Change the empty block style to have space inside of the block | Rafael Mendonça França | 2018-09-25 | 1 | -1/+1 |
* | Merge pull request #33829 from mtsmfm/encode-filename | Kasper Timm Hansen | 2018-09-23 | 2 | -33/+1 |
|\ |
|
| * | Encode Content-Disposition filenames on send_data and send_file | Fumiaki MATSUSHIMA | 2018-09-13 | 2 | -33/+1 |
* | | Enable `Performance/UnfreezeString` cop | yuuji.yaginuma | 2018-09-23 | 2 | -3/+3 |
|/ |
|
* | use "minitest" consistently | Xavier Noria | 2018-09-11 | 1 | -2/+1 |
* | Fix zero-byte files upload | Marcelo Perini Veloso | 2018-09-06 | 2 | -0/+7 |
* | Merge pull request #33666 from cbothner/fail-gracefully-from-activestorage-fi... | George Claghorn | 2018-08-22 | 2 | -0/+29 |
|\ |
|
| * | Respond with 404 in ActiveStorage::DiskController#show when file missing | Cameron Bothner | 2018-08-21 | 1 | -0/+8 |
| * | Translate service-specific missing object exceptions into a generic one | Cameron Bothner | 2018-08-21 | 1 | -0/+21 |
* | | Remove superfluous test | George Claghorn | 2018-08-19 | 1 | -10/+0 |
|/ |
|
* | Improve ActiveStorage service adapter error handling | Joel Taylor | 2018-08-06 | 1 | -0/+6 |
* | Fix uploading Tempfiles to Azure Storage | George Claghorn | 2018-08-03 | 1 | -0/+17 |
* | Ignore ActiveRecord::InvalidForeignKey in ActiveStorage::Blob#purge | Jasper Martin | 2018-07-26 | 3 | -2/+93 |
* | Merge pull request #33229 from albertoalmagro/albertoalmagro/prefer-rails-com... | Matthew Draper | 2018-07-25 | 1 | -1/+1 |
|\ |
|
| * | Recommend use of rails over bin/rails | Alberto Almagro | 2018-07-06 | 1 | -1/+1 |
* | | Discard ActiveStorage::PurgeJobs on ActiveRecord::InvalidForeignKey | George Claghorn | 2018-07-20 | 1 | -0/+10 |
* | | Test that ActiveStorage::Blob#purge fails when attachments exist | George Claghorn | 2018-07-20 | 1 | -0/+8 |
* | | Add a foreign-key constraint to the attachments table for blobs | George Claghorn | 2018-07-19 | 2 | -2/+2 |
* | | Remove unnecessary tap | George Claghorn | 2018-07-17 | 1 | -10/+8 |