discourse/app
Guo Xiang Tan b3860c82da FIX: Don't enqueue web hooks inside a deferred queue.
* The deferred queue is meant for short lived jobs
  and does not guarantee execution. We need to ensure
  that web hooks are always run.
2018-05-24 15:03:17 +08:00
..
assets should not be a const 2018-05-24 15:42:00 +10:00
controllers FIX: in rare conditions post timing would miss the user 2018-05-24 15:38:33 +10:00
helpers FIX: allow user quotes in HTML digest emails 2018-05-13 18:23:17 +02:00
jobs FIX: Do not replace wrong avatars when renaming user 2018-05-22 13:41:51 +02:00
mailers FIX: check for existence of topic before looking for category 2018-05-17 10:49:01 +05:30
models FIX: Don't enqueue web hooks inside a deferred queue. 2018-05-24 15:03:17 +08:00
serializers Refactor WebHookFlagSerializer. 2018-05-21 17:29:58 +08:00
services PERF: Don't bloat the Sidekiq queue with Jobs::SendPushNotification. 2018-05-24 10:04:09 +08:00
views FIX: redirect to sso_destination_url after account activation 2018-05-11 19:57:04 +02:00