]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Admin/Federation.php
Merge pull request #12922 from annando/nomad-version
[friendica.git] / src / Module / Admin / Federation.php
index f5d7cb07bc63be56b2d0fa474ebac085151bba49..59399e639ca814d8612c374f04083a107a20dd53 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
 
 namespace Friendica\Module\Admin;
 
+use Friendica\App;
+use Friendica\Core\Protocol;
 use Friendica\Core\Renderer;
 use Friendica\Database\DBA;
 use Friendica\DI;
+use Friendica\Model\GServer;
 use Friendica\Module\BaseAdmin;
 
 class Federation extends BaseAdmin
 {
-       public static function content(array $parameters = [])
+       protected function content(array $request = []): string
        {
-               parent::content($parameters);
+               parent::content();
 
                // get counts on active federation systems this node is knowing
                // We list the more common systems by name. The rest is counted as "other"
                $systems = [
-                       'friendica'   => ['name' => 'Friendica', 'color' => '#ffc018'], // orange from the logo
-                       'diaspora'    => ['name' => 'Diaspora', 'color' => '#a1a1a1'], // logo is black and white, makes a gray
-                       'funkwhale'   => ['name' => 'Funkwhale', 'color' => '#4082B4'], // From the homepage
-                       'gnusocial'   => ['name' => 'GNU Social/Statusnet', 'color' => '#a22430'], // dark red from the logo
-                       'hubzilla'    => ['name' => 'Hubzilla/Red Matrix', 'color' => '#43488a'], // blue from the logo
-                       'mastodon'    => ['name' => 'Mastodon', 'color' => '#1a9df9'], // blue from the Mastodon logo
-                       'misskey'     => ['name' => 'Misskey', 'color' => '#ccfefd'], // Font color of the homepage
-                       'nextcloud'   => ['name' => 'Nextcloud', 'color' => '#1cafff'], // Logo color
-                       'peertube'    => ['name' => 'Peertube', 'color' => '#ffad5c'], // One of the logo colors
-                       'pixelfed'    => ['name' => 'Pixelfed', 'color' => '#11da47'], // One of the logo colors
-                       'pleroma'     => ['name' => 'Pleroma', 'color' => '#E46F0F'], // Orange from the text that is used on Pleroma instances
-                       'plume'       => ['name' => 'Plume', 'color' => '#7765e3'], // From the homepage
-                       'socialhome'  => ['name' => 'SocialHome', 'color' => '#52056b'], // lilac from the Django Image used at the Socialhome homepage
-                       'wordpress'   => ['name' => 'WordPress', 'color' => '#016087'], // Background color of the homepage
-                       'writefreely' => ['name' => 'WriteFreely', 'color' => '#292929'], // Font color of the homepage
-                       'other'       => ['name' => DI::l10n()->t('Other'), 'color' => '#F1007E'], // ActivityPub main color
+                       'friendica'    => ['name' => 'Friendica', 'color' => '#ffc018'], // orange from the logo
+                       'akkoma'       => ['name' => 'Akkoma', 'color' => '#9574cd'], // Color from the page
+                       'birdsitelive' => ['name' => 'BirdsiteLIVE', 'color' => '#1b6ec2'], // Color from the page
+                       'bookwyrm'     => ['name' => 'BookWyrm', 'color' => '#00d1b2'], // Color from the page
+                       'calckey'      => ['name' => 'Calckey', 'color' => '#286983'], // Color from the page
+                       'castopod'     => ['name' => 'Castopod', 'color' => '#00564a'], // Background color from the page
+                       'diaspora'     => ['name' => 'Diaspora', 'color' => '#a1a1a1'], // logo is black and white, makes a gray
+                       'foundkey'     => ['name' => 'Foundkey', 'color' => '#609926'], // Some random color from the repository
+                       'funkwhale'    => ['name' => 'Funkwhale', 'color' => '#4082B4'], // From the homepage
+                       'gancio'       => ['name' => 'Gancio', 'color' => '#7253ed'], // Fontcolor from the page
+                       'gnusocial'    => ['name' => 'GNU Social/Statusnet', 'color' => '#a22430'], // dark red from the logo
+                       'gotosocial'   => ['name' => 'GoToSocial', 'color' => '#df8958'], // Some color from their mascot
+                       'hometown'     => ['name' => 'Hometown', 'color' => '#1f70c1'], // Color from the Patreon page
+                       'honk'         => ['name' => 'Honk', 'color' => '##0d0d0d'], // Background color from the page
+                       'hubzilla'     => ['name' => 'Hubzilla/Red Matrix', 'color' => '#43488a'], // blue from the logo
+                       'lemmy'        => ['name' => 'Lemmy', 'color' => '#00c853'], // Green from the page
+                       'mastodon'     => ['name' => 'Mastodon', 'color' => '#1a9df9'], // blue from the Mastodon logo
+                       'microblog'    => ['name' => 'Microblog', 'color' => '#fdb52b'], // Color from the page
+                       'misskey'      => ['name' => 'Misskey', 'color' => '#ccfefd'], // Font color of the homepage
+                       'mobilizon'    => ['name' => 'Mobilizon', 'color' => '#ffd599'], // Background color of parts of the homepage
+                       'nextcloud'    => ['name' => 'Nextcloud', 'color' => '#1cafff'], // Logo color
+                       'nomad'        => ['name' => 'Nomad projects (Mistpark, Osada, Roadhouse, Streams. Zap)', 'color' => '#348a4a'], // Green like the Mistpark green
+                       'owncast'      => ['name' => 'Owncast', 'color' => '#007bff'], // Font color of the homepage
+                       'peertube'     => ['name' => 'Peertube', 'color' => '#ffad5c'], // One of the logo colors
+                       'pixelfed'     => ['name' => 'Pixelfed', 'color' => '#11da47'], // One of the logo colors
+                       'pleroma'      => ['name' => 'Pleroma', 'color' => '#E46F0F'], // Orange from the text that is used on Pleroma instances
+                       'plume'        => ['name' => 'Plume', 'color' => '#7765e3'], // From the homepage
+                       'relay'        => ['name' => 'ActivityPub Relay', 'color' => '#888888'], // Grey like the second color of the ActivityPub logo
+                       'socialhome'   => ['name' => 'SocialHome', 'color' => '#52056b'], // lilac from the Django Image used at the Socialhome homepage
+                       'takahe'       => ['name' => 'TakahÄ“', 'color' => '#26323c'], // Background color of the homepage
+                       'wildebeest'   => ['name' => 'Wildebeest', 'color' => '#0055dc'], // Color of the mascot
+                       'wordpress'    => ['name' => 'WordPress', 'color' => '#016087'], // Background color of the homepage
+                       'write.as'     => ['name' => 'Write.as', 'color' => '#00ace3'], // Border color of the homepage
+                       'writefreely'  => ['name' => 'WriteFreely', 'color' => '#292929'], // Font color of the homepage
+                       'other'        => ['name' => DI::l10n()->t('Other'), 'color' => '#F1007E'], // ActivityPub main color
                ];
 
                $platforms = array_keys($systems);
@@ -60,25 +82,39 @@ class Federation extends BaseAdmin
                        $counts[$platform] = [];
                }
 
-               $total = 0;
-               $users = 0;
+               $total    = 0;
+               $users    = 0;
+               $month    = 0;
+               $halfyear = 0;
+               $posts    = 0;
 
-               $gservers = DBA::p("SELECT COUNT(*) AS `total`, SUM(`registered-users`) AS `users`, `platform`,
+               $gservers = DBA::p("SELECT COUNT(*) AS `total`, SUM(`registered-users`) AS `users`,
+                       SUM(IFNULL(`local-posts`, 0) + IFNULL(`local-comments`, 0)) AS `posts`,
+                       SUM(IFNULL(`active-month-users`, `active-week-users`)) AS `month`,
+                       SUM(IFNULL(`active-halfyear-users`, `active-week-users`)) AS `halfyear`, `platform`,
                        ANY_VALUE(`network`) AS `network`, MAX(`version`) AS `version`
-                       FROM `gserver` WHERE NOT `failed` GROUP BY `platform`");
+                       FROM `gserver` WHERE NOT `failed` AND `platform` != ? AND `detection-method` != ? AND NOT `network` IN (?, ?) GROUP BY `platform`",
+                               '', GServer::DETECT_MANUAL, Protocol::PHANTOM, Protocol::FEED);
                while ($gserver = DBA::fetch($gservers)) {
-                       $total += $gserver['total'];
-                       $users += $gserver['users'];
+                       $total    += $gserver['total'];
+                       $users    += $gserver['users'];
+                       $month    += $gserver['month'];
+                       $halfyear += $gserver['halfyear'];
+                       $posts    += $gserver['posts'];
 
                        $versionCounts = [];
                        $versions = DBA::p("SELECT COUNT(*) AS `total`, `version` FROM `gserver`
-                               WHERE NOT `failed` AND `platform` = ?
-                               GROUP BY `version` ORDER BY `version`", $gserver['platform']);
+                               WHERE NOT `failed` AND `platform` = ? AND `detection-method` != ? AND NOT `network` IN (?, ?)
+                               GROUP BY `version` ORDER BY `version`", $gserver['platform'], GServer::DETECT_MANUAL, Protocol::PHANTOM, Protocol::FEED);
                        while ($version = DBA::fetch($versions)) {
                                $version['version'] = str_replace(["\n", "\r", "\t"], " ", $version['version']);
 
                                if (in_array($gserver['platform'], ['Red Matrix', 'redmatrix', 'red'])) {
                                        $version['version'] = 'Red ' . $version['version'];
+                               } elseif (in_array($gserver['platform'], ['osada', 'mistpark', 'roadhouse', 'streams', 'zap'])) {
+                                       $version['version'] = $gserver['platform'] . ' ' . $version['version'];
+                               } elseif (in_array($gserver['platform'], ['activityrelay', 'pub-relay', 'selective-relay', 'aoderelay'])) {
+                                       $version['version'] = $gserver['platform'] . '-' . $version['version'];
                                }
 
                                $versionCounts[] = $version;
@@ -91,12 +127,18 @@ class Federation extends BaseAdmin
                                $platform = 'friendica';
                        } elseif (in_array($platform, ['red matrix', 'redmatrix', 'red'])) {
                                $platform = 'hubzilla';
+                       } elseif (in_array($platform, ['osada', 'mistpark', 'roadhouse', 'streams', 'zap'])) {
+                               $platform = 'nomad';
                        } elseif(stristr($platform, 'pleroma')) {
                                $platform = 'pleroma';
                        } elseif(stristr($platform, 'statusnet')) {
                                $platform = 'gnusocial';
+                       } elseif(stristr($platform, 'nextcloud')) {
+                               $platform = 'nextcloud';
                        } elseif(stristr($platform, 'wordpress')) {
                                $platform = 'wordpress';
+                       } elseif (in_array($platform, ['activityrelay', 'pub-relay', 'selective-relay', 'aoderelay'])) {
+                               $platform = 'relay';
                        } elseif (!in_array($platform, $platforms)) {
                                $platform = 'other';
                        }
@@ -110,26 +152,53 @@ class Federation extends BaseAdmin
                                        $versionCounts = array_merge($versionCounts, $counts[$platform][1] ?? []);
                                }
 
-                               $gserver['platform'] = $platform;
-                               $gserver['total'] += $counts[$platform][0]['total'] ?? 0;
-                               $gserver['users'] += $counts[$platform][0]['users'] ?? 0;
+                               $gserver['platform']  = $platform;
+                               $gserver['total']    += $counts[$platform][0]['total'] ?? 0;
+                               $gserver['users']    += $counts[$platform][0]['users'] ?? 0;
+                               $gserver['month']    += $counts[$platform][0]['month'] ?? 0;
+                               $gserver['halfyear'] += $counts[$platform][0]['halfyear'] ?? 0;
+                               $gserver['posts']    += $counts[$platform][0]['posts'] ?? 0;
                        }
 
                        if ($platform == 'friendica') {
                                $versionCounts = self::reformaFriendicaVersions($versionCounts);
-                       } elseif ($platform == 'pleroma') {
+                       } elseif (in_array($platform, ['pleroma', 'akkoma'])) {
                                $versionCounts = self::reformaPleromaVersions($versionCounts);
                        } elseif ($platform == 'diaspora') {
                                $versionCounts = self::reformaDiasporaVersions($versionCounts);
+                       } elseif ($platform == 'relay') {
+                               $versionCounts = self::reformatRelayVersions($versionCounts);
+                       } elseif (in_array($platform, ['funkwhale', 'mastodon', 'mobilizon', 'misskey', 'gotosocial'])) {
+                               $versionCounts = self::removeVersionSuffixes($versionCounts);
                        }
 
-                       $versionCounts = self::sortVersion($versionCounts);
+                       if (!in_array($platform, ['other', 'relay', 'mistpark'])) {
+                               $versionCounts = self::sortVersion($versionCounts);
+                       } else {
+                               ksort($versionCounts);
+                       }
 
-                       $gserver['platform'] = $systems[$platform]['name'];
+                       $gserver['platform']    = $systems[$platform]['name'];
+                       $gserver['totallbl']    = DI::l10n()->tt('%2$s total system'                   , '%2$s total systems'                     , $gserver['total'], number_format($gserver['total']));
+                       $gserver['monthlbl']    = DI::l10n()->tt('%2$s active user last month'         , '%2$s active users last month'           , $gserver['month'] ?? 0, number_format($gserver['month']));
+                       $gserver['halfyearlbl'] = DI::l10n()->tt('%2$s active user last six months'    , '%2$s active users last six months'      , $gserver['halfyear'] ?? 0, number_format($gserver['halfyear']));
+                       $gserver['userslbl']    = DI::l10n()->tt('%2$s registered user'                , '%2$s registered users'                  , $gserver['users'], number_format($gserver['users']));
+                       $gserver['postslbl']    = DI::l10n()->tt('%2$s locally created post or comment', '%2$s locally created posts and comments', $gserver['posts'], number_format($gserver['posts']));
+
+                       if (($gserver['users'] > 0) && ($gserver['posts'] > 0)) {
+                               $gserver['postsuserlbl'] = DI::l10n()->tt('%2$s post per user', '%2$s posts per user', $gserver['posts'] / $gserver['users'], number_format($gserver['posts'] / $gserver['users'], 1));
+                       } else {
+                               $gserver['postsuserlbl'] = '';
+                       }
+                       if (($gserver['users'] > 0) && ($gserver['total'] > 0)) {
+                               $gserver['userssystemlbl'] = DI::l10n()->tt('%2$s user per system', '%2$s users per system', $gserver['users'] / $gserver['total'], number_format($gserver['users'] / $gserver['total'], 1));
+                       } else {
+                               $gserver['userssystemlbl'] = '';
+                       }
 
-                       $counts[$platform] = [$gserver, $versionCounts, str_replace([' ', '%'], '', $platform), $systems[$platform]['color']];
+                       $counts[$platform] = [$gserver, $versionCounts, str_replace([' ', '%', '.'], '', $platform), $systems[$platform]['color']];
                }
-               DBA::close($gserver);
+               DBA::close($gservers);
 
                // some helpful text
                $intro = DI::l10n()->t('This page offers you some numbers to the known part of the federated social network your Friendica node is part of. These numbers are not complete but only reflect the part of the network your node is aware of.');
@@ -141,8 +210,8 @@ class Federation extends BaseAdmin
                        '$page' => DI::l10n()->t('Federation Statistics'),
                        '$intro' => $intro,
                        '$counts' => $counts,
-                       '$version' => FRIENDICA_VERSION,
-                       '$legendtext' => DI::l10n()->t('Currently this node is aware of %d nodes with %d registered users from the following platforms:', $total, $users),
+                       '$version' => App::VERSION,
+                       '$legendtext' => DI::l10n()->tt('Currently this node is aware of %2$s node (%3$s active users last month, %4$s active users last six months, %5$s registered users in total) from the following platforms:', 'Currently this node is aware of %2$s nodes (%3$s active users last month, %4$s active users last six months, %5$s registered users in total) from the following platforms:', $total, number_format($total), number_format($month), number_format($halfyear), number_format($users)),
                ]);
        }
 
