discourse/app
Martin Brennan 2404fa7a23
DEV: Split toggle topic close job (#11679)
Splits the `ToggleTopicClosed` job into two distinct `OpenTopic` and `CloseTopic` jobs to make the code clearer. The old job cannot be deleted yet because of outstanding sidekiq schedules, so a todo has been added to do so later this year.

Also replaced mentions of `topic_status_update` with `topic_timer` in some files, because the `topic_status_update` model is obsolete and replaced by topic timer.

Added some shortcut methods for checking if a topic is open/whether a user can change an open topic.
2021-01-13 08:49:29 +10:00
..
assets FIX: Make category slugs lowercase (#11277) 2021-01-12 17:28:33 +02:00
controllers FIX: hidden tags returned in extras of tags index json 2021-01-11 10:21:54 -05:00
helpers UX: Use appropriate logo on static pages (#11211) 2020-11-12 10:50:55 -08:00
jobs DEV: Split toggle topic close job (#11679) 2021-01-13 08:49:29 +10:00
mailers FIX: Ensure group SMTP and message builder always uses from address for Reply-To when IMAP is enabled (#11037) 2020-10-28 07:01:58 +10:00
models DEV: Split toggle topic close job (#11679) 2021-01-13 08:49:29 +10:00
serializers FEATURE: Send notification emails when users leave do not disturb mode (#11643) 2021-01-07 10:49:49 -06:00
services DEV: Split toggle topic close job (#11679) 2021-01-13 08:49:29 +10:00
views Move CSS link tags above JS in the head 2020-11-17 09:57:30 -05:00