From: chimo Date: Sat, 1 Aug 2015 13:24:05 +0000 (-0400) Subject: Add a few missing 'attachments' config options X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=60e7dc1e39d4dab5bb46d3b364ab9aec74819323;p=quix0rs-gnu-social.git Add a few missing 'attachments' config options show_thumbs show_html filename_base --- diff --git a/CONFIGURE b/CONFIGURE index 217b32cc7c..120db976df 100644 --- a/CONFIGURE +++ b/CONFIGURE @@ -563,6 +563,11 @@ sslserver: if specified, this server will be used when creating HTTPS sslpath: if this and the sslserver are specified, this path will be used when creating HTTPS URLs. Otherwise, the attachments|path value will be used. +show_thumbs: show thumbnails in notice lists for uploaded images, and photos + and videos linked remotely that provide oEmbed info. Defaults to true. +show_html: show (filtered) text/html attachments (and oEmbed HTML etc.). + Doesn't affect AJAX calls. Defaults to false. +filename_base: for new files, choose one: 'upload', 'hash'. Defaults to hash. group -----