discourse/app
Sam 322a20a9f4
FIX: paginating posts should allow for deletions and PMs (#27098)
Note this may have performance issues in some cases, will need to be monitored

Previous to this change we were bracketing on 50 id windows. They may end up
having zero posts we are searching for leading to posts.rss and .json returning
no results.

- avoids Post.last.id which is expensive
- order by id desc which is better cause we bracket on id
2024-05-22 15:36:29 +10:00
..
assets FEATURE: Use the new plugin show route from the plugin list (#27097) 2024-05-22 11:34:12 +10:00
controllers FIX: paginating posts should allow for deletions and PMs (#27098) 2024-05-22 15:36:29 +10:00
helpers FIX: Include HTML content for authenticated users with crawler UA (#26757) 2024-04-25 22:41:57 +01:00
jobs DEV: Update bulk-invite logs and PM template (#27057) 2024-05-17 12:21:21 -06:00
mailers Revert "FIX: send activity summaries based on "last seen"" (#27029) 2024-05-15 14:09:29 +08:00
models Revert "DEV: move post flags into database (#26951)" (#27102) 2024-05-21 16:21:07 +10:00
serializers DEV: Implement glimmer topic-list (#26743) 2024-05-21 14:36:15 +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