discourse/app
Osama Sayegh e3ae57ea7a
FIX: Create directory items for new users when in bootstrap mode (#27020)
The users directory is updated on a daily cadence. However, when a site is new and doesn't have many users, it can be confusing that a user who has just joined doesn't show up in the users until a day after they join. To eliminate this confusion, this commit triggers a refresh for the users directory as soon as as a user joins, if the site is in bootstrap mode. The reason for the conditional trigger is that refreshing the users directory is an expensive operation and doing it often on a large site with many users could lead to performance problems.

Internal topic: t/126076.
2024-05-15 03:06:58 +03:00
..
assets FIX: Incorrect user menu title/alt (#27019) 2024-05-14 15:46:11 +02:00
controllers FEATURE: add HTML replacements 2024-05-14 10:41:27 +02: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 DEV add modifiers to message_builder so plugins can customize subject/body/html (#26867) 2024-05-13 14:59:15 -04:00
models FIX: Create directory items for new users when in bootstrap mode (#27020) 2024-05-15 03:06:58 +03:00
serializers FEATURE: add HTML replacements 2024-05-14 10:41:27 +02:00
services FEATURE: add HTML replacements 2024-05-14 10:41:27 +02:00
views FEATURE: Add experimental tracking of 'real browser' pageviews (#26647) 2024-04-25 11:00:01 +01:00