summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/dropzone_input.js
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher2021-01-201-21/+15
|
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-1/+2
|
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-4/+0
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-3/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-081-1/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-021-12/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-251-2/+9
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-091-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-311-6/+18
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-181-1/+1
|
* I18N of js files starting with c or dBrandon Labuschagne2019-05-211-11/+4
| | | | | | | | | | This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. This commit only targets Vanilla JS files. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
* Prettify all the things (part 7)Mike Greiling2018-10-241-15/+26
|
* Move preview_markdown.js to behaviorsMike Greiling2018-09-141-1/+1
|
* Create spec for dropzone_input and refactor for testabilityPaul Slaughter2018-09-061-1/+3
|
* Fix error message handling in dropzone_inputPaul Slaughter2018-09-061-3/+14
|
* Refactor uploads_path to form data in wikis/editPaul Slaughter2018-09-061-1/+1
|
* require jQuery to be explicitly importedremove-jquery-globalsMike Greiling2018-03-091-0/+1
|
* Converted dropzone_input to axiosPhil Hughes2018-01-291-18/+15
|
* Tidy up main JS filemain-js-tidy-upPhil Hughes2018-01-101-0/+2
|
* Backport fix epic fullscreenbackport-fix-epic-fullscreenClement Ho2017-11-221-1/+4
|
* Fix cancel button not working when uploading a file on the new issue pagejivl-fix-cancel-button-file-upload-new-issueJose Ivan Vargas2017-11-011-3/+1
|
* Remove dropzoneInput from global namespaceFilipa Lacerda2017-10-191-297/+265
|
* Trigger change event of the markdown textarea to allow Vue catch the ↵acet-fix-paste-on-comment-formFatih Acet2017-09-271-1/+4
| | | | programmatic changes.
* Standardize access to CSRF token in JavaScriptBryce Johnson2017-09-211-6/+3
|
* Merge branch 'master' into issue-discussions-refactorFilipa Lacerda2017-08-041-3/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (162 commits) Since mysql is not a priority anymore, test it less Add container registry and spam logs icons Fix different Markdown styles Backport to CE for: Make new dropdown dividers full width Bump GITLAB_SHELL_VERSION and GITALY_VERSION to support unhiding refs Install yarn via apt in update guides Use long curl options Remove monkey-patched Array.prototype.first() and last() methods Openshift Getting Started 35659 Rename Pipelines tab to CI / CD in new navigation Don't bother going through an entire Banzai pipeline for empty text Add active state for pipelines settings on old nav Bump rspec to 3.6.0 Resolve "Specific Async Script Loading by using a Page Variable" Revert "Merge branch 'rs-warm-capybara-only-in-ci' into 'master'" another rubocop style fix Use mixin for new dropdown style Migrate Repository#last_commit_for_path to Gitaly Migrate blame loading to Gitaly ...
| * Remove monkey-patched Array.prototype.first() and last() methodsMike Greiling2017-08-041-1/+1
| |
| * Resolve "Specific Async Script Loading by using a Page Variable"Tim Zallmann2017-08-031-2/+1
| |
* | IssueNotesRefactor: Add dropzone required elements and fix dropdown selector.Fatih Acet2017-07-211-2/+2
|/
* Refactor variables initialization in dropzone_input.jsBrandon Everett2017-07-181-47/+54
|
* Restored missing function inside dropzone_input.jsJose Ivan Vargas2017-06-191-0/+4
|
* Merge branch '12910-snippets-description' into 'master'Phil Hughes2017-06-071-1/+6
|\ | | | | | | | | | | | | Support descriptions for snippets Closes #31894 See merge request !11071
| * Support uploads for newly created personal snippets12910-snippets-descriptionJarka Kadlecova2017-06-071-1/+1
| |
| * Support descriptions for snippetsJarka Kadlecova2017-05-311-1/+6
| |
* | Merge branch 'master' into issue-edit-inlinePhil Hughes2017-05-251-96/+160
|\ \ | |/
| * Merge branch 'adopt-es-module-syntax' into 'master'Filipa Lacerda2017-05-221-1/+1
| |\ | | | | | | | | | | | | Adopt ES module syntax See merge request !9567
| | * update remaining uses of CJS syntax to ES module syntaxMike Greiling2017-05-161-1/+1
| | |
| * | Add an ability to cancel attaching file and redesign attaching files UIblackst0ne2017-05-161-94/+158
| |/
* | Added description field to inline edit formPhil Hughes2017-05-151-1/+2
|/ | | | [ci skip]
* Support uploaders for personal snippets comments12910-uploader-pers-snippetJarka Kadlecova2017-05-021-5/+5
|
* Merge branch 'group-milestone-date-fields-fix' into 'master' Filipa Lacerda2017-04-191-0/+3
|\ | | | | | | | | | | | | Fixed group milestones date pickers not working Closes #31095 See merge request !10779
| * Fixed group milestones date pickers not workinggroup-milestone-date-fields-fixPhil Hughes2017-04-191-0/+3
| | | | | | | | Closes #31095
* | update textarea height and refocus when attaching files30008-textarea-focusSimon Knox2017-04-181-4/+7
|/ | | | also fix extra newline when pasting image into textarea
* Only add newlines for multiple uploadsremove-double-newline-for-single-attachmentsLuke "Jared" Bennett2017-04-141-3/+7
|
* remove IIFEs in preparation for ES module refactorMike Greiling2017-03-131-204/+202
|
* Added double newline after file upload markdown insertLuke "Jared" Bennett2017-02-221-2/+3
|
* replace implicit this == window with explicit bindingMike Greiling2017-02-171-1/+1
|
* Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-271-4/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (389 commits) Document "No gems fetched from git repositories" policy [ci skip] Typos Small gramatical tweaks Typos Added PHP & NPM doc Use `:empty_project` where possible in request specs Add caching of droplab ajax requests Use `:empty_project` where possible in model specs Revert 3f17f29a Remove unused js response from refs controller Add MR id to changelog entry fixed small mini pipeline graph line glitch Prevent form to be submitted twice Fix Error 500 when repositories contain annotated tags pointing to blobs Fix /explore sorting (trending) Simplify wording in "adding an image" docs Remove "official merge window" from CONTRIBUTING.md [ci skip] Update repository check documentation Fixed flexbox and wrap issues Update two_factor_authentication.md ...
| * resolve all padded-blocks eslint violationsMike Greiling2017-01-181-3/+1
| |
| * resolve all no-plusplus eslint violationsMike Greiling2017-01-181-2/+2
| |
* | migrate all javascript asset bundles and require syntaxMike Greiling2017-01-101-1/+1
|/