discourse/spec
Robin Ward fc311dbe3b FEATURE: An option to search more recent posts for very large sites.
On very large forums searching posts can be slow, so this commit
introduces the ability to try and search only the most recent posts
first, and then going for a larger breadth search if there aren't
enough results.

Enable `search_prefer_recent_posts` and you can customize how many
recent posts to filter with `search_recent_posts_size`
2016-08-10 15:43:42 -04:00
..
components FEATURE: An option to search more recent posts for very large sites. 2016-08-10 15:43:42 -04:00
controllers SECURITY: Avoid mass assignment on user create 2016-08-05 11:57:13 -04:00
fabricators FIX: ensure emojis have absolute URLs and uses CDN 2016-07-15 18:37:51 +02:00
fixtures don't send more than 1 reply per day to auto-generated emails 2016-06-28 16:42:05 +02:00
helpers modernize user agent "is mobile" test strings 2016-03-27 10:28:18 -07:00
integration FIX: Remove tag plugin code from tag hashtag check. 2016-08-02 10:59:12 +08:00
integrity Server side code for Watching First Post Only 2016-07-07 11:21:50 -04:00
jobs FEATURE: retry processing incoming emails on rate limit 2016-08-08 22:28:27 +02:00
mailers FIX: 'List-Unsubscribe' header wasn't added to emails sent when mailing_list_mode was enabled 2016-08-01 20:19:00 +02:00
models FEATURE: An option to search more recent posts for very large sites. 2016-08-10 15:43:42 -04:00
phantom_js was failing on latest phantom, fix test 2016-05-24 13:26:07 +10:00
serializers FIX: serve category images from the CDN 2016-08-05 13:03:49 +02:00
services SECURITY: XSS issue on Admin users list 2016-08-05 12:01:16 -04:00
support FIX: Random Redis connection timeout failure in Travis. 2016-05-18 10:42:40 +08:00
views/omniauth_callbacks FIX: Weird spec 2016-06-10 11:32:32 -04:00
rails_helper.rb Upgrade rspec to 3.4.0. 2016-05-30 11:38:38 +08:00