Commit Graph

6 Commits (c62b88e3f273631be82c736b8b2cf9df1bcecea1)

Author SHA1 Message Date
Renato "Lond" Cerqueira 4045b50bd6 Restore support to ruby 2.3, add ruby 2.3 to circle ci ()
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
ThibG 50a2854f92 Fix jpeg files sometimes being returned with a .jpe extension ()
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.
Eugen Rochko 50689f0d41
Create special case to prefer "jpeg" over "jpe" file extension ()
Eugen Rochko 7db7d68136
Detect and prevent image bombs, max. processable dimension 4096^2 ()
alpaca-tc ee3e0a93f4 Fixes unknown mime type ()
Yamagishi Kazutoshi 1899cf5f04 Detect extension for preview card ()
* Detect extension for preview card

* next