MyShaarli/tests/plugins
ArthurHoaro 9ff17ae20e Add markdown_escape setting
This setting allows to escape HTML in markdown rendering or not.
The goal behind it is to avoid XSS issue in shared instances.

More info:

  * the setting is set to true by default
  * it is set to false for anyone who already have the plugin enabled
  (avoid breaking existing entries)
  * improve the HTML sanitization when the setting is set to false - but don't consider it XSS proof
  * mention the setting in the plugin README
2017-03-04 09:38:12 +01:00
..
resources Add markdown_escape setting 2017-03-04 09:38:12 +01:00
test Parse plugin parameters description with the PluginManager 2016-08-02 11:12:01 +02:00
PluginAddlinkTest.php unit test for addlink_toolbar + coding style 2015-11-08 12:40:14 +01:00
PluginArchiveorgTest.php Archive.org plugin: do not propose archival of private notes 2016-10-13 16:37:43 +01:00
PluginIssoTest.php Add a persistent 'shorturl' key to all links 2016-12-12 03:03:12 +01:00
PluginMarkdownTest.php Add markdown_escape setting 2017-03-04 09:38:12 +01:00
PluginPlayvideosTest.php Add unit tests for Playvideos plugin 2015-11-07 16:30:56 +01:00
PluginReadityourselfTest.php New init function for plugins, supports errors reporting 2016-10-14 13:22:58 +02:00
PluginWallabagTest.php New init function for plugins, supports errors reporting 2016-10-14 13:22:58 +02:00
PlugQrcodeTest.php QRCode plugin: use url instead of real_url 2015-12-22 10:59:41 +01:00
WallabagInstanceTest.php Wallabag plugin improvement 2015-12-27 15:30:34 +01:00