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
Martin Brennan 56b16bc68e
FIX: Never allow custom emoji to be marked secure (#8965)
* Because custom emoji count as post "uploads" we were
marking them as secure when updating the secure status for post uploads.
* We were also giving them an access control post id, which meant
broken image previews from 403 errors in the admin custom emoji list.
* We now check if an upload is used as a custom emoji and do not
assign the access control post + never mark as secure.
2020-02-14 11:17:09 +10:00
..
assets FIX: displays selection text when no default_notification_level is set (#8962) 2020-02-13 23:45:03 +01:00
controllers FEATURE: Improving bookmarks part 2 -- Topic Bookmarking (#8954) 2020-02-13 16:26:02 +10:00
helpers FIX: Don't use theme colors for digest unsubscribe footer links 2020-02-11 15:52:38 -05:00
jobs FEATURE: Send suspect users to the review queue (#8811) 2020-01-29 15:38:27 -03: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: Never allow custom emoji to be marked secure (#8965) 2020-02-14 11:17:09 +10:00
serializers FIX: tag info misleading message saying it's not restricted 2020-02-05 15:23:39 -05:00
services FIX: Flair icon being removed when updating other profile info 2020-02-07 16:26:33 -07:00
views FIX: Don't use theme colors for digest unsubscribe footer links 2020-02-11 15:52:38 -05:00