Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move PDFLab into GitLabpdflab-in-repo | Sam Rose | 2017-04-28 | 2 | -2/+4 |
| | |||||
* | Use jQuery niceness on blob_fork_suggestionuse-jquery-on-blob-fork-suggestion | Eric Eastwood | 2017-04-22 | 1 | -15/+16 |
| | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10602#note_27871752 | ||||
* | Add Fork/Cancel confirmation to "Replace"/"Delete" buttons30637-replace-delete-buttons-get-fork-cancel-confirmation | Eric Eastwood | 2017-04-20 | 1 | -0/+37 |
| | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/30637 | ||||
* | Add ES lint support to identify poorly written Promises | Kushal Pandya | 2017-04-20 | 1 | -1/+1 |
| | |||||
* | Merge branch 'pdf-js-spec-loading-wait' into 'master' | Jacob Schatz | 2017-04-06 | 1 | -8/+16 |
|\ | | | | | | | | | | | | | 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 anything | Phil Hughes | 2017-04-06 | 1 | -8/+16 |
| | | | | | | | | Closes #30531 | ||||
* | | STL file viewer | Phil Hughes | 2017-04-06 | 1 | -0/+42 |
|/ | |||||
* | Use PDFLab to render PDFs in GitLab | Sam Rose | 2017-04-05 | 2 | -0/+72 |
| | |||||
* | Load a preview of Sketch 43 filessketch-preview-files | Jacob Schatz | 2017-04-05 | 1 | -0/+118 |
| | | | | | | | 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 | ||||
* | Fixed spec checking for highlightjs class | Phil Hughes | 2017-03-23 | 1 | -2/+2 |
| | |||||
* | Added tests | Phil Hughes | 2017-03-23 | 1 | -0/+159 |
| | |||||
* | Organize our polyfills and standardize on core-js | Mike Greiling | 2017-03-13 | 2 | -4/+0 |
| | |||||
* | New file from interface on existing branch | Jacopo | 2017-03-13 | 2 | -0/+230 |
Now you can create a new file and select a target_branch != source_branch. If the file that you want to create already exists on the target branch an error message is shown A glDropdown is used to select and create a new branch instead of a text field. |