discourse/app
Krzysztof Kotlarek 084e15b447
FIX: modify notification after remove auto_watch_category (#10568)
When a category is removed from `auto_watch_category` we are removing
CategoryUser. However, there are still TopicUser with notification level
set to `watching` which was inherited from Category.

We should move them back to `regular` unless they were modified by a user.
2020-09-01 13:07:41 +10:00
..
assets FIX: modify notification after remove auto_watch_category (#10568) 2020-09-01 13:07:41 +10:00
controllers FIX: modify notification after remove auto_watch_category (#10568) 2020-09-01 13:07:41 +10:00
helpers FEATURE: Add site setting and wizard step to set base font (#10250) 2020-08-31 13:14:09 +03:00
jobs DEV: Require scheduled job in development to avoid loading file twice. 2020-09-01 10:14:40 +08:00
mailers PERF: Replace video and audio links in search blurb while indexing. 2020-08-06 12:25:03 +08:00
models FEATURE: Add site setting and wizard step to set base font (#10250) 2020-08-31 13:14:09 +03:00
serializers FEATURE: User selectable color schemes (#10544) 2020-08-28 10:36:52 -04:00
services DEV: Leaking state in `PostActionNotifier` in tests take 2. 2020-08-31 12:55:42 +08:00
views FIX: Fix css var issues + button :active gradient (#10469) 2020-08-18 14:25:38 -05:00