summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/blob
Commit message (Collapse)AuthorAgeFilesLines
* converted blob viewer to axiosPhil Hughes2018-01-301-14/+8
|
* Merge branch 'main-js-tidy-up' into 'master'Filipa Lacerda2018-01-111-0/+2
|\ | | | | | | | | Tidy up main JS file See merge request gitlab-org/gitlab-ce!16007
| * Tidy up main JS filemain-js-tidy-upPhil Hughes2018-01-101-0/+2
| |
* | Adds `eslint-plugin-vue`, fixes linter errors and adds docsFilipa Lacerda2018-01-032-41/+41
|/
* Switch blob/notebook to AxiosEric Eastwood2018-01-021-8/+6
|
* use exported methods instead of gl.utilsPhil Hughes2017-12-082-3/+5
|
* Remove dropzoneInput from global namespaceFilipa Lacerda2017-10-191-2/+1
|
* Flash is now a ES6 modulePhil Hughes2017-10-103-6/+4
| | | | | | | | | | | Reduced the technical debt around our JS flash function by making it a module that is imported rather than relying on the global function. The global function still exists mainly for technical debt with how some requests are being completed, but new JS should import the module directly. Also reduces some tech debt in the file by removing the need for jQuery. Instead Flash is now 100% vanilla JS.
* Fix spelling of occurredjramsay-spelling-occurredJames Ramsay2017-09-262-4/+4
|
* Standardize access to CSRF token in JavaScriptBryce Johnson2017-09-211-3/+2
|
* Import modules instead of using the ones in global namespaceFilipa Lacerda2017-09-091-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | Removes set favicon related methods from global scope Improves test related with favicon Removes convertPermissionToBoolean from global scope. Adds tests for convertPermissionToBoolean - were non existant Removes setParamInURL from gl.utils Removes parseIntPagination from gl.utils namespace Remove normalizeCRLFHeaders from gl.utils namespace Removes normalizeHeaders from gl.utils namespace Use gl.utils for filtered search Fix bad import Fix broken test by cleaning window.history namespace Adds changelog
* 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
|/