| Commit message (Expand) | Author | Age | Files | Lines |
* | Permit sending Active Storage purge and analysis jobs to separate queues | George Claghorn | 2019-01-01 | 6 | -3/+31 |
* | Bump license years for 2019 | Arun Agrawal | 2018-12-31 | 2 | -2/+2 |
* | Permit generating variants of TIFF images | Luciano Sousa | 2018-12-30 | 4 | -0/+17 |
* | Make Active Storage blob keys lowercase | Julik Tarkhanov | 2018-12-30 | 4 | -4/+24 |
* | Use 6.0 default configs in Active Storage test dummy app | bogdanvlviv | 2018-12-30 | 1 | -1/+1 |
* | Don’t include an undefined X-CSRF-Token header | Cameron Bothner | 2018-12-27 | 3 | -2/+15 |
* | Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin block | Ryuta Kamizono | 2018-12-21 | 11 | -280/+224 |
* | Module#{define_method,alias_method,undef_method,remove_method} become public ... | Ryuta Kamizono | 2018-12-21 | 2 | -2/+2 |
* | Require Ruby 2.5 for Rails 6. | Kasper Timm Hansen | 2018-12-19 | 2 | -3/+3 |
* | Merge pull request #34585 from marceloperini/marceloperini/33795 | Yuji Yaginuma | 2018-12-03 | 1 | -0/+1 |
|\ |
|
| * | add require 'database/setup' in activestorage/test/service/s3_service_test.rb | Marcelo Perini Veloso | 2018-12-01 | 1 | -0/+1 |
* | | Remove obsolete yarn.lock files and check in root yarn.lock file | Richard Macklin | 2018-12-02 | 1 | -1923/+0 |
|/ |
|
* | `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 `ArgumentError` when uploading to amazon s3 | Hiroki Sanpei | 2018-11-28 | 2 | -1/+5 |
* | 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 |
* | Fix minor Active Storage docs typo [ci skip] | Adrian Hawrylak | 2018-11-28 | 1 | -1/+1 |
* | Prevent content type and disposition bypass in storage service URLs | Rosa Gutierrez | 2018-11-27 | 14 | -38/+172 |
* | ASt direct uploads: account for <button type="submit"> elements | Tasos Maschalidis | 2018-11-24 | 2 | -4/+4 |
* | Add progressive JPG to default variable content types | Maurice Kühlborn | 2018-11-21 | 2 | -0/+5 |
* | Amend CVE note and security guide section wordings | Gannon McGibbon | 2018-11-06 | 1 | -3/+3 |
* | Add CVE note to security guide and gemspecs | Gannon McGibbon | 2018-11-06 | 1 | -0/+3 |
* | update activestorage attachment model documentation reflect recent behavior c... | Kyle Keesling | 2018-10-24 | 1 | -3/+2 |
* | Point to requiring the ASt engine in the installation instructions [ci skip] | Donnie Propst | 2018-10-08 | 1 | -0/+2 |
* | Use content_mime_type | Graham Conzett | 2018-10-08 | 1 | -2/+1 |
* | Fix issue ActiveStorage direct upload disk | Graham Conzett | 2018-10-07 | 2 | -1/+12 |
* | 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 | 5 | -76/+5 |
|\ |
|
| * | Encode Content-Disposition filenames on send_data and send_file | Fumiaki MATSUSHIMA | 2018-09-13 | 5 | -76/+5 |
* | | Enable `Performance/UnfreezeString` cop | yuuji.yaginuma | 2018-09-23 | 2 | -3/+3 |
* | | Raise `ActiveRecord::InvalidForeignKey` in `before_destroy` for a blob if att... | bogdanvlviv | 2018-09-16 | 1 | -0/+4 |
* | | Configure Active Storage route prefix | Chris Bisnett | 2018-09-14 | 4 | -12/+19 |
|/ |
|
* | use "minitest" consistently | Xavier Noria | 2018-09-11 | 1 | -2/+1 |
* | Fix zero-byte files upload | Marcelo Perini Veloso | 2018-09-06 | 3 | -1/+12 |
* | Handle only specifically relevant Azure HTTPErrors | Cameron Bothner | 2018-08-23 | 2 | -5/+14 |
* | Revert "Merge pull request #33667 from cbothner/azure-service-swallowing-all-... | George Claghorn | 2018-08-23 | 2 | -20/+7 |
* | Handle only specifically relevant Azure HTTPErrors | Cameron Bothner | 2018-08-23 | 2 | -7/+20 |
* | Merge pull request #33666 from cbothner/fail-gracefully-from-activestorage-fi... | George Claghorn | 2018-08-22 | 9 | -18/+118 |
|\ |
|
| * | Respond with 404 in ActiveStorage::DiskController#show when file missing | Cameron Bothner | 2018-08-21 | 3 | -0/+16 |
| * | Translate service-specific missing object exceptions into a generic one | Cameron Bothner | 2018-08-21 | 7 | -18/+102 |
* | | activestorage: yarn build | bogdanvlviv | 2018-08-19 | 1 | -4/+4 |
* | | Retry ActiveStorage::AnalyzeJobs on download integrity check failures | George Claghorn | 2018-08-19 | 1 | -0/+2 |
* | | Remove superfluous test | George Claghorn | 2018-08-19 | 1 | -10/+0 |
* | | Enable multiple submit buttons for Active Storage forms | Chris Seelus | 2018-08-18 | 2 | -2/+22 |
|/ |
|
* | Extract ActiveStorage::SetCurrent | George Claghorn | 2018-08-16 | 3 | -5/+23 |
* | Document all Active Storage error classes [ci skip] | George Claghorn | 2018-08-10 | 1 | -0/+8 |