@@ -249,6 +318,68 @@ class Federation extends BaseAdmin
                return $versionCounts;
        }
 
+       /**
+        * Clean up version numbers
+        *
+        * @param array $versionCounts list of version numbers
+        * @return array with cleaned version numbers
+        */
+       private static function removeVersionSuffixes(array $versionCounts)
+       {
+               $compacted = [];
+               foreach ($versionCounts as $key => $value) {
+                       $version = $versionCounts[$key]['version'];
+
+                       foreach ([' ', '+', '-', '#', '_', '~'] as $delimiter) {
+                               $parts = explode($delimiter, trim($version));
+                               $version = array_shift($parts);
+                       }
+
+                       if (empty($compacted[$version])) {
+                               $compacted[$version] = $versionCounts[$key]['total'];
+                       } else {
+                               $compacted[$version] += $versionCounts[$key]['total'];
+                       }
+               }
+
+               $versionCounts = [];
+               foreach ($compacted as $version => $pl_total) {
+                       $versionCounts[] = ['version' => $version, 'total' => $pl_total];
+               }
+
+               return $versionCounts;
+       }
+
+       /**
+        * Clean up relay version numbers
+        *
+        * @param array $versionCounts list of version numbers
+        * @return array with cleaned version numbers
+        */
+       private static function reformatRelayVersions(array $versionCounts)
+       {
+               $compacted = [];
+               foreach ($versionCounts as $key => $value) {
+                       $version = $versionCounts[$key]['version'];
+
+                       $parts = explode(' ', trim($version));
+                       $version = array_shift($parts);
+
+                       if (empty($compacted[$version])) {
+                               $compacted[$version] = $versionCounts[$key]['total'];
+                       } else {
+                               $compacted[$version] += $versionCounts[$key]['total'];
+                       }
+               }
+
+               $versionCounts = [];
+               foreach ($compacted as $version => $pl_total) {
+                       $versionCounts[] = ['version' => $version, 'total' => $pl_total];
+               }
+
+               return $versionCounts;
+       }
+
        /**
         * Reformat, sort and compact version numbers
         *