Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-03 | Restore support to ruby 2.3, add ruby 2.3 to circle ci (#7935) | Renato "Lond" Cerqueira | |
This replace calls of String#match? with rails Regex#match? This follows the same idea used to keep Rails 5.2 compatible with Ruby 2.2.2 in https://github.com/rails/rails/pull/32973 | |||
2018-06-24 | Fix jpeg files sometimes being returned with a .jpe extension (#7881) | ThibG | |
While this isn't exactly *wrong*, files uploaded with a “.jpe” extension will keep that extension, which will often cause them to be served with an incorrect mimetype. | |||
2018-06-18 | Create special case to prefer "jpeg" over "jpe" file extension (#7841) | Eugen Rochko | |
2018-04-23 | Detect and prevent image bombs, max. processable dimension 4096^2 (#7229) | Eugen Rochko | |
2017-05-05 | Fixes unknown mime type (#2822) | alpaca-tc | |
2017-05-01 | Detect extension for preview card (#2679) | Yamagishi Kazutoshi | |
* Detect extension for preview card * next |