summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/gfm_auto_complete.js
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Partially addresses #47006.
* 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
| | | | | | | | | | A label name can contain a `_`, `~~`, or other Markdown-significant characters. But label references are processed _after_ Markdown processing has run, so we can't easily fix this on the backend. We can make it more convenient, though, by changing the frontend to escape these characters so they aren't processed as Markdown, when we insert them from autocomplete.
* Merge branch 'fix-emoji-popup' into 'master'Sean McGivern2018-03-141-2/+1
|\ | | | | | | | | | | | | Hide emoji popup after multiple spaces or blank lines, closes #40620,#33678 Closes #40620 and #33678 See merge request gitlab-org/gitlab-ce!17680
| * Hide emoji popup after multiple spaces or blank linesJan Beckmann2018-03-111-2/+1
| | | | | | | | Fixes #40620,#33678
* | 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
| | | | Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/2878
* Merge branch 'enable-webpack-code-splitting' into 'master'Jacob Schatz2017-06-301-6/+12
|\ | | | | | | | | | | | | Enable webpack code splitting Closes #32989 See merge request !12032
| * 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
| | | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/27070 Deprecate "chat commands" in favor of "slash commands" We looked for things like: - `slash commmand` - `slash_command` - `slash-command` - `SlashCommand`
* 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
| | | | | EE backport of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1800
* 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
| | | | | | | | | | | | | | | | | | | | - gl_emoji for falling back to image/css-sprite when the browser doesn't support an emoji - Markdown rendering (Banzai filter) - Autocomplete - Award emoji menu - Perceived perf - Immediate response because we now build client-side - Update `digests.json` generation in gemojione rake task to be more useful and include `unicodeVersion` MR: !9437 See issues - #26371 - #27250 - #22474
* 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
| | | | | | | | | | | | | | | | | | | | | | | | | Some important things to note: - commands are removed from noteable.description / note.note - commands are translated to params so that they are treated as normal params in noteable Creation services - the logic is not in the models but in the Creation services, which is the right place for advanced logic that has nothing to do with what models should be responsible of! - UI/JS needs to be updated to handle notes which consist of commands only - the `/merge` command is not handled yet Other improvements: - Don't process commands in commit notes and display a flash is note is only commands - Add autocomplete for slash commands - Add description and params to slash command DSL methods - Ensure replying by email with a commands-only note works - Use :subscription_event instead of calling noteable.subscribe - Support :todo_event in IssuableBaseService Signed-off-by: Rémy Coutable <remy@rymai.me>
* 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