Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-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. |