summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/behaviors
Commit message (Collapse)AuthorAgeFilesLines
* Use BFG object maps to clean projectsNick Thomas2018-12-061-3/+4
|
* Merge branch 'security-mermaid-xss' into 'master'Cindy Pallares2018-11-281-0/+3
| | | | | [master] Fix XSS in mermaid diagrams See merge request gitlab/gitlabhq!2597
* Replace `=== true` with `parseBoolean()`Winnie Hellmann2018-11-271-1/+2
|
* Replace convertPermissionToBoolean with parseBooleanWinnie Hellmann2018-11-272-7/+5
|
* Fix Issuable container element selector for shortcuts handlingKushal Pandya2018-11-211-1/+1
|
* Resolve "The reply shortcut can add any text of the page to the "comment" ↵Thomas Pathier2018-11-201-2/+29
| | | | text area"
* Bump mermaid to 8.0.0-rc.8blackst0ne-bump-mermaidblackst0ne2018-10-221-1/+1
| | | | | | | | | | This commit moves `mermaid` from blackst0ne-mermaid package to the upstream version. The reason why the fork was used was this bug[1]. The bug has been fixed, so there's no need to maintain my fork anymore. [1]: https://github.com/knsv/mermaid/issues/584
* Prettify blob behaviors and cycle_analytics modulesMike Greiling2018-10-1611-165/+214
|
* Resolve "Harmonize prettier and eslint configs"Mike Greiling2018-10-091-1/+1
|
* Highlight current user in comments and system notesWinnie Hellmann2018-10-022-0/+19
|
* Correct Gitlab Capitalization in code filesMarcel Amirault2018-09-211-1/+1
|
* Move shortcuts classes into behaviors/shortcutsMike Greiling2018-09-188-1/+316
|
* Move GFM autocomplete setup, delete dispatcherMike Greiling2018-09-142-0/+21
|
* Move shortcuts instantiation into behaviorsMike Greiling2018-09-142-0/+37
|
* Move preview_markdown.js to behaviorsMike Greiling2018-09-142-1/+212
|
* Enable "prefer-destructuring" in JS filesgfyoung2018-06-252-3/+3
| | | | Partially addresses #47006.
* remove all unused eslint-disable rulesLukas Eipert2018-06-201-1/+1
|
* enable CommonMark as the defaultBrett Walker2018-06-141-14/+22
|
* Merge branch 'master' into bootstrap4Clement Ho2018-05-081-15/+12
|\
| * Optimize Emoji Sprite HandlingTim Zallmann2018-05-021-15/+12
| |
* | Use hide instead of hiddenClement Ho2018-04-301-2/+2
| |
* | Convert fixTitle to _fixTitle for regenerating tooltip titlesClement Ho2018-04-191-2/+2
| |
* | Remove tooltip and popover placement auto + other optionClement Ho2018-04-181-1/+1
| |
* | Fix toggle for toggler_behaviorClement Ho2018-04-161-1/+1
| |
* | [skip ci] Use toggleClass instead of toggleClement Ho2018-04-122-3/+3
| |
* | [skip ci] .help-block to .form-text.text-mutedClement Ho2018-04-111-2/+2
|/
* Use katex min cssClement Ho2018-03-281-1/+1
|
* move render_gfm into behaviors directoryMike Greiling2018-03-195-3/+116
|
* require jQuery to be explicitly importedremove-jquery-globalsMike Greiling2018-03-096-1/+8
|
* Hide hotkey tooltip after click event in diff comments37211-diff-comments-fix-ctrl-enter-tooltipDennis Tang2018-03-061-1/+1
|
* CI/CD-only projects FEEric Eastwood2018-03-051-2/+2
| | | | | | | | | | | See https://gitlab.com/gitlab-org/gitlab-ee/issues/3839 Conflicts: app/assets/javascripts/projects/project_new.js app/views/shared/_import_form.html.haml ee/app/controllers/ee/projects_controller.rb ee/spec/features/projects/new_project_spec.rb locale/gitlab.pot
* Update to jQuery 3.Jacob Schatz2018-02-203-3/+3
|
* Refactor CI variable list code for usage with CI/CD settings page secret ↵refactor-ci-variable-list-for-future-usage-in-4110Eric Eastwood2018-01-311-3/+5
| | | | | | variables Part of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/4110
* Update secret_values to support dynamic elements within parentupdate-secret-values-to-support-dynamic-elementsEric Eastwood2018-01-241-9/+12
| | | | | | | | Used in https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/4110 which introduces a dynamic variable list and needs secrets. We use the valueSelector/placeholderSelector options to avoid selecting the last empty row.
* disable CopyAsGFM on iOS due to bug in webkitMike Greiling2018-01-241-0/+7
|
* Remove preview_markdown from the global objJacob Schatz2018-01-091-0/+1
|
* Copy Mermaid graphs as GFMdm-copy-mermaid-as-gfmDouwe Maan2018-01-051-0/+12
|
* Hide runner token in CI/CD settings page38019-hide-runner-tokenEric Eastwood2017-12-151-0/+42
| | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/38019
* use exported methods instead of gl.utilsPhil Hughes2017-12-081-1/+2
|
* clarify safari browser supportMike Greiling2017-11-281-4/+4
|
* move copy_to_clipboard to behaviors directory as it is needed on all pagesMike Greiling2017-11-282-0/+75
| | | | [ci-skip]
* remove global export except in test environmentsMike Greiling2017-11-012-5/+11
|
* move to copy_as_gfm to behaviors since it is invoked on every pageMike Greiling2017-11-012-0/+477
|
* Resolve "Convert autosize.js library to be a Yarn managed library"Tim Zallmann2017-10-311-3/+3
|
* Use modules in common utilsFilipa Lacerda2017-09-091-1/+2
|
* IssueNotesRefactor: Fix quick submit spec.Fatih Acet2017-08-251-1/+1
|
* IssueNotesRefactor: Show Cmd+Enter to comment tooltip.Fatih Acet2017-08-211-1/+4
|
* Resolve "Specific Async Script Loading by using a Page Variable"Tim Zallmann2017-08-032-4/+6
|
* Make autosize fields more performant and remove broken autosize handleBryce Johnson2017-07-031-19/+4
|
* dynamically import emoji helpers for gl-emoji custom tag prototypeMike Greiling2017-06-281-5/+12
|