discourse/app
Natalie Tay 8bbb4c5cca
FIX: Always noindex /u routes (#27712)
SiteSetting.hide_user_profiles_from_public raises a Forbidden, which disallows our after_action: add no index header from triggering.

This fix makes sure that the no index header gets added via before_action instead
2024-07-04 19:48:38 +08:00
..
assets DEV: Remove jquery from create-account modal (#27710) 2024-07-04 12:11:25 +01:00
controllers FIX: Always noindex /u routes (#27712) 2024-07-04 19:48:38 +08:00
helpers FIX: Regression in custom homepage modifier used in theme components (#27569) 2024-06-21 11:24:11 -04:00
jobs DEV: Remove summarization code (#27373) 2024-07-02 08:51:47 -07:00
mailers FIX: correctly compute the window for email summaries 2024-05-27 22:33:51 +02:00
models DEV: Upgrade Rails to version 7.1 2024-07-04 10:58:21 +02:00
serializers SECURITY: Update reviewable user serializer payload 2024-07-03 20:49:19 +08:00
services DEV: Upgrade Rails to version 7.1 2024-07-04 10:58:21 +02:00
views DEV: Block accidental serialization of entire AR models (#27668) 2024-07-01 17:08:48 -03:00