discourse/app
Krzysztof Kotlarek 84ede5867c
FIX: category id in filterCategory (#8555)
Small regression was created here: https://github.com/discourse/discourse/commit/374534f00ee#diff-4af46675500edc092f9224ca5835a7ddR106

After that change `listFilter` is including `categoryId` like `c/cat/subcat/6/l/latest` instead of `c/cat/subcat/l/latest`

Therefore, `trackIncoming` function in topic-tracking-state couldn't properly filter new messages
2019-12-17 08:33:38 +11:00
..
assets FIX: category id in filterCategory (#8555) 2019-12-17 08:33:38 +11:00
controllers DEV: improves error message when sso param is not passed (#8549) 2019-12-16 12:33:24 +01:00
helpers FIX: Replace deprecated URI.encode, URI.escape, URI.unescape and URI.unencode (#8528) 2019-12-12 12:49:21 +10:00
jobs FIX: Replace deprecated URI.encode, URI.escape, URI.unescape and URI.unencode (#8528) 2019-12-12 12:49:21 +10:00
mailers FIX: Replace deprecated URI.encode, URI.escape, URI.unescape and URI.unencode (#8528) 2019-12-12 12:49:21 +10:00
models Changed CONFLICT to SQL for multiline strings 2019-12-13 11:51:40 -05:00
serializers FEATURE: Hash API keys in the database (#8438) 2019-12-12 11:45:00 +00:00
services SECURITY: vulnerability in WildcardUrlChecker 2019-12-13 09:29:09 -05:00
views FEATURE: improve email change workflow 2019-11-21 16:28:35 +11:00