discourse/app
Régis Hanol 0e9451e93f
FIX: crawler view with unicode usernames (#27051)
When "unicode_usernames" is enabled, calling the "user_path" helper with a username containing some non ASCII character will break due to the route constraint we have on username.

This fixes the issue by always encoding the username before passing it to the "user_path" helper.

Internal ref - t/127547
2024-05-16 17:11:24 +02:00
..
assets FEATURE: Filter with CategoryDrop on category page (#26689) 2024-05-16 10:45:13 +03:00
controllers FEATURE: Filter with CategoryDrop on category page (#26689) 2024-05-16 10:45:13 +03:00
helpers FIX: Include HTML content for authenticated users with crawler UA (#26757) 2024-04-25 22:41:57 +01:00
jobs Revert "FIX: send activity summaries based on "last seen"" (#27029) 2024-05-15 14:09:29 +08:00
mailers Revert "FIX: send activity summaries based on "last seen"" (#27029) 2024-05-15 14:09:29 +08:00
models FEATURE: Filter with CategoryDrop on category page (#26689) 2024-05-16 10:45:13 +03:00
serializers FEATURE: add HTML replacements 2024-05-14 10:41:27 +02:00
services FIX: crawler view with unicode usernames (#27051) 2024-05-16 17:11:24 +02:00
views FIX: crawler view with unicode usernames (#27051) 2024-05-16 17:11:24 +02:00