2
2
Fork
You've already forked PeerTubeEmbed
0
  • v1.0.5 43814ceb7a

    Release 1.0.5 Stable

    YellowComet released this 2024年01月26日 20:27:56 +01:00 | 2 commits to main since this release

    Signed by YellowComet
    GPG key ID: 292228735AE707FF

    This release's main feature is running the URL generated for the iframe through HtmlArmor::getHtml() (basically a wrapper for htmlspecialchars()) before being put on the iframe.

    I've not managed to get XSS yet, though I've been able to mangle the iframe tag by taking advantage of this. Regardless, it is a matter of time before someone finds a way to do it. You're encouraged to upgrade.

    Downloads
  • v1.0.4 c30ef056e1

    Release 1.0.4 Stable

    YellowComet released this 2023年02月11日 20:06:52 +01:00 | 16 commits to main since this release

    No known key found for this signature in database

    This release adds the missing closing tag. Without it, all content after the embed was included inside the embed, making the rest of the article appear missing.

    This was caused by a lack of more thorough testing, I will be more careful in the future.

    Other than that, there have been changes to the CONTRIBUTING.md file to clarify that contributions to this repo are under the GPL-2.0-or-later. The license notice at README.md has also been changed.

    The URL at extension.json (the one shown at Special:Version) has also been changed to this extension's page at mediawiki.org.

    (Correction February 12th, 2023: The changes clarifying the license of PRs were done to CONTRIBUTING.md, not CHANGELOG.md)

    Downloads
  • v1.0.3 c698c12ea0

    Release 1.0.3 Stable

    YellowComet released this 2023年02月08日 21:21:38 +01:00 | 34 commits to main since this release

    No known key found for this signature in database

    This release fixes fullscreen functionality, and sets up i18n.

    Downloads
  • v1.0.2 8fc8768e2b

    Release 1.0.2 Stable

    YellowComet released this 2023年02月07日 23:06:02 +01:00 | 44 commits to main since this release

    No known key found for this signature in database

    This release's most important change is the change from printf to sprintf, which avoids including the lenght of the string in the output.

    On the documentation side of things, README.md has also seen some changes. Notably, it recommends downloading the release from the releases tab instead of cloning with Git. CHANGELOG.md has seen some minor changes related to Markdown formatting.

    Downloads
  • v1.0.1 d36face7b1

    Release 1.0.1 Stable

    YellowComet released this 2023年02月07日 18:27:33 +01:00 | 53 commits to main since this release

    No known key found for this signature in database

    This release fixes an error when checking the URL components.

    In 1.0.0, it would throw a PHP warning on URLs like https://tilvids.com when checking if the required components (specifically, whether /w/ is in the path) were there. This release fixes it.

    Updating is recommended.

    Downloads
  • v1.0.0 8e00845d97

    YellowComet released this 2023年02月06日 17:05:25 +01:00 | 55 commits to main since this release

    No known key found for this signature in database

    Initial release of the extension.

    Downloads