discourse/app
Sam 1f4ace4f56 FEATURE: autocomplete usernames early in topic based on participation
Following this change when a user hits `@` and is replying to a topic they
will see usernames of people who were last seen and participated in the topic

This is somewhat experimental, we may tweak this, or make it optional.

Also, a regression in a423a938 where hitting TAB would eat a post you were writing:

Eg this would eat a post:

``` text
@hello, testing 123 <tab>
```
2019-02-20 13:34:43 +11:00
..
assets FEATURE: autocomplete usernames early in topic based on participation 2019-02-20 13:34:43 +11:00
controllers FIX: removes legacy browsers-refresh button (#7028) 2019-02-19 16:38:21 +01:00
helpers FEATURE: Calculate sprite-sheet based on currently active themes (#6973) 2019-02-06 15:51:23 +00:00
jobs PERF: only require aws-sdk-sns gem when it's being used 2019-02-14 11:08:21 +01:00
mailers FIX: Keep original subject in emails to staged users 2019-01-18 11:07:54 +01:00
models FEATURE: autocomplete usernames early in topic based on participation 2019-02-20 13:34:43 +11:00
serializers FIX: unable to create new categories 2019-02-15 10:24:29 +11:00
services FIX: Push notifications could fail with UnauthorizedRegistration 2019-02-15 21:12:09 +01:00
views PERF: Cache build_not_found_page 2019-02-12 21:20:33 +11:00