Files
habitica/website/server/controllers/api-v3
Carlton McFarlane a53355872b Add checks for profanity to profile updates (#12445)
* fix(profile): detect attempt to use banned words as display name. refactor profanity detection method.

* fix(profile): detect attempt to use banned words in blurb. further refactor profanity detection. inform the user their chat privileges have been revoked.

* refactor: add function to normalize Unicode strings and remove diacritics

* fix: improve regEx to prevent false partial matches e.g. 'hello' being recognised as banned words. porting fix from #12309

* fix(profile): refactor of profanity detection for #12445

* fix(profile): add test for swear words in new profile. fix existing tests

* fix(profile): show different error message for attempted slur use in username by new users.

* fix(profile): remove incorrect slur test

* fix(profile): fix slurs not caught at start of end of strings connect by punctuation

* tests(profile): fix tests for profanity checking

* remove exclusive test

* 11865 - update text for slur warnings

* 11865 - remove unused string from locale files

* 11865 - improve naming of banned word usage locale string

* 11865 - improve logic so that differentiated warnings are shown depending on whether a slur or other profanity has been used in a display name

* 11865 - construct slur regexes outside the validation function in which they are used

* 11865 - fix tests
2021-04-30 15:47:39 -05:00
..
2020-02-12 15:40:44 -05:00
2019-10-11 13:03:05 +02:00
2020-07-01 18:20:18 +02:00
2020-05-05 20:31:33 +02:00
2019-10-08 16:57:10 +02:00
2019-10-08 16:57:10 +02:00
2019-10-11 13:03:05 +02:00
2020-10-13 10:15:52 -05:00
2020-03-01 20:53:33 +01:00
2019-10-13 18:31:43 +02:00
2019-10-08 16:57:10 +02:00
2020-07-01 18:20:18 +02:00
2021-01-25 17:40:18 -06:00
2021-03-23 11:58:21 -05:00