From db12418ea59ac07e408015b759f841d0bd96dd9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Thu, 17 Jul 2025 15:08:15 +0400 Subject: [PATCH 01/12] add Mastodon social media integration --- css/styles.css | 12 ++++++++++-- includes/config.default.php | 1 + includes/footer.php | 1 + includes/header.php | 1 + 4 files changed, 13 insertions(+), 2 deletions(-) diff --git a/css/styles.css b/css/styles.css index b53d80a..7d9d9e1 100644 --- a/css/styles.css +++ b/css/styles.css @@ -307,7 +307,8 @@ img { .icon-button i.icon-youtube, .icon-button i.icon-instagram, .icon-button i.icon-tiktok, -.icon-button i.icon-twitter { +.icon-button i.icon-twitter, +.icon-button i.icon-mastodon { color: inherit; } @@ -1698,6 +1699,11 @@ i.icon-x, color: #000000 !important; /* Noir X (anciennement Twitter) */ } +i.icon-mastodon, +.fab.fa-mastodon.icon-mastodon { + color: #563ACC !important; /* Violet Mastodon */ +} + /* Maintenir la couleur par défaut pour les icônes dans le footer */ .footer-social a { margin: 0 10px; @@ -2297,4 +2303,6 @@ i.icon-x, width: 30px; height: 4px; } -} \ No newline at end of file +} + + \ No newline at end of file diff --git a/includes/config.default.php b/includes/config.default.php index e84bdc0..b25660c 100644 --- a/includes/config.default.php +++ b/includes/config.default.php @@ -60,6 +60,7 @@ if (!defined('X_URL')) define('X_URL', '#'); if (!defined('INSTAGRAM_URL')) define('INSTAGRAM_URL', '#'); if (!defined('YOUTUBE_URL')) define('YOUTUBE_URL', '#'); if (!defined('TIKTOK_URL')) define('TIKTOK_URL', '#'); +if (!defined('MASTODON_URL')) define('MASTODON_URL', 'https://koze.kaubuntu.re'); // Contacts if (!defined('CONTACT_EMAIL')) define('CONTACT_EMAIL', 'contact@kaubuntu.re'); diff --git a/includes/footer.php b/includes/footer.php index 23320c1..f8a02c7 100644 --- a/includes/footer.php +++ b/includes/footer.php @@ -66,6 +66,7 @@
+
From 1809af1ad66cca930c0d2210f0d8fc88f3987ef7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Thu, 17 Jul 2025 15:08:37 +0400 Subject: [PATCH 02/12] remove favorites functionality from video page --- video.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/video.php b/video.php index 83362e7..3ea502a 100644 --- a/video.php +++ b/video.php @@ -176,10 +176,6 @@ if (empty($videoData) || isset($videoData['error'])) {
-