X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fdefault.php;h=84eaf3bf2a46d69c289b920de62d42e09de9ab62;hb=68b1c057056a5db7601683383f7e466031d336bc;hp=9872d8ffd3b2ad7c6e145fddf4c9512ed064aac5;hpb=9f1603462dce7a24d432698c4f46d7dcf1bf7c4f;p=quix0rs-gnu-social.git diff --git a/lib/default.php b/lib/default.php index 9872d8ffd3..84eaf3bf2a 100644 --- a/lib/default.php +++ b/lib/default.php @@ -53,7 +53,7 @@ $default = 'broughtbyurl' => null, 'closed' => false, 'inviteonly' => false, - 'private' => false, + 'private' => true, 'ssl' => 'never', 'sslserver' => null, 'shorturllength' => 30, @@ -269,7 +269,10 @@ $default = 'group' => array('maxaliases' => 3, 'desclimit' => null), - 'oohembed' => array('endpoint' => 'http://oohembed.com/oohembed/'), + 'oembed' => + array('endpoint' => 'http://oohembed.com/oohembed/', + 'order' => array('built-in', 'well-known', 'service', 'discovery'), + ), 'search' => array('type' => 'fulltext'), 'sessions' => @@ -301,12 +304,14 @@ $default = array('disabled' => true), 'plugins' => array('default' => array('Geonames' => null, - 'Mapstraction' => null, - 'OStatus' => null, - 'WikiHashtags' => null, - 'RSSCloud' => null, 'ClientSideShorten' => null, 'StrictTransportSecurity' => null, + 'Bookmark' => null, + 'Event' => null, + 'Poll' => null, + 'QnA' => null, + 'SearchSub' => null, + 'TagSub' => null, 'OpenID' => null), 'locale_path' => false, // Set to a path to use *instead of* each plugin's own locale subdirectories 'server' => null,