about summary refs log tree commit diff
path: root/app/models/media_attachment.rb
AgeCommit message (Expand)Author
2018-10-28Reset status cache when status_stat or media_attachment updates (#9119)Eugen Rochko
2018-07-30Convert MOV and WEBM to MP4, raise maximum limit to 40MB (#8101)Eugen Rochko
2018-07-28Resize images by area instead of fixed dimensions (#8083)Eugen Rochko
2018-04-23Update dependencies for Ruby (2018-04-23) (#7237)Yamagishi Kazutoshi
2018-04-23Detect and prevent image bombs, max. processable dimension 4096^2 (#7229)Eugen Rochko
2018-04-10Fix GIFV encoding params (#7098)MIYAGI Hikaru
2018-03-26Validate HTTP response length while receiving (#6891)Akihiko Odaki
2018-02-22Focal points (#6520)Eugen Rochko
2018-02-21Fix avatar and header issues by using custom geometry detector (#6515)Eugen Rochko
2018-02-16Save video metadata and improve video OpenGraph tags (#6481)Eugen Rochko
2018-01-19Change belongs_to_required_by_default to true (#5888)Yamagishi Kazutoshi
2017-11-18Lists (#5703)Eugen Rochko
2017-11-12Update model annotations to use BIGINT for IDs (#5461)Daniel Hunsaker
2017-09-29Increase attachment descriptions to 420 characters (#5139)Eugen Rochko
2017-09-28Add ability to specify alternative text for media attachments (#5123)Eugen Rochko
2017-09-20Use file extensions in addition to MIME types for file picker (#5029)unarist
2017-09-16When accessing uncached media attachment, redownload it (#4955)Eugen Rochko
2017-09-01Make PreviewCard records reuseable between statuses (#4642)Eugen Rochko
2017-07-05Explicitly require MIME::Types (#4083)Akihiko Odaki (@fn_aki@pawoo.net)
2017-06-13Fix #3675 - Adjust quality settings of converted GIFs to reduce filesize (#3723)Eugen Rochko
2017-05-22Specs for cleanup workers (#3235)Matt Jankowski
2017-05-18Fetch remote image using http.rb (#3114)Yamagishi Kazutoshi
2017-05-16Order by symbol value (#3077)alpaca-tc
2017-05-05Fixes unknown mime type (#2822)alpaca-tc
2017-05-02annotate models (#2697)yhirano
2017-04-29Set correct attachment type for rejected media (#2599)Patrick Figel
2017-04-26Add media dimensions (#2448)Francis Chong
2017-04-25Punycode URI normalization (#2370)Eugen
2017-04-19Fix #2108 - Fix gif uploads (#2171)Eugen
2017-04-19Attachment list for uncached attachments (#2110)Eugen
2017-04-18Fix #1642, fix #1912 - Dictate content-type file extension (#2078)Eugen
2017-04-17Media controller specs (#2022)Matt Jankowski
2017-03-06Performance improvement for profilesEugen Rochko
2017-03-06Use more widely supported MP4 format for gifv'sEugen Rochko
2017-03-05Increase max bitrate of converted webms, slightly optimized counter queriesEugen Rochko
2017-03-05Add vsync -cfr option when converting gif to webmEugen Rochko
2017-03-05Higher quality webms? Might improve conversation of some types of gifsEugen Rochko
2017-03-05Detect videos with no sound, handle them like gifvEugen Rochko
2017-03-04Fix #431 - convert gif to webm during upload. Web UI treats them like it didEugen Rochko
2017-01-27Do not run FetchLinkCardService on local URLs, increase file size limit to 8MB,Eugen Rochko
2017-01-06Fix #416 - Generate random unique 14-byte (19 characters) shortcodesEugen Rochko
2016-12-18Add OEmbed iframe HTML, convert emojis on public pages, increase size of atta...Eugen Rochko
2016-12-07Downsize attachment previews, but improve quality from 80 to 90Eugen Rochko
2016-12-05Downsize originals in media attachments, small fixesEugen Rochko
2016-12-04Do not autoplay videos, display play button instead. Use expiring links when ...Eugen Rochko
2016-11-28Fix order of attachments (see #269)Eugen Rochko
2016-11-18Don't create attachments if remote file cannot be fetchedEugen Rochko
2016-11-15Fix rubocop issues, introduce usage of frozen literal to improve performanceEugen Rochko
2016-11-01Catch 404 errors when downloading remote media, add screenshot to landing pageEugen Rochko
2016-10-23Fix public channelEugen Rochko