discourse/app
Loïc Guitaut a442eeb0f4 FIX: Don’t raise an error on permalinks with external URL
Currently redirecting to an external URL through a permalink doesn’t
work because Rails raises a
`ActionController::Redirecting::UnsafeRedirectError` error.

This wasn’t the case before we upgraded to Rails 7.0.

This patch fixes the issue by using `allow_other_host: true` on the
redirect.
2024-06-28 10:09:37 +02:00
..
assets Build(deps-dev): Bump qunit-dom from 3.1.2 to 3.2.0 (#27637) 2024-06-28 01:10:46 +02:00
controllers FIX: Don’t raise an error on permalinks with external URL 2024-06-28 10:09:37 +02:00
helpers FIX: Regression in custom homepage modifier used in theme components (#27569) 2024-06-21 11:24:11 -04:00
jobs FEATURE: Add WebHookEventsDailyAggregate (#27542) 2024-06-25 13:56:47 -03:00
mailers FIX: correctly compute the window for email summaries 2024-05-27 22:33:51 +02:00
models FIX: invalid user locale when accepting group membership 2024-06-27 19:22:55 +02:00
serializers FIX: Do not capture OAuth user on 2FA page (#27617) 2024-06-27 10:27:49 +10:00
services FIX: invalid user locale when accepting group membership 2024-06-27 19:22:55 +02:00
views UX: remove default use of quaternary color, update nav pill styles (#27502) 2024-06-24 09:54:34 -04:00