Custom Query (1173 matches)
Results (151 - 153 of 1173)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#785 | fixed | Avoid non-https logins | ||
Description |
It would be cool if this trac instance didn't permit non-https access, especially when people are entering login credentials. People shouldn't be reusing credentials between sites, but some people do anyway. It might be worth deferring this until you have an SSL certificate signed by a CA that normal browsers will recognize. |
|||
#5591 | duplicate | Avoiding up-scaling low-res videos | ||
Description |
Rose Irene wrote to the mailing list: Hello dear developers I was uploading videos with a resolution of 480p to my server but the videos were also scaled to 1080p and 720p. Videos should be scaled from full resolution to lower resolution. Example: 1080p to video 720p, 480p, 360p. but not 360p to 480p, 720p or 1080p Regards, Rose Irene I've just tried this on the current master branch with the following 352x288 video and found that the video was transcoded to 360p, 480p and 720p. https://upload.wikimedia.org/wikipedia/commons/2/25/Kleuters_vieren_gouden_jubileum.ogv
Vijeth, do you have any thoughts on how best to implement this check/skip? In the case that the original video is lower-res than all of the |
|||
#5342 | fixed | Bad feed media URLs for non-local storage | ||
Description |
When I connect to goblinrefuge.com using a pump client, none of the media is displayed because the links are bad. goblinrefuge.com stores media on CloudFiles, so files are hosted on a separate domain. The feed media URL doesn't get this correct. Here's an example of a feed media URL Pumpa received from the API. And here's the actual media URL. The API is mangling the URL by trying to append it to the URL of the mediagoblin server as though it's a relative path hosted on the same domain, instead of using the actual absolute URL. |