- 15 Apr, 2016 1 commit
-
-
Phil Hughes authored
-
- 14 Apr, 2016 1 commit
-
-
Phil Hughes authored
-
- 29 Jan, 2016 2 commits
-
-
Phil Hughes authored
-
Phil Hughes authored
When writing a comment and then dropping an image it will correctly add the image markdown link at the cursor position Fixes #12822
-
- 07 Jan, 2016 1 commit
-
-
Douwe Maan authored
-
- 25 Nov, 2015 1 commit
-
-
Robert Speicher authored
-
- 10 Sep, 2015 1 commit
-
-
Robert Speicher authored
-
- 10 Aug, 2015 1 commit
-
-
Nikita Verkhovin authored
-
- 10 Jul, 2015 1 commit
-
-
Daniel Gerhardt authored
Some DOM queries were to broad which caused paperclip icons and spinners to be added multiple times to a dropzone in case of multiple dropzones on a page.
-
- 05 Jun, 2015 2 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
- 02 Apr, 2015 1 commit
-
-
Stan Hu authored
Fix bug where error messages from Dropzone would not be displayed on the issues page Closes #1258
-
- 17 Feb, 2015 3 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
Hannes Rosenögger authored
This commit generalizes the image upload via drag and drop so it supports all files. It also adds access control for these files.
-
- 06 Feb, 2015 1 commit
-
-
Douwe Maan authored
See https://github.com/gitlabhq/gitlabhq/issues/8611.
-
- 01 Feb, 2015 1 commit
-
-
Marco Cyriacks authored
This patch binds the textarea (markdown area) paste event to the handlePaste() function (that was already present). Furthermore the event processing is improved in the following way: - The default paste event handler of the browser is only disabled if the browser fully supports clipboardData AND there realy is image data in the event object. In all other cases (no support or no image) the default handler processes the text paste. - Some obsolete code was removed. - The pasteText() function (which is somehow buggy because it places the cursor at the end of the text independantly from its position before the paste) is only used to place the image link after image data was pasted.
-
- 15 Jan, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
-