This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/discourse
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
..
adapters FIX: Use new tag routes (#8683) 2020-01-21 19:23:08 +02:00
components FIX: remove anchors from banner headings. 2020-02-19 02:55:04 +05:30
controllers DEV: allows to import isPresent (#8993) 2020-02-18 23:41:15 +01:00
helpers UX: Prevent category-drop topic count from wrapping to new line (#8943) 2020-02-12 14:34:16 -05:00
initializers FEATURE: Use new Badging API 2020-01-10 13:41:35 -03:00
lib FIX: Consider webp a supported image format for upload (#9015) 2020-02-21 13:08:01 +10:00
mixins DEV: Fix function prototype deprecations (#8681) 2020-01-16 18:56:53 +01:00
models FEATURE: Improving bookmarks part 2 -- Topic Bookmarking (#8954) 2020-02-13 16:26:02 +10:00
pre-initializers FEATURE: Add Tactile feedback on likes 2020-01-30 12:01:52 -03:00
raw-views DEV: Fix function prototype deprecations (#8681) 2020-01-16 18:56:53 +01:00
routes FIX: use separate site attribute for single category "top tags" list. 2020-02-17 21:09:27 +05:30
services DEV: Fix function prototype deprecations (#8681) 2020-01-16 18:56:53 +01:00
templates FIX: Remove broken error dismiss button 2020-02-19 23:03:52 +02:00
widgets DEV: Use scheduleOnce correctly (#8865) 2020-02-05 21:21:00 +03:00
mapping-router.js.es6 DEV: Remove Discourse.Site in favor of import (#8344) 2019-11-13 12:13:47 -05:00