discourse/app
Bianca Nenciu ebc1763aa5
FIX: Change request method for categories/search (#26976)
This commit changes request method for "categories/search" from GET to
POST to make sure that long filters can be passed to the server. For
example, category selectors with many categories are setting the full
list of selected category IDs to ensure these are filtered out from the
list of choices. This can result in a long URL that exceeds the maximum
length.
2024-05-13 14:37:17 +03:00
..
assets FIX: Change request method for categories/search (#26976) 2024-05-13 14:37:17 +03:00
controllers FIX: add missing translations for staff action logs. (#26969) 2024-05-10 23:11:56 +08:00
helpers FIX: Include HTML content for authenticated users with crawler UA (#26757) 2024-04-25 22:41:57 +01:00
jobs FIX: send activity summaries based on "last seen" 2024-05-06 15:22:52 +02:00
mailers FIX: send activity summaries based on "last seen" 2024-05-06 15:22:52 +02:00
models DEV: Embed IDs in serializer for about page (#26679) 2024-05-10 20:11:43 +03:00
serializers DEV: Embed IDs in serializer for about page (#26679) 2024-05-10 20:11:43 +03:00
services FIX: add missing translations for staff action logs. (#26969) 2024-05-10 23:11:56 +08:00
views FEATURE: Add experimental tracking of 'real browser' pageviews (#26647) 2024-04-25 11:00:01 +01:00