Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-26 | Merge remote-tracking branch 'origin/master' into gs-master | David Yip | |
2017-10-26 | Fix Cocaine::ExitStatusError when upload small non-animated GIF (#5489) | unarist | |
Looks like copied tempfile need to be flushed before further processing. This issue won't happen if the uploaded file has enough file size. | |||
2017-10-07 | raise Mastodon::ValidationError if audio file duration is over 60 secs | DJ Sundog | |
2017-10-07 | update indentation | DJ Sundog | |
2017-10-07 | adding support for audio uploads, transcoded to mp4 videos | DJ Sundog | |
2017-04-19 | Fix #2108 - Fix gif uploads (#2171) | Eugen | |
* Fix #2108 - Fix gif uploads Add specs for media attachment gifv conversion * Add ffmpeg to travis * Make travis install ffmpeg, not libav * Switch travis to trusty | |||
2017-03-06 | Use more widely supported MP4 format for gifv's | Eugen Rochko | |
2017-03-05 | Detect videos with no sound, handle them like gifv | Eugen Rochko | |
2017-03-04 | Fix #431 - convert gif to webm during upload. Web UI treats them like it did | Eugen Rochko | |
before. In the API, attachments now can be either image, video or gifv. Gifv is to be treated like images in terms of behaviour, but are videos by file type. |