discourse/test/javascripts
Martin Brennan 3af2670bd5
FIX: Consider webp a supported image format for upload (#9015)
* Also fixes an issue where if webp was a downloaded hotlinked
  image and then secure + sent in an email, it was not being
  redacted because webp was not a supported media format in
  FileHelper
* Webp originally removed as an image format in
  https://github.com/discourse/discourse/pull/6377
  and there was a spec to make sure a .bin webp
  file did not get renamed from its type to webp.

  However we want to support webp images now to make
  sure they are properly redacted if secure media is
  on, so change the example in the spec to use tiff,
  another banned format, instead
2020-02-21 13:08:01 +10:00
..
acceptance FEATURE: adds a new plugin api to decorate plugin outlets (#8937) 2020-02-13 23:44:34 +01:00
admin DEV: Fix function prototype deprecations (#8681) 2020-01-16 18:56:53 +01:00
components FIX: value-list choices when removing a value 2020-02-14 11:21:06 -05:00
controllers DEV: Ember linting - disallow Ember.* variable usage (#8782) 2020-02-05 10:14:42 -06:00
ember DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
fixtures DEV: Update the site title in qunit fixtures (#8959) 2020-02-14 11:30:04 +00:00
helpers DEV: Update the site title in qunit fixtures (#8959) 2020-02-14 11:30:04 +00:00
initializers FEATURE: Load translation overrides without JS eval 2019-11-05 19:16:38 +01:00
lib FIX: Consider webp a supported image format for upload (#9015) 2020-02-21 13:08:01 +10:00
mixins FIX: makes setting-object capable of defining value/name properties itself (#9003) 2020-02-19 10:01:21 +01:00
models FIX: Make category slug validation less strict (#8915) 2020-02-11 17:01:12 +02:00
utils DEV: adds afterRender decorator (#8864) 2020-02-10 08:13:13 +01:00
widgets DEV: Ember linting - disallow Ember.* variable usage (#8782) 2020-02-05 10:14:42 -06:00
plugin_tests.js.erb Support for Acceptance tests in plugins 2015-08-27 17:07:11 -04:00
test_helper.js DEV: Remove unused BreakString class (#8942) 2020-02-14 15:32:59 -03:00