discourse/app
David Taylor 39ae85b0e7
DEV: early hints around_action -> after_action (#26423)
Using around_action means `add_early_hint_header` is in the stack for every request, and gets included in the backtrace of any errors.

We can manage with an after_action instead, which avoids adding to the stack depth (and avoids people blaming me for unrelated application errors 😉)
2024-04-04 14:37:44 +01:00
..
assets DEV: add "load-morphlex" wrapper... (#26514) 2024-04-04 15:30:56 +02:00
controllers DEV: early hints around_action -> after_action (#26423) 2024-04-04 14:37:44 +01:00
helpers DEV: early hints around_action -> after_action (#26423) 2024-04-04 14:37:44 +01:00
jobs DEV: Add skip_email_bulk_invites hidden site setting (#26430) 2024-03-29 13:22:00 -04:00
mailers FIX: Add higher read & open timeouts for group SMTP emails (#24593) 2023-11-28 15:32:59 +10:00
models DEV: Correctly pluralize error messages (#26469) 2024-04-04 15:02:09 +02:00
serializers DEV: add logo URL and locale details to the Discover stats. (#26320) 2024-04-04 00:22:28 +05:30
services UX: Improvements to user tips (#26480) 2024-04-03 11:43:56 -04:00
views DEV: allow themes to render their own custom homepage (#26291) 2024-04-02 11:05:08 -04:00