summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/gfm_auto_complete.js.es6
Commit message (Expand)AuthorAgeFilesLines
* Support non-ASCII characters in GFM autocomplete27067-mention-user-dropdown-does-not-suggest-by-non-ascii-characters-in-namesamrose32017-02-011-2/+2
* Fix autocomplete initial undefined state26775-fix-auto-complete-initial-loadingEric Eastwood2017-01-231-3/+8
* Merge branch 'simple-eslint-fixes' into 'master' Fatih Acet2017-01-191-4/+3
|\
| * resolve all x-spacing and no-spaced-x eslint violationsMike Greiling2017-01-181-2/+2
| * resolve all indent eslint violationsMike Greiling2017-01-181-1/+1
| * resolve all padded-blocks eslint violationsMike Greiling2017-01-181-2/+1
| * resolve all semi and no-extra-semi eslint violationsMike Greiling2017-01-181-2/+2
* | Fixed highlightFirst and added specs26803-typing-then-tab-in-a-comment-doesn-t-select-the-authorLuke "Jared" Bennett2017-01-181-1/+2
|/
* Merge branch '25964-label-autocomplete-doesn-t-handle-spaces-after' into 'mas...Fatih Acet2017-01-031-8/+3
|\
| * Remove unneeded prevention code25964-label-autocomplete-doesn-t-handle-spaces-afterLuke "Jared" Bennett2016-12-271-8/+1
| * Fixes #22058 and #23578Yann Gravrand2016-12-271-1/+3
* | Fix GFM dropdown not showing at beginning of new linesgfm-new-line-fixPhil Hughes2016-12-281-1/+1
|/
* Fixed error with GFM autocomplete when no data existslabel-gfm-error-fixPhil Hughes2016-12-231-1/+1
* Stops GFM special characters interfering with markdown tagsPhil Hughes2016-12-221-3/+4
* Merge branch '25879-emoji-autocomplete-starts-too-eagerly' into 'master' Jacob Schatz2016-12-211-6/+0
|\
| * Fix space issue and add test25879-emoji-autocomplete-starts-too-eagerlyLuke "Jared" Bennett2016-12-211-6/+0
* | Removed hack25897-textarea-stops-accepting-space-and-return-characters-with-no-warningLuke "Jared" Bennett2016-12-211-7/+0
|/
* Merge branch '18435-autocomplete-is-not-performant' into 'master' Fatih Acet2016-12-161-121/+112
|\
| * Changed autocomplete_sources into an action that returns a single 'at' type o...18435-autocomplete-is-not-performantLuke Bennett2016-12-151-121/+112
* | Merge branch 'gfm-autocomplete-char-in-middle' into 'master' Fatih Acet2016-12-151-2/+3
|\ \ | |/ |/|
| * Fixed bug with +1 not autocompletinggfm-autocomplete-char-in-middlePhil Hughes2016-12-151-2/+3
| * Fixed GFM autocomplete to disallow non-word characters in stringPhil Hughes2016-12-121-1/+1
* | resolve all instances of no-undef eslint rule violationsclean-no-undefMike Greiling2016-12-141-3/+3
* | expand remaining non-explicit eslint-disable blocks and factor out globals wh...Mike Greiling2016-12-131-1/+2
* | Added special char test to the default beforeInsert callback. I removed the q...25286-customer-label-doesn-t-autocomplete-correctlyLuke "Jared" Bennett2016-12-081-10/+11
|/
* Clean up common_utils.js (!7318)winniehell2016-12-011-7/+11
* Fixed GFM autocomplete regexautocomplete-stays-openPhil Hughes2016-11-301-1/+2
* Merge branch 'master' into autocomplete-space-prefixautocomplete-space-prefixPhil Hughes2016-11-241-3/+10
|\
| * Merge branch 'highlight-first-user-autocomplete-option' into 'master' Fatih Acet2016-11-171-1/+2
| |\
| | * Highlight first user autocomplete optionhighlight-first-user-autocomplete-optionDouwe Maan2016-11-171-2/+2
| * | Revert "Merge branch '22680-unlabel-limit-autocomplete-to-selected-items' int...revert-0a3cafb2Douwe Maan2016-11-171-6/+0
| |/
| * Merge branch '22680-unlabel-limit-autocomplete-to-selected-items' into 'master' Rémy Coutable2016-11-161-0/+6
| |\
| | * Limit autocomplete to currently selected itemsAkram FARES2016-11-151-0/+6
| * | shows user avatar in mention autocomplete in editor22790-mention-autocomplete-avatarNur Rony2016-11-161-2/+8
| |/
* | Merge branch 'master' into autocomplete-space-prefixPhil Hughes2016-11-111-26/+45
|\ \ | |/
| * Fixes #22058 and #23578Yann Gravrand2016-11-061-0/+4
| * Cleaned up global namespace JSJosé Iván2016-11-031-7/+7
| * disable ESLint for all JavaScript fileswinniehell2016-10-261-0/+1
| * Debounce GfmAutoComplete setup and simplify code somewhat.bpj-mr-loopBryce Johnson2016-10-071-24/+14
| * Restore comments lost when converting CoffeeScript to JavaScriptJared Deckard2016-09-081-0/+24
* | Merge branch 'master' into autocomplete-space-prefixPhil Hughes2016-08-301-1/+33
|/
* Autocomplete based on names and aliasesDouwe Maan2016-08-121-0/+16
* Disable slash commands on edit formsDouwe Maan2016-08-121-2/+2
* Only autocomplete commands at the beginning of a lineDouwe Maan2016-08-121-2/+11
* Simplify the slash commands DSL to store action blocks instead of creating me...Rémy Coutable2016-08-131-1/+3
* Support slash commands in noteable description and notesRémy Coutable2016-08-131-0/+308