element-web/src/autocomplete
Luke Barnard 710ee69418 Don't try to match with an empty query string
This was causing UserProvider to give results because every string happens to start with empty string and its regex also acepts the empty string.
2017-07-04 17:32:07 +01:00
..
AutocompleteProvider.js Merge branch 'develop' into rte-fixes2 2017-06-23 15:30:06 +01:00
Autocompleter.js Merge branch 'develop' into rte-fixes2 2017-06-23 15:30:06 +01:00
CommandProvider.js fix typos post-luke-review 2017-07-03 19:24:18 +01:00
Components.js remove unused imports 2017-06-02 21:35:55 +01:00
DuckDuckGoProvider.js copyright adjustments 2017-06-01 17:29:40 +01:00
EmojiProvider.js Only truncate autocomplete pulls of Emoji, Room and UserProvider 2017-07-04 16:50:50 +01:00
FuzzyMatcher.js Add copyright headers 2017-06-23 18:30:16 +01:00
QueryMatcher.js Don't try to match with an empty query string 2017-07-04 17:32:07 +01:00
RoomProvider.js Only truncate autocomplete pulls of Emoji, Room and UserProvider 2017-07-04 16:50:50 +01:00
UserProvider.js Merge pull request #1177 from matrix-org/luke/fix-rte-prefix-matching 2017-07-04 17:09:39 +01:00