discourse/app/controllers/admin/config
Ted Johansson b40cbfcb76
DEV: Move backfill into SiteSetting::Update service (#32037)
Some site settings support backfilling if the user specified it. This works fine for singular site settings sent to the SiteSettingsController#update endpoint, but with bulk save we need to support this for a list of settings as well.

This change alters the params format for SiteSetting::Update.

It also moves the backfill logic into the service.
2025-03-28 12:01:56 +08:00
..
about_controller.rb DEV: Move backfill into SiteSetting::Update service (#32037) 2025-03-28 12:01:56 +08:00
branding_controller.rb DEV: Move backfill into SiteSetting::Update service (#32037) 2025-03-28 12:01:56 +08:00
color_palettes_controller.rb FEATURE: Introduce new color palettes config area (#31742) 2025-03-12 16:57:31 +03:00
customize_controller.rb UX: Tweaks to the theme/component pages when using admin sidebar (#30953) 2025-03-13 15:34:17 +03:00
flags_controller.rb DEV: Stop injecting a service result object in the caller object 2024-10-22 16:58:54 +02:00
site_settings_controller.rb FEATURE: Localization admin settings config page (#31085) 2025-01-31 12:55:30 +10:00