Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-30 | Fix remote files not using Content-Type header, streaming (#14184) | Eugen Rochko | |
2020-03-08 | Change local media attachments to perform heavy processing asynchronously ↵ | Eugen Rochko | |
(#13210) Fix #9106 | |||
2020-01-13 | Fix file names being obfuscated on update when file didn't change (#12857) | Eugen Rochko | |
Fix #12849 | |||
2020-01-04 | Fix base64-encoded file uploads not being possible (#12748) | Eugen Rochko | |
Fix #3804, Fix #5776 | |||
2019-10-03 | Fix performance of GIF re-encoding (#12057) | Eugen Rochko | |
* Change animated GIF detection to not shell out to ImageMagick Signed-off-by: Eugen Rochko <eugen@zeonfederated.com> * Change video encoding parameters to limit to 10800 video frames Signed-off-by: Eugen Rochko <eugen@zeonfederated.com> * Limit GIF image size further Signed-off-by: Eugen Rochko <eugen@zeonfederated.com> * Always strip metadata from video files * Fix code style issues | |||
2019-08-15 | Include max image dimensions in error (#11552) | Arnout Engelen | |
2019-06-30 | Fix support for MP4 files that are actually M4V files (#11210) | Eugen Rochko | |
Resolve #11187 | |||
2019-06-22 | Fix audio-only OGG and WebM files not being processed as such (#11151) | Eugen Rochko | |
Also, because Chrome sends audio/mp3 instead of audio/mpeg as it's supposed to, we need to whitelist that mime type as well | |||
2019-06-20 | Fix converted media being saved with original extension and mime type (#11130) | Eugen Rochko | |
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 |