discourse/app/assets/javascripts/admin/addon/templates
Selase Krakani 862007fb18
FEATURE: Add support for case-sensitive Watched Words (#17445)
* FEATURE: Add case-sensitivity flag to watched_words

Currently, all watched words are matched case-insensitively. This flag
allows a watched word to be flagged for case-sensitive matching.
To allow allow for backwards compatibility the flag is set to false by
default.

* FEATURE: Support case-sensitive creation of Watched Words via API

Extend admin creation and upload of Watched Words to support case
sensitive flag. This lays the ground work for supporting
case-insensitive matching of Watched Words.

Support for an extra column has also been introduced for the Watched
Words upload CSV file. The new column structure is as follows:

 word,replacement,case_sentive

* FEATURE: Enable case-sensitive matching of Watched Words

WordWatcher's word_matcher_regexp now returns a list of regular
expressions instead of one case-insensitive regular expression.

With the ability to flag a Watched Word as case-sensitive, an action
can have words of both sensitivities.This makes the use of the global
Regexp::IGNORECASE flag added to all words problematic.

To get around platform limitations around the use of subexpression level
switches/flags, a list of regular expressions is returned instead, one for each
case sensitivity.

Word matching has also been updated to use this list of regular expressions
instead of one.

* FEATURE: Use case-sensitive regular expressions for Watched Words

Update Watched Words regular expressions matching and processing to handle
the extra metadata which comes along with the introduction of
case-sensitive Watched Words.

This allows case-sensitive Watched Words to matched as such.

* DEV: Simplify type casting of case-sensitive flag from uploads

Use builtin semantics instead of a custom method for converting
string case flags in uploaded Watched Words to boolean.

* UX: Add case-sensitivity details to Admin Watched Words UI

Update Watched Word form to include a toggle for case-sensitivity.
This also adds support for, case-sensitive testing and matching of  Watched Word
in the admin UI.

* DEV: Code improvements from review feedback

 - Extract watched word regex creation out to a utility function
 - Make JS array presence check more explicit and readable

* DEV: Extract Watched Word regex creation to utility function

Clean-up work from review feedback. Reduce code duplication.

* DEV: Rename word_matcher_regexp to word_matcher_regexp_list

Since a list is returned now instead of a single regular expression,
change `word_matcher_regexp` to `word_matcher_regexp_list` to better communicate
this change.

* DEV:  Incorporate WordWatcher updates from upstream

Resolve conflicts and ensure apply_to_text does not remove non-word characters in matches
that aren't at the beginning of the line.
2022-08-02 10:06:03 +02:00
..
components FEATURE: Add support for case-sensitive Watched Words (#17445) 2022-08-02 10:06:03 +02:00
logs DEV: Update linting setup and fix issues (#17345) 2022-07-06 10:37:54 +02:00
modal DEV: Update linting setup and fix issues (#17345) 2022-07-06 10:37:54 +02:00
admin.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
api-keys-index.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
api-keys-new.hbs DEV: Update linting setup and fix issues (#17345) 2022-07-06 10:37:54 +02:00
api-keys-show.hbs DEV: Update linting setup and fix issues (#17345) 2022-07-06 10:37:54 +02:00
api.hbs DEV: Run angle-brackets codemod (#17286) 2022-06-30 12:30:50 +02:00
backups-index.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
backups-logs.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
backups.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
badges-award.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
badges-index.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
badges-show.hbs DEV: Update linting setup and fix issues (#17345) 2022-07-06 10:37:54 +02:00
badges.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
customize-colors-index.hbs
customize-colors-show.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
customize-colors.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
customize-email-style-edit.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
customize-email-style.hbs
customize-email-templates-edit.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
customize-email-templates.hbs
customize-robots-txt.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
customize-themes-edit.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
customize-themes-index.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
customize-themes-show.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
customize-themes.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
customize.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
dashboard_general.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
dashboard_moderation.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
dashboard_reports.hbs DEV: Update linting setup and fix issues (#17345) 2022-07-06 10:37:54 +02:00
dashboard_security.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
dashboard.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
email-advanced-test.hbs DEV: Update linting setup and fix issues (#17345) 2022-07-06 10:37:54 +02:00
email-bounced.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
email-index.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
email-preview-digest.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
email-received.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
email-rejected.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
email-sent.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
email-skipped.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
email.hbs DEV: Run angle-brackets codemod (#17286) 2022-06-30 12:30:50 +02:00
embedding.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
emojis.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
logs.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
permalinks.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
plugins-index.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
plugins.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
reports-show.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
search-logs-index.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
search-logs-term.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
site-settings-category.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
site-settings.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
site-text-edit.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
site-text-index.hbs DEV: Update linting setup and fix issues (#17345) 2022-07-06 10:37:54 +02:00
site-text.hbs
user-badges.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
user-fields.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
user-index.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
user-tl3-requirements.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
user.hbs DEV: Run angle-brackets codemod (#17286) 2022-06-30 12:30:50 +02:00
users-list-show.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
users-list.hbs UX: remove .btn-default from admin btn (#17515) 2022-07-15 22:09:48 +02:00
watched-words-action.hbs DEV: Update linting setup and fix issues (#17345) 2022-07-06 10:37:54 +02:00
watched-words.hbs No implicit this codemod (#17235) 2022-07-05 19:41:31 +02:00
web-hooks-show-events.hbs DEV: Update linting setup and fix issues (#17345) 2022-07-06 10:37:54 +02:00
web-hooks-show.hbs DEV: Update linting setup and fix issues (#17345) 2022-07-06 10:37:54 +02:00
web-hooks.hbs DEV: Update linting setup and fix issues (#17345) 2022-07-06 10:37:54 +02:00