discourse/app
Loïc Guitaut 37b71c5903 FIX: Don’t run validations when invalidating invites
This patch is a followup of
https://github.com/discourse/discourse/pull/21504 where limits on custom
message for an invite were introduced.

This had a side effect of making some existing invites invalid and with
the current code, they can’t be invalidated anymore.

This patch takes the approach of skipping the validations when invites
are invalidated since the important thing here is to mark the invite as
invalidated regardless of its actual state in the DB. (no other
attributes are updated at the same time anyway)
2023-05-24 15:51:33 +02:00
..
assets FEATURE: Add user status to inline mentions in chat (#20564) 2023-05-24 16:55:20 +04:00
controllers DEV: edited links are set in specific order (#21665) 2023-05-23 10:00:46 +10:00
helpers UX: Improve login required page (#20847) 2023-03-28 07:09:44 -05:00
jobs FIX: consider users.created_at for inactive cleanup (#21688) 2023-05-23 13:41:23 +05:30
mailers FIX: Likes received count in digest email (#21458) 2023-05-09 19:19:26 +02:00
models FIX: Don’t run validations when invalidating invites 2023-05-24 15:51:33 +02:00
serializers FIX: Do not cook icon with hashtags (#21676) 2023-05-23 09:33:55 +02:00
services FIX: Do not cook icon with hashtags (#21676) 2023-05-23 09:33:55 +02:00
views FIX: Likes received count in digest email (#21458) 2023-05-09 19:19:26 +02:00