discourse/app
David Taylor bca855f239
FIX: Improve handling of 'PublicExceptions' when bootstrap_error_pages enabled (#26700)
- Run the CSP-nonce-related middlewares on the generated response

- Fix the readonly mode checking to avoid empty strings being passed (the `check_readonly_mode` before_action will not execute in the case of these re-dispatched exceptions)

- Move the BlockRequestsMiddleware cookie-setting to the middleware, so that it is included even for unusual HTML responses like these exceptions
2024-04-24 09:40:13 +01:00
..
assets FEATURE: include themes and components keywords to the admin sidebar (#26708) 2024-04-24 12:34:38 +10:00
controllers FIX: Improve handling of 'PublicExceptions' when bootstrap_error_pages enabled (#26700) 2024-04-24 09:40:13 +01:00
helpers DEV: Move chat service objects into core (#26506) 2024-04-04 10:57:41 -03:00
jobs UX: make first admin a moderator to review user approvals. (#26588) 2024-04-10 20:59:03 +05:30
mailers FIX: Correctly re-attach allowed images in activity summary e-mail (#26642) 2024-04-18 10:27:46 +08:00
models DEV: don't send moderator welcome message to first admin. (#26719) 2024-04-24 00:20:14 +05:30
serializers DEV: Merge two similar category serializers (#26653) 2024-04-17 18:52:34 +03:00
services DEV: Add getCategoryIdByName helper function to theme migrations (#26601) 2024-04-22 09:01:53 +08:00
views DEV: allow themes to render their own custom homepage (#26291) 2024-04-02 11:05:08 -04:00