]> git.mxchange.org Git - friendica.git/blob - src/Module/Admin/Site.php
acae44ddce465c034745e19691c0da25f5cda477
[friendica.git] / src / Module / Admin / Site.php
1 <?php
2 /**
3  * @copyright Copyright (C) 2010-2024, the Friendica project
4  *
5  * @license GNU AGPL version 3 or any later version
6  *
7  * This program is free software: you can redistribute it and/or modify
8  * it under the terms of the GNU Affero General Public License as
9  * published by the Free Software Foundation, either version 3 of the
10  * License, or (at your option) any later version.
11  *
12  * This program is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15  * GNU Affero General Public License for more details.
16  *
17  * You should have received a copy of the GNU Affero General Public License
18  * along with this program.  If not, see <https://www.gnu.org/licenses/>.
19  *
20  */
21
22 namespace Friendica\Module\Admin;
23
24 use Friendica\App;
25 use Friendica\Core\Renderer;
26 use Friendica\Core\Search;
27 use Friendica\Core\System;
28 use Friendica\Core\Theme;
29 use Friendica\Core\Worker;
30 use Friendica\Database\DBA;
31 use Friendica\DI;
32 use Friendica\Model\Contact;
33 use Friendica\Model\User;
34 use Friendica\Module\BaseAdmin;
35 use Friendica\Module\Conversation\Community;
36 use Friendica\Module\Register;
37 use Friendica\Navigation\SystemMessages;
38 use Friendica\Protocol\Relay;
39 use Friendica\Util\BasePath;
40 use Friendica\Util\EMailer\MailBuilder;
41 use Friendica\Util\Strings;
42
43 class Site extends BaseAdmin
44 {
45         protected function post(array $request = [])
46         {
47                 self::checkAdminAccess();
48
49                 self::checkFormSecurityTokenRedirectOnError('/admin/site', 'admin_site');
50
51                 if (!empty($_POST['republish_directory'])) {
52                         Worker::add(Worker::PRIORITY_LOW, 'Directory');
53                         return;
54                 }
55
56                 if (empty($_POST['page_site'])) {
57                         return;
58                 }
59
60                 $sitename         = (!empty($_POST['sitename'])         ? trim($_POST['sitename'])      : '');
61                 $sender_email     = (!empty($_POST['sender_email'])     ? trim($_POST['sender_email'])  : '');
62                 $banner           = (!empty($_POST['banner'])           ? trim($_POST['banner'])                             : false);
63                 $email_banner     = (!empty($_POST['email_banner'])     ? trim($_POST['email_banner'])                       : false);
64                 $shortcut_icon    = (!empty($_POST['shortcut_icon'])    ? trim($_POST['shortcut_icon']) : '');
65                 $touch_icon       = (!empty($_POST['touch_icon'])       ? trim($_POST['touch_icon'])    : '');
66                 $additional_info  = (!empty($_POST['additional_info'])  ? trim($_POST['additional_info'])                    : '');
67                 $language         = (!empty($_POST['language'])         ? trim($_POST['language'])      : '');
68                 $theme            = (!empty($_POST['theme'])            ? trim($_POST['theme'])         : '');
69                 $theme_mobile     = (!empty($_POST['theme_mobile'])     ? trim($_POST['theme_mobile'])  : '');
70                 $maximagesize     = (!empty($_POST['maximagesize'])     ? trim($_POST['maximagesize'])              : 0);
71                 $maximagelength   = (!empty($_POST['maximagelength'])   ? intval(trim($_POST['maximagelength']))             : -1);
72                 $jpegimagequality = (!empty($_POST['jpegimagequality']) ? intval(trim($_POST['jpegimagequality']))           : 100);
73
74                 $register_policy        = (!empty($_POST['register_policy'])         ? intval(trim($_POST['register_policy']))             : 0);
75                 $max_registered_users   = (!empty($_POST['max_registered_users'])     ? intval(trim($_POST['max_registered_users']))         : 0);
76                 $daily_registrations    = (!empty($_POST['max_daily_registrations']) ? intval(trim($_POST['max_daily_registrations']))     : 0);
77                 $abandon_days           = (!empty($_POST['abandon_days'])            ? intval(trim($_POST['abandon_days']))                : 0);
78
79                 $register_text          = (!empty($_POST['register_text'])           ? strip_tags(trim($_POST['register_text']))           : '');
80
81                 $allowed_sites          = (!empty($_POST['allowed_sites'])           ? trim($_POST['allowed_sites'])  : '');
82                 $allowed_email          = (!empty($_POST['allowed_email'])           ? trim($_POST['allowed_email'])  : '');
83                 $forbidden_nicknames    = (!empty($_POST['forbidden_nicknames'])     ? strtolower(trim($_POST['forbidden_nicknames'])) : '');
84                 $system_actor_name      = (!empty($_POST['system_actor_name'])       ? trim($_POST['system_actor_name']) : '');
85                 $no_oembed_rich_content = !empty($_POST['no_oembed_rich_content']);
86                 $allowed_oembed         = (!empty($_POST['allowed_oembed'])          ? trim($_POST['allowed_oembed']) : '');
87                 $block_public           = !empty($_POST['block_public']);
88                 $force_publish          = !empty($_POST['publish_all']);
89                 $global_directory       = (!empty($_POST['directory'])               ? trim($_POST['directory'])      : '');
90                 $newuser_private        = !empty($_POST['newuser_private']);
91                 $enotify_no_content     = !empty($_POST['enotify_no_content']);
92                 $private_addons         = !empty($_POST['private_addons']);
93                 $disable_embedded       = !empty($_POST['disable_embedded']);
94                 $allow_users_remote_self = !empty($_POST['allow_users_remote_self']);
95                 $adjust_poll_frequency  = !empty($_POST['adjust_poll_frequency']);
96                 $min_poll_interval      = (!empty($_POST['min_poll_interval']) ? intval(trim($_POST['min_poll_interval']))                : 0);
97                 $explicit_content       = !empty($_POST['explicit_content']);
98                 $proxify_content        = !empty($_POST['proxify_content']);
99                 $local_search           = !empty($_POST['local_search']);
100                 $blocked_tags           = (!empty($_POST['blocked_tags']) ? trim($_POST['blocked_tags'])  : '');
101                 $cache_contact_avatar   = !empty($_POST['cache_contact_avatar']);
102
103                 $enable_multi_reg       = !empty($_POST['enable_multi_reg']);
104                 $enable_openid          = !empty($_POST['enable_openid']);
105                 $enable_regfullname     = !empty($_POST['enable_regfullname']);
106                 $register_notification  = !empty($_POST['register_notification']);
107                 $community_page_style   = (!empty($_POST['community_page_style']) ? intval(trim($_POST['community_page_style'])) : 0);
108                 $max_author_posts_community_page = (!empty($_POST['max_author_posts_community_page']) ? intval(trim($_POST['max_author_posts_community_page'])) : 0);
109                 $max_server_posts_community_page = (!empty($_POST['max_server_posts_community_page']) ? intval(trim($_POST['max_server_posts_community_page'])) : 0);
110
111                 $verifyssl              = !empty($_POST['verifyssl']);
112                 $proxyuser              = (!empty($_POST['proxyuser'])              ? trim($_POST['proxyuser']) : '');
113                 $proxy                  = (!empty($_POST['proxy'])                  ? trim($_POST['proxy'])     : '');
114                 $timeout                = (!empty($_POST['timeout'])                ? intval(trim($_POST['timeout']))                : 60);
115                 $maxloadavg             = (!empty($_POST['maxloadavg'])             ? intval(trim($_POST['maxloadavg']))             : 20);
116                 $min_memory             = (!empty($_POST['min_memory'])             ? intval(trim($_POST['min_memory']))             : 0);
117                 $optimize_tables        = (!empty($_POST['optimize_tables'])        ? intval(trim($_POST['optimize_tables']))        : false);
118                 $contact_discovery      = (!empty($_POST['contact_discovery'])      ? intval(trim($_POST['contact_discovery']))      : Contact\Relation::DISCOVERY_NONE);
119                 $update_active_contacts = (!empty($_POST['update_active_contacts']) ? intval(trim($_POST['update_active_contacts'])) : false);
120                 $synchronize_directory  = (!empty($_POST['synchronize_directory'])  ? intval(trim($_POST['synchronize_directory']))  : false);
121                 $poco_requery_days      = (!empty($_POST['poco_requery_days'])      ? intval(trim($_POST['poco_requery_days']))      : 7);
122                 $poco_discovery         = (!empty($_POST['poco_discovery'])         ? intval(trim($_POST['poco_discovery']))         : false);
123                 $poco_local_search      = !empty($_POST['poco_local_search']);
124                 $nodeinfo               = !empty($_POST['nodeinfo']);
125                 $mail_enabled           = !empty($_POST['mail_enabled']);
126                 $ostatus_enabled        = !empty($_POST['ostatus_enabled']);
127                 $diaspora_enabled       = !empty($_POST['diaspora_enabled']);
128                 $force_ssl              = !empty($_POST['force_ssl']);
129                 $show_help              = !empty($_POST['show_help']);
130                 $dbclean                = !empty($_POST['dbclean']);
131                 $dbclean_expire_days    = (!empty($_POST['dbclean_expire_days'])    ? intval($_POST['dbclean_expire_days'])           : 0);
132                 $dbclean_unclaimed      = (!empty($_POST['dbclean_unclaimed'])      ? intval($_POST['dbclean_unclaimed'])             : 0);
133                 $dbclean_expire_conv    = (!empty($_POST['dbclean_expire_conv'])    ? intval($_POST['dbclean_expire_conv'])           : 0);
134                 $suppress_tags          = !empty($_POST['suppress_tags']);
135                 $max_comments           = (!empty($_POST['max_comments'])           ? intval($_POST['max_comments'])                  : 0);
136                 $max_display_comments   = (!empty($_POST['max_display_comments'])   ? intval($_POST['max_display_comments'])          : 0);
137                 $itemspage_network      = (!empty($_POST['itemspage_network'])      ? intval($_POST['itemspage_network'])             : 0);
138                 $itemspage_network_mobile = (!empty($_POST['itemspage_network_mobile']) ? intval($_POST['itemspage_network_mobile'])  : 0);
139                 $temppath               = (!empty($_POST['temppath'])               ? trim($_POST['temppath'])   : '');
140                 $singleuser             = (!empty($_POST['singleuser'])             ? trim($_POST['singleuser']) : '');
141                 $only_tag_search        = !empty($_POST['only_tag_search']);
142                 $compute_circle_counts  = !empty($_POST['compute_circle_counts']);
143                 $process_view           = !empty($_POST['process_view']);
144                 $archival_days          = (!empty($_POST['archival_days'])          ? intval($_POST['archival_days'])                 : 0);
145                 $check_new_version_url  = (!empty($_POST['check_new_version_url'])  ? trim($_POST['check_new_version_url']) : 'none');
146
147                 $worker_queues        = (!empty($_POST['worker_queues'])              ? intval($_POST['worker_queues'])                 : 10);
148                 $worker_load_cooldown = (!empty($_POST['worker_load_cooldown'])       ? intval($_POST['worker_load_cooldown'])          : 0);
149                 $worker_fastlane      = !empty($_POST['worker_fastlane']);
150                 $decoupled_receiver   = (!empty($_POST['decoupled_receiver'])         ? intval(trim($_POST['decoupled_receiver'])) : false);
151                 $cron_interval        = (!empty($_POST['cron_interval'])              ? intval($_POST['cron_interval'])            : 1);
152                 $worker_defer_limit   = (!empty($_POST['worker_defer_limit'])         ? intval($_POST['worker_defer_limit'])       : 15);
153                 $worker_fetch_limit   = (!empty($_POST['worker_fetch_limit'])         ? intval($_POST['worker_fetch_limit'])       : 1);
154                 
155
156                 $relay_directly    = !empty($_POST['relay_directly']);
157                 $relay_scope       = (!empty($_POST['relay_scope'])       ? trim($_POST['relay_scope'])        : '');
158                 $relay_server_tags = (!empty($_POST['relay_server_tags']) ? trim($_POST['relay_server_tags'])  : '');
159                 $relay_deny_tags   = (!empty($_POST['relay_deny_tags'])   ? trim($_POST['relay_deny_tags'])    : '');
160                 $relay_user_tags   = !empty($_POST['relay_user_tags']);
161
162                 $relay_deny_undetected_language = !empty($_POST['relay_deny_undetected_language']);
163                 $relay_language_quality         = (!empty($_POST['relay_language_quality']) ? (float)($_POST['relay_language_quality']) : 0);
164                 $relay_languages                = (!empty($_POST['relay_languages'])        ? intval($_POST['relay_languages'])       : 0);
165
166                 $engagement_hours        = (!empty($_POST['engagement_hours'])        ? intval($_POST['engagement_hours'])     : 0);
167                 $engagement_post_limit   = (!empty($_POST['engagement_post_limit'])   ? intval($_POST['engagement_post_limit']) : 0);
168                 $interaction_score_days  = (!empty($_POST['interaction_score_days'])  ? intval($_POST['interaction_score_days']) : 0);
169                 $max_posts_per_author    = (!empty($_POST['max_posts_per_author'])    ? intval($_POST['max_posts_per_author']) : 0);
170                 $sharer_interaction_days = (!empty($_POST['sharer_interaction_days']) ? intval($_POST['sharer_interaction_days']) : 0);
171
172                 $active_panel      = (!empty($_POST['active_panel'])      ? "#" . trim($_POST['active_panel']) : '');
173
174                 $transactionConfig = DI::config()->beginTransaction();
175
176                 // Has the directory url changed? If yes, then resubmit the existing profiles there
177                 if ($global_directory != DI::config()->get('system', 'directory') && ($global_directory != '')) {
178                         $transactionConfig->set('system', 'directory', $global_directory);
179                         Worker::add(Worker::PRIORITY_LOW, 'Directory');
180                 }
181
182                 if (DI::baseUrl()->getPath() != "") {
183                         $diaspora_enabled = false;
184                 }
185
186                 $transactionConfig->set('system', 'maxloadavg'             , $maxloadavg);
187                 $transactionConfig->set('system', 'min_memory'             , $min_memory);
188                 $transactionConfig->set('system', 'optimize_tables'        , $optimize_tables);
189                 $transactionConfig->set('system', 'contact_discovery'      , $contact_discovery);
190                 $transactionConfig->set('system', 'update_active_contacts' , $update_active_contacts);
191                 $transactionConfig->set('system', 'synchronize_directory'  , $synchronize_directory);
192                 $transactionConfig->set('system', 'poco_requery_days'      , $poco_requery_days);
193                 $transactionConfig->set('system', 'poco_discovery'         , $poco_discovery);
194                 $transactionConfig->set('system', 'poco_local_search'      , $poco_local_search);
195                 $transactionConfig->set('system', 'nodeinfo'               , $nodeinfo);
196                 if (DI::config()->isWritable('config', 'sitename')) {
197                         $transactionConfig->set('config', 'sitename', $sitename);
198                 }
199                 $transactionConfig->set('config', 'sender_email'          , $sender_email);
200                 $transactionConfig->set('system', 'suppress_tags'         , $suppress_tags);
201                 $transactionConfig->set('system', 'shortcut_icon'         , $shortcut_icon);
202                 $transactionConfig->set('system', 'touch_icon'            , $touch_icon);
203
204                 if ($banner == "") {
205                         $transactionConfig->delete('system', 'banner');
206                 } else {
207                         $transactionConfig->set('system', 'banner', $banner);
208                 }
209
210                 if (empty($email_banner)) {
211                         $transactionConfig->delete('system', 'email_banner');
212                 } else {
213                         $transactionConfig->set('system', 'email_banner', $email_banner);
214                 }
215
216                 if (empty($additional_info)) {
217                         $transactionConfig->delete('config', 'info');
218                 } else {
219                         $transactionConfig->set('config', 'info', $additional_info);
220                 }
221                 if (DI::config()->isWritable('system', 'language')) {
222                         $transactionConfig->set('system', 'language', $language);
223                 }
224                 $transactionConfig->set('system', 'theme', $theme);
225                 Theme::install($theme);
226
227                 if ($theme_mobile == '---') {
228                         $transactionConfig->delete('system', 'mobile-theme');
229                 } else {
230                         $transactionConfig->set('system', 'mobile-theme', $theme_mobile);
231                 }
232                 if ($singleuser == '---') {
233                         $transactionConfig->delete('system', 'singleuser');
234                 } else {
235                         $transactionConfig->set('system', 'singleuser', $singleuser);
236                 }
237                 if (preg_match('/\d+(?:\s*[kmg])?/i', $maximagesize)) {
238                         $transactionConfig->set('system', 'maximagesize', $maximagesize);
239                 } else {
240                         DI::sysmsg()->addNotice(DI::l10n()->t('%s is no valid input for maximum image size', $maximagesize));
241                 }
242                 $transactionConfig->set('system', 'max_image_length'       , $maximagelength);
243                 $transactionConfig->set('system', 'jpeg_quality'           , $jpegimagequality);
244
245                 $transactionConfig->set('config', 'register_policy'        , $register_policy);
246                 $transactionConfig->set('config', 'max_registered_users'   , $max_registered_users);
247                 $transactionConfig->set('system', 'max_daily_registrations', $daily_registrations);
248
249                 User::setRegisterMethodByUserCount();
250
251                 $transactionConfig->set('system', 'account_abandon_days'   , $abandon_days);
252                 $transactionConfig->set('config', 'register_text'          , $register_text);
253                 $transactionConfig->set('system', 'allowed_sites'          , $allowed_sites);
254                 $transactionConfig->set('system', 'allowed_email'          , $allowed_email);
255                 $transactionConfig->set('system', 'forbidden_nicknames'    , $forbidden_nicknames);
256                 $transactionConfig->set('system', 'system_actor_name'      , $system_actor_name);
257                 $transactionConfig->set('system', 'no_oembed_rich_content' , $no_oembed_rich_content);
258                 $transactionConfig->set('system', 'allowed_oembed'         , $allowed_oembed);
259                 $transactionConfig->set('system', 'block_public'           , $block_public);
260                 $transactionConfig->set('system', 'publish_all'            , $force_publish);
261                 $transactionConfig->set('system', 'newuser_private'        , $newuser_private);
262                 $transactionConfig->set('system', 'enotify_no_content'     , $enotify_no_content);
263                 $transactionConfig->set('system', 'disable_embedded'       , $disable_embedded);
264                 $transactionConfig->set('system', 'allow_users_remote_self', $allow_users_remote_self);
265                 $transactionConfig->set('system', 'adjust_poll_frequency'  , $adjust_poll_frequency);
266                 $transactionConfig->set('system', 'min_poll_interval'      , $min_poll_interval);
267                 $transactionConfig->set('system', 'explicit_content'       , $explicit_content);
268                 $transactionConfig->set('system', 'proxify_content'        , $proxify_content);
269                 $transactionConfig->set('system', 'local_search'           , $local_search);
270                 $transactionConfig->set('system', 'blocked_tags'           , $blocked_tags);
271                 $transactionConfig->set('system', 'cache_contact_avatar'   , $cache_contact_avatar);
272                 $transactionConfig->set('system', 'check_new_version_url'  , $check_new_version_url);
273
274                 $transactionConfig->set('system', 'block_extended_register', !$enable_multi_reg);
275                 $transactionConfig->set('system', 'no_openid'              , !$enable_openid);
276                 $transactionConfig->set('system', 'no_regfullname'         , !$enable_regfullname);
277                 $transactionConfig->set('system', 'register_notification'  , $register_notification);
278                 $transactionConfig->set('system', 'community_page_style'   , $community_page_style);
279                 $transactionConfig->set('system', 'max_author_posts_community_page', $max_author_posts_community_page);
280                 $transactionConfig->set('system', 'max_server_posts_community_page', $max_server_posts_community_page);
281                 $transactionConfig->set('system', 'verifyssl'              , $verifyssl);
282                 $transactionConfig->set('system', 'proxyuser'              , $proxyuser);
283                 $transactionConfig->set('system', 'proxy'                  , $proxy);
284                 $transactionConfig->set('system', 'curl_timeout'           , $timeout);
285                 $transactionConfig->set('system', 'imap_disabled'          , !$mail_enabled && function_exists('imap_open'));
286                 $transactionConfig->set('system', 'ostatus_disabled'       , !$ostatus_enabled);
287                 $transactionConfig->set('system', 'diaspora_enabled'       , $diaspora_enabled);
288
289                 $transactionConfig->set('config', 'private_addons'         , $private_addons);
290
291                 $transactionConfig->set('system', 'force_ssl'              , $force_ssl);
292                 $transactionConfig->set('system', 'hide_help'              , !$show_help);
293
294                 $transactionConfig->set('system', 'dbclean'                , $dbclean);
295                 $transactionConfig->set('system', 'dbclean-expire-days'    , $dbclean_expire_days);
296                 $transactionConfig->set('system', 'dbclean_expire_conversation', $dbclean_expire_conv);
297
298                 if ($dbclean_unclaimed == 0) {
299                         $dbclean_unclaimed = $dbclean_expire_days;
300                 }
301
302                 $transactionConfig->set('system', 'dbclean-expire-unclaimed', $dbclean_unclaimed);
303
304                 $transactionConfig->set('system', 'max_comments', $max_comments);
305                 $transactionConfig->set('system', 'max_display_comments', $max_display_comments);
306                 $transactionConfig->set('system', 'itemspage_network', $itemspage_network);
307                 $transactionConfig->set('system', 'itemspage_network_mobile', $itemspage_network_mobile);
308
309                 if ($temppath != '') {
310                         $temppath = BasePath::getRealPath($temppath);
311                 }
312
313                 $transactionConfig->set('system', 'temppath', $temppath);
314
315                 $transactionConfig->set('system', 'only_tag_search'  , $only_tag_search);
316                 $transactionConfig->set('system', 'compute_circle_counts', $compute_circle_counts);
317                 $transactionConfig->set('system', 'process_view', $process_view);
318                 $transactionConfig->set('system', 'archival_days', $archival_days);
319
320                 $transactionConfig->set('system', 'worker_queues'       , $worker_queues);
321                 $transactionConfig->set('system', 'worker_load_cooldown', $worker_load_cooldown);
322                 $transactionConfig->set('system', 'worker_fastlane'     , $worker_fastlane);
323                 $transactionConfig->set('system', 'decoupled_receiver'  , $decoupled_receiver);
324                 $transactionConfig->set('system', 'cron_interval'       , max($cron_interval, 1));
325                 $transactionConfig->set('system', 'worker_defer_limit'  , $worker_defer_limit);
326                 $transactionConfig->set('system', 'worker_fetch_limit'  , max($worker_fetch_limit, 1));
327                 
328                 $transactionConfig->set('system', 'relay_directly'                , $relay_directly);
329                 $transactionConfig->set('system', 'relay_scope'                   , $relay_scope);
330                 $transactionConfig->set('system', 'relay_server_tags'             , $relay_server_tags);
331                 $transactionConfig->set('system', 'relay_deny_tags'               , $relay_deny_tags);
332                 $transactionConfig->set('system', 'relay_user_tags'               , $relay_user_tags);
333                 $transactionConfig->set('system', 'relay_deny_undetected_language', $relay_deny_undetected_language);
334                 $transactionConfig->set('system', 'relay_language_quality'        , $relay_language_quality);
335                 $transactionConfig->set('system', 'relay_languages'               , max($relay_languages, 1));
336
337                 $transactionConfig->set('channel', 'engagement_hours'       , $engagement_hours);
338                 $transactionConfig->set('channel', 'engagement_post_limit'  , $engagement_post_limit);
339                 $transactionConfig->set('channel', 'interaction_score_days' , $interaction_score_days);
340                 $transactionConfig->set('channel', 'max_posts_per_author'   , $max_posts_per_author);
341                 $transactionConfig->set('channel', 'sharer_interaction_days', $sharer_interaction_days);
342
343                 $transactionConfig->commit();
344
345                 DI::baseUrl()->redirect('admin/site' . $active_panel);
346         }
347
348         protected function content(array $request = []): string
349         {
350                 parent::content();
351
352                 /* Installed langs */
353                 $lang_choices = DI::l10n()->getAvailableLanguages();
354
355                 if (DI::config()->get('system', 'directory_submit_url') &&
356                         !DI::config()->get('system', 'directory')) {
357                         DI::config()->set('system', 'directory', dirname(DI::config()->get('system', 'directory_submit_url')));
358                         DI::config()->delete('system', 'directory_submit_url');
359                 }
360
361                 /* Installed themes */
362                 $theme_choices = [];
363                 $theme_choices_mobile = [];
364                 $theme_choices_mobile['---'] = DI::l10n()->t('No special theme for mobile devices');
365                 $files = glob('view/theme/*');
366                 if (is_array($files)) {
367                         $allowed_theme_list = DI::config()->get('system', 'allowed_themes');
368
369                         foreach ($files as $file) {
370                                 if (intval(file_exists($file . '/unsupported'))) {
371                                         continue;
372                                 }
373
374                                 $f = basename($file);
375
376                                 // Only show allowed themes here
377                                 if (($allowed_theme_list != '') && !strstr($allowed_theme_list, $f)) {
378                                         continue;
379                                 }
380
381                                 $theme_name = ((file_exists($file . '/experimental')) ? DI::l10n()->t('%s - (Experimental)', $f) : $f);
382
383                                 if (file_exists($file . '/mobile')) {
384                                         $theme_choices_mobile[$f] = $theme_name;
385                                 } else {
386                                         $theme_choices[$f] = $theme_name;
387                                 }
388                         }
389                 }
390
391                 /* Community page style */
392                 $community_page_style_choices = [
393                         Community::DISABLED         => DI::l10n()->t('No community page'),
394                         Community::DISABLED_VISITOR => DI::l10n()->t('No community page for visitors'),
395                         Community::LOCAL            => DI::l10n()->t('Public postings from users of this site'),
396                         Community::GLOBAL           => DI::l10n()->t('Public postings from the federated network'),
397                         Community::LOCAL_AND_GLOBAL => DI::l10n()->t('Public postings from local users and the federated network')
398                 ];
399
400                 /* get user names to make the install a personal install of X */
401                 // @TODO Move to Model\User::getNames()
402                 $user_names = [];
403                 $user_names['---'] = DI::l10n()->t('Multi user instance');
404
405                 $usersStmt = DBA::select('user', ['username', 'nickname'], ['account_removed' => 0, 'account_expired' => 0]);
406                 foreach (DBA::toArray($usersStmt) as $user) {
407                         $user_names[$user['nickname']] = $user['username'];
408                 }
409
410                 /* Banner */
411                 $banner = DI::config()->get('system', 'banner');
412
413                 $email_banner = DI::config()->get('system', 'email_banner');
414
415                 if ($email_banner == false) {
416                         $email_banner = MailBuilder::DEFAULT_EMAIL_BANNER;
417                 }
418
419                 $additional_info = DI::config()->get('config', 'info');
420
421                 // Automatically create temporary paths
422                 System::getTempPath();
423
424                 /* Register policy */
425                 $register_choices = [
426                         Register::CLOSED => DI::l10n()->t('Closed'),
427                         Register::APPROVE => DI::l10n()->t('Requires approval'),
428                         Register::OPEN => DI::l10n()->t('Open')
429                 ];
430
431                 $check_git_version_choices = [
432                         'none' => DI::l10n()->t('Don\'t check'),
433                         'stable' => DI::l10n()->t('check the stable version'),
434                         'develop' => DI::l10n()->t('check the development version')
435                 ];
436
437                 $discovery_choices = [
438                         Contact\Relation::DISCOVERY_NONE => DI::l10n()->t('none'),
439                         Contact\Relation::DISCOVERY_LOCAL => DI::l10n()->t('Local contacts'),
440                         Contact\Relation::DISCOVERY_INTERACTOR => DI::l10n()->t('Interactors'),
441                         // "All" is deactivated until we are sure not to put too much stress on the fediverse with this
442                         // ContactRelation::DISCOVERY_ALL => DI::l10n()->t('All'),
443                 ];
444
445                 $diaspora_able = (DI::baseUrl()->getPath() == '');
446
447                 $t = Renderer::getMarkupTemplate('admin/site.tpl');
448                 return Renderer::replaceMacros($t, [
449                         '$title'             => DI::l10n()->t('Administration'),
450                         '$page'              => DI::l10n()->t('Site'),
451                         '$general_info'      => DI::l10n()->t('General Information'),
452                         '$submit'            => DI::l10n()->t('Save Settings'),
453                         '$republish'         => DI::l10n()->t('Republish users to directory'),
454                         '$registration'      => DI::l10n()->t('Registration'),
455                         '$upload'            => DI::l10n()->t('File upload'),
456                         '$corporate'         => DI::l10n()->t('Policies'),
457                         '$advanced'          => DI::l10n()->t('Advanced'),
458                         '$portable_contacts' => DI::l10n()->t('Auto Discovered Contact Directory'),
459                         '$performance'       => DI::l10n()->t('Performance'),
460                         '$worker_title'      => DI::l10n()->t('Worker'),
461                         '$relay_title'       => DI::l10n()->t('Message Relay'),
462                         '$relay_description' => DI::l10n()->t('Use the command "console relay" in the command line to add or remove relays.'),
463                         '$no_relay_list'     => DI::l10n()->t('The system is not subscribed to any relays at the moment.'),
464                         '$relay_list_title'  => DI::l10n()->t('The system is currently subscribed to the following relays:'),
465                         '$relay_list'        => Relay::getList(['url']),
466                         '$channel_title'     => DI::l10n()->t('Channels'),
467                         '$relocate'          => DI::l10n()->t('Relocate Node'),
468                         '$relocate_msg'      => DI::l10n()->t('Relocating your node enables you to change the DNS domain of this node and keep all the existing users and posts. This process takes a while and can only be started from the relocate console command like this:'),
469                         '$relocate_cmd'      => DI::l10n()->t('(Friendica directory)# bin/console relocate https://newdomain.com'),
470
471                         // name, label, value, help string, extra data...
472                         '$sitename'         => ['sitename', DI::l10n()->t('Site name'), DI::config()->get('config', 'sitename'), !DI::config()->isWritable('config', 'sitename') ? DI::l10n()->t('<strong>Read-only</strong> because it is set by an environment variable') : '', '', !DI::config()->isWritable('config', 'sitename') ? 'disabled' : ''],
473                         '$sender_email'     => ['sender_email', DI::l10n()->t('Sender Email'), DI::config()->get('config', 'sender_email'), DI::l10n()->t('The email address your server shall use to send notification emails from.'), '', '', 'email'],
474                         '$system_actor_name' => ['system_actor_name', DI::l10n()->t('Name of the system actor'), User::getActorName(), DI::l10n()->t("Name of the internal system account that is used to perform ActivityPub requests. This must be an unused username. If set, this can't be changed again.")],
475                         '$banner'           => ['banner', DI::l10n()->t('Banner/Logo'), $banner, ''],
476                         '$email_banner'     => ['email_banner', DI::l10n()->t('Email Banner/Logo'), $email_banner, ''],
477                         '$shortcut_icon'    => ['shortcut_icon', DI::l10n()->t('Shortcut icon'), DI::config()->get('system', 'shortcut_icon'), DI::l10n()->t('Link to an icon that will be used for browsers.')],
478                         '$touch_icon'       => ['touch_icon', DI::l10n()->t('Touch icon'), DI::config()->get('system', 'touch_icon'), DI::l10n()->t('Link to an icon that will be used for tablets and mobiles.')],
479                         '$additional_info'  => ['additional_info', DI::l10n()->t('Additional Info'), $additional_info, DI::l10n()->t('For public servers: you can add additional information here that will be listed at %s/servers.', Search::getGlobalDirectory())],
480                         '$language'         => ['language', DI::l10n()->t('System language'), DI::config()->get('system', 'language'), !DI::config()->isWritable('system', 'language') ? DI::l10n()->t("<strong>Read-only</strong> because it is set by an environment variable") : '', $lang_choices, !DI::config()->isWritable('system', 'language') ? 'disabled' : ''],
481                         '$theme'            => ['theme', DI::l10n()->t('System theme'), DI::config()->get('system', 'theme'), DI::l10n()->t('Default system theme - may be over-ridden by user profiles - <a href="%s" id="cnftheme">Change default theme settings</a>', DI::baseUrl() . '/admin/themes'), $theme_choices],
482                         '$theme_mobile'     => ['theme_mobile', DI::l10n()->t('Mobile system theme'), DI::config()->get('system', 'mobile-theme', '---'), DI::l10n()->t('Theme for mobile devices'), $theme_choices_mobile],
483                         '$force_ssl'        => ['force_ssl', DI::l10n()->t('Force SSL'), DI::config()->get('system', 'force_ssl'), DI::l10n()->t('Force all Non-SSL requests to SSL - Attention: on some systems it could lead to endless loops.')],
484                         '$show_help'        => ['show_help', DI::l10n()->t('Show help entry from navigation menu'), !DI::config()->get('system', 'hide_help'), DI::l10n()->t('Displays the menu entry for the Help pages from the navigation menu. It is always accessible by calling /help directly.')],
485                         '$singleuser'       => ['singleuser', DI::l10n()->t('Single user instance'), DI::config()->get('system', 'singleuser', '---'), DI::l10n()->t('Make this instance multi-user or single-user for the named user'), $user_names],
486
487                         '$maximagesize'     => ['maximagesize', DI::l10n()->t('Maximum image size'), DI::config()->get('system', 'maximagesize'), DI::l10n()->t('Maximum size in bytes of uploaded images. Default is 0, which means no limits. You can put k, m, or g behind the desired value for KiB, MiB, GiB, respectively.
488                                                                                                         The value of <code>upload_max_filesize</code> in your <code>PHP.ini</code> needs be set to at least the desired limit.
489                                                                                                         Currently <code>upload_max_filesize</code> is set to %s (%s byte)', Strings::formatBytes(Strings::getBytesFromShorthand(ini_get('upload_max_filesize'))), Strings::getBytesFromShorthand(ini_get('upload_max_filesize'))),
490                                                                                                         '', 'pattern="\d+(?:\s*[kmg])?"'],
491                         '$maximagelength'   => ['maximagelength', DI::l10n()->t('Maximum image length'), DI::config()->get('system', 'max_image_length'), DI::l10n()->t('Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits.')],
492                         '$jpegimagequality' => ['jpegimagequality', DI::l10n()->t('JPEG image quality'), DI::config()->get('system', 'jpeg_quality'), DI::l10n()->t('Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is full quality.')],
493
494                         '$register_policy'        => ['register_policy', DI::l10n()->t('Register policy'), DI::config()->get('config', 'register_policy'), '', $register_choices],
495                         '$max_registered_users'   => ['max_registered_users', DI::l10n()->t('Maximum Users'), DI::config()->get('config', 'max_registered_users'), DI::l10n()->t('If defined, the register policy is automatically closed when the given number of users is reached and reopens the registry when the number drops below the limit. It only works when the policy is set to open or close, but not when the policy is set to approval.')],
496                         '$daily_registrations'    => ['max_daily_registrations', DI::l10n()->t('Maximum Daily Registrations'), DI::config()->get('system', 'max_daily_registrations'), DI::l10n()->t('If registration is permitted above, this sets the maximum number of new user registrations to accept per day.  If register is set to closed, this setting has no effect.')],
497                         '$register_text'          => ['register_text', DI::l10n()->t('Register text'), DI::config()->get('config', 'register_text'), DI::l10n()->t('Will be displayed prominently on the registration page. You can use BBCode here.')],
498                         '$forbidden_nicknames'    => ['forbidden_nicknames', DI::l10n()->t('Forbidden Nicknames'), DI::config()->get('system', 'forbidden_nicknames'), DI::l10n()->t('Comma separated list of nicknames that are forbidden from registration. Preset is a list of role names according RFC 2142.')],
499                         '$abandon_days'           => ['abandon_days', DI::l10n()->t('Accounts abandoned after x days'), DI::config()->get('system', 'account_abandon_days'), DI::l10n()->t('Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit.')],
500                         '$allowed_sites'          => ['allowed_sites', DI::l10n()->t('Allowed friend domains'), DI::config()->get('system', 'allowed_sites'), DI::l10n()->t('Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains')],
501                         '$allowed_email'          => ['allowed_email', DI::l10n()->t('Allowed email domains'), DI::config()->get('system', 'allowed_email'), DI::l10n()->t('Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains')],
502                         '$no_oembed_rich_content' => ['no_oembed_rich_content', DI::l10n()->t('No OEmbed rich content'), DI::config()->get('system', 'no_oembed_rich_content'), DI::l10n()->t('Don\'t show the rich content (e.g. embedded PDF), except from the domains listed below.')],
503                         '$allowed_oembed'         => ['allowed_oembed', DI::l10n()->t('Trusted third-party domains'), DI::config()->get('system', 'allowed_oembed'), DI::l10n()->t('Comma separated list of domains from which content is allowed to be embedded in posts like with OEmbed. All sub-domains of the listed domains are allowed as well.')],
504                         '$block_public'           => ['block_public', DI::l10n()->t('Block public'), DI::config()->get('system', 'block_public'), DI::l10n()->t('Check to block public access to all otherwise public personal pages on this site unless you are currently logged in.')],
505                         '$force_publish'          => ['publish_all', DI::l10n()->t('Force publish'), DI::config()->get('system', 'publish_all'), DI::l10n()->t('Check to force all profiles on this site to be listed in the site directory.') . '<strong>' . DI::l10n()->t('Enabling this may violate privacy laws like the GDPR') . '</strong>'],
506                         '$global_directory'       => ['directory', DI::l10n()->t('Global directory URL'), DI::config()->get('system', 'directory'), DI::l10n()->t('URL to the global directory. If this is not set, the global directory is completely unavailable to the application.')],
507                         '$newuser_private'        => ['newuser_private', DI::l10n()->t('Private posts by default for new users'), DI::config()->get('system', 'newuser_private'), DI::l10n()->t('Set default post permissions for all new members to the default privacy circle rather than public.')],
508                         '$enotify_no_content'     => ['enotify_no_content', DI::l10n()->t('Don\'t include post content in email notifications'), DI::config()->get('system', 'enotify_no_content'), DI::l10n()->t('Don\'t include the content of a post/comment/private message/etc. in the email notifications that are sent out from this site, as a privacy measure.')],
509                         '$private_addons'         => ['private_addons', DI::l10n()->t('Disallow public access to addons listed in the apps menu.'), DI::config()->get('config', 'private_addons'), DI::l10n()->t('Checking this box will restrict addons listed in the apps menu to members only.')],
510                         '$disable_embedded'       => ['disable_embedded', DI::l10n()->t('Don\'t embed private images in posts'), DI::config()->get('system', 'disable_embedded'), DI::l10n()->t('Don\'t replace locally-hosted private photos in posts with an embedded copy of the image. This means that contacts who receive posts containing private photos will have to authenticate and load each image, which may take a while.')],
511                         '$explicit_content'       => ['explicit_content', DI::l10n()->t('Explicit Content'), DI::config()->get('system', 'explicit_content'), DI::l10n()->t('Set this to announce that your node is used mostly for explicit content that might not be suited for minors. This information will be published in the node information and might be used, e.g. by the global directory, to filter your node from listings of nodes to join. Additionally a note about this will be shown at the user registration page.')],
512                         '$proxify_content'        => ['proxify_content', DI::l10n()->t('Proxify external content'), DI::config()->get('system', 'proxify_content'), DI::l10n()->t('Route external content via the proxy functionality. This is used for example for some OEmbed accesses and in some other rare cases.')],
513                         '$local_search'           => ['local_search', DI::l10n()->t('Only local search'), DI::config()->get('system', 'local_search'), DI::l10n()->t('Blocks search for users who are not logged in to prevent crawlers from blocking your system.')],
514                         '$blocked_tags'           => ['blocked_tags', DI::l10n()->t('Blocked tags for trending tags'), DI::config()->get('system', 'blocked_tags'), DI::l10n()->t("Comma separated list of hashtags that shouldn't be displayed in the trending tags.")],
515                         '$cache_contact_avatar'   => ['cache_contact_avatar', DI::l10n()->t('Cache contact avatars'), DI::config()->get('system', 'cache_contact_avatar'), DI::l10n()->t('Locally store the avatar pictures of the contacts. This uses a lot of storage space but it increases the performance.')],
516                         '$allow_users_remote_self'=> ['allow_users_remote_self', DI::l10n()->t('Allow Users to set remote_self'), DI::config()->get('system', 'allow_users_remote_self'), DI::l10n()->t('With checking this, every user is allowed to mark every contact as a remote_self in the repair contact dialog. Setting this flag on a contact causes mirroring every posting of that contact in the users stream.')],
517                         '$adjust_poll_frequency'  => ['adjust_poll_frequency', DI::l10n()->t('Adjust the feed poll frequency'), DI::config()->get('system', 'adjust_poll_frequency'), DI::l10n()->t('Automatically detect and set the best feed poll frequency.')],
518                         '$min_poll_interval'      => ['min_poll_interval', DI::l10n()->t('Minimum poll interval'), DI::config()->get('system', 'min_poll_interval'), DI::l10n()->t('Minimal distance in minutes between two polls for mail and feed contacts. Reasonable values are between 1 and 59.')],
519                         '$enable_multi_reg'       => ['enable_multi_reg', DI::l10n()->t('Enable multiple registrations'), !DI::config()->get('system', 'block_extended_register'), DI::l10n()->t('Enable users to register additional accounts for use as pages.')],
520                         '$enable_openid'          => ['enable_openid', DI::l10n()->t('Enable OpenID'), !DI::config()->get('system', 'no_openid'), DI::l10n()->t('Enable OpenID support for registration and logins.')],
521                         '$enable_regfullname'     => ['enable_regfullname', DI::l10n()->t('Enable full name check'), !DI::config()->get('system', 'no_regfullname'), DI::l10n()->t('Prevents users from registering with a display name with fewer than two parts separated by spaces.')],
522                         '$register_notification'  => ['register_notification', DI::l10n()->t('Email administrators on new registration'), DI::config()->get('system', 'register_notification'), DI::l10n()->t('If enabled and the system is set to an open registration, an email for each new registration is sent to the administrators.')],
523                         '$community_page_style'   => ['community_page_style', DI::l10n()->t('Community pages for visitors'), DI::config()->get('system', 'community_page_style'), DI::l10n()->t('Which community pages should be available for visitors. Local users always see both pages.'), $community_page_style_choices],
524                         '$max_author_posts_community_page' => ['max_author_posts_community_page', DI::l10n()->t('Posts per user on community page'), DI::config()->get('system', 'max_author_posts_community_page'), DI::l10n()->t('The maximum number of posts per user on the local community page. This is useful, when a single user floods the local community page.')],
525                         '$max_server_posts_community_page' => ['max_server_posts_community_page', DI::l10n()->t('Posts per server on community page'), DI::config()->get('system', 'max_server_posts_community_page'), DI::l10n()->t('The maximum number of posts per server on the global community page. This is useful, when posts from a single server flood the global community page.')],
526                         '$mail_able'              => function_exists('imap_open'),
527                         '$mail_enabled'           => ['mail_enabled', DI::l10n()->t('Enable Mail support'), !DI::config()->get('system', 'imap_disabled', !function_exists('imap_open')), DI::l10n()->t('Enable built-in mail support to poll IMAP folders and to reply via mail.')],
528                         '$mail_not_able'          => DI::l10n()->t('Mail support can\'t be enabled because the PHP IMAP module is not installed.'),
529                         '$ostatus_enabled'        => ['ostatus_enabled', DI::l10n()->t('Enable OStatus support'), !DI::config()->get('system', 'ostatus_disabled'), DI::l10n()->t('Enable built-in OStatus (StatusNet, GNU Social etc.) compatibility. All communications in OStatus are public.')],
530                         '$diaspora_able'          => $diaspora_able,
531                         '$diaspora_not_able'      => DI::l10n()->t('Diaspora support can\'t be enabled because Friendica was installed into a sub directory.'),
532                         '$diaspora_enabled'       => ['diaspora_enabled', DI::l10n()->t('Enable Diaspora support'), DI::config()->get('system', 'diaspora_enabled', $diaspora_able), DI::l10n()->t('Enable built-in Diaspora network compatibility for communicating with diaspora servers.')],
533                         '$verifyssl'              => ['verifyssl', DI::l10n()->t('Verify SSL'), DI::config()->get('system', 'verifyssl'), DI::l10n()->t('If you wish, you can turn on strict certificate checking. This will mean you cannot connect (at all) to self-signed SSL sites.')],
534                         '$proxyuser'              => ['proxyuser', DI::l10n()->t('Proxy user'), DI::config()->get('system', 'proxyuser'), DI::l10n()->t('User name for the proxy server.')],
535                         '$proxy'                  => ['proxy', DI::l10n()->t('Proxy URL'), DI::config()->get('system', 'proxy'), DI::l10n()->t('If you want to use a proxy server that Friendica should use to connect to the network, put the URL of the proxy here.')],
536                         '$timeout'                => ['timeout', DI::l10n()->t('Network timeout'), DI::config()->get('system', 'curl_timeout'), DI::l10n()->t('Value is in seconds. Set to 0 for unlimited (not recommended).')],
537                         '$maxloadavg'             => ['maxloadavg', DI::l10n()->t('Maximum Load Average'), DI::config()->get('system', 'maxloadavg'), DI::l10n()->t('Maximum system load before delivery and poll processes are deferred - default %d.', 20)],
538                         '$min_memory'             => ['min_memory', DI::l10n()->t('Minimal Memory'), DI::config()->get('system', 'min_memory'), DI::l10n()->t('Minimal free memory in MB for the worker. Needs access to /proc/meminfo - default 0 (deactivated).')],
539                         '$optimize_tables'        => ['optimize_tables', DI::l10n()->t('Periodically optimize tables'), DI::config()->get('system', 'optimize_tables'), DI::l10n()->t('Periodically optimize tables like the cache and the workerqueue')],
540
541                         '$contact_discovery'      => ['contact_discovery', DI::l10n()->t('Discover followers/followings from contacts'), DI::config()->get('system', 'contact_discovery'), DI::l10n()->t('If enabled, contacts are checked for their followers and following contacts.') . '<ul>' .
542                                 '<li>' . DI::l10n()->t('None - deactivated') . '</li>' .
543                                 '<li>' . DI::l10n()->t('Local contacts - contacts of our local contacts are discovered for their followers/followings.') . '</li>' .
544                                 '<li>' . DI::l10n()->t('Interactors - contacts of our local contacts and contacts who interacted on locally visible postings are discovered for their followers/followings.') . '</li></ul>',
545                                 $discovery_choices],
546                         '$update_active_contacts' => ['update_active_contacts', DI::l10n()->t('Only update contacts/servers with local data'), DI::config()->get('system', 'update_active_contacts'), DI::l10n()->t('If enabled, the system will only look for changes in contacts and servers that engaged on this system by either being in a contact list of a user or when posts or comments exists from the contact on this system.')],    
547                         '$synchronize_directory'  => ['synchronize_directory', DI::l10n()->t('Synchronize the contacts with the directory server'), DI::config()->get('system', 'synchronize_directory'), DI::l10n()->t('if enabled, the system will check periodically for new contacts on the defined directory server.')],
548
549                         '$poco_discovery'         => ['poco_discovery', DI::l10n()->t('Discover contacts from other servers'), DI::config()->get('system', 'poco_discovery'), DI::l10n()->t('Periodically query other servers for contacts and servers that they know of. The system queries Friendica, Mastodon and Hubzilla servers. Keep it deactivated on small machines to decrease the database size and load.')],
550                         '$poco_requery_days'      => ['poco_requery_days', DI::l10n()->t('Days between requery'), DI::config()->get('system', 'poco_requery_days'), DI::l10n()->t('Number of days after which a server is requeried for their contacts and servers it knows of. This is only used when the discovery is activated.')],
551                         '$poco_local_search'      => ['poco_local_search', DI::l10n()->t('Search the local directory'), DI::config()->get('system', 'poco_local_search'), DI::l10n()->t('Search the local directory instead of the global directory. When searching locally, every search will be executed on the global directory in the background. This improves the search results when the search is repeated.')],
552
553                         '$nodeinfo'               => ['nodeinfo', DI::l10n()->t('Publish server information'), DI::config()->get('system', 'nodeinfo'), DI::l10n()->t('If enabled, general server and usage data will be published. The data contains the name and version of the server, number of users with public profiles, number of posts and the activated protocols and connectors. See <a href="http://the-federation.info/">the-federation.info</a> for details.')],
554
555                         '$check_new_version_url'  => ['check_new_version_url', DI::l10n()->t('Check upstream version'), DI::config()->get('system', 'check_new_version_url'), DI::l10n()->t('Enables checking for new Friendica versions at github. If there is a new version, you will be informed in the admin panel overview.'), $check_git_version_choices],
556                         '$suppress_tags'          => ['suppress_tags', DI::l10n()->t('Suppress Tags'), DI::config()->get('system', 'suppress_tags'), DI::l10n()->t('Suppress showing a list of hashtags at the end of the posting.')],
557                         '$dbclean'                => ['dbclean', DI::l10n()->t('Clean database'), DI::config()->get('system', 'dbclean'), DI::l10n()->t('Remove old remote items, orphaned database records and old content from some other helper tables.')],
558                         '$dbclean_expire_days'    => ['dbclean_expire_days', DI::l10n()->t('Lifespan of remote items'), DI::config()->get('system', 'dbclean-expire-days'), DI::l10n()->t('When the database cleanup is enabled, this defines the days after which remote items will be deleted. Own items, and marked or filed items are always kept. 0 disables this behaviour.')],
559                         '$dbclean_unclaimed'      => ['dbclean_unclaimed', DI::l10n()->t('Lifespan of unclaimed items'), DI::config()->get('system', 'dbclean-expire-unclaimed'), DI::l10n()->t('When the database cleanup is enabled, this defines the days after which unclaimed remote items (mostly content from the relay) will be deleted. Default value is 90 days. Defaults to the general lifespan value of remote items if set to 0.')],
560                         '$dbclean_expire_conv'    => ['dbclean_expire_conv', DI::l10n()->t('Lifespan of raw conversation data'), DI::config()->get('system', 'dbclean_expire_conversation'), DI::l10n()->t('The conversation data is used for ActivityPub and OStatus, as well as for debug purposes. It should be safe to remove it after 14 days, default is 90 days.')],
561                         '$max_comments'           => ['max_comments', DI::l10n()->t('Maximum numbers of comments per post'), DI::config()->get('system', 'max_comments'), DI::l10n()->t('How much comments should be shown for each post? Default value is 100.')],
562                         '$max_display_comments'   => ['max_display_comments', DI::l10n()->t('Maximum numbers of comments per post on the display page'), DI::config()->get('system', 'max_display_comments'), DI::l10n()->t('How many comments should be shown on the single view for each post? Default value is 1000.')],
563                         '$itemspage_network'      => ['itemspage_network', DI::l10n()->t('Items per page'), DI::config()->get('system', 'itemspage_network'), DI::l10n()->t('Number of items per page in stream pages (network, community, profile/contact statuses, search).')],
564                         '$itemspage_network_mobile' => ['itemspage_network_mobile', DI::l10n()->t('Items per page for mobile devices'), DI::config()->get('system', 'itemspage_network_mobile'), DI::l10n()->t('Number of items per page in stream pages (network, community, profile/contact statuses, search) for mobile devices.')],
565                         '$temppath'               => ['temppath', DI::l10n()->t('Temp path'), DI::config()->get('system', 'temppath'), DI::l10n()->t('If you have a restricted system where the webserver can\'t access the system temp path, enter another path here.')],
566                         '$only_tag_search'        => ['only_tag_search', DI::l10n()->t('Only search in tags'), DI::config()->get('system', 'only_tag_search'), DI::l10n()->t('On large systems the text search can slow down the system extremely.')],
567                         '$compute_circle_counts'  => ['compute_circle_counts', DI::l10n()->t('Generate counts per contact circle when calculating network count'), DI::config()->get('system', 'compute_circle_counts'), DI::l10n()->t('On systems with users that heavily use contact circles the query can be very expensive.')],
568                         '$process_view'           => ['process_view', DI::l10n()->t('Process "view" activities'), DI::config()->get('system', 'process_view'), DI::l10n()->t('"view" activities are mostly geberated by Peertube systems. Per default they are not processed for performance reasons. Only activate this option on performant system.')],
569                         '$archival_days'          => ['archival_days', DI::l10n()->t('Days, after which a contact is archived'), DI::config()->get('system', 'archival_days'), DI::l10n()->t('Number of days that we try to deliver content or to update the contact data before we archive a contact.')],
570
571                         '$worker_queues'          => ['worker_queues', DI::l10n()->t('Maximum number of parallel workers'), DI::config()->get('system', 'worker_queues'), DI::l10n()->t('On shared hosters set this to %d. On larger systems, values of %d are great. Default value is %d.', 5, 20, 10)],
572                         '$worker_load_cooldown'   => ['worker_load_cooldown', DI::l10n()->t('Maximum load for workers'), DI::config()->get('system', 'worker_load_cooldown'), DI::l10n()->t('Maximum load that causes a cooldown before each worker function call.')],
573                         '$worker_fastlane'        => ['worker_fastlane', DI::l10n()->t('Enable fastlane'), DI::config()->get('system', 'worker_fastlane'), DI::l10n()->t('When enabed, the fastlane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority.')],
574                         '$decoupled_receiver'     => ['decoupled_receiver', DI::l10n()->t('Decoupled receiver'), DI::config()->get('system', 'decoupled_receiver'), DI::l10n()->t('Decouple incoming ActivityPub posts by processing them in the background via a worker process. Only enable this on fast systems.')],
575                         '$cron_interval'          => ['cron_interval', DI::l10n()->t('Cron interval'), DI::config()->get('system', 'cron_interval'), DI::l10n()->t('Minimal period in minutes between two calls of the "Cron" worker job.')],
576                         '$worker_defer_limit'     => ['worker_defer_limit', DI::l10n()->t('Worker defer limit'), DI::config()->get('system', 'worker_defer_limit'), DI::l10n()->t('Per default the systems tries delivering for 15 times before dropping it.')],
577                         '$worker_fetch_limit'     => ['worker_fetch_limit', DI::l10n()->t('Worker fetch limit'), DI::config()->get('system', 'worker_fetch_limit'), DI::l10n()->t('Number of worker tasks that are fetched in a single query. Higher values should increase the performance, too high values will mostly likely decrease it. Only change it, when you know how to measure the performance of your system.')],
578
579                         '$relay_directly'                 => ['relay_directly', DI::l10n()->t('Direct relay transfer'), DI::config()->get('system', 'relay_directly'), DI::l10n()->t('Enables the direct transfer to other servers without using the relay servers')],
580                         '$relay_scope'                    => ['relay_scope', DI::l10n()->t('Relay scope'), DI::config()->get('system', 'relay_scope'), DI::l10n()->t('Can be "all" or "tags". "all" means that every public post should be received. "tags" means that only posts with selected tags should be received.'), [Relay::SCOPE_NONE => DI::l10n()->t('Disabled'), Relay::SCOPE_ALL => DI::l10n()->t('all'), Relay::SCOPE_TAGS => DI::l10n()->t('tags')]],
581                         '$relay_server_tags'              => ['relay_server_tags', DI::l10n()->t('Server tags'), DI::config()->get('system', 'relay_server_tags'), DI::l10n()->t('Comma separated list of tags for the "tags" subscription.')],
582                         '$relay_deny_tags'                => ['relay_deny_tags', DI::l10n()->t('Deny Server tags'), DI::config()->get('system', 'relay_deny_tags'), DI::l10n()->t('Comma separated list of tags that are rejected.')],
583                         '$relay_user_tags'                => ['relay_user_tags', DI::l10n()->t('Allow user tags'), DI::config()->get('system', 'relay_user_tags'), DI::l10n()->t('If enabled, the tags from the saved searches will used for the "tags" subscription in addition to the "relay_server_tags".')],
584                         '$relay_deny_undetected_language' => ['relay_deny_undetected_language', DI::l10n()->t('Deny undetected languages'), DI::config()->get('system', 'relay_deny_undetected_language'), DI::l10n()->t('If enabled, posts with undetected languages will be rejected.')],
585                         '$relay_language_quality'         => ['relay_language_quality', DI::l10n()->t('Language Quality'), DI::config()->get('system', 'relay_language_quality'), DI::l10n()->t('The minimum language quality that is required to accept the post.')],
586                         '$relay_languages'                => ['relay_languages', DI::l10n()->t('Number of languages for the language detection'), DI::config()->get('system', 'relay_languages'), DI::l10n()->t('The system detects a list of languages per post. Only if the desired languages are in the list, the message will be accepted. The higher the number, the more posts will be falsely detected.')],
587
588                         '$engagement_hours'        => ['engagement_hours', DI::l10n()->t('Maximum age of channel'), DI::config()->get('channel', 'engagement_hours'), DI::l10n()->t('This defines the maximum age in hours of items that should be displayed in channels. This affects the channel performance.')],
589                         '$engagement_post_limit'   => ['engagement_post_limit', DI::l10n()->t('Maximum number of channel posts'), DI::config()->get('channel', 'engagement_post_limit'), DI::l10n()->t('For performance reasons, the channels use a dedicated table to store content. The higher the value the slower the channels.')],
590                         '$interaction_score_days'  => ['interaction_score_days', DI::l10n()->t('Interaction score days'), DI::config()->get('channel', 'interaction_score_days'), DI::l10n()->t('Number of days that are used to calculate the interaction score.')],
591                         '$max_posts_per_author'    => ['max_posts_per_author', DI::l10n()->t('Maximum number of posts per author'), DI::config()->get('channel', 'max_posts_per_author'), DI::l10n()->t('Maximum number of posts per page by author if the contact frequency is set to "Display only few posts". If there are more posts, then the post with the most interactions will be displayed.')],
592                         '$sharer_interaction_days' => ['sharer_interaction_days', DI::l10n()->t('Sharer interaction days'), DI::config()->get('channel', 'sharer_interaction_days'), DI::l10n()->t('Number of days of the last interaction that are used to define which sharers are used for the "sharers of sharers" channel.')],
593
594                         '$form_security_token'    => self::getFormSecurityToken('admin_site'),
595                         '$relocate_button'        => DI::l10n()->t('Start Relocation'),
596                 ]);
597         }
598 }