X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fdefault.php;h=b72b20fed9461e2cc4b268c80bc18045a5efd8b6;hb=d15fb62d3ca761370a1d3c3d93b559345247a51f;hp=3a28ec12c721dd5f7b7d963afe73229dadfe9065;hpb=074339ea130a83d049208aaac3556e94e7cc4e72;p=quix0rs-gnu-social.git diff --git a/lib/default.php b/lib/default.php index 3a28ec12c7..b72b20fed9 100644 --- a/lib/default.php +++ b/lib/default.php @@ -113,9 +113,9 @@ $default = 'license' => array('type' => 'cc', # can be 'cc', 'allrightsreserved', 'private' 'owner' => null, # can be name of content owner e.g. for enterprise - 'url' => 'http://creativecommons.org/licenses/by/3.0/', + 'url' => 'https://creativecommons.org/licenses/by/3.0/', 'title' => 'Creative Commons Attribution 3.0', - 'image' => 'http://i.creativecommons.org/l/by/3.0/80x15.png'), + 'image' => $_path . '/theme/licenses/cc_by_3.0_80x15.png'), 'mail' => array('backend' => 'mail', 'params' => null, @@ -131,7 +131,7 @@ $default = 'delete' => false, 'move' => true), 'image' => - array('jpegquality' => 85), + array('jpegquality' => 95), 'avatar' => array('server' => null, 'dir' => INSTALLDIR . '/avatar/', @@ -144,7 +144,7 @@ $default = 'path' => $_path . '/background/', 'ssl' => null), 'public' => - array('localonly' => true, + array('localonly' => false, 'blacklist' => array(), 'autosource' => array()), 'theme' => @@ -213,47 +213,51 @@ $default = 'sslserver' => null, 'sslpath' => null, 'ssl' => null, - 'supported' => array('image/png', - 'image/jpeg', - 'image/gif', - 'image/svg+xml', - 'audio/mpeg', - 'audio/x-speex', - 'application/ogg', - 'application/pdf', - 'application/vnd.oasis.opendocument.text', - 'application/vnd.oasis.opendocument.text-template', - 'application/vnd.oasis.opendocument.graphics', - 'application/vnd.oasis.opendocument.graphics-template', - 'application/vnd.oasis.opendocument.presentation', - 'application/vnd.oasis.opendocument.presentation-template', - 'application/vnd.oasis.opendocument.spreadsheet', - 'application/vnd.oasis.opendocument.spreadsheet-template', - 'application/vnd.oasis.opendocument.chart', - 'application/vnd.oasis.opendocument.chart-template', - 'application/vnd.oasis.opendocument.image', - 'application/vnd.oasis.opendocument.image-template', - 'application/vnd.oasis.opendocument.formula', - 'application/vnd.oasis.opendocument.formula-template', - 'application/vnd.oasis.opendocument.text-master', - 'application/vnd.oasis.opendocument.text-web', - 'application/x-zip', - 'application/zip', - 'text/plain', - 'video/mpeg', - 'video/mp4', - 'video/quicktime', - 'video/webm'), + 'supported' => array( + 'application/vnd.oasis.opendocument.chart' => 'odc', + 'application/vnd.oasis.opendocument.formula' => 'odf', + 'application/vnd.oasis.opendocument.graphics' => 'odg', + 'application/vnd.oasis.opendocument.graphics-template' => 'otg', + 'application/vnd.oasis.opendocument.image' => 'odi', + 'application/vnd.oasis.opendocument.presentation' => 'odp', + 'application/vnd.oasis.opendocument.presentation-template' => 'otp', + 'application/vnd.oasis.opendocument.spreadsheet' => 'ods', + 'application/vnd.oasis.opendocument.spreadsheet-template' => 'ots', + 'application/vnd.oasis.opendocument.text' => 'odt', + 'application/vnd.oasis.opendocument.text-master' => 'odm', + 'application/vnd.oasis.opendocument.text-template' => 'ott', + 'application/vnd.oasis.opendocument.text-web' => 'oth', + 'application/pdf' => 'pdf', + 'application/zip' => 'zip', + 'image/png' => 'png', + 'image/jpeg' => 'jpg', + 'image/gif' => 'gif', + 'image/svg+xml' => 'svg', + 'image/vnd.microsoft.icon' => 'ico', + 'audio/ogg' => 'ogg', + 'audio/mpeg' => 'mpg', + 'audio/x-speex' => 'spx', + 'application/ogg' => 'ogx', + 'text/plain' => 'txt', + 'video/mpeg' => 'mpeg', + 'video/mp4' => 'mp4', + 'video/ogg' => 'ogv', + 'video/quicktime' => 'mov', + 'video/webm' => 'webm', + ), 'file_quota' => 5000000, 'user_quota' => 50000000, 'monthly_quota' => 15000000, 'uploads' => true, - 'filecommand' => '/usr/bin/file', + 'show_html' => false, // show (filtered) text/html attachments (and oEmbed HTML etc.). Doesn't affect AJAX calls. 'show_thumbs' => true, // show thumbnails in notice lists for uploaded images, and photos and videos linked remotely that provide oEmbed info - 'thumb_width' => 100, - 'thumb_height' => 75, 'process_links' => true, // check linked resources for embeddable photos and videos; this will hit referenced external web sites when processing new messages. ), + 'thumbnail' => + array('crop' => false, // overridden to true if thumb height === null + 'maxsize' => 1000, // thumbs with an edge larger than this will not be generated + 'width' => 450, + 'height' => 600), 'application' => array('desclimit' => null), 'group' => @@ -266,7 +270,7 @@ $default = 'allow_tagging' => array('all' => true), // equivalent to array('local' => true, 'remote' => true) 'desclimit' => null), 'oembed' => - array('endpoint' => 'https://noembed.com/embed/', + array('endpoint' => null, // 'https://noembed.com/embed/' for proxied oEmbed data 'order' => array('built-in', 'well-known', 'service', 'discovery'), ), 'search' => @@ -290,20 +294,28 @@ $default = array('core' => array( 'AuthCrypt' => array(), 'Cronish' => array(), + 'Favorite' => array(), 'LRDD' => array(), - 'OpportunisticQM' => array(), 'StrictTransportSecurity' => array(), ), 'default' => array( 'Activity' => array(), + 'AntiBrute' => array(), 'Bookmark' => array(), 'ClientSideShorten' => array(), + 'Directory' => array(), + 'DirectMessage' => array(), + 'EmailAuthentication' => array(), 'Event' => array(), + 'Oembed' => array(), 'OpenID' => array(), + 'OpportunisticQM' => array(), + 'OStatus' => array(), 'Poll' => array(), 'QnA' => array(), 'SearchSub' => array(), 'TagSub' => array(), + 'WebFinger' => array(), ), 'locale_path' => false, // Set to a path to use *instead of* each plugin's own locale subdirectories 'server' => null, @@ -333,7 +345,8 @@ $default = 'maxurllength' => 100, 'maxnoticelength' => -1), 'http' => // HTTP client settings when contacting other sites - array('ssl_cafile' => false, // To enable SSL cert validation, point to a CA bundle (eg '/usr/lib/ssl/certs/ca-certificates.crt') + array('ssl_cafile' => false, // To enable SSL cert validation, point to a CA bundle (eg '/usr/lib/ssl/certs/ca-certificates.crt') (this activates "ssl_verify_peer") + 'ssl_verify_host' => true, // HTTPRequest2 makes sure this is set to CURLOPT_SSL_VERIFYHOST==2 if using curl 'curl' => false, // Use CURL backend for HTTP fetches if available. (If not, PHP's socket streams will be used.) 'proxy_host' => null, 'proxy_port' => null,