discourse/app
Vinoth Kannan d1ea598fa2
FIX: should not raise error when both group & site tag preferences are same. (#27704)
When tag preference in group and site settings are both used with same default notification level it will break new users signups because it tries to create duplicate records in the tag_users table which can’t happen because we have a unique index set.
2024-07-04 11:53:28 +05:30
..
assets DEV: Drop diffhtml dependency (#27695) 2024-07-04 12:24:51 +10:00
controllers FEATURE: add option to delete user associated account on password reset (#27696) 2024-07-04 06:58:00 +05:30
helpers FIX: Regression in custom homepage modifier used in theme components (#27569) 2024-06-21 11:24:11 -04:00
jobs DEV: Remove summarization code (#27373) 2024-07-02 08:51:47 -07:00
mailers FIX: correctly compute the window for email summaries 2024-05-27 22:33:51 +02:00
models FIX: should not raise error when both group & site tag preferences are same. (#27704) 2024-07-04 11:53:28 +05:30
serializers SECURITY: Update reviewable user serializer payload 2024-07-03 20:49:19 +08:00
services SECURITY: Don't allow suspending staff users via other_user_ids param 2024-07-03 20:49:29 +08:00
views DEV: Block accidental serialization of entire AR models (#27668) 2024-07-01 17:08:48 -03:00