X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=static%2Fdefaults.config.php;h=dfec158cfe15e8bfccf458aa3246fccb3877b960;hb=4a3544582c570d43f7d274ddbae7ea835176cbd9;hp=0cfb15e8474149b50bbfef40cc647d47026c1cd0;hpb=7a73445503cbd52b1c91565214d7214b04312fe9;p=friendica.git diff --git a/static/defaults.config.php b/static/defaults.config.php index 0cfb15e847..dfec158cfe 100644 --- a/static/defaults.config.php +++ b/static/defaults.config.php @@ -59,6 +59,10 @@ return [ // Only show small preview pictures. 'always_show_preview' => false, + // ap_always_bcc (Boolean) + // Adresses non-mentioned ActivityPub receivers by BCC instead of CC. Increases privacy, decreases performance. + 'ap_always_bcc' => false, + // archival_days (Integer) // Number of days that we try to deliver content before we archive a contact. 'archival_days' => 32, @@ -189,6 +193,11 @@ return [ // For development only. Disables the item cache. 'ignore_cache' => false, + // insecure_imap (Boolean) + // If enabled, users are allowed to connect to their IMAP servers unencrypted. + // For security reasons this is disabled by default. + 'insecure_imap' => false, + // instances_social_key (String) // Key to the API of https://instances.social which retrieves data about mastodon servers. // See https://instances.social/api/token to get an API key. @@ -288,10 +297,6 @@ return [ // Don't show smilies. 'no_smilies' => false, - // no_view_full_size (Boolean) - // Don't add the link "View full size" under a resized image. - 'no_view_full_size' => false, - // optimize_items (Boolean) // Triggers an SQL command to optimize the item table before expiring items. 'optimize_items' => false, @@ -369,6 +374,14 @@ return [ // When the global community page is enabled, use this option to display a hint above the stream, that this is a collection of all public top-level postings that arrive on your node. 'show_global_community_hint' => false, + // show_received (Boolean) + // Show the receive data along with the post creation date + 'show_received' => true, + + // show_received_seconds (Integer) + // Display the received date when the difference between received and created is higher than this. + 'show_received_seconds' => 500, + // show_unsupported_addons (Boolean) // Show all addons including the unsupported ones. 'show_unsupported_addons' => false,