discourse/app
Jarek Radosz 613dea61a2
DEV: Allow ember hash as a context in applyValueTransformer (#29922)
This unlocks the ability to use that function directly in templates:

```hbs
{{applyValueTransformer
  "foo-bar"
  @defaultValue
  (hash arg1=@arg1 arg2=@arg2)
}}
```
2024-11-25 22:48:00 +01:00
..
assets DEV: Allow ember hash as a context in applyValueTransformer (#29922) 2024-11-25 22:48:00 +01:00
controllers DEV: Remove `experimental_topics_filter` setting (#29902) 2024-11-25 10:49:40 -05:00
helpers DEV: Drop `WithServiceHelper` 2024-09-05 09:58:20 +02:00
jobs DEV: Drop DISCOURSE_LIVE_SLOTS_SIDEKIQ_LIMIT (#29920) 2024-11-26 07:21:14 +11:00
mailers UX: Use a dropdown for SSL mode for group SMTP (#27932) 2024-07-18 10:33:14 +10:00
models DEV: Ignore normalize_emails when using SSO (#29890) 2024-11-25 11:55:27 +08:00
serializers FEATURE: Add bulk destroy to admin users list (#29744) 2024-11-25 11:13:35 +03:00
services FEATURE: Add bulk destroy to admin users list (#29744) 2024-11-25 11:13:35 +03:00
views UX: Change the authorize button color to primary (#29666) 2024-11-08 17:33:50 -05:00