summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/gfm_auto_complete.js
Commit message (Expand)AuthorAgeFilesLines
* Add support for custom highlighting slash commands via warning flagsce-backport-3777-promote-to-epicKushal Pandya2018-11-211-3/+15
* Fix user name autocomplete XSS when name contains HTMLKushal Pandya2018-11-121-4/+11
* Fix eslint violationsMike Greiling2018-10-311-1/+1
* Prettify remaining files with differences in CE and EEMike Greiling2018-10-311-21/+40
* Escape issue title while template rendering to prevent XSSKushal Pandya2018-10-191-5/+6
* Resolve "Drop down filter for project snippets"Fabian Schneider2018-10-051-2/+38
* Add `&` support for epics autocompletionKushal Pandya2018-07-021-1/+2
* Enable "prefer-destructuring" in JS filesgfyoung2018-06-251-2/+2
* Add default autocomplete configKushal Pandya2018-06-251-8/+11
* Backport of 4084-epics-username-autocompleteMario de la Ossa2018-05-041-2/+7
* Escape autocomplete results for MarkdownSean McGivern2018-03-291-5/+14
* Merge branch 'fix-emoji-popup' into 'master'Sean McGivern2018-03-141-2/+1
|\
| * Hide emoji popup after multiple spaces or blank linesJan Beckmann2018-03-111-2/+1
* | require jQuery to be explicitly importedremove-jquery-globalsMike Greiling2018-03-091-0/+1
|/
* Add Colors to GitLab Flavored MarkdownTony Rom2018-01-291-1/+1
* Fix slash commands dropdown descriptionMaurizio De Santis2018-01-081-3/+3
* Limit autocomplete menu to applied labelsVitaliy @blackst0ne Klachkov2017-11-281-14/+61
* fix to allow integer label refernceshaseeb2017-11-131-1/+2
* Resolve "Specific Async Script Loading by using a Page Variable"Tim Zallmann2017-08-031-0/+1
* Fixed GFM references not being included when update issue inlineissue-description-gfmPhil Hughes2017-07-071-0/+1
* Merge branch 'enable-webpack-code-splitting' into 'master'Jacob Schatz2017-06-301-6/+12
|\
| * dynamically import emoji helpers for GfmAutoComplete classMike Greiling2017-06-281-6/+12
* | Resolve "Issue dropdown persists when adding issue number to issue description"Tim Zallmann2017-06-291-0/+7
|/
* move glEmojiTag method to emoji helperMike Greiling2017-06-271-2/+1
* export validEmojiNames for autocompleteMike Greiling2017-06-261-2/+2
* centralize emoji helper methodsMike Greiling2017-06-231-5/+4
* Rename "Slash commands" to "Quick actions"Eric Eastwood2017-06-151-3/+3
* Improve user experience around slash commands in instant commentsKushal Pandya2017-06-051-3/+12
* Make `gfm_auto_complete` into a module and fix up tech debtEric Eastwood2017-05-161-234/+248
* Add enableMap to gl.GfmAutoComplete for partial re-usebackport-ee-1800-add-enable-map-to-gfm-auto-completeEric Eastwood2017-05-031-67/+102
* Merge branch 'blackst0ne/gitlab-ce-fix_emoji_parser'Sean McGivern2017-04-271-1/+10
|\
| * Fix rendering emoji inside a stringblackst0ne2017-04-251-1/+10
* | Update all instances of "fa-refresh" to "fa-spinner"Andrew Torres2017-04-111-1/+1
|/
* remove IIFEs in preparation for ES module refactorMike Greiling2017-03-131-361/+357
* Update emojis to use harmony modules (import/export)update-native-unicode-emojis-with-harmony-modulesEric Eastwood2017-03-081-5/+3
* Use native unicode emojisEric Eastwood2017-03-061-2/+15
* Remove .es6 from file extensions (!9241)winniehell2017-03-051-0/+383
* Support slash commands in noteable description and notesRémy Coutable2016-08-131-272/+0
* Remove delay when hitting Reply... button on page with a lot of discussionsDouwe Maan2016-08-011-2/+2
* ES6ify all the things!Fatih Acet2016-07-241-0/+272