discourse/app
Jarek Radosz d91d67a442
FEATURE: Allow theme settings to request refresh (#15037)
Similar to site settings, adds support for `refresh` option to theme settings.

```yaml
super_feature_enabled:
  type: bool
  default: false
  refresh: true
```
2021-11-22 13:16:56 +01:00
..
assets Always show input when editing text by removing hover (#15034) 2021-11-22 10:23:42 +08:00
controllers DEV: Extract shared external upload routes into controller helper (#14984) 2021-11-18 09:17:23 +10:00
helpers DEV: Allow actions to change the manifest endpoint (#14522) 2021-10-06 15:41:52 -05:00
jobs FIX: Drop malformed CC addresses in GroupSmtpEmail job (#14934) 2021-11-16 08:15:11 +10:00
mailers FIX: Do not show recipient user in email participants list (#14642) 2021-10-19 15:26:22 +10:00
models FEATURE: Allow theme settings to request refresh (#15037) 2021-11-22 13:16:56 +01:00
serializers FIX: rename action_code_href to action_code_path (#14834) 2021-11-08 14:32:17 +11:00
services FIX: Don't publish notifications to MessageBus for inactive users (#15035) 2021-11-22 14:38:49 +11:00
views PERF: Move `preload` hints to the `<head>` (#15008) 2021-11-18 18:02:16 +00:00