discourse/app
Robin Ward fa5a158683 REFACTOR: Move queue_jobs out of SiteSetting
It is not a setting, and only relevant in specs. The new API is:

```
Jobs.run_later!        # jobs will be thrown on the queue
Jobs.run_immediately!  # jobs will run right away, avoid the queue
```
2019-03-14 10:47:38 -04:00
..
assets REFACTOR: Rename site settings to make them less confusing 2019-03-14 13:40:14 +01:00
controllers Fix favicon not updating on the client side when changed. 2019-03-14 15:37:43 +08:00
helpers FIX: Properly support defaults for upload site settings. 2019-03-13 16:36:57 +08:00
jobs REFACTOR: Move queue_jobs out of SiteSetting 2019-03-14 10:47:38 -04:00
mailers FIX: Keep original subject in emails to staged users 2019-01-18 11:07:54 +01:00
models FIX: Failed to detect existing category permalink 2019-03-14 13:42:05 +01:00
serializers FIX: optimise querying Post's serializer ignored attribute (#7169) 2019-03-14 12:10:53 +00:00
services FIX: Properly support defaults for upload site settings. 2019-03-13 16:36:57 +08:00
views FEATURE: Add plugin html hook to insert html before any other scripts 2019-03-05 10:41:16 -08:00