discourse/spec
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
..
db/migrate FEATURE: Add new, unified image_quality site setting (#35467) 2025-10-29 13:17:28 +08:00
fabricators FEATURE: welcome banner shouldn't say "welcome back" to new users (#35777) 2025-11-05 09:12:52 +10:00
fixtures FIX: Remove unsupported SQL from DB dump during restore 2025-11-03 11:15:00 +01:00
generator
helpers FEATURE: Allow editing theme-owned palettes (#34722) 2025-10-06 09:02:39 +03:00
import_export
initializers DEV: Patch ActiveRecord's postgresql adapter .new_client (#33820) 2025-09-18 11:34:37 +08:00
integration FIX: Prevent deletion of custom color palettes when installing themes (#35754) 2025-11-03 14:09:46 +08:00
integrity DEV: Prepare for rename of app/assets/javascripts/ -> frontend/ 2025-10-22 16:24:11 +01:00
jobs FEATURE: Add full-text search for chat messages (#34704) 2025-10-22 11:30:35 +02:00
lib FIX: Prevent nil value to be cached in client_settings_json in case errors (#35781) 2025-11-05 15:20:21 +10:00
mailers DEV: fix flaky invite_mailer_spec test (#35664) 2025-10-29 11:14:36 -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
multisite
queries/reports UX: Add admin report for associated accounts by login provider (#34187) 2025-08-14 09:24:14 -04:00
requests FIX: likes are not visible when rejecting PMs (#35753) 2025-11-03 16:23:32 +11:00
script/import_scripts
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
support FEATURE: Upcoming changes part 1 (#34617) 2025-10-30 10:46:14 +10:00
system DEV: Add has_reviewable_with_ignored_status? helper (#35824) 2025-11-05 15:37:19 +08:00
tasks DEV: Disable GPG signing in version bump rake task tests (#35737) 2025-11-04 10:45:37 -03:00
views FIX: Use correct subcategory subfolder path in crawler (#34250) 2025-08-12 16:14:50 +08:00
rails_helper.rb FEATURE: Upcoming changes part 1 (#34617) 2025-10-30 10:46:14 +10:00
regenerate_swagger_docs
swagger_helper.rb DEV: add api docs for discourse-calendar events index endpoint (#35400) 2025-10-16 07:39:08 +08:00