xmpp.chapril.org-conversejs/src/plugins
JC Brand 366932e999 Allow render_media setting to be an array of domains
This allows for more flexibility in configuring which media URLs will
automatically render and which media URLs may be manually rendered by
the user (via the message actions dropdown).

For example, suppose you want to automatically render all media URLs
from https://xmpp.org, but still allow other media (which won't render
by default) to be rendered manually by the user (by clicking the "Show
URL previews" message dropdown action).

In this case, you set `render_media` to `['xmpp.org']` and
`allowed_image_domains` to `null` or `undefined`.

Or if you want to automatically render images from xmpp.org, and
restrict the domains users might manually click to render, you can add
those extra domains to `allowed_image_domains`.
2021-09-30 16:30:30 +02:00
..
bookmark-views Fix embedded, singleton mode. 2021-09-24 11:53:49 +02:00
chatboxviews Fix embedded, singleton mode. 2021-09-24 11:53:49 +02:00
chatview Allow render_media setting to be an array of domains 2021-09-30 16:30:30 +02:00
controlbox Fix embedded, singleton mode. 2021-09-24 11:53:49 +02:00
dragresize Upgrade to Webpack 3 2021-04-30 13:50:50 +02:00
fullscreen Move isUniView function to utils 2021-09-29 12:03:21 +02:00
headlines-view Call initialize in CustomElement's connectedCallback method 2021-09-23 14:25:42 +02:00
mam-views Update lit imports 2021-09-29 11:20:14 +02:00
minimize Fix embedded, singleton mode. 2021-09-24 11:53:49 +02:00
modal Create directory for modal plugin 2021-09-20 11:13:26 +02:00
muc-views Allow render_media setting to be an array of domains 2021-09-30 16:30:30 +02:00
notifications Breaking change: stop setting config variables on the _converse object 2021-09-21 17:08:30 +02:00
omemo Fixes #2629 OMEMO button tooltip is wrong in private chat 2021-09-06 20:59:26 +02:00
profile Create directory for modal plugin 2021-09-20 11:13:26 +02:00
push Breaking change: stop setting config variables on the _converse object 2021-09-21 17:08:30 +02:00
register Stop using the Jasmine "done" callback 2021-06-29 15:59:49 +02:00
roomslist Move isUniView function to utils 2021-09-29 12:03:21 +02:00
rootview Fix embedded, singleton mode. 2021-09-24 11:53:49 +02:00
rosterview Move isUniView function to utils 2021-09-29 12:03:21 +02:00
oauth.js Move all plugin files to ./plugin folders 2020-12-03 16:41:15 +01:00
singleton.js Move all plugin files to ./plugin folders 2020-12-03 16:41:15 +01:00