summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/blob
Commit message (Collapse)AuthorAgeFilesLines
* disable file upload button while uploading35052-please-select-a-file-when-attempting-to-upload-or-replace-from-the-uiSimon Knox2017-08-081-3/+27
| | | | | | hide placeholder text when files have been added vertically center dropzone area content close modal after file upload succeeds
* Update vue-resourceFilipa Lacerda2017-07-121-1/+2
|
* Revert 'New file from interface on existing branch'dm-revert-mr-8427Douwe Maan2017-06-093-241/+1
|
* Fix math rendering on blob pagesSean McGivern2017-05-301-1/+1
| | | | | `renderGFM` adds the correct syntax highlighting class and triggers KaTeX if required.
* Add users endpoint to frontend API classWinnie Hellmann2017-05-195-7/+4
|
* Fix clicking disabled clipboard button toolipLuke "Jared" Bennett2017-05-181-2/+2
|
* Scroll to anchor when blob content is loadeddm-scroll-to-blob-user-contentDouwe Maan2017-05-161-0/+1
|
* Added balsamiq jasmine integration testLuke "Jared" Bennett2017-05-152-20/+36
|
* Implement auxiliary blob viewersDouwe Maan2017-05-101-37/+62
|
* Load tree readme asynchronouslydm-async-tree-readmeDouwe Maan2017-05-101-1/+4
|
* Merge branch 'mia_backort' into 'master' Jacob Schatz2017-05-059-12/+36
|\ | | | | | | | | Backport of Multiple Assignees feature See merge request !11089
| * Fix specsClement Ho2017-05-047-8/+29
| |
| * Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-042-4/+7
| |
* | Merge branch 'master' into 'balsalmiq-support'Luke "Jared" Bennett2017-05-022-8/+6
|\ \ | |/ | | | | | | # Conflicts: # spec/features/projects/commit/cherry_pick_spec.rb # spec/features/projects/environments/environment_spec.rb
| * Merge branch 'pdflab-in-repo' into 'master' Phil Hughes2017-05-021-6/+4
| |\ | | | | | | | | | | | | Move PDFLab assets into repo See merge request !10642
| | * Move PDFLab into GitLabpdflab-in-repoSam Rose2017-04-281-6/+4
| | |
| * | Use blob viewers for snippetsDouwe Maan2017-04-301-2/+2
| | |
* | | Fixed specsLuke "Jared" Bennett2017-04-281-24/+34
| | |
* | | Removed Spinner usageLuke "Jared" Bennett2017-04-281-2/+0
| | |
* | | Merge branch 'master' into balsalmiq-supportLuke "Jared" Bennett2017-04-282-1/+121
|\ \ \ | |/ /
| * | Fixed failing JS testsPhil Hughes2017-04-271-1/+1
| | |
| * | Add specsDouwe Maan2017-04-271-1/+1
| | |
| * | Render viewer error synchronously so that 'view the source' link will workDouwe Maan2017-04-271-12/+13
| | |
| * | Satisfy eslintDouwe Maan2017-04-271-18/+7
| | |
| * | Add BlobViewer JSDouwe Maan2017-04-271-0/+130
| |/
* | Merge branch 'master' into 'balsalmiq-support'Luke "Jared" Bennett2017-04-263-12/+59
|\ \ | |/ | | | | # Conflicts: # config/webpack.config.js
| * Merge branch 'use-jquery-on-blob-fork-suggestion' into 'master' Jacob Schatz2017-04-241-28/+25
| |\ | | | | | | | | | | | | Use jQuery niceness on blob_fork_suggestion See merge request !10858
| | * Use jQuery niceness on blob_fork_suggestionuse-jquery-on-blob-fork-suggestionEric Eastwood2017-04-221-28/+25
| | | | | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10602#note_27871752
| * | Merge branch 'notebooklab-in-repo' into 'master' Jacob Schatz2017-04-241-2/+4
| |\ \ | | |/ | |/| | | | | | | Moved NotebookLab assets into repo See merge request !10630
| | * Moved NotebookLab assets into repoPhil Hughes2017-04-111-2/+4
| | | | | | | | | | | | Moved all the notebooklab assets into the GitLab repo
| * | Add Fork/Cancel confirmation to "Replace"/"Delete" buttons30637-replace-delete-buttons-get-fork-cancel-confirmationEric Eastwood2017-04-201-5/+53
| | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/30637
| * | Refactor changing files in web UIDouwe Maan2017-04-201-1/+1
| |/
* | Only import template function from underscoreLuke "Jared" Bennett2017-04-111-2/+2
| |
* | Further review changesLuke "Jared" Bennett2017-04-111-9/+19
| |
* | Added unit testsLuke "Jared" Bennett2017-04-101-3/+3
| |
* | Added Spinner classLuke "Jared" Bennett2017-04-101-3/+10
| |
* | Tidy balsamiq viewer and remove unused VueLuke "Jared" Bennett2017-04-103-44/+93
| |
* | Show thumbnails and their titles.Jacob Schatz2017-04-101-4/+18
| |
* | Get initial sql values back from file which is databaseJacob Schatz2017-04-102-0/+32
|/
* Linking to edit file directlyEric Eastwood2017-04-061-0/+15
|
* Merge branch 'pdf-js-spec-loading-wait' into 'master' Jacob Schatz2017-04-061-1/+1
|\ | | | | | | | | | | | | Wait for the PDF to be loaded before doing anything Closes #30531 See merge request !10493
| * Wait for the PDF to be loaded before doing anythingPhil Hughes2017-04-061-1/+1
| | | | | | | | Closes #30531
* | STL file viewerPhil Hughes2017-04-063-0/+215
|/
* Use PDFLab to render PDFs in GitLabSam Rose2017-04-052-0/+65
|
* Load a preview of Sketch 43 filessketch-preview-filesJacob Schatz2017-04-052-0/+81
| | | | | | | Sketch 43 files are technically a zip file, so the JavaScript opens the zip file & locates a preview.png which is just a quick preview of the last sketch page edited. After that is loaded it simply places the image into the DOM
* Make file templates easy to use and discoverBryce Johnson2017-04-0316-133/+459
|
* Remove jQuery from IPython notebook viewerPhil Hughes2017-03-291-6/+10
|
* Merge branch 'ipython-notebook-viewer' into 'master' Jacob Schatz2017-03-282-0/+84
|\ | | | | | | | | iPython notebook viewer See merge request !10017
| * Updated notebooklab with latest code highlighting changesPhil Hughes2017-03-231-1/+2
| |
| * Added testsPhil Hughes2017-03-232-74/+82
| |