about summary refs log tree commit diff
path: root/lib/paperclip
AgeCommit message (Expand)Author
2023-02-25Merge branch 'main' into glitch-soc/merge-upstreamClaire
2023-02-22Enable Rubocop Style/StringConcatenation defaults (#23792)Nick Schonning
2023-02-20Autofix Rubocop Style/FormatString (#23743)Nick Schonning
2023-02-20Autofix Rubocop Style/UnpackFirst (#23741)Nick Schonning
2023-02-19Merge branch 'main' into glitch-soc/merge-upstreamClaire
2023-02-19Autofix Rubocop Style/RedundantBegin (#23703)Nick Schonning
2023-02-18Autofix Rubocop Lint/AmbiguousOperatorPrecedence (#23681)Nick Schonning
2023-02-18Run rubocop formatting except line length (#23632)Nick Schonning
2022-11-12Merge branch 'main' into glitch-soc/merge-upstreamClaire
2022-11-11blurhash_transcoder: prevent out-of-bound reads with <8bpp images (#20388)Pierre Bourdon
2022-09-02Fix audio always being re-encoded even for passthrough-eligible media (#1839)Una
2022-06-01Remove dependency on running Redis server for db:setup (#18560)Claire
2022-04-01fix: `s3_force_single_request` not parsed (#17922)Holger
2022-02-22Fix some media attachments being converted with too high framerates (#17619)Claire
2021-11-16Fix upload of remote media with OpenStack Swift sometimes failing (#16998)Claire
2021-10-18Add S3_FORCE_SINGLE_REQUEST env var to work around S3 compatibility issues (#...Claire
2021-09-29Switch from unmaintained paperclip to kt-paperclip (#16724)Claire
2021-08-08Fix unsupported video error message handling (#16581)Takeshi Umeda
2021-05-11Fix animated GIF generates animated thumbnail (#16216)rinsuki
2021-05-07Fix older migrations on Ruby 3 (#16174)Claire
2021-05-06Add Ruby 3.0 support (#16046)Claire
2021-05-05Fix media processing getting stuck on too much stdin/stderr (#16136)Eugen Rochko
2021-01-31Fixed code quality issues (#15541)Shubhendra Singh Chauhan
2021-01-10Optimize map { ... }.compact calls (#15513)luigi
2021-01-07Fix rubocop config and warnings (#15503)abcang
2020-12-15Add stoplight for object storage failures, return HTTP 503 (#13043)Eugen Rochko
2020-09-27Fix downloading remote media files when server returns empty filename (#14867)ThibG
2020-09-11Change REST API to return empty data for suspended accounts (#14765)Eugen Rochko
2020-09-01Bump rubocop from 0.86.0 to 0.88.0 (#14412)dependabot[bot]
2020-08-02Fix thumbnail color extraction (#14464)ThibG
2020-08-02Change content-type to be always computed from file data (#14452)ThibG
2020-07-19Fix mimetype returning nil (#14356)Takeshi Umeda
2020-07-07Fix ogg vorbis files with a cover art not being correctly processed (#14255)ThibG
2020-07-05Add color extraction for audio thumbnails (#14209)Eugen Rochko
2020-07-03Fix audio uploads without embedded image (#14203)Eugen Rochko
2020-06-30Fix remote files not using Content-Type header, streaming (#14184)Eugen Rochko
2020-06-29Add customizable thumbnails for audio and video attachments (#14145)Eugen Rochko
2020-06-05Add blurhash to preview cards (#13984)ThibG
2020-05-15Fix GifReader exceptions (#13760)ThibG
2020-04-26Add separate cache directory for non-local uploads (#12821)Eugen Rochko
2020-04-06Fix trying to delete already deleted file when post-processing (#13406)Eugen Rochko
2020-03-26Fix Paperclip using deprecated URI.escape function (#13320)ThibG
2020-03-26Change `tootctl media remove-orphans` to work for all classes (#13316)Eugen Rochko
2020-03-10Fix videos with unsupported colorspace not being transcoded (#13242)ThibG
2020-03-09Fix MP4 (H264 + AAC) video files being needlessly re-encoded (#13239)ThibG
2020-03-08Change local media attachments to perform heavy processing asynchronously (#1...Eugen Rochko
2020-01-11Fix ruby 2.7 warnings about keyword parameters (#12824)ThibG
2019-12-02Update ESLint and RuboCop in Code Climate (#12534)Yamagishi Kazutoshi
2019-10-03Fix performance of GIF re-encoding (#12057)Eugen Rochko
2019-06-20Fix converted media being saved with original extension and mime type (#11130)Eugen Rochko