discourse/spec
Penar Musaraj 072d29ed55
FIX: Skip trust level changes when group grant_trust_level is 0 (#35572)
When setting a group's Effects for trust levels to "none", the value
stored in the db for `grant_trust_level` is `0`. But since in Ruby, 0 is
not `nil`, the checks here weren't skipping the trust level
recalculation. This is specifically a problem when deleting a group with
lots of members.
2025-10-23 14:23:25 -04:00
..
db/migrate DEV: Update rubocop-discourse to 3.13 and autofix issues (#35073) 2025-10-06 16:11:01 +02:00
fabricators FIX: Remove error section when viewing details for received emails (#35228) 2025-10-07 16:25:11 +08:00
fixtures SECURITY: Use nonce-based restrictions during restore 2025-09-30 10:09:46 +08:00
generator DEV: Silence the output of migration specs (#26365) 2024-03-26 11:32:44 +01:00
helpers FEATURE: Allow editing theme-owned palettes (#34722) 2025-10-06 09:02:39 +03:00
import_export DEV: add shortcut fab!(:variable, :fabricator) to specs (#33577) 2025-07-11 11:16:34 -03:00
initializers DEV: Patch ActiveRecord's postgresql adapter .new_client (#33820) 2025-09-18 11:34:37 +08:00
integration FEATURE: Allow editing theme-owned palettes (#34722) 2025-10-06 09:02:39 +03: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 DEV: Prepare for rename of app/assets/javascripts/ -> frontend/ 2025-10-22 16:24:11 +01:00
mailers DEV: Remove ability to use users' names in group mention notifications and mentions shown in emails and added :user_notification_email_options plugin modifier to allow plugins reintroduce this or other modifications to emails (#33449) 2025-07-14 15:20:08 -05:00
models FIX: Skip trust level changes when group grant_trust_level is 0 (#35572) 2025-10-23 14:23:25 -04:00
multisite FEATURE: Themeable site settings (#32233) 2025-07-16 11:00:21 +10:00
queries/reports UX: Add admin report for associated accounts by login provider (#34187) 2025-08-14 09:24:14 -04:00
requests DEV: Update tag_groups api doc schema (#35520) 2025-10-21 12:43:41 -06:00
script/import_scripts DEV: Catch missing translations during test runs (#26258) 2024-05-24 22:15:53 +08:00
serializers FIX: DeleteReplies should use the guardian instead of checking for staff (#35443) 2025-10-16 18:26:41 +02:00
services FEATURE: Add full-text search for chat messages (#34704) 2025-10-22 11:30:35 +02:00
support FEATURE: Add full-text search for chat messages (#34704) 2025-10-22 11:30:35 +02:00
system FIX: Always save post drafts no matter content length (#35540) 2025-10-23 09:38:15 +10:00
tasks DEV: Rename theme-transpiler to asset-processor (#35498) 2025-10-20 14:16:46 +01:00
views FIX: Use correct subcategory subfolder path in crawler (#34250) 2025-08-12 16:14:50 +08:00
rails_helper.rb DEV: Make bin/ember-cli boot more efficient (#35547) 2025-10-22 16:03:54 +01: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