discourse/app
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
..
assets FIX: Consider webp a supported image format for upload (#9015) 2020-02-21 13:08:01 +10:00
controllers FIX: When admin changes another user's email auto-confirm the change (#9001) 2020-02-20 09:52:21 +10:00
helpers FIX: respect prioritize_username_in_ux setting in email 2020-02-20 17:47:16 +05:30
jobs FIX: Respect muted tags for mailing list mode 2020-02-19 15:14:42 -05:00
mailers FIX: Replace deprecated URI.encode, URI.escape, URI.unescape and URI.unencode (#8528) 2019-12-12 12:49:21 +10:00
models FIX: TOTP could not be used on sites with colons in their names 2020-02-20 16:35:30 -05:00
serializers FIX: tag info misleading message saying it's not restricted 2020-02-05 15:23:39 -05:00
services FIX: Mentions updater should work regardless of .notify 2020-02-18 16:02:26 -05:00
views UX: use same styling for username and user-name 2020-02-20 17:51:37 +05:30