discourse/plugins/discourse-narrative-bot/spec
Rafael dos Santos Silva bf5611f7eb
FIX: Make discobot certificate faster/non blocking (#11344)
This moves the way we add the user avatar and site logo
to the discobot certificates from embeded base64 png to
just using the files urls in the href to the image tag.

This will make generation faster and the certificate
smaller overall, but it can't be used in a  `img` tag
anymore, since SVGs in `img` tags don't load the external images

In order to work around that we will move the certificate
in posts to an iframe, which works fine without any user
visible changes. For this to be possible the plugin automatically
adds the site current domain to the list of allowed iframe origins.
2021-02-01 20:49:32 -03:00
..
discourse_narrative_bot FIX: Discobot exception when site_contact_username is promoted (#11666) 2021-01-11 13:07:36 -08:00
jobs FIX: TL2 promotion message and advance training (#10679) 2020-09-22 10:17:52 +10:00
lib FEATURE: Remove deprecated uploads url site settings. 2020-06-22 14:32:29 +08:00
requests FIX: Make discobot certificate faster/non blocking (#11344) 2021-02-01 20:49:32 -03:00
user_spec.rb FIX: Clear notification of skipped narrative bot PM (#10792) 2020-10-01 20:32:45 -04:00