TypeA2

Results 5 issues of TypeA2

Currently ugoira samples aren't generated with a specific pixel format specified: https://github.com/danbooru/danbooru/blob/0d90434cd02cb5cf2c7723a1b38eab4817c2f245/app/logical/media_file/ugoira.rb#L352 This casuse ffmpeg to just pass through the pixel format. For most JPEG ugoiras this gives `yuv444p`, but...

Bug

Sometimes it's useful to use a cropped version of a post as an embedded image. If you still want to find the original post, you currently have to manually add...

Poipiku changed their API now requires a login, and produces signed direct image URLs that expire. The format also slightly changed, from: ``` https://img-orig.poipiku.com/user_img03/009416896/010718302_023702506_X5LNftu5w.jpeg ``` to ``` https://cdn.poipiku.com/009416896/010718302_023702506_X5LNftu5w.jpeg?Expires=\d*&Signature=.*&Key-Pair-Id=.* ``` Thankfully,...

Turns out the `SUB` cookie is now required to get the status data in the mobile page URL, and the `/ajax/statuses/show` endpoint now requires a referer. Some commentaries also changed...

Related to e102fa1 and #6057. The current commentary dtext editor has duplicate controls (and doesn't cover the title field), I think a better solution would be to have a single...