about summary refs log tree commit diff
path: root/app/models/media_attachment.rb
AgeCommit message (Expand)Author
2022-06-28Support audio/vnd.wave (#18737)Jeong Arm
2022-05-27Add support for webp uploads (#18506)Alexander Ivanov
2022-03-26Fix edits with no actual changes being allowed (#17843)Eugen Rochko
2022-02-22Fix some media attachments being converted with too high framerates (#17619)Claire
2022-02-10Add editing for published statuses (#17320)Eugen Rochko
2021-10-13Fix error when rendering public pages with media attachments (#16763)Claire
2021-10-06Fix media attachment size validation not correctly accounting for file type (...Claire
2021-09-29Switch from unmaintained paperclip to kt-paperclip (#16724)Claire
2021-09-13Stop setting a shortcode to newly-created media attachments (#16730)Claire
2021-05-05Fix media processing getting stuck on too much stdin/stderr (#16136)Eugen Rochko
2021-02-09Change max. image dimensions to 1920x1080px (1080p) (#15690)Eugen Rochko
2020-08-30Fix videos with near-60 fps being rejected (#14684)Eugen Rochko
2020-07-19Fix movie width and frame_rate returning nil (#14357)Takeshi Umeda
2020-07-14Fix larger video files not being transcoded (#14306)ThibG
2020-07-05Add color extraction for audio thumbnails (#14209)Eugen Rochko
2020-06-29Add customizable thumbnails for audio and video attachments (#14145)Eugen Rochko
2020-06-25Fix various issues around OpenGraph representation of media (#14133)Eugen Rochko
2020-04-26Add separate cache directory for non-local uploads (#12821)Eugen Rochko
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-09Change video uploads to always be converted to H264/MP4 (#13220)Eugen Rochko
2020-03-09Change video uploads to enforce certain limits (#13218)Eugen Rochko
2020-03-08Change local media attachments to perform heavy processing asynchronously (#1...Eugen Rochko
2020-03-05Fix "tootctl media remove-orphans" crashing when encountering invalid media (...Eugen Rochko
2020-01-23Fix media attachments without file being uploadable (#12562)Eugen Rochko
2020-01-04Fix base64-encoded file uploads not being possible (#12748)Eugen Rochko
2019-12-08Add `tootctl media remove-orphans` (#12568)Eugen Rochko
2019-12-02Update ESLint and RuboCop in Code Climate (#12534)Yamagishi Kazutoshi
2019-11-04Fix remote media descriptions being cut off at 420 chars (#12262)ThibG
2019-10-24remove audio metadata (#12171)Hugo Gameiro
2019-10-06add loglevel fatal to video and audio styles (#12088)Hugo Gameiro
2019-10-03Fix performance of GIF re-encoding (#12057)Eugen Rochko
2019-09-13Change max length of media descriptions from 420 to 1500 characters (#11819)Eugen Rochko
2019-09-10Add retry for failed media downloads and `tootctl media refresh` (#11775)Eugen Rochko
2019-09-10Change tootctl to use inline parallelization instead of Sidekiq (#11776)Eugen Rochko
2019-08-30Add more media formats (#11687)umonaca
2019-08-17Remove WebP support (#11589)Stanislas
2019-07-27Remove timestamps from converted images to make them deterministic (#11408)Eugen Rochko
2019-07-18Add aac, m4a, 3gp to allowed audio formats (#11342)Eugen Rochko
2019-06-22Fix audio-only OGG and WebM files not being processed as such (#11151)Eugen Rochko
2019-06-22Fix audio not being downloaded from remote servers (#11145)Eugen Rochko
2019-06-21Change audio format from ogg to mp3 for wider compatibility (#11141)Eugen Rochko
2019-06-20Fix converted media being saved with original extension and mime type (#11130)Eugen Rochko
2019-06-19Add audio uploads (#11123)Eugen Rochko
2019-04-27Add blurhash (#10630)Eugen Rochko
2019-02-04Use video filesize limit with gifv (#9924)rinsuki
2019-02-02Add WebP support (#9879)Acid Chicken (硫酸鶏)
2019-01-05Add scheduled statuses (#9706)Eugen Rochko
2018-11-27add loglevel to ffmpeg in gif upload (#9368)Hugo Gameiro