discourse/app
Ted Johansson a445e8cce5
DEV: Port the about page extra groups functionality into core (#32659)
We want to merge the theme component that allows admins to display extra groups on the about page. The settings for this are now under About your site.

All the code is lift-and-shift, with some minor adjustments, e.g. theme components can't use the group_list setting type, but it has been converted to that here.

Also the system tests for the admin controls are new.

This whole thing is gated behind a hidden site setting to avoid double rendering while we deprecate the theme component.
2025-05-14 09:44:25 +08:00
..
assets DEV: Port the about page extra groups functionality into core (#32659) 2025-05-14 09:44:25 +08:00
controllers DEV: Port the about page extra groups functionality into core (#32659) 2025-05-14 09:44:25 +08:00
helpers Revert "DEV: Remove the word tags from adobe_analytics_tags_url" (#32490) 2025-04-28 22:46:28 +08:00
jobs PERF: Set `cluster_concurrency 1` for `Jobs::BackfillBadge` (#32121) 2025-04-02 11:23:32 +08:00
mailers FEATURE: send email to deleted user (#31947) 2025-03-24 14:45:25 +08:00
models FEATURE: Add the group show endpoint to search groups by id instead of only the slug name (#32442) 2025-05-13 14:22:06 -05:00
queries/reports DEV: Refactor reports index into service (#31667) 2025-03-11 14:36:06 +10:00
serializers FEATURE: Add translations to posts (#32564) 2025-05-08 10:40:36 -07:00
services UX: Various improvements to the new color palette page (#32597) 2025-05-07 17:53:50 +03:00
views DEV: Add common css to theme qunit (#32630) 2025-05-07 23:37:28 +02:00