discourse/app
David Taylor 594026d65f
FIX: Include HTML content for authenticated users with crawler UA (#26757)
e05628c0 introduced an optimization to remove basic-HTML content for authenticated users. The assumption is that, if they were able to log in, they must have a JS capable browser and do not need the basic HTML.

However, there are use-cases where an API-key is used to crawl a private site, or private categories of a public site. This commit re-enables those use cases by keeping the basic-html in place for crawler/bot user agents.
2024-04-25 22:41:57 +01:00
..
assets FIX: Selecting categories for new admin webhooks (#26746) 2024-04-25 09:43:16 -05:00
controllers FIX: Fetch categories for "+subcategories" option (#26622) 2024-04-25 16:47:45 +03:00
helpers FIX: Include HTML content for authenticated users with crawler UA (#26757) 2024-04-25 22:41:57 +01:00
jobs FIX: Move user reindexing into a job (#26753) 2024-04-25 20:58:34 +08:00
mailers FIX: Correctly re-attach allowed images in activity summary e-mail (#26642) 2024-04-18 10:27:46 +08:00
models DEV: Limit the number of category sidebar links a user can have (#26756) 2024-04-25 13:21:39 -05:00
serializers FIX: Fetch categories for "+subcategories" option (#26622) 2024-04-25 16:47:45 +03:00
services DEV: Limit the number of category sidebar links a user can have (#26756) 2024-04-25 13:21:39 -05:00
views FEATURE: Add experimental tracking of 'real browser' pageviews (#26647) 2024-04-25 11:00:01 +01:00