discourse/app
Alan Guo Xiang Tan 323c87f6a1
FIX: Don't change automatic group name if it has been taken by a user (#35826)
This commit fixes a regression introduced in
79b68bc32b which incorrectly attempts to
set `group.name = name.to_s` in `Group.refresh_automatic_group!`. If the
localized group name and default group name has already been taken by a
user, we should not attempt to update the group name at all.
2025-11-05 16:27:57 +08:00
..
assets UX: lightbox image behind header on closing (#35790) 2025-11-05 10:22:40 +04:00
controllers FIX: likes are not visible when rejecting PMs (#35753) 2025-11-03 16:23:32 +11:00
helpers UX: move quote and code dark mode styles to element selectors for emails (#35576) 2025-10-23 14:32:36 -04:00
jobs FEATURE: Add full-text search for chat messages (#34704) 2025-10-22 11:30:35 +02:00
mailers UX: add modifier to customize invite template (#35458) 2025-10-27 11:58:58 -04:00
models FIX: Don't change automatic group name if it has been taken by a user (#35826) 2025-11-05 16:27:57 +08:00
queries/reports DEV: Refactor reports index into service (#31667) 2025-03-11 14:36:06 +10:00
serializers FIX: draft excerpts with deeply nested html (#35678) 2025-11-03 13:37:15 +04:00
services FIX: actually disable SMTP starttls if the user is attempting to disable it 2025-11-04 23:42:14 -05:00
views Revert "DEV: Increase width of splash element (#35657)" (#35662) 2025-10-28 17:11:17 -04:00