about summary refs log tree commit diff
path: root/app/models/concerns/attachmentable.rb
AgeCommit message (Expand)Author
2023-03-25Change media upload limits and remove client-side resizing (#23726)Eugen Rochko
2021-09-29Switch from unmaintained paperclip to kt-paperclip (#16724)Claire
2020-06-30Fix remote files not using Content-Type header, streaming (#14184)Eugen Rochko
2020-03-08Change local media attachments to perform heavy processing asynchronously (#1...Eugen Rochko
2020-01-13Fix file names being obfuscated on update when file didn't change (#12857)Eugen Rochko
2020-01-04Fix base64-encoded file uploads not being possible (#12748)Eugen Rochko
2019-10-03Fix performance of GIF re-encoding (#12057)Eugen Rochko
2019-08-15Include max image dimensions in error (#11552)Arnout Engelen
2019-06-30Fix support for MP4 files that are actually M4V files (#11210)Eugen Rochko
2019-06-22Fix audio-only OGG and WebM files not being processed as such (#11151)Eugen Rochko
2019-06-20Fix converted media being saved with original extension and mime type (#11130)Eugen Rochko
2018-07-03Restore support to ruby 2.3, add ruby 2.3 to circle ci (#7935)Renato "Lond" Cerqueira
2018-06-24Fix jpeg files sometimes being returned with a .jpe extension (#7881)ThibG
2018-06-18Create special case to prefer "jpeg" over "jpe" file extension (#7841)Eugen Rochko
2018-04-23Detect and prevent image bombs, max. processable dimension 4096^2 (#7229)Eugen Rochko
2017-05-05Fixes unknown mime type (#2822)alpaca-tc
2017-05-01Detect extension for preview card (#2679)Yamagishi Kazutoshi