discourse/app
David Taylor 2e5502c417
FIX: Restore propertyEqual following native-class conversions (#28605)
I mistakenly replaced these with `@equal`, thinking the behavior was the same. It's not. `@propertyEqual` compares two properties, while `@equal` compares a single property with a constant.
2024-08-28 16:20:16 +01:00
..
assets FIX: Restore propertyEqual following native-class conversions (#28605) 2024-08-28 16:20:16 +01:00
controllers DEV: Ignore invalid tag parameter in TagsController (#28557) 2024-08-27 12:06:54 -04:00
helpers UX: Use localized time format in embedded comments (#28014) 2024-07-22 18:42:36 +08:00
jobs DEV: Allow using an AR relation as a model in services 2024-08-20 16:32:46 +02:00
mailers UX: Use a dropdown for SSL mode for group SMTP (#27932) 2024-07-18 10:33:14 +10:00
models DEV: Migrate User#seen_notification_id to bigint (#28572) 2024-08-27 14:32:55 +03:00
serializers FIX: Return properly interpolated translations for flags 2024-08-26 16:46:30 +02:00
services DEV: Use run_successfully matcher in service specs 2024-08-28 16:30:09 +02:00
views DEV: Convert account activation pages to use Ember (#28206) 2024-08-12 18:02:00 -03:00