Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-11-21Add support for custom highlighting slash commands via warning flagsKushal Pandya
2018-11-12Fix user name autocomplete XSS when name contains HTMLKushal Pandya
2018-10-31Fix eslint violationsMike Greiling
2018-10-31Prettify remaining files with differences in CE and EEMike Greiling
2018-10-19Escape issue title while template rendering to prevent XSSKushal Pandya
2018-10-05Resolve "Drop down filter for project snippets"Fabian Schneider
2018-07-02Add `&` support for epics autocompletionKushal Pandya
2018-06-25Enable "prefer-destructuring" in JS filesgfyoung
Partially addresses #47006.
2018-06-25Add default autocomplete configKushal Pandya
2018-05-04Backport of 4084-epics-username-autocompleteMario de la Ossa
2018-03-29Escape autocomplete results for MarkdownSean McGivern
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.
2018-03-14Merge branch 'fix-emoji-popup' into 'master'Sean McGivern
Hide emoji popup after multiple spaces or blank lines, closes #40620,#33678 Closes #40620 and #33678 See merge request gitlab-org/gitlab-ce!17680
2018-03-11Hide emoji popup after multiple spaces or blank linesJan Beckmann
Fixes #40620,#33678
2018-03-10require jQuery to be explicitly importedMike Greiling
2018-01-29Add Colors to GitLab Flavored MarkdownTony Rom
2018-01-08Fix slash commands dropdown descriptionMaurizio De Santis
2017-11-28Limit autocomplete menu to applied labelsVitaliy @blackst0ne Klachkov
2017-11-13fix to allow integer label refernceshaseeb
2017-08-03Resolve "Specific Async Script Loading by using a Page Variable"Tim Zallmann
2017-07-07Fixed GFM references not being included when update issue inlinePhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/2878
2017-06-30Merge branch 'enable-webpack-code-splitting' into 'master'Jacob Schatz
Enable webpack code splitting Closes #32989 See merge request !12032
2017-06-29Resolve "Issue dropdown persists when adding issue number to issue description"Tim Zallmann
2017-06-28dynamically import emoji helpers for GfmAutoComplete classMike Greiling
2017-06-27move glEmojiTag method to emoji helperMike Greiling
2017-06-27export validEmojiNames for autocompleteMike Greiling
2017-06-23centralize emoji helper methodsMike Greiling
2017-06-15Rename "Slash commands" to "Quick actions"Eric Eastwood
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`
2017-06-05Improve user experience around slash commands in instant commentsKushal Pandya
2017-05-16Make `gfm_auto_complete` into a module and fix up tech debtEric Eastwood
2017-05-03Add enableMap to gl.GfmAutoComplete for partial re-useEric Eastwood
EE backport of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1800
2017-04-27Merge branch 'blackst0ne/gitlab-ce-fix_emoji_parser'Sean McGivern
2017-04-25Fix rendering emoji inside a stringblackst0ne
2017-04-12Update all instances of "fa-refresh" to "fa-spinner"Andrew Torres
2017-03-13remove IIFEs in preparation for ES module refactorMike Greiling
2017-03-08Update emojis to use harmony modules (import/export)Eric Eastwood
2017-03-06Use native unicode emojisEric Eastwood
- 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
2017-03-05Remove .es6 from file extensions (!9241)winniehell
2016-08-13Support slash commands in noteable description and notesRémy Coutable
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>
2016-08-02Remove delay when hitting Reply... button on page with a lot of discussionsDouwe Maan
2016-07-24ES6ify all the things!Fatih Acet