discourse/app/assets/javascripts/discourse
David Battersby 967010e545
FEATURE: Add an emoji deny list site setting (#20929)
This feature will allow sites to define which emoji are not allowed. Emoji in this list should be excluded from the set we show in the core emoji picker used in the composer for posts when emoji are enabled. And they should not be allowed to be chosen to be added to messages or as reactions in chat.

This feature prevents denied emoji from appearing in the following scenarios:
- topic title and page title
- private messages (topic title and body)
- inserting emojis into a chat
- reacting to chat messages
- using the emoji picker (composer, user status etc)
- using search within emoji picker

It also takes into account the various ways that emojis can be accessed, such as:
- emoji autocomplete suggestions
- emoji favourites (auto populates when adding to emoji deny list for example)
- emoji inline translations
- emoji skintones (ie. for certain hand gestures)
2023-04-13 15:38:54 +08:00
..
app FEATURE: Add an emoji deny list site setting (#20929) 2023-04-13 15:38:54 +08:00
config DEV: Resolve and unsilence `ember.built-in-components` deprecation (#20716) 2023-03-17 11:55:29 +00:00
lib DEV: Enable parallel babel processing in ember-cli (#20215) 2023-02-09 16:24:24 +00:00
public/assets/scripts DEV: Extract global compat code into module (#20901) 2023-04-06 10:09:12 +01:00
scripts Drop support for iOS < 15.7 (#19847) 2023-01-16 17:28:59 +00:00
tests Revert "DEV: Support modifyClass for native class fields on EmberObjects (#20987)" (#21080) 2023-04-12 17:38:44 +01:00
.ember-cli
.npmrc
ember-cli-build.js DEV: Use patch-package to apply ember-jquery workaround 2023-04-11 10:12:30 +01:00
jsconfig.json DEV: Add `discourse/tests` to jsconfig (#19031) 2022-11-15 11:33:56 +00:00
package.json DEV: Enable patch-package in production and in `javascripts/discourse` (#21078) 2023-04-12 13:15:53 +01:00
testem.js DEV: Move `shouldLoadPluginTestJs()` (#19045) 2022-11-16 11:07:58 +01:00