discourse/app
Krzysztof Kotlarek f331b5eab2 FEATURE: topic title is validated for blocked words (#8127)
Currently, the topic is only validated for censored words and should be validated for blocked words as well.

Blocked word validation is now used by both Post and Topic. To avoid code duplication, I extracted blocked words validation code into separate Validator, and use it in both places.

The only downside is that even if the topic contains blocked words validation message is saying "Your post contains a word that's not allowed: tomato" but I think this is descriptive enough.
2019-10-02 10:38:34 +10:00
..
assets DEV: ensures relative-ages interval is cleared between tests (#8117) 2019-10-01 22:18:26 +02:00
controllers FIX: PWA install was broken due to missing basic logo 2019-09-22 00:20:25 -04:00
helpers FIX: Correctly escape category description text (#8107) 2019-10-01 12:04:39 -04:00
jobs Tweak calculation for reviewable sensitivities/priorities 2019-09-19 14:07:56 -04:00
mailers FEATURE: customization of html emails (#7934) 2019-07-30 15:05:08 -04:00
models FEATURE: topic title is validated for blocked words (#8127) 2019-10-02 10:38:34 +10:00
serializers DEV: Allow specifying button class in reviewable action definitions (#8093) 2019-09-18 11:28:59 +01:00
services FIX: add support for version query parameter in InlineUploads 2019-09-13 18:21:19 +02:00
views FIX: Correctly escape category description text (#8107) 2019-10-01 12:04:39 -04:00