From ca0d11e8cbde8875bbb576b640559a7f48719703 Mon Sep 17 00:00:00 2001 From: Lai Power Date: Fri, 15 Oct 2021 00:52:04 +0000 Subject: [PATCH] installed plugin `FediEmbedi` version 0.11.1 --- .../fediembedi-master/.github/FUNDING.yml | 12 + .../plugins/fediembedi-master/.gitignore | 7 + .../assets/ElementQueries.js | 530 ++++++++++++++ .../fediembedi-master/assets/ResizeSensor.js | 354 +++++++++ .../fediembedi-master/assets/mastodon.css | 339 +++++++++ .../fediembedi-master/assets/peertube.css | 157 ++++ .../fediembedi-master/assets/pixelfed.css | 82 +++ .../fediembedi-master/fediembedi-client.php | 267 +++++++ .../fediembedi-mastodon-widget.php | 177 +++++ .../fediembedi-peertube-widget.php | 178 +++++ .../fediembedi-pixelfed-widget.php | 180 +++++ .../fediembedi-settings-form.tpl.php | 72 ++ .../fediembedi-master/fediembedi-widget.php | 201 ++++++ .../plugins/fediembedi-master/fediembedi.php | 468 ++++++++++++ .../fediembedi-master/img/mastodon.svg | 1 + .../fediembedi-master/img/peertube.svg | 1 + .../fediembedi-master/img/pixelfed.svg | 101 +++ .../plugins/fediembedi-master/img/pleroma.svg | 93 +++ .../plugins/fediembedi-master/img/retoot.svg | 1 + .../plugins/fediembedi-master/license.txt | 674 ++++++++++++++++++ .../plugins/fediembedi-master/readme.md | 143 ++++ .../plugins/fediembedi-master/readme.txt | 149 ++++ .../plugins/fediembedi-master/style.css | 100 +++ .../templates/mastodon.tpl.php | 115 +++ .../templates/peertube.tpl.php | 54 ++ .../templates/pixelfed.tpl.php | 63 ++ .../plugins/fediembedi-master/uninstall.php | 28 + 27 files changed, 4547 insertions(+) create mode 100644 wp-content/plugins/fediembedi-master/.github/FUNDING.yml create mode 100644 wp-content/plugins/fediembedi-master/.gitignore create mode 100644 wp-content/plugins/fediembedi-master/assets/ElementQueries.js create mode 100644 wp-content/plugins/fediembedi-master/assets/ResizeSensor.js create mode 100644 wp-content/plugins/fediembedi-master/assets/mastodon.css create mode 100644 wp-content/plugins/fediembedi-master/assets/peertube.css create mode 100644 wp-content/plugins/fediembedi-master/assets/pixelfed.css create mode 100644 wp-content/plugins/fediembedi-master/fediembedi-client.php create mode 100644 wp-content/plugins/fediembedi-master/fediembedi-mastodon-widget.php create mode 100644 wp-content/plugins/fediembedi-master/fediembedi-peertube-widget.php create mode 100644 wp-content/plugins/fediembedi-master/fediembedi-pixelfed-widget.php create mode 100644 wp-content/plugins/fediembedi-master/fediembedi-settings-form.tpl.php create mode 100644 wp-content/plugins/fediembedi-master/fediembedi-widget.php create mode 100644 wp-content/plugins/fediembedi-master/fediembedi.php create mode 100644 wp-content/plugins/fediembedi-master/img/mastodon.svg create mode 100644 wp-content/plugins/fediembedi-master/img/peertube.svg create mode 100644 wp-content/plugins/fediembedi-master/img/pixelfed.svg create mode 100644 wp-content/plugins/fediembedi-master/img/pleroma.svg create mode 100644 wp-content/plugins/fediembedi-master/img/retoot.svg create mode 100644 wp-content/plugins/fediembedi-master/license.txt create mode 100644 wp-content/plugins/fediembedi-master/readme.md create mode 100644 wp-content/plugins/fediembedi-master/readme.txt create mode 100644 wp-content/plugins/fediembedi-master/style.css create mode 100644 wp-content/plugins/fediembedi-master/templates/mastodon.tpl.php create mode 100644 wp-content/plugins/fediembedi-master/templates/peertube.tpl.php create mode 100644 wp-content/plugins/fediembedi-master/templates/pixelfed.tpl.php create mode 100644 wp-content/plugins/fediembedi-master/uninstall.php diff --git a/wp-content/plugins/fediembedi-master/.github/FUNDING.yml b/wp-content/plugins/fediembedi-master/.github/FUNDING.yml new file mode 100644 index 00000000..e9ea7ba2 --- /dev/null +++ b/wp-content/plugins/fediembedi-master/.github/FUNDING.yml @@ -0,0 +1,12 @@ +# These are supported funding model platforms + +github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] +patreon: # Replace with a single Patreon username +open_collective: # Replace with a single Open Collective username +ko_fi: # Replace with a single Ko-fi username +tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel +community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry +liberapay: # Replace with a single Liberapay username +issuehunt: # Replace with a single IssueHunt username +otechie: # Replace with a single Otechie username +custom: https://paypal.me/MediaFormat diff --git a/wp-content/plugins/fediembedi-master/.gitignore b/wp-content/plugins/fediembedi-master/.gitignore new file mode 100644 index 00000000..3f0d495b --- /dev/null +++ b/wp-content/plugins/fediembedi-master/.gitignore @@ -0,0 +1,7 @@ +#ignore system files +.DS_Store + +#bootstrap slim +assets/bootstrap/* +!assets/bootstrap/css/bootstrap.min.css +!assets/bootstrap/css/bootstrap.min.css.map diff --git a/wp-content/plugins/fediembedi-master/assets/ElementQueries.js b/wp-content/plugins/fediembedi-master/assets/ElementQueries.js new file mode 100644 index 00000000..4fe4298a --- /dev/null +++ b/wp-content/plugins/fediembedi-master/assets/ElementQueries.js @@ -0,0 +1,530 @@ +'use strict'; + +/** + * Copyright Marc J. Schmidt. See the LICENSE file at the top-level + * directory of this distribution and at + * https://github.com/marcj/css-element-queries/blob/master/LICENSE. + */ +(function (root, factory) { + if (typeof define === "function" && define.amd) { + define(['./ResizeSensor.js'], factory); + } else if (typeof exports === "object") { + module.exports = factory(require('./ResizeSensor.js')); + } else { + root.ElementQueries = factory(root.ResizeSensor); + root.ElementQueries.listen(); + } +}(typeof window !== 'undefined' ? window : this, function (ResizeSensor) { + + /** + * + * @type {Function} + * @constructor + */ + var ElementQueries = function () { + //